Uses of Interface
org.flowable.cmmn.api.delegate.PlanItemVariableAggregatorContext
Packages that use PlanItemVariableAggregatorContext
Package
Description
-
Uses of PlanItemVariableAggregatorContext in org.flowable.cmmn.api.delegate
Methods in org.flowable.cmmn.api.delegate with parameters of type PlanItemVariableAggregatorContextModifier and TypeMethodDescriptionPlanItemVariableAggregator.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. -
Uses of PlanItemVariableAggregatorContext in org.flowable.cmmn.engine.impl.delegate
Classes in org.flowable.cmmn.engine.impl.delegate that implement PlanItemVariableAggregatorContextMethods in org.flowable.cmmn.engine.impl.delegate that return PlanItemVariableAggregatorContextModifier and TypeMethodDescriptionBaseVariableAggregatorContext.complete
(VariableAggregationDefinition definition) BaseVariableAggregatorContext.overview
(VariableAggregationDefinition definition) Methods in org.flowable.cmmn.engine.impl.delegate with parameters of type PlanItemVariableAggregatorContextModifier and TypeMethodDescriptionCmmnClassDelegate.aggregateMultiVariables
(DelegatePlanItemInstance planItemInstance, List<? extends VariableInstance> instances, PlanItemVariableAggregatorContext context) JsonPlanItemVariableAggregator.aggregateMultiVariables
(DelegatePlanItemInstance planItemInstance, List<? extends VariableInstance> instances, PlanItemVariableAggregatorContext context) CmmnClassDelegate.aggregateSingleVariable
(DelegatePlanItemInstance planItemInstance, PlanItemVariableAggregatorContext context) JsonPlanItemVariableAggregator.aggregateSingleVariable
(DelegatePlanItemInstance planItemInstance, PlanItemVariableAggregatorContext context) -
Uses of PlanItemVariableAggregatorContext in org.flowable.cmmn.engine.impl.variable
Methods in org.flowable.cmmn.engine.impl.variable with parameters of type PlanItemVariableAggregatorContextModifier and TypeMethodDescriptionstatic VariableInstanceEntity
CmmnAggregation.aggregate
(DelegatePlanItemInstance planItemInstance, PlanItemVariableAggregatorContext aggregationContext, CmmnEngineConfiguration cmmnEngineConfiguration) Create an aggregated variable instance for the given aggregation context.static VariableInstanceEntity
CmmnAggregation.aggregate
(DelegatePlanItemInstance planItemInstance, PlanItemVariableAggregatorContext aggregationContext, CmmnEngineConfiguration cmmnEngineConfiguration, PlanItemVariableAggregator aggregator, String targetVarName)