Uses of Class
wt.workflow.engine.WfProcessReference

Packages that use WfProcessReference
wt.workflow.engine
Provides workflow classes responsible for the flow of control and data from an execution point of view. 
 

Uses of WfProcessReference in wt.workflow.engine
 

Methods in wt.workflow.engine that return WfProcessReference
static WfProcessReference WfProcessReference.newWfProcessReference(WfProcess process)
          Constructs a WfProcessReference object given the target process.
static WfProcessReference WfProcessReference.newWfProcessReference()
          No-arg process reference constructor.
static WfProcessReference WfProcessReference.newWfProcessReference(WfProcessReference process_ref)
          Constructs a process reference given another process reference.
static WfProcessReference WfProcessReference.newWfProcessReference(ObjectIdentifier process_id)
          Constructs a workflow process reference given the object identifier of the process.
static WfProcessReference WfProcessReference.newWfProcessReference(WfProcess process)
          Constructs a WfProcessReference object given the target process.
static WfProcessReference WfProcessReference.newWfProcessReference()
          No-arg process reference constructor.
static WfProcessReference WfProcessReference.newWfProcessReference(WfProcessReference process_ref)
          Constructs a process reference given another process reference.
static WfProcessReference WfProcessReference.newWfProcessReference(ObjectIdentifier process_id)
          Constructs a workflow process reference given the object identifier of the process.
 

Methods in wt.workflow.engine with parameters of type WfProcessReference
protected  boolean WfProcessReference.readVersion(WfProcessReference thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
static WfProcessReference WfProcessReference.newWfProcessReference(WfProcessReference process_ref)
          Constructs a process reference given another process reference.
protected  void WfProcessReference.initialize(WfProcessReference process_ref)
          Supports initialization, following construction of an instance.
protected  boolean WfProcessReference.readVersion(WfProcessReference thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
static WfProcessReference WfProcessReference.newWfProcessReference(WfProcessReference process_ref)
          Constructs a process reference given another process reference.
protected  void WfProcessReference.initialize(WfProcessReference process_ref)
          Supports initialization, following construction of an instance.