Uses of Class
wt.workflow.definer.WfContainerTemplate

Packages that use WfContainerTemplate
com.ptc.netmarkets.nmixb   
wt.clients.workflow.definer   
wt.clients.workflow.manager   
wt.pdmlink   
wt.projmgmt.definer   
wt.projmgmt.ix   
wt.workflow.definer
Provides workflow classes responsible for the definition of processes, activities, and the other objects that compose the workflow network. 
wt.workflow.engine
Provides workflow classes responsible for the flow of control and data from an execution point of view. 
 

Uses of WfContainerTemplate in com.ptc.netmarkets.nmixb
 

Methods in com.ptc.netmarkets.nmixb that return WfContainerTemplate
private  WfContainerTemplate ProjectPlanStructCopyHelper.getParentTemplate(WfTemplateObject template)
           
 

Methods in com.ptc.netmarkets.nmixb with parameters of type WfContainerTemplate
private  WfConnectorTemplate ProjectPlanStructCopyHelper.getEndConnectorTemplate(WfContainerTemplate container_template)
           
 void ProjectPlanStructCopyHelper.copyPrecedenceLinks(WfContainerTemplate source_container, WfContainerTemplate target_container)
           
 QueryResult ProjectPlanStructCopyHelper.getPrecedenceLinks(WfContainerTemplate container_template)
           
 

Uses of WfContainerTemplate in wt.clients.workflow.definer
 

Methods in wt.clients.workflow.definer with parameters of type WfContainerTemplate
private static void SetConfiguration.getActivityTemplates(WfContainerTemplate process, Vector activities)
           
 

Uses of WfContainerTemplate in wt.clients.workflow.manager
 

Methods in wt.clients.workflow.manager with parameters of type WfContainerTemplate
private static Vector PMServer.loadTemplate(MonitorModel pMonitorModel, WfContainerTemplate processTemplate)
           
 

Uses of WfContainerTemplate in wt.pdmlink
 

Methods in wt.pdmlink that return WfContainerTemplate
private static WfContainerTemplate ProductIXUtils.getParentTemplate(WfTemplateObject template)
           
 

Uses of WfContainerTemplate in wt.projmgmt.definer
 

Subclasses of WfContainerTemplate in wt.projmgmt.definer
 class ProjectPlanTemplate
           Use the newProjectPlanTemplate static factory method(s), not the ProjectPlanTemplate constructor, to construct instances of this class.
 class SummaryActivityTemplate
           Use the newSummaryActivityTemplate static factory method(s), not the SummaryActivityTemplate constructor, to construct instances of this class.
 

Methods in wt.projmgmt.definer with parameters of type WfContainerTemplate
 void StandardProjDefinerService.createStartEndConnectors(WfContainerTemplate template, WfContainer container)
          Creates the start and end connectors for a container passed as arguments.
protected  QueryResult StandardProjDefinerService.getPredecessorsInContainer(WfNodeTemplate node_template, WfContainerTemplate container_template)
           
protected  QueryResult StandardProjDefinerService.getSuccessorsInContainer(WfNodeTemplate node_template, WfContainerTemplate container_template)
           
 void StandardProjDefinerService.moveLink(ProjectNodeTemplate pred, WfConnectorTemplate succ, WfContainerTemplate container_template)
           
 void ProjDefinerServiceSvr.createStartEndConnectors(WfContainerTemplate template, WfContainer container)
          Creates the start and end connectors for a container passed as arguments.
 

Uses of WfContainerTemplate in wt.projmgmt.ix
 

Methods in wt.projmgmt.ix that return WfContainerTemplate
private static WfContainerTemplate ProjMgmtIxUtils.getParentTemplate(WfTemplateObject template)
           
 

Uses of WfContainerTemplate in wt.workflow.definer
 

Subclasses of WfContainerTemplate in wt.workflow.definer
 class WfBlockTemplate
          Class that represents a workflow block.
 class WfProcessTemplate
          A WfProcessTemplate represents a template for a specific workflow process; it is used to create instances of a workflow process.
 

Fields in wt.workflow.definer declared as WfContainerTemplate
private  WfContainerTemplate WfTemplateVerification.template
           
private  WfContainerTemplate WfProcessTemplateReference.object
           
 

Methods in wt.workflow.definer that return WfContainerTemplate
 WfContainerTemplate WfTemplateVerification.getTemplate()
          Gets the value of the attribute: template; Container that is being verified.
private  WfContainerTemplate StandardWfDefinerService.copyContainerTemplate(WfContainerTemplate template, WfContainerTemplate templateCopy)
          Copies container template and all associated steps and connectors.
 WfContainerTemplate ProcessStepTemplateLink.getProcess()
          Gets the object for the association that plays role: PROCESS_ROLE.
 

Methods in wt.workflow.definer with parameters of type WfContainerTemplate
protected  void WfTemplateVerification.setTemplate(WfContainerTemplate a_Template)
          Sets the value of the attribute: template; Container that is being verified.
protected  Vector WfTemplateVerification.getAccessibleNodes(WfContainerTemplate template, WfNodeTemplate start_template)
          Returns all nodes (activities and connectors) that can be reached from the node passed as argument.
private  Enumeration WfProcessTemplate.getActInBlock(WfContainerTemplate block_def)
           
private static String WfExportImportHandler.processContainerTemplate(WfContainerTemplate template)
           
 WfConnectorTemplate WfDefinerServiceFwd.addConnectorTemplate(WfContainerTemplate def, WfConnectorFunction function, WfConnectorType type)
          Adds a connector template to a process template.
 WfTemplateObject WfDefinerServiceFwd.addStepTemplate(WfContainerTemplate process_def, WfTemplateObject step)
          Adds an activity step to an existing process template.
 Vector WfDefinerServiceFwd.getAccessibleNodes(WfContainerTemplate template, WfNodeTemplate start_template)
          Returns all nodes (activities and connectors) that can be reached from the node passed as argument.
 Enumeration WfDefinerServiceFwd.getConnectorTemplates(WfContainerTemplate process_def)
          Returns all connector templates associated with a given process template.
 Enumeration WfDefinerServiceFwd.getEndConnectorTemplates(WfContainerTemplate process_def)
          Returns an enumeration containing the end connector templates associated with the process template.
 Enumeration WfDefinerServiceFwd.getLinkTemplates(WfContainerTemplate process_def)
          Returns an enumeration (of type NodeTemplateLink) containing all link templates defined for the process.
 Vector WfDefinerServiceFwd.getProcessRoles(WfContainerTemplate process_def)
          Returns a Vector of Role objects used by the process/block template passed as argument.
 ProcessStepTemplateLink WfDefinerServiceFwd.getProcessStepTemplateLink(WfContainerTemplate process_def, WfTemplateObject step)
          Deprecated. use getProcessTemplateLink (WfTemplateObject) instead
 WfConnectorTemplate WfDefinerServiceFwd.getStartConnectorTemplate(WfContainerTemplate process_def)
          Returns the start connector template associated with the process template.
 Enumeration WfDefinerServiceFwd.getStepTemplates(WfContainerTemplate process_def, WfTemplateObjectType type)
          Returns an enumeration with existing definition objects that are contained in the process template passed as argument.
 WfNodeTemplate WfDefinerServiceFwd.setParentTemplate(WfNodeTemplate node_template, WfContainerTemplate container_template)
          Sets the parent template of a node template.
 WfConnectorTemplate WfDefinerService.addConnectorTemplate(WfContainerTemplate def, WfConnectorFunction function, WfConnectorType type)
          Adds a connector template to a process template.
 WfTemplateObject WfDefinerService.addStepTemplate(WfContainerTemplate process_def, WfTemplateObject step)
          Adds an activity step to an existing process template.
 Vector WfDefinerService.getAccessibleNodes(WfContainerTemplate template, WfNodeTemplate start_template)
          Returns all nodes (activities and connectors) that can be reached from the node passed as argument.
 Enumeration WfDefinerService.getConnectorTemplates(WfContainerTemplate process_def)
          Returns all connector templates associated with a given process template.
 Enumeration WfDefinerService.getEndConnectorTemplates(WfContainerTemplate process_def)
          Returns an enumeration containing the end connector templates associated with the process template.
 Enumeration WfDefinerService.getLinkTemplates(WfContainerTemplate process_def)
          Returns an enumeration (of type NodeTemplateLink) containing all link templates defined for the process.
 Vector WfDefinerService.getProcessRoles(WfContainerTemplate process_def)
          Returns a Vector of Role objects used by the process/block template passed as argument.
 ProcessStepTemplateLink WfDefinerService.getProcessStepTemplateLink(WfContainerTemplate process_def, WfTemplateObject step)
          Deprecated. use getProcessTemplateLink (WfTemplateObject) instead
 WfConnectorTemplate WfDefinerService.getStartConnectorTemplate(WfContainerTemplate process_def)
          Returns the start connector template associated with the process template.
 Enumeration WfDefinerService.getStepTemplates(WfContainerTemplate process_def, WfTemplateObjectType type)
          Returns an enumeration with existing definition objects that are contained in the process template passed as argument.
 WfNodeTemplate WfDefinerService.setParentTemplate(WfNodeTemplate node_template, WfContainerTemplate container_template)
          Sets the parent template of a node template.
static WfContainerTemplateReference WfContainerTemplateReference.newWfContainerTemplateReference(WfContainerTemplate container)
          Constructs a container template reference given the container template.
protected  void WfContainerTemplateReference.initialize(WfContainerTemplate container)
          Supports initialization, following construction of an instance.
protected  boolean WfContainerTemplate.readVersion(WfContainerTemplate thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
static WfConnectorTemplate WfConnectorTemplate.newWfConnectorTemplate(WfContainerTemplate parent)
          Constructor for the connector.
protected  void WfConnectorTemplate.initialize(WfContainerTemplate parent)
          Supports initialization, following construction of an instance.
 WfConnectorTemplate WfConnectorTemplate.copy(WfContainerTemplate parent)
          Produces a transient, shallow copy of the connector template that is contained in the process template passed as argument.
 WfConnectorTemplate StandardWfDefinerService.addConnectorTemplate(WfContainerTemplate def, WfConnectorFunction function, WfConnectorType type)
          Adds a connector template to a process template.
 WfTemplateObject StandardWfDefinerService.addStepTemplate(WfContainerTemplate process_def, WfTemplateObject step)
          Adds an activity step to an existing process template.
 Vector StandardWfDefinerService.getAccessibleNodes(WfContainerTemplate template, WfNodeTemplate start_template)
          Returns all nodes (activities and connectors) that can be reached from the node passed as argument.
 Enumeration StandardWfDefinerService.getConnectorTemplates(WfContainerTemplate process_def)
          Returns all connector templates associated with a given process template.
 Enumeration StandardWfDefinerService.getEndConnectorTemplates(WfContainerTemplate process_def)
          Returns an enumeration containing the end connector templates associated with the process template.
 Enumeration StandardWfDefinerService.getLinkTemplates(WfContainerTemplate process_def)
          Returns an enumeration (of type NodeTemplateLink) containing all link templates defined for the process.
 Vector StandardWfDefinerService.getProcessRoles(WfContainerTemplate process_def)
          Returns a Vector of Role objects used by the process/block template passed as argument.
 ProcessStepTemplateLink StandardWfDefinerService.getProcessStepTemplateLink(WfContainerTemplate process_def, WfTemplateObject step)
          Deprecated. use getProcessTemplateLink (WfTemplateObject) instead
 WfConnectorTemplate StandardWfDefinerService.getStartConnectorTemplate(WfContainerTemplate process_def)
          Returns the start connector template associated with the process template.
 Enumeration StandardWfDefinerService.getStepTemplates(WfContainerTemplate process_def, WfTemplateObjectType type)
          Returns an enumeration with existing definition objects that are contained in the process template passed as argument.
 WfNodeTemplate StandardWfDefinerService.setParentTemplate(WfNodeTemplate node_template, WfContainerTemplate container_template)
          Sets the parent template of a node template.
protected  void StandardWfDefinerService.getAllStepTemplates(WfContainerTemplate process_def, Vector steps)
          Returns all step templates contained in a container template.
private  void StandardWfDefinerService.deleteContainedObjects(WfContainerTemplate process_def)
          Deletes all contained objects in a given process template.
private  WfContainerTemplate StandardWfDefinerService.copyContainerTemplate(WfContainerTemplate template, WfContainerTemplate templateCopy)
          Copies container template and all associated steps and connectors.
private  void StandardWfDefinerService.updateNodeObjectsDomain(WfContainerTemplate template)
          Changes the domain of all contained steps to the new domain of the container.
 void ProcessStepTemplateLink.setProcess(WfContainerTemplate process)
          Sets the object for the association that plays role: PROCESS_ROLE.
static ProcessStepTemplateLink ProcessStepTemplateLink.newProcessStepTemplateLink(WfContainerTemplate process, WfTemplateObject step)
          Default factory for the class.
protected  void ProcessStepTemplateLink.initialize(WfContainerTemplate process, WfTemplateObject step)
           
 

Constructors in wt.workflow.definer with parameters of type WfContainerTemplate
WfTemplateVerification(WfContainerTemplate template, boolean recurse)
          Constructor of the class.
 

Uses of WfContainerTemplate in wt.workflow.engine
 

Methods in wt.workflow.engine with parameters of type WfContainerTemplate
protected  void WfProcess.setProcessAttributes(WfContainerTemplate template, WTPrincipalReference creator, Object team_spec, WTContainerRef context_ref)
          Set basic process attributes, based on the template and other information passed as arguments.
 WfContainer WfEngineServiceFwd.createStartAdHocProcess(WfAdHocActivity requester, WfContainerTemplate template)
          Creates and starts an adh hoc process given the ad hoc activity and the template from which the process should be instantiated.
 WfContainer WfEngineService.createStartAdHocProcess(WfAdHocActivity requester, WfContainerTemplate template)
          Creates and starts an adh hoc process given the ad hoc activity and the template from which the process should be instantiated.
 WfContainer StandardWfEngineService.createStartAdHocProcess(WfAdHocActivity requester, WfContainerTemplate template)
          Creates and starts an adh hoc process given the ad hoc activity and the template from which the process should be instantiated.
private  WfProcess StandardWfEngineService.createProcessInstance(WfContainerTemplate process_def, Object team_spec, WTContainerRef context_ref, boolean persist)
           
private  WfProcess StandardWfEngineService.createProcessInstance(WfContainerTemplate process_def, Object team_spec, WTContainerRef context_ref)
           
protected  void WfProcess.setProcessAttributes(WfContainerTemplate template, WTPrincipalReference creator, Object team_spec, WTContainerRef context_ref)
          Set basic process attributes, based on the template and other information passed as arguments.
 WfContainer WfEngineServiceFwd.createStartAdHocProcess(WfAdHocActivity requester, WfContainerTemplate template)
          Creates and starts an adh hoc process given the ad hoc activity and the template from which the process should be instantiated.
 WfContainer WfEngineService.createStartAdHocProcess(WfAdHocActivity requester, WfContainerTemplate template)
          Creates and starts an adh hoc process given the ad hoc activity and the template from which the process should be instantiated.
 WfContainer StandardWfEngineService.createStartAdHocProcess(WfAdHocActivity requester, WfContainerTemplate template)
          Creates and starts an adh hoc process given the ad hoc activity and the template from which the process should be instantiated.
private  WfProcess StandardWfEngineService.createProcessInstance(WfContainerTemplate process_def, Object team_spec, WTContainerRef context_ref, boolean persist)
           
private  WfProcess StandardWfEngineService.createProcessInstance(WfContainerTemplate process_def, Object team_spec, WTContainerRef context_ref)