Uses of Interface
org.flowable.cmmn.api.delegate.PlanItemVariableAggregatorContext
-
Uses of PlanItemVariableAggregatorContext in org.flowable.cmmn.api.delegate
Modifier and TypeMethodDescriptionPlanItemVariableAggregator.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.