|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.itim.workflow.model.HumanResourceEntity
Class representing a human resource participating in workflow processes.
Constructor Summary | |
---|---|
HumanResourceEntity(DistinguishedName dn)
Constructs with the distinguished name of the human participant. |
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. |
java.lang.Integer |
getNumAssignments()
Returns the number of assignments of the resource. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public HumanResourceEntity(DistinguishedName dn)
dn
- DistinguishedName of the participant.Method Detail |
public java.lang.Integer getNumAssignments() throws WorkflowException
WorkflowException
- Thrown if unable to retrieve the resource's
assignments.
WorkflowException
public java.util.Collection getAssignments() throws WorkflowException
getAssignments
in interface ResourceEntity
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
getAssignments
in interface ResourceEntity
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
getAssignmentGroups
in interface ResourceEntity
WorkflowException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |