Interface Summary |
AssignEC |
Execution context for an assign activity. |
BasicEC |
The execution context of a basic activity. |
EmptyEC |
Execution context of the empty activity. |
ExecutionContext |
The execution context of an Activity, has details about the execution
history of the activity and is specialized for each type of activity,
knowing therefore how to execute each of those type. |
ExecutionEvent |
An ExecutionEvent is created any time something of some importance
happen to an ExecutionContext. |
FlowEC |
The execution context of a flow. |
InvokeEC |
Execution context of an Invoke activity. |
PickEC |
Execution Context of the Pick activity. |
ProcessInstance |
An instance of a static definition of the process, represents and
execution of the process. |
ReceiveEC |
The execution context of a Receive activity. |
ReplyEC |
Execution context of a Reply activity. |
SequenceEC |
The execution context of a sequence, managing the execution of each
of its execution context one after another. |
StructuredEC |
Please put some JavaDoc here. |
SwitchEC |
Execution context of the Switch activity. |
TerminateEC |
|
ValuedProperty |
A pair of key/value hold by a process instance to form the key of this
instance. |
WaitEC |
Please put some JavaDoc here. |
WhileEC |
Execution context of a While. |