Uses of Class
wt.workflow.definer.WfConnectorTemplate

Packages that use WfConnectorTemplate
com.ptc.netmarkets.nmixb   
wt.clients.workflow.definer   
wt.clients.workflow.manager   
wt.projmgmt.definer   
wt.projmgmt.execution   
wt.workflow.definer
Provides workflow classes responsible for the definition of processes, activities, and the other objects that compose the workflow network. 
 

Uses of WfConnectorTemplate in com.ptc.netmarkets.nmixb
 

Methods in com.ptc.netmarkets.nmixb that return WfConnectorTemplate
private  WfConnectorTemplate ProjectPlanStructCopyHelper.getEndConnectorTemplate(WfContainerTemplate container_template)
           
 

Uses of WfConnectorTemplate in wt.clients.workflow.definer
 

Fields in wt.clients.workflow.definer declared as WfConnectorTemplate
(package private)  WfConnectorTemplate WfContainerTemplateEditor.startTemplate
           
 

Methods in wt.clients.workflow.definer with parameters of type WfConnectorTemplate
 void WfContainerTemplateEditor.setStartWfTemplate(WfConnectorTemplate start_template)
           
 

Uses of WfConnectorTemplate in wt.clients.workflow.manager
 

Methods in wt.clients.workflow.manager with parameters of type WfConnectorTemplate
private static void PMServer.setupConnectorTemplate(WfConnectorTemplate connectorTemplate, MonitorNode pNode)
           
 

Uses of WfConnectorTemplate in wt.projmgmt.definer
 

Methods in wt.projmgmt.definer that return WfConnectorTemplate
 WfConnectorTemplate SummaryActivityTemplate.getInConnector()
          

Supported API: false
protected  WfConnectorTemplate StandardProjDefinerService.createInConnectors(WfContainer container, ProjectNode node)
           
 WfConnectorTemplate ProjectProxyTemplate.getInConnector()
          

Supported API: false
 WfConnectorTemplate ProjectNodeTemplate.getInConnector()
          

Supported API: false
 WfConnectorTemplate ProjectActivityTemplate.getInConnector()
          

Supported API: false
 WfConnectorTemplate MilestoneTemplate.getInConnector()
          

Supported API: false
 

Methods in wt.projmgmt.definer with parameters of type WfConnectorTemplate
private  void StandardProjDefinerService.deleteLink(WfNodeTemplate node, WfConnectorTemplate conn)
           
 void StandardProjDefinerService.moveLink(ProjectNodeTemplate pred, WfConnectorTemplate succ, WfContainerTemplate container_template)
           
private  WfConnector StandardProjDefinerService.adjustPredNumber(WfNodeTemplate source_temp, WfConnectorTemplate dest_temp)
           
 

Uses of WfConnectorTemplate in wt.projmgmt.execution
 

Methods in wt.projmgmt.execution with parameters of type WfConnectorTemplate
private  WfConnector StandardProjExecService.getWfConnector(WfConnectorTemplate conn_template)
           
 

Uses of WfConnectorTemplate in wt.workflow.definer
 

Methods in wt.workflow.definer that return WfConnectorTemplate
private static WfConnectorTemplate WfDefinitionHandler.validateConnectorTemplate(WfConnectorTemplate ct)
           
private static WfConnectorTemplate WfDefinitionDefaultDelegate.validateConnectorTemplate(WfConnectorTemplate ct)
           
 WfConnectorTemplate WfDefinerServiceFwd.addConnectorTemplate(WfContainerTemplate def, WfConnectorFunction function, WfConnectorType type)
          Adds a connector template to a process template.
 WfConnectorTemplate WfDefinerServiceFwd.getStartConnectorTemplate(WfContainerTemplate process_def)
          Returns the start connector template associated with the process template.
 WfConnectorTemplate WfDefinerService.addConnectorTemplate(WfContainerTemplate def, WfConnectorFunction function, WfConnectorType type)
          Adds a connector template to a process template.
 WfConnectorTemplate WfDefinerService.getStartConnectorTemplate(WfContainerTemplate process_def)
          Returns the start connector template associated with the process template.
 WfConnectorTemplate WfContainerTemplate.getStartConnector()
          Returns the template of the start connector.
static WfConnectorTemplate WfConnectorTemplate.newWfConnectorTemplate(WfContainerTemplate parent)
          Constructor for the connector.
 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.
 WfConnectorTemplate StandardWfDefinerService.getStartConnectorTemplate(WfContainerTemplate process_def)
          Returns the start connector template associated with the process template.
 

Methods in wt.workflow.definer with parameters of type WfConnectorTemplate
private static String WfExportImportHandler.stringWfConnectorTemplate(WfConnectorTemplate template)
           
private static void WfDefinitionHandler.removeConnectorTemplate(WfConnectorTemplate ct)
          Process the deletion of an Connector template object.
private static WfConnectorTemplate WfDefinitionHandler.validateConnectorTemplate(WfConnectorTemplate ct)
           
private static void WfDefinitionDefaultDelegate.removeConnectorTemplate(WfConnectorTemplate ct)
          Process the deletion of an Connector template object.
private static WfConnectorTemplate WfDefinitionDefaultDelegate.validateConnectorTemplate(WfConnectorTemplate ct)
           
protected  boolean WfConnectorTemplate.readVersion(WfConnectorTemplate thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.