com.bea.wli.worklist.api.config
Interface AssignmentHandler.Response

All Known Implementing Classes:
AbstractAssignmentHandlerImpl.ResponseImpl
Enclosing interface:
AssignmentHandler

public static interface AssignmentHandler.Response

Response object an assignment handler returns describing the assignment decision that has been made for the task.


Method Summary
 String getClaimant()
          The user id of the user who should be made the claimant of the task, or null if no claimant was chosen.
 AssigneeDefinition[] getNewAssigneeList()
          Assignee list as calculated by the assignment handler, or null to accept the assignee list that was used to generate the candidate user id list.
 

Method Detail

getNewAssigneeList

AssigneeDefinition[] getNewAssigneeList()
Assignee list as calculated by the assignment handler, or null to accept the assignee list that was used to generate the candidate user id list.


getClaimant

String getClaimant()
The user id of the user who should be made the claimant of the task, or null if no claimant was chosen.