Uses of Interface
wt.workflow.definer.WfProcessDefinition

Packages that use WfProcessDefinition
com.ptc.netmarkets.workflow   
wt.lifecycle
 
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 WfProcessDefinition in com.ptc.netmarkets.workflow
 

Methods in com.ptc.netmarkets.workflow that return WfProcessDefinition
private  WfProcessDefinition StandardNmWorkflowService.getProcessDefinitionFromLCT(LifeCycleTemplate lct, Locale locale)
           
 

Uses of WfProcessDefinition in wt.lifecycle
 

Methods in wt.lifecycle that return WfProcessDefinition
 WfProcessDefinition PhaseWorkflow.getPhaseWorkflowId()
          Gets the object for the association that plays role: PHASE_WORKFLOW_ID_ROLE.
 WfProcessDefinition PhaseTemplate.getGateWorkflowId()
          Gets the object for the association that plays role: GATE_WORKFLOW_ID.
 WfProcessDefinition PhaseTemplate.getPhaseWorkflowId()
          Gets the object for the association that plays role: PHASE_WORKFLOW_ID.
 WfProcessDefinition GateWorkflow.getGateWorkflowId()
          Gets the object for the association that plays role: GATE_WORKFLOW_ID_ROLE.
 WfProcessDefinition PhaseWorkflow.getPhaseWorkflowId()
          Gets the object for the association that plays role: PHASE_WORKFLOW_ID_ROLE.
 WfProcessDefinition PhaseTemplate.getGateWorkflowId()
          Gets the object for the association that plays role: GATE_WORKFLOW_ID.
 WfProcessDefinition PhaseTemplate.getPhaseWorkflowId()
          Gets the object for the association that plays role: PHASE_WORKFLOW_ID.
 WfProcessDefinition GateWorkflow.getGateWorkflowId()
          Gets the object for the association that plays role: GATE_WORKFLOW_ID_ROLE.
 

Methods in wt.lifecycle with parameters of type WfProcessDefinition
private  WfProcess StandardLifeCycleService.initiateWorkflow(WfProcessDefinition aDefinition, Phase aPhase, LifeCycleManaged object, WTContainerRef context_ref)
           
private  String StandardLifeCycleService.constructProcessName(WfProcessDefinition aPT, LifeCycleManaged obj)
           
private static boolean StandardLifeCycleService.mismatchedOrgs(WfProcessDefinition def, String templateOrg)
           
 void PhaseWorkflow.setPhaseWorkflowId(WfProcessDefinition phaseWorkflowId)
          Sets the object for the association that plays role: PHASE_WORKFLOW_ID_ROLE.
static PhaseWorkflow PhaseWorkflow.newPhaseWorkflow(PhaseTemplate thePhaseTemplate, WfProcessDefinition phaseWorkflowId)
          Default factory for the class.
 void PhaseTemplate.setGateWorkflowId(WfProcessDefinition a_GateWorkflowId)
          Sets the object for the association that plays role: GATE_WORKFLOW_ID.
 void PhaseTemplate.setPhaseWorkflowId(WfProcessDefinition a_PhaseWorkflowId)
          Sets the object for the association that plays role: PHASE_WORKFLOW_ID.
 void GateWorkflow.setGateWorkflowId(WfProcessDefinition gateWorkflowId)
          Sets the object for the association that plays role: GATE_WORKFLOW_ID_ROLE.
static GateWorkflow GateWorkflow.newGateWorkflow(PhaseTemplate thePhaseTemplate, WfProcessDefinition gateWorkflowId)
          Default factory for the class.
private  WfProcess StandardLifeCycleService.initiateWorkflow(WfProcessDefinition aDefinition, Phase aPhase, LifeCycleManaged object, WTContainerRef context_ref)
           
private  String StandardLifeCycleService.constructProcessName(WfProcessDefinition aPT, LifeCycleManaged obj)
           
private static boolean StandardLifeCycleService.mismatchedOrgs(WfProcessDefinition def, String templateOrg)
           
 void PhaseWorkflow.setPhaseWorkflowId(WfProcessDefinition phaseWorkflowId)
          Sets the object for the association that plays role: PHASE_WORKFLOW_ID_ROLE.
static PhaseWorkflow PhaseWorkflow.newPhaseWorkflow(PhaseTemplate thePhaseTemplate, WfProcessDefinition phaseWorkflowId)
          Default factory for the class.
 void PhaseTemplate.setGateWorkflowId(WfProcessDefinition a_GateWorkflowId)
          Sets the object for the association that plays role: GATE_WORKFLOW_ID.
 void PhaseTemplate.setPhaseWorkflowId(WfProcessDefinition a_PhaseWorkflowId)
          Sets the object for the association that plays role: PHASE_WORKFLOW_ID.
 void GateWorkflow.setGateWorkflowId(WfProcessDefinition gateWorkflowId)
          Sets the object for the association that plays role: GATE_WORKFLOW_ID_ROLE.
static GateWorkflow GateWorkflow.newGateWorkflow(PhaseTemplate thePhaseTemplate, WfProcessDefinition gateWorkflowId)
          Default factory for the class.
 

Uses of WfProcessDefinition in wt.workflow.definer
 

Classes in wt.workflow.definer that implement WfProcessDefinition
 class WfProcessTemplate
          A WfProcessTemplate represents a template for a specific workflow process; it is used to create instances of a workflow process.
 class WfProcessTemplateMaster
           Use the newWfProcessTemplateMaster static factory method(s), not the WfProcessTemplateMaster constructor, to construct instances of this class.
 

Methods in wt.workflow.definer that return WfProcessDefinition
 WfProcessDefinition WfProxyTemplate.getDefinition()
          Gets the object for the association that plays role: DEFINITION.
 WfProcessDefinition WfDefinerServiceFwd.getProcessDefinition(String process_identity)
          Returns a process definition given its identity.
 WfProcessDefinition WfDefinerServiceFwd.getProcessDefinition(String process_identity, WTContainerRef context_ref)
          Returns a process definition given its identity.
 WfProcessDefinition WfDefinerServiceFwd.getProcessDefinition(String process_identity, WTContainerRef context_ref, boolean hierarchical_lookup)
          Returns a process definition given its identity, container reference and whether or not the process definition should be looked up hierarchically or not.
 WfProcessDefinition WfDefinerService.getProcessDefinition(String process_identity)
          Returns a process definition given its identity.
 WfProcessDefinition WfDefinerService.getProcessDefinition(String process_identity, WTContainerRef context_ref)
          Returns a process definition given its identity.
 WfProcessDefinition WfDefinerService.getProcessDefinition(String process_identity, WTContainerRef context_ref, boolean hierarchical_lookup)
          Returns a process definition given its identity, container reference and whether or not the process definition should be looked up hierarchically or not.
 WfProcessDefinition StandardWfDefinerService.getProcessDefinition(String process_identity)
          Returns a process definition given its identity.
 WfProcessDefinition StandardWfDefinerService.getProcessDefinition(String process_identity, WTContainerRef context_ref)
          Returns a process definition given its identity.
 WfProcessDefinition StandardWfDefinerService.getProcessDefinition(String process_identity, WTContainerRef context_ref, boolean hierarchical_lookup)
          Returns a process definition given its identity, container reference and whether or not the process definition should be looked up hierarchically or not.
 WfProcessDefinition ProxyProcessDefinitionLink.getDefinition()
          Gets the object for the association that plays role: DEFINITION_ROLE.
 

Methods in wt.workflow.definer with parameters of type WfProcessDefinition
 void WfProxyTemplate.setDefinition(WfProcessDefinition a_Definition)
          Sets the object for the association that plays role: DEFINITION.
 void WfDefinerServiceFwd.setEnabled(WfProcessDefinition process, boolean enabled)
          Enables or disables the process template master.
 void WfDefinerService.setEnabled(WfProcessDefinition process, boolean enabled)
          Enables or disables the process template master.
 void StandardWfDefinerService.setEnabled(WfProcessDefinition process, boolean enabled)
          Enables or disables the process template master.
 void ProxyProcessDefinitionLink.setDefinition(WfProcessDefinition definition)
          Sets the object for the association that plays role: DEFINITION_ROLE.
static ProxyProcessDefinitionLink ProxyProcessDefinitionLink.newProxyProcessDefinitionLink(WfProxyTemplate proxy, WfProcessDefinition definition)
          Default factory for the class.
 

Uses of WfProcessDefinition in wt.workflow.engine
 

Methods in wt.workflow.engine with parameters of type WfProcessDefinition
 WfProcess WfEngineServiceFwd.createProcess(WfProcessDefinition template, Object team_spec)
          Deprecated. use method with WTContainerRef
 WfProcess WfEngineServiceFwd.createProcess(WfProcessDefinition template, Object team_spec, WTContainerRef context_ref)
          Creates and returns a process from the given template, associated team specification and a reference to the context (@link wt.inf.container.WTContainerRef} where the process is to be created.
 WfProcess WfEngineService.createProcess(WfProcessDefinition template, Object team_spec)
          Deprecated. use method with WTContainerRef
 WfProcess WfEngineService.createProcess(WfProcessDefinition template, Object team_spec, WTContainerRef context_ref)
          Creates and returns a process from the given template, associated team specification and a reference to the context (@link wt.inf.container.WTContainerRef} where the process is to be created.
 WfProcess StandardWfEngineService.createProcess(WfProcessDefinition template, Object team_spec)
          Deprecated. use method with WTContainerRef
 WfProcess StandardWfEngineService.createProcess(WfProcessDefinition template, Object team_spec, WTContainerRef context_ref)
          Creates and returns a process from the given template, associated team specification and a reference to the context (@link wt.inf.container.WTContainerRef} where the process is to be created.
 WfProcess WfEngineServiceFwd.createProcess(WfProcessDefinition template, Object team_spec)
          Deprecated. use method with WTContainerRef
 WfProcess WfEngineServiceFwd.createProcess(WfProcessDefinition template, Object team_spec, WTContainerRef context_ref)
          Creates and returns a process from the given template, associated team specification and a reference to the context (@link wt.inf.container.WTContainerRef} where the process is to be created.
 WfProcess WfEngineService.createProcess(WfProcessDefinition template, Object team_spec)
          Deprecated. use method with WTContainerRef
 WfProcess WfEngineService.createProcess(WfProcessDefinition template, Object team_spec, WTContainerRef context_ref)
          Creates and returns a process from the given template, associated team specification and a reference to the context (@link wt.inf.container.WTContainerRef} where the process is to be created.
 WfProcess StandardWfEngineService.createProcess(WfProcessDefinition template, Object team_spec)
          Deprecated. use method with WTContainerRef
 WfProcess StandardWfEngineService.createProcess(WfProcessDefinition template, Object team_spec, WTContainerRef context_ref)
          Creates and returns a process from the given template, associated team specification and a reference to the context (@link wt.inf.container.WTContainerRef} where the process is to be created.