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 TypeMethodDescriptionvoidFlowablePlanItemFutureJavaDelegate.afterExecution(DelegatePlanItemInstance planItemInstance, Output executionData) Method invoked with the result fromFlowablePlanItemFutureJavaDelegate.execute(Object).default voidMapBasedFlowablePlanItemFutureJavaDelegate.afterExecution(DelegatePlanItemInstance planItemInstance, Map<String, Object> executionData) voidPlanItemFutureJavaDelegate.afterExecution(DelegatePlanItemInstance planItemInstance, Output executionData) Method invoked with the result fromPlanItemFutureJavaDelegate.execute(DelegatePlanItemInstance, AsyncTaskInvoker).PlanItemVariableAggregator.aggregateMultiVariables(DelegatePlanItemInstance planItemInstance, List<? extends 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, AsyncTaskInvoker taskInvoker) PlanItemFutureJavaDelegate.execute(DelegatePlanItemInstance planItemInstance, AsyncTaskInvoker taskInvoker) Perform the execution of the delegate, potentially on another thread.voidPlanItemJavaDelegate.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 ReadOnlyDelegatePlanItemInstanceMapBasedFlowablePlanItemFutureJavaDelegate.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 TypeMethodDescriptionvoidPlanItemInstanceLifecycleListener.stateChanged(DelegatePlanItemInstance planItemInstance, String oldState, String newState) Will be called when the state of aDelegatePlanItemInstancechanges and thePlanItemInstanceLifecycleListener.getSourceState()andPlanItemInstanceLifecycleListener.getTargetState()match.