|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for obtaining the assignments of a resource participating in workflow processes.
Method Summary | |
---|---|
java.util.Collection |
getAssignmentGroups()
Returns groups of assignments based on process and activity design id. |
java.util.Collection |
getAssignments()
Returns the assignments of the resource. |
java.util.Collection |
getAssignments(java.lang.String processDesignId,
java.lang.String activityDesignId)
Returns the assignments with the given process and activity design id's. |
Method Detail |
public java.util.Collection getAssignments() throws WorkflowException
WorkflowException
- Thrown if unable to retrieve the resource's
assignments.public java.util.Collection getAssignments(java.lang.String processDesignId, java.lang.String activityDesignId) throws WorkflowException
processDesignId
- Design ID of the process to query for.activityDesignId
- Design ID of the activity to query for.
WorkflowException
public java.util.Collection getAssignmentGroups() throws WorkflowException
WorkflowException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |