Package com.bea.wli.worklist.api.taskplan

Interface Summary
Action Represents an action that may be taken as a constructor or step action.
Action.Event Property names for the PropertyChangeEvents that can be produced by edits on a object of this type.
ActionConnector Relates an action and its target step
ActionConnector.Event Property names for the PropertyChangeEvents that can be produced by edits on a object of this type.
ActionContainer<T extends Action> Represents a container that can hold actions.
ActionContainer.Event Property names for the PropertyChangeEvents that can be produced by edits on a object of this type.
AssignAction An assign action forces a task into the assigned working state, and assigns that task given existing assignment instructors or, optionally, assignment instructions specified on the assign action itself.
AssignAction.Event Property names for the PropertyChangeEvents that can be produced by edits on a object of this type.
AssigneeDefinition Represents a user or group to which a task can be assigned.
AssigneeDefinition.Event Property names for the PropertyChangeEvents that can be produced by edits on a object of this type.
AssignmentInstructions Represents instructions to guide the assignment process, either upon creation of a task, entry into a new current step, or upon manual reassignment.
AssignmentInstructions.Event Property names for the PropertyChangeEvents that can be produced by edits on a object of this type.
AssignToNextUserAction BEA Systems, Inc.
Bounded Represents objects in the task plan model that have a Bounds object associated with them.
Bounded.Event  
BusinessDateTime Represents a business date as an interval of time past a reference time with respect to a business calendar.
BusinessDateTime.Event Property names for the PropertyChangeEvents that can be produced by edits on a object of this type.
Constructor Represents a constructor for the parent TaskPlan definition.
ConstructorContainer Represents a collection of constructors for a task plan.
EventSource Base interface for all TaskPlan objects that can fire events.
EventSource.Event  
Mapping Represents a mapping from a source entity (for example task property) to a target entity (for example rule parameter).
Mapping.Event Property names for the PropertyChangeEvents that can be produced by edits on a object of this type.
NamedIndexedObject Represents any object that is placed into a container by index.
NamedIndexedObject.Event Property names for the PropertyChangeEvents that can be produced by edits on a object of this type.
NamedObject Represents any named object in the task plan hierarchy.
NamedObject.Event Property names for the PropertyChangeEvents that can be produced by edits on a object of this type.
NamedObjectContainer<T extends NamedObject> Represents a container of named objects.
Property Represents a property defined for a parent task plan.
Property.Event Property names for the PropertyChangeEvents that can be produced by edits on a object of this type.
PropertyRef Represents a reference to a property defined on a task plan.
PropertyRef.Event Property names for the PropertyChangeEvents that can be produced by edits on a object of this type.
PropertySet Represents a set of properties on a TaskPlan definition.
ReturnAction A return action causes a task that is currently claimed to be put back into the assigned working state.
ReturnAction.Event Property names for the PropertyChangeEvents that can be produced by edits on a object of this type.
RuleBinding Represents the binding of one rule to a single task plan.
RuleBinding.Event Property names for the PropertyChangeEvents that can be produced by edits on a object of this type.
RuleBindings Represents the binding of one or more rules to a single task plan.
RuleBindings.Event Property names for the PropertyChangeEvents that can be produced by edits on a object of this type.
Step Represents a discrete step in the completion of a human interaction worklist task.
Step.Event Property names for the PropertyChangeEvents that can be produced by edits on a object of this type.
StepAction Action defined within a step (as opposed to a constructor).
StepWorkAction Represents an action that may be taken while the step containing this action is the current step for a task based on the task plan containing the step.
TaskOwnerDefinition Represents the information needed to calculate the name of the owner for a task at runtime.
TaskOwnerDefinition.Event Property names for the PropertyChangeEvents that can be produced by edits on a object of this type.
TaskPlan Represents metadata common to a set of tasks.
TaskPlan.Event Property names for the PropertyChangeEvents that can be produced by edits on a object of this type.
TaskPlanRegistry A registry of task plans known to the worklist system.
WorkAction Represents an action that may be taken as a constructor or step action.
WorkAction.Event Property names for the PropertyChangeEvents that can be produced by edits on a object of this type.
 

Class Summary
Bounds Represents the bounds of a figure in a task plan diagram
TaskPlanFactory Factory for obtaining instances of WorklistContext
TaskPlanId Server-wide unique identifier for a task plan.
TaskPlanPath  
 

Enum Summary
AssigneeDefinition.Type Represents the types of assignees in Worklist.
CandidateListHandling Defines the supported types of handling that can be applied to a list of candidates derived from the assignee list for a task.
Step.Type  
SystemProperty BEA Systems, Inc.
 

Exception Summary
DuplicateObjectException Thrown when an attempt is made to add a child object to a parent object using a key that has already been assigned to another child object (for example its name or id).
ParseException Thrown when a task plan's descriptor XML is invalid.
UnknownObjectException Thrown when a requested object cannot be found given the object's identity information (for example its name or id).