Uses of Class
wt.workflow.engine.WfBlock

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

Uses of WfBlock in wt.projmgmt.execution
 

Subclasses of WfBlock in wt.projmgmt.execution
 class SummaryActivity
          Container of project manager nodes.
 

Uses of WfBlock in wt.workflow.engine
 

Methods in wt.workflow.engine that return WfBlock
static WfBlock WfBlock.newWfBlock()
          Deprecated. blocks created with this constructor end up in the classic container. Use instead constructor that takes reference to context as argument.
static WfBlock WfBlock.newWfBlock(WTContainerRef context_ref)
          

Supported API: false
static WfBlock WfBlock.newWfBlock()
          Deprecated. blocks created with this constructor end up in the classic container. Use instead constructor that takes reference to context as argument.
static WfBlock WfBlock.newWfBlock(WTContainerRef context_ref)
          

Supported API: false
 

Methods in wt.workflow.engine with parameters of type WfBlock
protected  boolean WfBlock.readVersion(WfBlock thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
protected  boolean WfBlock.readVersion(WfBlock thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.