| Class | Description | 
|---|---|
| AbstractBpmnActivityBehavior | Denotes an 'activity' in the sense of BPMN 2.0:
 a parent class for all tasks, subprocess and callActivity. | 
| AbstractBpmnActivityBehavior.ErrorDeclarationFinder | |
| AbstractBpmnActivityBehavior.ErrorDeclarationForProcessInstanceFinder | |
| AbstractBpmnActivityBehavior.LeafExecutionHierarchyWalker | In a hierarchy of process instances, visits all leaf executions (i.e. | 
| AbstractBpmnActivityBehavior.ProcessInstanceCollector | |
| BoundaryEventActivityBehavior | The BPMN Boundary Event. | 
| BpmnActivityBehavior | Helper class for implementing BPMN 2.0 activities, offering convenience
 methods specific to BPMN 2.0. | 
| CallableElementActivityBehavior | |
| CallActivityBehavior | Implementation of the BPMN 2.0 call activity
 (limited currently to calling a subprocess and not (yet) a global task). | 
| CancelBoundaryEventActivityBehavior | See CancelEndEventActivityBehavior: the cancel end event interrupts the scope and performs compensation. | 
| CancelEndEventActivityBehavior | |
| CaseCallActivityBehavior | Implementation to create a new  CaseInstanceusing the BPMN 2.0 call activity | 
| ClassDelegateActivityBehavior | Helper class for bpmn constructs that allow class delegation. | 
| CustomActivityBehavior | |
| ErrorEndEventActivityBehavior | |
| EventBasedGatewayActivityBehavior | |
| EventSubProcessActivityBehavior | |
| EventSubProcessStartEventActivityBehavior | Specialization of the Start Event for Event Sub-Processes. | 
| ExclusiveGatewayActivityBehavior | implementation of the Exclusive Gateway/XOR gateway/exclusive data-based gateway
 as defined in the BPMN specification. | 
| FlowNodeActivityBehavior | Superclass for all 'connectable' BPMN 2.0 process elements: tasks, gateways and events. | 
| GatewayActivityBehavior | super class for all gateway activity implementations. | 
| InclusiveGatewayActivityBehavior | Implementation of the Inclusive Gateway/OR gateway/inclusive data-based
 gateway as defined in the BPMN specification. | 
| IntermediateCatchEventActivityBehavior | |
| IntermediateCatchLinkEventActivityBehavior | |
| IntermediateThrowCompensationEventActivityBehavior | |
| IntermediateThrowNoneEventActivityBehavior | |
| IntermediateThrowSignalEventActivityBehavior | |
| MailActivityBehavior | |
| 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. | 
| MultiInstanceActivityBehavior | Abstract Multi Instance Behavior: used for both parallel and sequential
 multi instance implementation. | 
| NoneEndEventActivityBehavior | |
| NoneStartEventActivityBehavior | implementation of the 'none start event': a start event that has no 
 specific trigger but the programmatic one (processService.startProcessInstanceXXX()). | 
| ParallelGatewayActivityBehavior | Implementation of the Parallel Gateway/AND gateway as definined in the BPMN
 2.0 specification. | 
| ParallelMultiInstanceActivityBehavior | |
| ReceiveTaskActivityBehavior | A receive task is a wait state that waits for the receival of some message. | 
| ScriptTaskActivityBehavior | ActivityBehaviorimplementation of the BPMN 2.0 script task. | 
| SequentialMultiInstanceActivityBehavior | |
| ServiceTaskDelegateExpressionActivityBehavior | ActivityBehaviorused when 'delegateExpression' is used
 for a serviceTask. | 
| ServiceTaskExpressionActivityBehavior | ActivityBehavior that evaluates an expression when executed. | 
| ServiceTaskJavaDelegateActivityBehavior | |
| ShellActivityBehavior | |
| SignalEndEventActivityBehavior | |
| SubProcessActivityBehavior | Implementation of the BPMN 2.0 subprocess (formally known as 'embedded' subprocess):
 a subprocess defined within another process definition. | 
| TaskActivityBehavior | Parent class for all BPMN 2.0 task types such as ServiceTask, ScriptTask, UserTask, etc. | 
| TerminateEndEventActivityBehavior | The BPMN terminate End Event. | 
| TransactionActivityBehavior | |
| UserTaskActivityBehavior | activity implementation for the user task. | 
Copyright © 2018. All rights reserved.