public interface AssignmentTarget
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getAssigneeGroupAttribute(java.lang.String name)
This method returns the value of any attribute belonging to the assignee entity "user group".
|
java.lang.Object |
getAssigneeUserAttribute(java.lang.String name)
This method returns the value of any attribute belonging to the assignee entity "user".
|
java.lang.String |
getAssignmentType()
This method provides information on the type of Assignment an
OIMOperation is assigned to. |
java.lang.Object getAssigneeUserAttribute(java.lang.String name) throws com.thortech.xl.gc.exception.AssignmentException
name
- Attribute of the assigneecom.thortech.xl.gc.exception.AssignmentException
java.lang.Object getAssigneeGroupAttribute(java.lang.String name) throws com.thortech.xl.gc.exception.AssignmentException
name
- Attribute of the assigneecom.thortech.xl.gc.exception.AssignmentException
java.lang.String getAssignmentType() throws com.thortech.xl.gc.exception.AssignmentException
OIMOperation
is assigned to.
ex. AssignmentTye can be "User", "Group", "Group User with Highest Priority", etc..com.thortech.xl.gc.exception.AssignmentException