Uses of Class
wt.clients.util.TaskDelegate

Packages that use TaskDelegate
wt.clients.change2   
wt.clients.csm.businessentity   
wt.clients.doc   
wt.clients.effectivity   
wt.clients.epm   
wt.clients.folder   
wt.clients.lifecycle   
wt.clients.part   
wt.clients.project   
wt.clients.query.template   
wt.clients.replication.unit   
wt.clients.rn   
wt.clients.team   
wt.clients.util   
wt.clients.vc.baseline   
wt.clients.workflow.definer   
wt.clients.workflow.engine   
 

Uses of TaskDelegate in wt.clients.change2
 

Subclasses of TaskDelegate in wt.clients.change2
 class WTChangeIssueTaskDelegate
          This class is used to launch create, update, and view tasks for the WTChangeIssue.
 class WTChangeOrder2TaskDelegate
          This class is used to launch create, update, and view tasks for the WTChangeOrder2.
 class WTChangeRequest2TaskDelegate
          This class is used to launch create, update, and view tasks for the WTChangeIssue.
 

Uses of TaskDelegate in wt.clients.csm.businessentity
 

Subclasses of TaskDelegate in wt.clients.csm.businessentity
 class BusinessEntityTaskDelegate
          Class BusinessEntityTaskDelegate provides support for launching the tasks to create, update and view BusinessEntities.
 

Uses of TaskDelegate in wt.clients.doc
 

Subclasses of TaskDelegate in wt.clients.doc
 class GeneralTaskDelegate
          Class GeneralTaskDelegate provides support for launching the create, update and view tasks for General documents.
 class RequirementsTaskDelegate
          Class RequirementsTaskDelegate provides support for launching the tasks to create, update and view Requirements documents.
 class SpecificationTaskDelegate
          Class SpecificationTaskDelegate provides support for launching the task to create, update and view Specification documents.
 class WTDocumentMasterTaskDelegate
          Class WTDocumentMasterTaskDelegate provides support for launching the tasks to create, update and view WTDocumentMasters.
 class WTDocumentTaskDelegate
          Class WTDocumentTaskDelegate provides support for launching the tasks to create, update and view WTDocuments.
 

Uses of TaskDelegate in wt.clients.effectivity
 

Subclasses of TaskDelegate in wt.clients.effectivity
 class ConfigurationItemTaskDelegate
          Class ConfigurationItemTaskDelegate provides support for launching the tasks to create, update and view ConfigurationItems.
 

Uses of TaskDelegate in wt.clients.epm
 

Subclasses of TaskDelegate in wt.clients.epm
 class EPMDocumentMasterTaskDelegate
           
 class EPMDocumentTaskDelegate
           
 

Uses of TaskDelegate in wt.clients.folder
 

Subclasses of TaskDelegate in wt.clients.folder
 class CabinetTaskDelegate
          TaskDelegate for manipulating Cabinet objects.
 class FolderTaskDelegate
          Class FolderTaskDelegate is a TaskDelegate subclass for handling the creating, updating, viewing and deleting of folder objects.
 class ShortcutTaskDelegate
          Class ShortcutTaskDelegate supports launching the tasks to create, update, view and delete Shortcuts.
 class SubFolderTaskDelegate
          TaskDelegate for manipulating SubFolder objects.
 

Uses of TaskDelegate in wt.clients.lifecycle
 

Subclasses of TaskDelegate in wt.clients.lifecycle
 class LifeCycleTemplateTaskDelegate
          Class which allows the Windchill folder explorer to manipulate life cycle templates.
 

Uses of TaskDelegate in wt.clients.part
 

Subclasses of TaskDelegate in wt.clients.part
 class WTPartMasterTaskDelegate
          Class WTPartMasterTaskDelegate provides support for launching the tasks to create, update and view WTParts.
 class WTPartTaskDelegate
          Class WTPartTaskDelegate provides support for launching the tasks to create, update and view WTParts.
 class WTProductConfigurationTaskDelegate
           
 class WTProductInstance2TaskDelegate
           
 class WTProductMasterTaskDelegate
          Class WTProductTaskDelegate provides support for launching the tasks to create, update and view WTProducts.
 class WTProductTaskDelegate
          Class WTProductTaskDelegate provides support for launching the tasks to create, update and view WTProducts.
 class WTSerialNumberedPartMasterTaskDelegate
          Class WTPartMasterTaskDelegate provides support for launching the tasks to create, update and view WTSerialNumberedPartMasters.
 class WTSerialNumberedPartTaskDelegate
          Class WTSerialNumberedPartTaskDelegate provides support for launching the tasks to create, update and view WTSerialNumberedParts.
 

Uses of TaskDelegate in wt.clients.project
 

Subclasses of TaskDelegate in wt.clients.project
 class ProjectTaskDelegate
          Class which allows the Windchill folder explorer to manipulate projects.
 

Uses of TaskDelegate in wt.clients.query.template
 

Subclasses of TaskDelegate in wt.clients.query.template
 class ReportTemplateTaskDelegate
          

Supported API: false

Extendable: false
 

Uses of TaskDelegate in wt.clients.replication.unit
 

Subclasses of TaskDelegate in wt.clients.replication.unit
 class WTUnitTaskDelegate
          Class WTPartTaskDelegate provides support for launching the tasks to create, update and view WTParts.
 

Uses of TaskDelegate in wt.clients.rn
 

Subclasses of TaskDelegate in wt.clients.rn
 class WTRNRequestTaskDelegate
          Task delegate for RosettaNet Request object (wt.rn.WTRNRequest).
 

Uses of TaskDelegate in wt.clients.team
 

Subclasses of TaskDelegate in wt.clients.team
 class TeamTemplateTaskDelegate
          Class which allows the Windchill folder explorer to manipulate projects.
 

Uses of TaskDelegate in wt.clients.util
 

Methods in wt.clients.util that return TaskDelegate
static TaskDelegate TaskDelegateFactory.instantiateTaskDelegate(Object obj)
          Returns an instance of the TaskDelegate which is associated with the given object.
static TaskDelegate TaskDelegateFactory.instantiateTaskDelegate(String class_name)
          Returns an instance of the TaskDelegate which is associated with the given string classname.
static TaskDelegate TaskDelegateFactory.instantiateTaskDelegate(Class object_class)
          Returns an instance of the TaskDelegate which is associated with the given class.
 

Uses of TaskDelegate in wt.clients.vc.baseline
 

Subclasses of TaskDelegate in wt.clients.vc.baseline
 class ManagedBaselineTaskDelegate
          Class ManagedBaselineTaskDelegate provides support for launching the tasks to create, update and view ManagedBaseline objects.
 

Uses of TaskDelegate in wt.clients.workflow.definer
 

Subclasses of TaskDelegate in wt.clients.workflow.definer
 class WfProcessTemplateTaskDelegate
          Class which allows the Windchill folder explorer to manipulate life cycle templates.
 

Uses of TaskDelegate in wt.clients.workflow.engine
 

Subclasses of TaskDelegate in wt.clients.workflow.engine
 class WfProcessTaskDelegate
          

Supported API: false

Extendable: false