JavaDelegates.See: Description
| Interface | Description |
|---|---|
| BaseExecutionListener |
Callback interface to be notified of execution events like starting a process instance, ending an activity instance or taking a transition.
|
| BusinessRuleTaskDelegate | |
| CustomPropertiesResolver |
Can be used to pass a custom properties
HashMap to a TransactionDependentExecutionListener or to a TransactionDependentTaskListener |
| DelegateExecution |
Execution used in
JavaDelegates and ExecutionListeners. |
| ExecutionListener |
Callback interface to be notified of execution events like starting a process instance, ending an activity instance or taking a transition.
|
| FlowableFutureJavaDelegate<Input,Output> |
Convenience class which always uses the
AsyncTaskInvoker to execute the async data. |
| FutureJavaDelegate<Output> |
Convenience class that should be used when a Java delegation in a BPMN 2.0 process is required (for example, to call custom business logic).
|
| JavaDelegate |
Convenience class that should be used when a Java delegation in a BPMN 2.0 process is required (for example, to call custom business logic).
|
| MapBasedFlowableFutureJavaDelegate | |
| ReadOnlyDelegateExecution | |
| TaskListener |
Here for backwards compatibility, prefer use the
TaskListener. |
| TransactionDependentExecutionListener | |
| TransactionDependentTaskListener |
Callback interface to be notified of transaction events.
|
| Class | Description |
|---|---|
| DelegateHelper |
Class that provides helper operations for use in the
JavaDelegate, ActivityBehavior, ExecutionListener and TaskListener interfaces. |
| Exception | Description |
|---|---|
| BpmnError |
Special exception that can be used to throw a BPMN Error from
JavaDelegates and expressions. |
JavaDelegates.Copyright © 2020 Flowable. All rights reserved.