Uses of Class
wt.workflow.definer.WfProcessTemplateMaster

Packages that use WfProcessTemplateMaster
wt.clients.workflow.definer   
wt.clients.workflow.util   
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 WfProcessTemplateMaster in wt.clients.workflow.definer
 

Methods in wt.clients.workflow.definer that return WfProcessTemplateMaster
static WfProcessTemplateMaster Server.getTemplateMaster(String name, WTContainerRef context_ref)
           
static WfProcessTemplateMaster Server.getTemplateMaster(String name, WTContainerRef context_ref, Boolean enabled)
           
 

Uses of WfProcessTemplateMaster in wt.clients.workflow.util
 

Methods in wt.clients.workflow.util that return WfProcessTemplateMaster
 WfProcessTemplateMaster ChooseProcessTemplateDialog.getChoosenProcessTemplateMaster()
           
 

Uses of WfProcessTemplateMaster in wt.lifecycle
 

Methods in wt.lifecycle with parameters of type WfProcessTemplateMaster
 QueryResult StandardLifeCycleService.whereUsed(WfProcessTemplateMaster master)
          Given a WfProcessTemplateMaster, return a QueryResult containing all PhaseTemplate objects that use it.
 QueryResult LifeCycleServiceSvr.whereUsed(WfProcessTemplateMaster master)
          Given a WfProcessTemplateMaster, return a QueryResult containing all PhaseTemplate objects that use it.
 QueryResult StandardLifeCycleService.whereUsed(WfProcessTemplateMaster master)
          Given a WfProcessTemplateMaster, return a QueryResult containing all PhaseTemplate objects that use it.
 QueryResult LifeCycleServiceSvr.whereUsed(WfProcessTemplateMaster master)
          Given a WfProcessTemplateMaster, return a QueryResult containing all PhaseTemplate objects that use it.
 

Uses of WfProcessTemplateMaster in wt.workflow.definer
 

Methods in wt.workflow.definer that return WfProcessTemplateMaster
static WfProcessTemplateMaster WfProcessTemplateMaster.newWfProcessTemplateMaster()
          Default factory for the class.
 WfProcessTemplateMaster MasterIteration.getMaster()
          Gets the object for the association that plays role: MASTER_ROLE.
 

Methods in wt.workflow.definer with parameters of type WfProcessTemplateMaster
static WfProcessTemplateMasterReference WfProcessTemplateMasterReference.newWfProcessTemplateMasterReference(WfProcessTemplateMaster template)
          Constructs a process template reference given a process template master.
protected  void WfProcessTemplateMasterReference.initialize(WfProcessTemplateMaster template)
          Supports initialization, following construction of an instance.
protected  boolean WfProcessTemplateMaster.readVersion(WfProcessTemplateMaster thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 WfProcessTemplate WfDefinerServiceFwd.getLatestIteration(WfProcessTemplateMaster master)
          Given a WfProcessTemplateMaster, return the latest iteration (WfProcessTemplate)

Supported API: false
 WfProcessTemplate WfDefinerService.getLatestIteration(WfProcessTemplateMaster master)
          Given a WfProcessTemplateMaster, return the latest iteration (WfProcessTemplate)

Supported API: false
 WfProcessTemplate StandardWfDefinerService.getLatestIteration(WfProcessTemplateMaster master)
          Given a WfProcessTemplateMaster, return the latest iteration (WfProcessTemplate)

Supported API: false
private  void StandardWfDefinerService.checkDisable(WfProcessTemplateMaster master)
          Throws exception if any process template iteration or the template master or any of its iterations is being used by an enabled template.
 void MasterIteration.setMaster(WfProcessTemplateMaster master)
          Sets the object for the association that plays role: MASTER_ROLE.
static MasterIteration MasterIteration.newMasterIteration(WfProcessTemplateMaster master, WfProcessTemplate iteration)
          Default factory for the class.
 

Uses of WfProcessTemplateMaster in wt.workflow.engine
 

Methods in wt.workflow.engine that return WfProcessTemplateMaster
private  WfProcessTemplateMaster SynchedWorkflow.getTemplateMaster()
           
private  WfProcessTemplateMaster SynchedWorkflow.getTemplateMaster()
           
 

Methods in wt.workflow.engine with parameters of type WfProcessTemplateMaster
 void SynchedWorkflow.startSynchedWorkflow(WfProcessTemplateMaster template_master, RoleHolder role_holder, int priority)
           
 void SynchedWorkflow.startSynchedWorkflow(WfProcessTemplateMaster template_master, RoleHolder role_holder, int priority)