| Interface | Description |
|---|---|
| ClassDelegateFactory |
Constructs
ClassDelegates. |
| Class | Description |
|---|---|
| AbstractClassDelegate |
Helper class for bpmn constructs that allow class delegation.
|
| BaseDelegateEventListener |
Base implementation of a
FlowableEventListener, used when creating event-listeners that are part of a BPMN definition. |
| ClassDelegate |
Helper class for bpmn constructs that allow class delegation.
|
| ClassDelegateCollectionHandler |
Helper class for Collection handlers to allow class delegation.
|
| ClassDelegateUtil | |
| DefaultClassDelegateFactory | |
| DelegateExpressionCollectionHandler | |
| DelegateExpressionFlowableEventListener |
An
FlowableEventListener implementation which resolves an expression to a delegate FlowableEventListener instance and uses this for event notification. |
| DelegateExpressionUtil | |
| DelegateFlowableEventListener |
An
FlowableEventListener implementation which uses a classname to create a delegate FlowableEventListener instance to use for event notification. |
| ErrorPropagation |
This class is responsible for finding and executing error handlers for BPMN Errors.
|
| ErrorThrowingEventListener |
An
FlowableEventListener that throws a error event when an event is dispatched to it. |
| MessageThrowingEventListener |
An
FlowableEventListener that throws a message event when an event is dispatched to it. |
| ScopeUtil | |
| SignalThrowingEventListener |
An
FlowableEventListener that throws a signal event when an event is dispatched to it. |
| SkipExpressionUtil |
Copyright © 2018 Flowable. All rights reserved.