Package com.bea.wli.worklist.api

Interface Summary
PropertyInstance Represents an instance of a property, including the property definition, and the value for the property.
TaskDataCursor A cursor to browse a result set of tasks defined by a TaskQuery object.
TaskDataIterator This is an incomplete Iterator implementation intended to ease the use of TaskDataCursor for cases where you are simply iterating over a list of tasks, and do not need to move backward and forward through that list.
TaskEventHistory Represents a historical task event.
TaskEventIterator Allows a client to iterate over historical events from TaskHistory.
TaskHistory Represents the historical information for a task instance.
TaskInfoCursor Deprecated: You should not use this class directly.
WorklistContext Factory to obtain instances of the various worklist interfaces.
WorklistManager Deprecated. Use WorklistContext instead
WorklistScrollableResultManager Deprecated. Use WorklistTaskQuery instead.
WorklistSystem Functions related to the running worklist system as a whole
WorklistTaskAdmin Administrative functions for worklist tasks
WorklistTaskAdmin.CumulativeScore Describes the cumulative score for a user.
WorklistTaskAdmin.WorkloadData Describes the number of tasks the indicated user has claimed but not completed, and the workload score calculated for this user.
WorklistTaskQuery Functions for querying lists of worklist tasks
WorklistTaskUser User functions relating to worklist tasks
WorkSubstituteManager This class manages work substitute rules.
 

Class Summary
ActionType Deprecated.  
AdminState The administrative type class describes all the possible states a task can be in.
Assignee This class provides information about the task assignee.
BusinessTime This class is used to store a business time.
ContainerHandle Represents information about a container that is either a client or creator of tasks.
Listener BEA Systems, Inc.
StateType Deprecated.  
TaskConstruction This class provides information for constructing a task.
TaskContext Represents the context information for a task or a task plan that can be used to create a task.
TaskCreation Deprecated: You should not use this class directly.
TaskData This class provides information about the runtime state of a Task.
TaskInfo Deprecated: You should not use this class directly.
TaskListenerInfo Deprecated.  
TaskListenerRegReq Deprecated.  
TaskListenerRegResp Deprecated.  
TaskMessage Deprecated. Use JavaBean user-defined properties instead.
TaskProperties Represents the properties for a given task instance.
TaskQuery TaskQuery is used to select tasks based on specific properties.
TaskSelector Deprecated: You should not use this class directly.
WorkingState The type class describing all the possible states a task can be in with regard to the human users that can work on the task.
WorklistContextFactory Factory for obtaining instances of WorklistContext
WorklistManagerConstants Deprecated. Used for back-compat with 8.1.x only, and should not be used for any new development.
WorkloadRequest Describes a request to calculate workload data for a user
WorkSubstituteRule This class defines a work substitution rule.
 

Enum Summary
AdminState.Type  
Assignee.Type  
ContainerHandle.Type  
Listener.Type  
TaskAffinity Describes the relationship between a task and a human actor.
WorkingState.Type  
WorklistSystem.OPERATION Operations for which a Worklist system policy may be set
WorklistTaskAdmin.OPERATION Operations for which a task plan policy may be set
 

Exception Summary
AssignmentException Exception thrown when an assignment operation fails.
InvalidPrincipalException Exception thrown when an an invalid user or group is passed to an worklist operation.
ManagementException Exception thrown when an operation attempted on the Worklist Manager fails.
NotSupportedException Exception thrown when an optional feature of an interface or API is not implemented by a provider and therefor is not supported by the provider.
ValidationException Mainly used by various public Worklist (session) beans to indicate caller that there was an user input error.