Uses of Interface
org.flowable.engine.delegate.ReadOnlyDelegateExecution
-
Packages that use ReadOnlyDelegateExecution 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 withJavaDelegates.org.flowable.engine.impl.delegate org.flowable.engine.impl.persistence.entity -
-
Uses of ReadOnlyDelegateExecution in org.flowable.engine.delegate
Methods in org.flowable.engine.delegate that return ReadOnlyDelegateExecution Modifier and Type Method Description default ReadOnlyDelegateExecutionMapBasedFlowableFutureJavaDelegate. prepareExecutionData(DelegateExecution execution)ReadOnlyDelegateExecutionDelegateExecution. snapshotReadOnly()Create a snapshot read only delegate execution of this delegate execution. -
Uses of ReadOnlyDelegateExecution in org.flowable.engine.impl.delegate
Classes in org.flowable.engine.impl.delegate that implement ReadOnlyDelegateExecution Modifier and Type Class Description classReadOnlyDelegateExecutionImpl -
Uses of ReadOnlyDelegateExecution in org.flowable.engine.impl.persistence.entity
Methods in org.flowable.engine.impl.persistence.entity that return ReadOnlyDelegateExecution Modifier and Type Method Description ReadOnlyDelegateExecutionExecutionEntityImpl. snapshotReadOnly()
-