Uses of Class
wt.workflow.work.WfVariableAssignee

Packages that use WfVariableAssignee
wt.clients.workflow.definer   
wt.workflow.definer
Provides workflow classes responsible for the definition of processes, activities, and the other objects that compose the workflow network. 
wt.workflow.work
Provides workflow classes responsible for managing the work assigned to individual users. 
 

Uses of WfVariableAssignee in wt.clients.workflow.definer
 

Methods in wt.clients.workflow.definer that return WfVariableAssignee
 WfVariableAssignee WfAssignedActivityTemplateParticipants.AssigneeMultiList.getAssignee(String var_name)
          Returns the assignee of a given variable.
 

Methods in wt.clients.workflow.definer with parameters of type WfVariableAssignee
 void WfAssignedActivityTemplateParticipants.AssigneeMultiList.addAssignee(WfVariableAssignee assignee)
           
 

Uses of WfVariableAssignee in wt.workflow.definer
 

Methods in wt.workflow.definer with parameters of type WfVariableAssignee
 boolean WfAssignedActivityTemplate.addVariableAssignee(WfVariableAssignee variableAssignee)
          Add a WfVariableAssignee object to the template.
 boolean WfAssignedActivityTemplate.removeVariableAssignee(WfVariableAssignee variableAssignee)
          Remove a WfVariableAssignee from the template.
 

Uses of WfVariableAssignee in wt.workflow.work
 

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