com.ibm.itim.workflow.model
Interface ResourceEntity
- All Known Implementing Classes:
- HumanResourceEntity
- public interface ResourceEntity
Interface for obtaining the assignments of a resource participating
in workflow processes.
Method Summary |
java.util.Collection |
getAssignments()
Returns the assignments of the resource. |
getAssignments
public java.util.Collection getAssignments()
throws WorkflowException
- Returns the assignments of the resource.
- Returns:
- Collection of Assignments for the resource.
- Throws:
WorkflowException
- Thrown if unable to retrieve the resource's
assignments.