wt.clients.doc
Class SpecificationTaskDelegate

java.lang.Object
  extended bywt.clients.util.TaskDelegate
      extended bywt.clients.doc.WTDocumentTaskDelegate
          extended bywt.clients.doc.SpecificationTaskDelegate

public class SpecificationTaskDelegate
extends WTDocumentTaskDelegate

Class SpecificationTaskDelegate provides support for launching the task to create, update and view Specification documents. The implementation for updating and viewing Specification documents is inherited from the WTDocumentTaskDelegate superclass.

Supported API: true

Extendable: true

See Also:
TaskDelegate, WTDocumentTaskDelegate, wt.doc.Specification

Field Summary
 
Fields inherited from class wt.clients.doc.WTDocumentTaskDelegate
 
Fields inherited from class wt.clients.util.TaskDelegate
ACTION_KEY, OBJ_PROPS_ACTION, object, objReference, OID_KEY, parentApplet, parentFolder, parentFrame, URL_TEMPLATE_ACTION, URLPROCESSOR_CLASS
 
Constructor Summary
SpecificationTaskDelegate()
           
 
Method Summary
 void launchCreateTask()
          Method launchCreateTask launches the CreateDocumentFrame to create a new Specification document.
 
Methods inherited from class wt.clients.doc.WTDocumentTaskDelegate
launchDeleteTask, launchSaveAsTask, launchUpdateTask, launchViewTask
 
Methods inherited from class wt.clients.util.TaskDelegate
confirmAction, deleteObject, displayPropertiesPage, getObject, getParentApplet, getParentFolder, getParentFrame, launchViewDistributionListTask, setObject, setObjectReference, setParentApplet, setParentFolder, setParentFrame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpecificationTaskDelegate

public SpecificationTaskDelegate()
Method Detail

launchCreateTask

public void launchCreateTask()
                      throws TaskDelegateException
Method launchCreateTask launches the CreateDocumentFrame to create a new Specification document. If the parentFolder on this TaskDelegate has been set, and that parentFolder is located in the current user's personal Cabinet, that folder is used to initialize the location in which to create the new Specification document.

Supported API: true

Overrides:
launchCreateTask in class WTDocumentTaskDelegate
Throws:
TaskDelegateException - if an error occurs attempting to set the folder in which to create the Specification document
See Also:
CreateDocumentFrame, wt.doc.General, WTDocument