Uses of Interface
org.flowable.engine.delegate.FutureJavaDelegate
Packages that use FutureJavaDelegate
Package
Description
Interfaces used to include Java code in a process as the behavior of an activity
or as a listener to process events with
JavaDelegate
s.-
Uses of FutureJavaDelegate in org.flowable.engine.delegate
Subinterfaces of FutureJavaDelegate in org.flowable.engine.delegateModifier and TypeInterfaceDescriptioninterface
FlowableFutureJavaDelegate<Input,
Output> Convenience class which always uses theAsyncTaskInvoker
to execute the async data.interface
-
Uses of FutureJavaDelegate in org.flowable.engine.impl.bpmn.behavior
Fields in org.flowable.engine.impl.bpmn.behavior declared as FutureJavaDelegateModifier and TypeFieldDescriptionprotected final FutureJavaDelegate<Object>
ServiceTaskDelegateExpressionActivityBehavior.FutureJavaDelegateCompleteAction.delegateInstance
protected final FutureJavaDelegate<Object>
ServiceTaskFutureJavaDelegateActivityBehavior.FutureJavaDelegateCompleteAction.delegateInstance
protected FutureJavaDelegate<?>
ServiceTaskFutureJavaDelegateActivityBehavior.futureJavaDelegate
Constructors in org.flowable.engine.impl.bpmn.behavior with parameters of type FutureJavaDelegateModifierConstructorDescriptionFutureJavaDelegateCompleteAction
(FutureJavaDelegate<Object> delegateInstance, DelegateExecution execution, boolean loggingSessionEnabled) FutureJavaDelegateCompleteAction
(FutureJavaDelegate<Object> delegateInstance, DelegateExecution execution, boolean loggingSessionEnabled) ServiceTaskFutureJavaDelegateActivityBehavior
(FutureJavaDelegate<?> futureJavaDelegate, boolean triggerable, Expression skipExpression, List<MapExceptionEntry> mapExceptions) -
Uses of FutureJavaDelegate in org.flowable.engine.impl.bpmn.http
Classes in org.flowable.engine.impl.bpmn.http that implement FutureJavaDelegate -
Uses of FutureJavaDelegate in org.flowable.engine.impl.delegate.invocation
Fields in org.flowable.engine.impl.delegate.invocation declared as FutureJavaDelegateModifier and TypeFieldDescriptionprotected final FutureJavaDelegate<?>
FutureJavaDelegateInvocation.delegateInstance
Constructors in org.flowable.engine.impl.delegate.invocation with parameters of type FutureJavaDelegateModifierConstructorDescriptionFutureJavaDelegateInvocation
(FutureJavaDelegate<?> delegateInstance, DelegateExecution execution, AsyncTaskInvoker asyncTaskInvoker)