Method Summary |
|
public void | activate() Activates this activity. |
public void | complete() Complete this activity. |
public WfProcess | container() Getter for the process of this activity.
throws: WfException - General workflow exception. |
public Iterator | getIteratorAssignment() Retrieve the Iterator of Assignments objects.
throws: WfException - General workflow exception. |
public List | getSequenceAssignment(int maxNumber) Retrieve all assignments of this activity.
Parameters: maxNumber - the high limit of number of assignment in result set (0 for all). throws: WfException - General workflow exception. |
public int | howManyAssignment() Retrieve amount of Assignment objects.
throws: WfException - General workflow exception. |
public boolean | isMemberOfAssignment(WfAssignment member) Check if a specific assignment is a member of this activity.
Parameters: member - Assignment object. throws: WfException - General workflow exception. |
public Map | result() Retrieve the Result map of this activity.
throws: WfException - General workflow exception. throws: ResultNotAvailable - No result is available. |
public void | setResult(Map result) Assign Result for this activity. |