|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WfProcessTemplateReference | |
wt.workflow.definer |
Provides workflow classes responsible for the definition of
processes, activities, and the other objects that compose the workflow network. |
Uses of WfProcessTemplateReference in wt.workflow.definer |
Methods in wt.workflow.definer that return WfProcessTemplateReference | |
static WfProcessTemplateReference |
WfProcessTemplateReference.newWfProcessTemplateReference(WfProcessTemplate template)
Constructs a process template reference given a process template. |
static WfProcessTemplateReference |
WfProcessTemplateReference.newWfProcessTemplateReference()
No-arg process template reference constructor. |
static WfProcessTemplateReference |
WfProcessTemplateReference.newWfProcessTemplateReference(WfProcessTemplateReference template_ref)
Constructs a process template reference given a reference to a process template. |
static WfProcessTemplateReference |
WfProcessTemplateReference.newWfProcessTemplateReference(String template_name)
Constructs a process template given its name. |
static WfProcessTemplateReference |
WfProcessTemplateReference.newWfProcessTemplateReference(ObjectIdentifier template_id)
Constructs a process template reference given the object identifier of a process template. |
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 |
Methods in wt.workflow.definer with parameters of type WfProcessTemplateReference | |
protected boolean |
WfProcessTemplateReference.readVersion(WfProcessTemplateReference thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
static WfProcessTemplateReference |
WfProcessTemplateReference.newWfProcessTemplateReference(WfProcessTemplateReference template_ref)
Constructs a process template reference given a reference to a process template. |
protected void |
WfProcessTemplateReference.initialize(WfProcessTemplateReference template_ref)
Supports initialization, following construction of an instance. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |