Uses of Interface
org.flowable.cmmn.api.delegate.DelegatePlanItemInstance
Packages that use DelegatePlanItemInstance
-
Uses of DelegatePlanItemInstance in org.flowable.cmmn.api.delegate
Methods in org.flowable.cmmn.api.delegate with parameters of type DelegatePlanItemInstanceModifier and TypeMethodDescriptionvoid
FlowablePlanItemFutureJavaDelegate.afterExecution
(DelegatePlanItemInstance planItemInstance, Output executionData) Method invoked with the result fromFlowablePlanItemFutureJavaDelegate.execute(Object)
.default void
MapBasedFlowablePlanItemFutureJavaDelegate.afterExecution
(DelegatePlanItemInstance planItemInstance, Map<String, Object> executionData) void
PlanItemFutureJavaDelegate.afterExecution
(DelegatePlanItemInstance planItemInstance, Output executionData) Method invoked with the result fromPlanItemFutureJavaDelegate.execute(DelegatePlanItemInstance, AsyncTaskInvoker)
.PlanItemVariableAggregator.aggregateMultiVariables
(DelegatePlanItemInstance planItemInstance, List<? extends org.flowable.variable.api.persistence.entity.VariableInstance> instances, PlanItemVariableAggregatorContext context) Aggregated the provided variable instances into one variable value.PlanItemVariableAggregator.aggregateSingleVariable
(DelegatePlanItemInstance planItemInstance, PlanItemVariableAggregatorContext context) Create a single variable value based on the provided aggregation definition.default CompletableFuture<Output>
FlowablePlanItemFutureJavaDelegate.execute
(DelegatePlanItemInstance planItemInstance, org.flowable.common.engine.api.async.AsyncTaskInvoker taskInvoker) PlanItemFutureJavaDelegate.execute
(DelegatePlanItemInstance planItemInstance, org.flowable.common.engine.api.async.AsyncTaskInvoker taskInvoker) Perform the execution of the delegate, potentially on another thread.void
PlanItemJavaDelegate.execute
(DelegatePlanItemInstance planItemInstance) 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) -
Uses of DelegatePlanItemInstance in org.flowable.cmmn.api.listener
Methods in org.flowable.cmmn.api.listener with parameters of type DelegatePlanItemInstanceModifier and TypeMethodDescriptionvoid
PlanItemInstanceLifecycleListener.stateChanged
(DelegatePlanItemInstance planItemInstance, String oldState, String newState) Will be called when the state of aDelegatePlanItemInstance
changes and thePlanItemInstanceLifecycleListener.getSourceState()
andPlanItemInstanceLifecycleListener.getTargetState()
match.