class |
AbstractBpmnActivityBehavior |
Denotes an 'activity' in the sense of BPMN 2.0: a parent class for all tasks, subprocess and callActivity.
|
class |
AdhocSubProcessActivityBehavior |
Implementation of the BPMN 2.0 ad-hoc subprocess.
|
class |
BoundaryCancelEventActivityBehavior |
|
class |
BoundaryCompensateEventActivityBehavior |
|
class |
BoundaryConditionalEventActivityBehavior |
|
class |
BoundaryEscalationEventActivityBehavior |
|
class |
BoundaryEventActivityBehavior |
|
class |
BoundaryEventRegistryEventActivityBehavior |
|
class |
BoundaryMessageEventActivityBehavior |
|
class |
BoundarySignalEventActivityBehavior |
|
class |
BoundaryTimerEventActivityBehavior |
|
class |
BoundaryVariableListenerEventActivityBehavior |
|
class |
BusinessRuleTaskActivityBehavior |
Activity implementation of the BPMN 2.0 business rule task.
|
class |
CallActivityBehavior |
Implementation of the BPMN 2.0 call activity (limited currently to calling a subprocess and not (yet) a global task).
|
class |
CancelEndEventActivityBehavior |
|
class |
CaseTaskActivityBehavior |
Start a CMMN case with the case service task
|
class |
DmnActivityBehavior |
|
class |
ErrorEndEventActivityBehavior |
|
class |
EscalationEndEventActivityBehavior |
|
class |
EventBasedGatewayActivityBehavior |
|
class |
EventSubProcessActivityBehavior |
|
class |
EventSubProcessConditionalStartEventActivityBehavior |
Implementation of the BPMN 2.0 event subprocess start event.
|
class |
EventSubProcessErrorStartEventActivityBehavior |
Implementation of the BPMN 2.0 event subprocess start event.
|
class |
EventSubProcessEscalationStartEventActivityBehavior |
Implementation of the BPMN 2.0 event subprocess start event.
|
class |
EventSubProcessEventRegistryStartEventActivityBehavior |
Implementation of the BPMN 2.0 event subprocess event registry start event.
|
class |
EventSubProcessMessageStartEventActivityBehavior |
Implementation of the BPMN 2.0 event subprocess message start event.
|
class |
EventSubProcessSignalStartEventActivityBehavior |
Implementation of the BPMN 2.0 event subprocess signal start event.
|
class |
EventSubProcessTimerStartEventActivityBehavior |
Implementation of the BPMN 2.0 event subprocess timer start event.
|
class |
EventSubProcessVariableListenerlStartEventActivityBehavior |
Implementation of the event subprocess variable listener start event.
|
class |
ExclusiveGatewayActivityBehavior |
Implementation of the Exclusive Gateway/XOR gateway/exclusive data-based gateway as defined in the BPMN specification.
|
class |
ExternalWorkerTaskActivityBehavior |
|
class |
FlowNodeActivityBehavior |
Superclass for all 'connectable' BPMN 2.0 process elements: tasks, gateways and events.
|
class |
GatewayActivityBehavior |
Super class for all gateway activity implementations.
|
class |
InclusiveGatewayActivityBehavior |
Implementation of the Inclusive Gateway/OR gateway/inclusive data-based gateway as defined in the BPMN specification.
|
class |
IntermediateCatchConditionalEventActivityBehavior |
|
class |
IntermediateCatchEventActivityBehavior |
|
class |
IntermediateCatchEventRegistryEventActivityBehavior |
|
class |
IntermediateCatchMessageEventActivityBehavior |
|
class |
IntermediateCatchSignalEventActivityBehavior |
|
class |
IntermediateCatchTimerEventActivityBehavior |
|
class |
IntermediateCatchVariableListenerEventActivityBehavior |
|
class |
IntermediateThrowCompensationEventActivityBehavior |
|
class |
IntermediateThrowEscalationEventActivityBehavior |
|
class |
IntermediateThrowNoneEventActivityBehavior |
|
class |
IntermediateThrowSignalEventActivityBehavior |
|
class |
MailActivityBehavior |
|
class |
ManualTaskActivityBehavior |
Implementation of the BPMN 2.0 'manual task': a task that is external to the BPMS and to which there is no reference to IT systems whatsoever.
|
class |
MultiInstanceActivityBehavior |
Implementation of the multi-instance functionality as described in the BPMN 2.0 spec.
|
class |
NoneEndEventActivityBehavior |
|
class |
NoneStartEventActivityBehavior |
Implementation of the 'none start event': a start event that has no specific trigger but the programmatic one (processService.startProcessInstanceXXX()).
|
class |
ParallelGatewayActivityBehavior |
Implementation of the Parallel Gateway/AND gateway as defined in the BPMN 2.0 specification.
|
class |
ParallelMultiInstanceBehavior |
|
class |
ReceiveEventTaskActivityBehavior |
|
class |
ReceiveTaskActivityBehavior |
A receive task is a wait state that waits to receive some message.
|
class |
ScriptTaskActivityBehavior |
Implementation of the BPMN 2.0 script task.
|
class |
SendEventTaskActivityBehavior |
Sends an event to the event registry
|
class |
SequentialMultiInstanceBehavior |
|
class |
ServiceTaskDelegateExpressionActivityBehavior |
|
class |
ServiceTaskExpressionActivityBehavior |
ActivityBehavior that evaluates an expression when executed.
|
class |
ServiceTaskFutureJavaDelegateActivityBehavior |
|
class |
ServiceTaskJavaDelegateActivityBehavior |
|
class |
ShellActivityBehavior |
|
class |
SubProcessActivityBehavior |
Implementation of the BPMN 2.0 subprocess (formally known as 'embedded' subprocess): a subprocess defined within another process definition.
|
class |
TaskActivityBehavior |
Parent class for all BPMN 2.0 task types such as ServiceTask, ScriptTask, UserTask, etc.
|
class |
TerminateEndEventActivityBehavior |
|
class |
TransactionActivityBehavior |
|
class |
UserTaskActivityBehavior |
|
class |
WebServiceActivityBehavior |
An activity behavior that allows calling Web services
|