| Package | Description |
|---|---|
| org.flowable.cmmn.api.delegate | |
| org.flowable.cmmn.api.listener |
| Modifier and Type | Method and Description |
|---|---|
default void |
MapBasedFlowablePlanItemFutureJavaDelegate.afterExecution(DelegatePlanItemInstance planItemInstance,
Map<String,Object> executionData) |
void |
FlowablePlanItemFutureJavaDelegate.afterExecution(DelegatePlanItemInstance planItemInstance,
Output executionData)
Method invoked with the result from
FlowablePlanItemFutureJavaDelegate.execute(Object). |
void |
PlanItemFutureJavaDelegate.afterExecution(DelegatePlanItemInstance planItemInstance,
Output executionData)
Method invoked with the result from
PlanItemFutureJavaDelegate.execute(DelegatePlanItemInstance, AsyncTaskInvoker). |
Object |
PlanItemVariableAggregator.aggregateMultiVariables(DelegatePlanItemInstance planItemInstance,
List<? extends VariableInstance> instances,
PlanItemVariableAggregatorContext context)
Aggregated the provided variable instances into one variable value.
|
Object |
PlanItemVariableAggregator.aggregateSingleVariable(DelegatePlanItemInstance planItemInstance,
PlanItemVariableAggregatorContext context)
Create a single variable value based on the provided aggregation definition.
|
void |
PlanItemJavaDelegate.execute(DelegatePlanItemInstance planItemInstance) |
default CompletableFuture<Output> |
FlowablePlanItemFutureJavaDelegate.execute(DelegatePlanItemInstance planItemInstance,
AsyncTaskInvoker taskInvoker) |
CompletableFuture<Output> |
PlanItemFutureJavaDelegate.execute(DelegatePlanItemInstance planItemInstance,
AsyncTaskInvoker taskInvoker)
Perform the execution of the delegate, potentially on another thread.
|
Input |
FlowablePlanItemFutureJavaDelegate.prepareExecutionData(DelegatePlanItemInstance planItemInstance)
Method invoked before doing the execution to extract needed that from the planItemInstance
on the main thread.
|
default ReadOnlyDelegatePlanItemInstance |
MapBasedFlowablePlanItemFutureJavaDelegate.prepareExecutionData(DelegatePlanItemInstance planItemInstance) |
| Modifier and Type | Method and Description |
|---|---|
void |
PlanItemInstanceLifecycleListener.stateChanged(DelegatePlanItemInstance planItemInstance,
String oldState,
String newState)
Will be called when the state of a
DelegatePlanItemInstance changes and the
PlanItemInstanceLifecycleListener.getSourceState() and PlanItemInstanceLifecycleListener.getTargetState() match. |
Copyright © 2021 Flowable. All rights reserved.