| 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.bpmn.behavior | |
| org.flowable.engine.impl.bpmn.http | |
| org.flowable.engine.impl.delegate.invocation |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FlowableFutureJavaDelegate<Input,Output>
Convenience class which always uses the
AsyncTaskInvoker to execute the async data. |
interface |
MapBasedFlowableFutureJavaDelegate
|
| Modifier and Type | Field and Description |
|---|---|
protected FutureJavaDelegate<Object> |
ServiceTaskDelegateExpressionActivityBehavior.FutureJavaDelegateCompleteAction.delegateInstance |
protected FutureJavaDelegate<Object> |
ServiceTaskFutureJavaDelegateActivityBehavior.FutureJavaDelegateCompleteAction.delegateInstance |
protected FutureJavaDelegate<?> |
ServiceTaskFutureJavaDelegateActivityBehavior.futureJavaDelegate |
| Constructor and Description |
|---|
FutureJavaDelegateCompleteAction(FutureJavaDelegate<Object> delegateInstance,
DelegateExecution execution,
boolean loggingSessionEnabled) |
FutureJavaDelegateCompleteAction(FutureJavaDelegate<Object> delegateInstance,
DelegateExecution execution,
boolean loggingSessionEnabled) |
ServiceTaskFutureJavaDelegateActivityBehavior(FutureJavaDelegate<?> futureJavaDelegate,
boolean triggerable,
Expression skipExpression,
List<org.flowable.bpmn.model.MapExceptionEntry> mapExceptions) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultBpmnHttpActivityDelegate |
| Modifier and Type | Field and Description |
|---|---|
protected FutureJavaDelegate<?> |
FutureJavaDelegateInvocation.delegateInstance |
| Constructor and Description |
|---|
FutureJavaDelegateInvocation(FutureJavaDelegate<?> delegateInstance,
DelegateExecution execution,
AsyncTaskInvoker asyncTaskInvoker) |
Copyright © 2020 Flowable. All rights reserved.