| Package | Description |
|---|---|
| org.flowable.engine.delegate |
Interfaces used to include Java code in a process as the behavior of an activity
or as a listener to process events with
JavaDelegates. |
| org.flowable.engine.impl.delegate | |
| org.flowable.engine.impl.persistence.entity |
| Modifier and Type | Method and Description |
|---|---|
default ReadOnlyDelegateExecution |
MapBasedFlowableFutureJavaDelegate.prepareExecutionData(DelegateExecution execution) |
ReadOnlyDelegateExecution |
DelegateExecution.snapshotReadOnly()
Create a snapshot read only delegate execution of this delegate execution.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ReadOnlyDelegateExecutionImpl |
| Modifier and Type | Method and Description |
|---|---|
ReadOnlyDelegateExecution |
ExecutionEntityImpl.snapshotReadOnly() |
Copyright © 2020 Flowable. All rights reserved.