Uses of Class
wt.workflow.work.WfTeamAssignee

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

Methods in wt.clients.workflow.definer that return WfTeamAssignee
 WfTeamAssignee WfAssignedActivityTemplateParticipants.AssigneeMultiList.getAssignee(TeamTemplateReference team_ref)
          Returns the assignee of a given team.
 

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

Uses of WfTeamAssignee in wt.team
 

Methods in wt.team that return WfTeamAssignee
 WfTeamAssignee MigrateProjectToTeamObject.updateWfAssignee(WfAssignee wa)
           
 WfTeamAssignee MigrateProjectToTeamObject.updateWfAssignee(WfAssignee wa)
           
 

Uses of WfTeamAssignee in wt.workflow.definer
 

Methods in wt.workflow.definer with parameters of type WfTeamAssignee
 boolean WfAssignedActivityTemplate.addTeamAssignee(WfTeamAssignee teamAssignee)
          Add a WfTeamAssignee object to the template.
 boolean WfAssignedActivityTemplate.removeTeamAssignee(WfTeamAssignee teamAssignee)
          Remove a WfTeamAssignee object from the template.
 

Uses of WfTeamAssignee in wt.workflow.work
 

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