Uses of Class
wt.workflow.definer.WfProcessTemplateMasterReference

Packages that use WfProcessTemplateMasterReference
wt.clients.lifecycle.administrator   
wt.workflow.definer
Provides workflow classes responsible for the definition of processes, activities, and the other objects that compose the workflow network. 
 

Uses of WfProcessTemplateMasterReference in wt.clients.lifecycle.administrator
 

Methods in wt.clients.lifecycle.administrator that return WfProcessTemplateMasterReference
private  WfProcessTemplateMasterReference CPhaseTemplate.getWfTemplateMasterRef(String string)
           
static WfProcessTemplateMasterReference CPhaseTemplate.Server.getWfTemplateMasterRef(String string)
          Legacy API - no contain in WTContext
static WfProcessTemplateMasterReference CPhaseTemplate.Server.getWfTemplateMasterRef(String string, WTContainerRef context)
          New API taking WTContainerRef.
 

Uses of WfProcessTemplateMasterReference in wt.workflow.definer
 

Fields in wt.workflow.definer declared as WfProcessTemplateMasterReference
private  WfProcessTemplateMasterReference WfProcessTemplate.masterReference
           
 

Methods in wt.workflow.definer that return WfProcessTemplateMasterReference
static WfProcessTemplateMasterReference WfProcessTemplateMasterReference.newWfProcessTemplateMasterReference()
          No-arg process template master reference constructor.
static WfProcessTemplateMasterReference WfProcessTemplateMasterReference.newWfProcessTemplateMasterReference(WfProcessTemplateMaster template)
          Constructs a process template reference given a process template master.
static WfProcessTemplateMasterReference WfProcessTemplateMasterReference.newWfProcessTemplateMasterReference(WfProcessTemplateMasterReference template_ref)
          Constructs a process template master reference given a reference to a process template master.
static WfProcessTemplateMasterReference WfProcessTemplateMasterReference.newWfProcessTemplateMasterReference(ObjectIdentifier template_id)
          Constructs a process template master reference given the object identifier of a process template master.
 

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

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

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

Supported API: false