public interface ResourceEntity
| Modifier and Type | Method and Description |
|---|---|
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.
|
java.util.Collection getAssignments()
throws WorkflowException
WorkflowException - Thrown if unable to retrieve the resource's
assignments.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.WorkflowExceptionjava.util.Collection getAssignmentGroups()
throws WorkflowException
WorkflowException