Uses of Class
wt.workflow.work.WfPrincipalAssignee

Packages that use WfPrincipalAssignee
wt.clients.workflow.definer   
wt.projmgmt.resource   
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 WfPrincipalAssignee in wt.clients.workflow.definer
 

Methods in wt.clients.workflow.definer that return WfPrincipalAssignee
 WfPrincipalAssignee WfAssignedActivityTemplateParticipants.AssigneeMultiList.getAssignee(WTPrincipalReference principal)
          Returns the assignee of a given principal reference.
 

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

Uses of WfPrincipalAssignee in wt.projmgmt.resource
 

Subclasses of WfPrincipalAssignee in wt.projmgmt.resource
 class ProjectAssignee
          Represents a human resource assigned to a project task.
 

Methods in wt.projmgmt.resource that return WfPrincipalAssignee
static WfPrincipalAssignee ProjResourceHelper.createPrincipalAssignee(WTPrincipalReference p_ref)
          Creates a workflow principal assignee given a reference to a user.
 

Uses of WfPrincipalAssignee in wt.workflow.definer
 

Methods in wt.workflow.definer with parameters of type WfPrincipalAssignee
 boolean WfAssignedActivityTemplate.addPrincipalAssignee(WfPrincipalAssignee principalAssignee)
          Add a WfPrincipalAssignee object to the template.
 boolean WfAssignedActivityTemplate.removePrincipalAssignee(WfPrincipalAssignee principalAssignee)
          Remove a WfPrincipalAssignee object from the template.
 

Uses of WfPrincipalAssignee in wt.workflow.work
 

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