Uses of Class
wt.workflow.definer.VariableRefVector

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

Uses of VariableRefVector in wt.workflow.definer
 

Fields in wt.workflow.definer declared as VariableRefVector
private  VariableRefVector WfAssignedActivityTemplate.variableRefList
           
 

Methods in wt.workflow.definer that return VariableRefVector
protected  VariableRefVector WfAssignedActivityTemplate.getVariableRefList()
          Gets the value of the attribute: VARIABLE_REF_LIST.
protected  VariableRefVector WfAssignedActivityTemplate.convertVariableRefs(VariableRefVector vrv)
           
 

Methods in wt.workflow.definer with parameters of type VariableRefVector
protected  void WfAssignedActivityTemplate.setVariableRefList(VariableRefVector a_VariableRefList)
          Sets the value of the attribute: VARIABLE_REF_LIST.
protected  VariableRefVector WfAssignedActivityTemplate.convertVariableRefs(VariableRefVector vrv)
           
protected  boolean VariableRefVector.readVersion(VariableRefVector thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.