Package com.bea.wli.worklist.api.config

Interface Summary
AssignmentHandler Describes an assignment algorithm that can be used to assign a task of a given type to users as candidates for claiming the task.
AssignmentHandler.Response Response object an assignment handler returns describing the assignment decision that has been made for the task.
EmailRecipientCalculator Defines a pluggable implementation of a calculator that can produce the email addresses of actors that are to receive email notifications for a given TaskEvent.
Property Represents a property defined for an assignment handler or other configuration object.
TaskHistoryProvider Describes an assignment algorithm that can be used to assign a task of a given type to users as candidates for claiming the task.
TaskURLCalculator Custom calculator for URLs pointing to the web UI that can be used to edit a given task.
TaskURLCalculatorContext Provides services that can be used by TaskURLCalculators.
 

Class Summary
AbstractAssignmentHandlerImpl Abstract assignment handler for worklist.
AbstractAssignmentHandlerImpl.ResponseImpl Default implementation of the AssignmentHandler.Responses interface.
AssignmentHandler.Request Request object passed to an assignment handler when Worklist is requesting the assignment of a task.