|
||||||||||
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. This interface concerns the body of the activity. It provides three common methods for the four interfaces dedicated for body of activity (getting ActivityBodyUUID, started and ended date). |
ActivityFullBody | This interface is dedicated to internal use. |
ActivityFullInstance<T extends ActivityBody> | This interface if dedicated to internal use. |
ActivityInstance<T extends ActivityBody> | Runtime (recorded) data concerning activities is divided in a common part and a body. This interface concerns the common part for the activity. |
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). |
Comment | |
HookInstance | Interface to get recorded (runtime) information on Hook in order to debug. |
InstanceStateUpdate | Interface providing methods to get informations about state changes of the process instance. |
ProcessFullInstance | This interface is dedicated to internal use. |
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. |
TaskFullInstance | This interface is dedicated to internal use. |
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 | |
---|---|
ActivityState | Possible states of task. |
InstanceState | Possible state of process instance. |
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 |