|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WfTemplateObjectReference | |
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 WfTemplateObjectReference in wt.workflow.definer |
Methods in wt.workflow.definer that return WfTemplateObjectReference | |
static WfTemplateObjectReference |
WfTemplateObjectReference.newWfTemplateObjectReference()
No-arg template object reference constructor. |
static WfTemplateObjectReference |
WfTemplateObjectReference.newWfTemplateObjectReference(WfTemplateObject template)
Constructs a emplate object reference given a template object. |
static WfTemplateObjectReference |
WfTemplateObjectReference.newWfTemplateObjectReference(WfTemplateObjectReference template_ref)
Constructs a template object reference given a reference to a template object. |
static WfTemplateObjectReference |
WfTemplateObjectReference.newWfTemplateObjectReference(ObjectIdentifier template_id)
Constructs a template object reference given the object identifier of a template object. |
Methods in wt.workflow.definer with parameters of type WfTemplateObjectReference | |
protected boolean |
WfTemplateObjectReference.readVersion(WfTemplateObjectReference thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
static WfTemplateObjectReference |
WfTemplateObjectReference.newWfTemplateObjectReference(WfTemplateObjectReference template_ref)
Constructs a template object reference given a reference to a template object. |
protected void |
WfTemplateObjectReference.initialize(WfTemplateObjectReference template_ref)
Supports initialization, following construction of an instance. |
Uses of WfTemplateObjectReference in wt.workflow.engine |
Fields in wt.workflow.engine declared as WfTemplateObjectReference | |
private WfTemplateObjectReference |
WfExecutionObject.template
|
private WfTemplateObjectReference |
WfExecutionObject.template
|
Methods in wt.workflow.engine that return WfTemplateObjectReference | |
WfTemplateObjectReference |
WfExecutionObject.getTemplate()
Gets the value of the attribute: TEMPLATE. |
WfTemplateObjectReference |
WfExecutionObject.getTemplate()
Gets the value of the attribute: TEMPLATE. |
Methods in wt.workflow.engine with parameters of type WfTemplateObjectReference | |
void |
WfExecutionObject.setTemplate(WfTemplateObjectReference a_Template)
Sets the value of the attribute: TEMPLATE. |
void |
WfExecutionObject.setTemplate(WfTemplateObjectReference a_Template)
Sets the value of the attribute: TEMPLATE. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |