|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | 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 |
getAssignments()
Returns the assignments of the resource. |
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)
Method Detail |
public java.lang.Integer getNumAssignments() throws WorkflowException
WorkflowException
- Thrown if unable to retrieve the resource's
assignments.public java.util.Collection getAssignments() throws WorkflowException
getAssignments
in interface ResourceEntity
WorkflowException
- Thrown if unable to retrieve the resource's
assignments.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |