Uses of Class
wt.workflow.work.WfAssignee

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

Methods in wt.clients.workflow.definer that return WfAssignee
 WfAssignee WfAssignedActivityTemplateParticipants.AssigneeMultiList.getAssignee(String name, String type)
           
 

Methods in wt.clients.workflow.definer with parameters of type WfAssignee
private  String WfAssignedActivityTemplateParticipants.AssigneeMultiList.getCompletionString(WfAssignee assignee)
           
private  WfCompletionPolicy WfAssignedActivityTemplateParticipants.AssigneeMultiList.getCompletionPolicy(WfAssignee assignee)
           
 boolean WfAssignedActivityTemplateParticipants.AssigneeMultiList.usesCompletionPolicy(WfAssignee assignee)
           
 

Uses of WfAssignee in wt.projmgmt.execution
 

Methods in wt.projmgmt.execution with parameters of type WfAssignee
protected  WfAssignment ProjectActivity.createWfAssignment(WfAssignee assignee)
          Creates and returns a ProjectAssignment.
 

Uses of WfAssignee in wt.projmgmt.resource
 

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

Uses of WfAssignee in wt.team
 

Methods in wt.team with parameters of type WfAssignee
 WfTeamAssignee MigrateProjectToTeamObject.updateWfAssignee(WfAssignee wa)
           
 PreparedStatement MigrateProjectToTeamObject.updateWA(String oid, WfAssignee wa, String table)
          Update the WfAssgnment's ASSIGNEE attribute.
 WfTeamAssignee MigrateProjectToTeamObject.updateWfAssignee(WfAssignee wa)
           
 PreparedStatement MigrateProjectToTeamObject.updateWA(String oid, WfAssignee wa, String table)
          Update the WfAssgnment's ASSIGNEE attribute.
 

Uses of WfAssignee in wt.workflow.definer
 

Methods in wt.workflow.definer that return WfAssignee
private  WfAssignee RoleVector.roleToAssignee(String role_str)
           
private static WfAssignee LoadWorkflow.setWfAssigneeAttributes(WfAssignee assignee)
           
 

Methods in wt.workflow.definer with parameters of type WfAssignee
private static WfAssignee LoadWorkflow.setWfAssigneeAttributes(WfAssignee assignee)
           
 

Uses of WfAssignee in wt.workflow.work
 

Subclasses of WfAssignee in wt.workflow.work
 class WfActorRoleAssignee
          Hold ActorRole Assignees.
 class WfPrincipalAssignee
          Principal assignee

Supported API: false

Extendable: false
 class WfProjectAssignee
          Project assignee

Supported API: false

Extendable: false
 class WfRoleAssignee
          Role assignee

Supported API: false

Extendable: false
 class WfTeamAssignee
          Team assignee

Supported API: false

Extendable: false
 class WfVariableAssignee
          Variable Assignee

Supported API: false

Extendable: false
 

Fields in wt.workflow.work declared as WfAssignee
private  WfAssignee WfAssignment.assignee
           
 

Methods in wt.workflow.work that return WfAssignee
 WfAssignee WfAssignment.getAssignee()
          Gets the value of the attribute: ASSIGNEE.
 

Methods in wt.workflow.work with parameters of type WfAssignee
 void WfAssignment.setAssignee(WfAssignee a_Assignee)
          Sets the value of the attribute: ASSIGNEE.
private  boolean WfAssignment.ignoreRole(WfAssignee assignee, WfActivity activity)
          Determines whether unresolved roles should be ignored.
protected  boolean WfAssignee.readVersion(WfAssignee thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
private  Vector WfAssignedActivity.resolveAssignee(WfAssignee assignee, WfAssignedActivityTemplate template)
           
protected  WfAssignment WfAssignedActivity.createWfAssignment(WfAssignee assignee)
          Returns a persistented assignment object given the assignee.