|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
ActivityBody | Runtime (recorded) data concerning activities is divided in a common part and a body. |
ActivityInstance<T extends ActivityBody> | Runtime (recorded) data concerning activities is divided in a common part and a body. |
AssignUpdate | Interface for getting recorded (runtime) information for assignment change on task. |
AutomaticBody | Interface for the body of Automatic activity (the activity is automatically executed by the engine). |
HookInstance | Interface to get recorded (runtime) information on Hook in order to debug. |
ProcessInstance | Interface for getting recorded (runtime) information on process instance. |
RouteBody | Interface is for the body of Route activity. |
RuntimeRecord | Interface for getting recorded (runtime) information common to ProcessInstance and ActivityInstance . |
StateUpdate | Interface for getting recorded (runtime) information for state change on task. |
SubflowBody | Interface for the body of Subflow activity. |
TaskInstance | Interface for the body of task activity (aka Manual activity). |
Update | Interface providing common methods to get informations about state and assignment changes of the task. |
VariableUpdate | Interface for getting recorded runtime information on variable update. |
Enum Summary | |
---|---|
InstanceState | Possible state of process instance. |
TaskState | Possible states of task. |
It contains interfaces for recorded data for runtime informations on different types
of workflow elements : process, activity, variable, hook.
AutomaticBody
.TaskInstance
.It contains also interfaces used internally by the engine (ActivityFullInst, ProcessFullInst).
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |