Uses of Class
wt.workflow.work.WfProjectAssignee

Packages that use WfProjectAssignee
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 WfProjectAssignee in wt.workflow.definer
 

Methods in wt.workflow.definer with parameters of type WfProjectAssignee
 boolean WfAssignedActivityTemplate.addProjectAssignee(WfProjectAssignee projectAssignee)
          Add a WfProjectAssignee object to the template.
 boolean WfAssignedActivityTemplate.removeProjectAssignee(WfProjectAssignee projectAssignee)
          Remove a WfProjectAssignee object from the template.
 

Uses of WfProjectAssignee in wt.workflow.work
 

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