Uses of Class
wt.workflow.work.WfCompletionPolicy

Packages that use WfCompletionPolicy
wt.clients.workflow.definer   
wt.workflow.work
Provides workflow classes responsible for managing the work assigned to individual users. 
 

Uses of WfCompletionPolicy in wt.clients.workflow.definer
 

Methods in wt.clients.workflow.definer that return WfCompletionPolicy
private  WfCompletionPolicy WfAssignedActivityTemplateParticipants.AssigneeMultiList.getCompletionPolicy(WfAssignee assignee)
           
 

Uses of WfCompletionPolicy in wt.workflow.work
 

Fields in wt.workflow.work declared as WfCompletionPolicy
private  WfCompletionPolicy WfAssignee.completionPolicy
           
 

Methods in wt.workflow.work that return WfCompletionPolicy
 WfCompletionPolicy WfAssignee.getCompletionPolicy()
          Gets the value of the attribute: completionPolicy.
 

Methods in wt.workflow.work with parameters of type WfCompletionPolicy
protected  boolean WfCompletionPolicy.readVersion(WfCompletionPolicy thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 void WfAssignee.setCompletionPolicy(WfCompletionPolicy a_CompletionPolicy)
          Sets the value of the attribute: completionPolicy.