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.
isMemberOfAssignment(WfAssignment member) Check if a specific assignment is a member of this activity.
Parameters: member - Assignment object. throws: WfException - General workflow exception.
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.
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. List of WfAssignment objects.
Check if a specific assignment is a member of this activity.
Parameters: member - Assignment object. throws: WfException - General workflow exception. true if the assignment is a member of this activity.
Retrieve the Result map of this activity.
throws: WfException - General workflow exception. throws: ResultNotAvailable - No result is available. Map of results from this activity
Assign Result for this activity.
Parameters: newResult - New result. throws: WfException - General workflow exception. throws: InvalidData - Data is invalid