Package com.bea.control

Interface Summary
TaskAnnotations  
TaskBaseAnnotations Shared annotations that apply to both TaskControl and TaskBatchControl.
TaskBaseControl The TaskBase control acts as a base interface for the Task and TaskBatch controls.
TaskBatchAnnotations  
TaskBatchControl The Task Batch control enables a business process or UI to work with a batch of tasks with a single control method.
TaskControl The Task control enables a client to create a single Task instance, manage its state and data, and provide callback methods that report status.
TaskControl.Callback Users define their own callback interfaces by extending Callback, and annotating the methods in their callback interface with TaskBaseAnnotations.TaskEvent annotations.
TaskWorkerControl Deprecated. Use TaskBatchControl instead
 

Enum Summary
TaskBaseAnnotations.AssignmentInstructions81x.Algorithm  
TaskBaseAnnotations.FieldName  
 

Annotation Types Summary
TaskAnnotations.TaskEventAnno Allows a callback method to describe subscriptions to events of a given type, and to define the method signature of that callback to the Worklist event framework.
TaskAnnotations.TaskGetCurrentStepEnum Internal use only.
TaskAnnotations.TaskGetStepInterface Internal use only.
TaskAnnotations.TaskPlanAnno Defines the task plan to be associated with a control.
TaskBaseAnnotations.AssigneeDefinitionAnno  
TaskBaseAnnotations.AssignmentInstructions81x Deprecated.
TaskBaseAnnotations.AssignmentInstructionsAnno Describes instructions for assigning a task to human actors.
TaskBaseAnnotations.BusinessTimeAnno Represents an abstract business date and time by defining a time duration from an (as yet unknown) reference time.
TaskBaseAnnotations.ContainerHandleAnno  
TaskBaseAnnotations.DateTimeSpec  
TaskBaseAnnotations.Flag  
TaskBaseAnnotations.PropertyValue Provides a single value for a single property with a given name.
TaskBaseAnnotations.StepTimeEstimate  
TaskBaseAnnotations.TaskAbort Causes the method for this annotation to abort the task instance(s) for this control.
TaskBaseAnnotations.TaskAssign Causes the method for this annotation to stimulate the assignment of the task instance(s) given the defined assignment instructions.
TaskBaseAnnotations.TaskAssign81x Deprecated.
TaskBaseAnnotations.TaskClaim Causes the method for this annotation to claim the task instance(s) for this control.
TaskBaseAnnotations.TaskClaim81x Deprecated. Use custom task plan and TaskTakeAction annotation instead.
TaskBaseAnnotations.TaskComplete Causes the method for this annotation to complete the task instance(s) for this control.
TaskBaseAnnotations.TaskCreate Causes the method attached to this annotation to create a new task using the configuration values in this annotation.
TaskBaseAnnotations.TaskDelete Causes the method for this annotation to delete the task instance(s) for this control.
TaskBaseAnnotations.TaskGetData Causes the method for this annotation to retrieve the TaskData from the task instance(s) for this control.
TaskBaseAnnotations.TaskGetInfo Deprecated. Use TaskGetData instead.
TaskBaseAnnotations.TaskGetProperties Causes the method for this annotation to retrieve the value of the named properties from the task instance(s) for this control.
TaskBaseAnnotations.TaskGetPropertyNames81x Deprecated.
TaskBaseAnnotations.TaskGetRequest81x Deprecated.
TaskBaseAnnotations.TaskGetResponse81x Deprecated.
TaskBaseAnnotations.TaskPlanID  
TaskBaseAnnotations.TaskRemoveProperties81x Deprecated.
TaskBaseAnnotations.TaskResume Causes the method for this annotation to resume the task instance(s) for this control.
TaskBaseAnnotations.TaskReturn Causes the method for this annotation to return the task instance(s) for this control.
TaskBaseAnnotations.TaskReturn81x Deprecated. Use custom task plan and TaskTakeAction annotation instead.
TaskBaseAnnotations.TaskSetError Causes the method for this annotation to set an error condition on the task instance(s) for this control.
TaskBaseAnnotations.TaskSetProperties Causes the method for this annotation to set the value of the given properties onto the task instance(s) for this control.
TaskBaseAnnotations.TaskSetProperty81x Deprecated.
TaskBaseAnnotations.TaskSetRequest81x Deprecated.
TaskBaseAnnotations.TaskSetResponse81x Deprecated.
TaskBaseAnnotations.TaskStart81x Deprecated.
TaskBaseAnnotations.TaskStop81x Deprecated.
TaskBaseAnnotations.TaskSuspend Causes the method for this annotation to suspend the task instance(s) for this control.
TaskBaseAnnotations.TaskTakeAction Causes the method for this annotation to take the given action on the current step of this task instance(s).
TaskBaseAnnotations.TaskUpdate81x Deprecated. Use TaskSetProperties instead
TaskBatchAnnotations.TaskQueryAnno  
TaskBatchAnnotations.TaskSelect Deprecated. Use TaskQueryAnno instead