Uses of Interface
org.flowable.cmmn.api.delegate.PlanItemVariableAggregator
Packages that use PlanItemVariableAggregator
Package
Description
-
Uses of PlanItemVariableAggregator in org.flowable.cmmn.engine
Fields in org.flowable.cmmn.engine declared as PlanItemVariableAggregatorModifier and TypeFieldDescriptionprotected PlanItemVariableAggregatorCmmnEngineConfiguration.variableAggregatorMethods in org.flowable.cmmn.engine that return PlanItemVariableAggregatorMethods in org.flowable.cmmn.engine with parameters of type PlanItemVariableAggregatorModifier and TypeMethodDescriptionCmmnEngineConfiguration.setVariableAggregator(PlanItemVariableAggregator variableAggregator) -
Uses of PlanItemVariableAggregator in org.flowable.cmmn.engine.impl.behavior.impl.http.handler
Classes in org.flowable.cmmn.engine.impl.behavior.impl.http.handler that implement PlanItemVariableAggregatorModifier and TypeClassDescriptionclassHelper class for HTTP handlers to allow class delegation. -
Uses of PlanItemVariableAggregator in org.flowable.cmmn.engine.impl.delegate
Classes in org.flowable.cmmn.engine.impl.delegate that implement PlanItemVariableAggregatorMethods in org.flowable.cmmn.engine.impl.delegate that return PlanItemVariableAggregatorModifier and TypeMethodDescriptionprotected PlanItemVariableAggregatorCmmnClassDelegate.getPlanItemVariableAggregator() -
Uses of PlanItemVariableAggregator in org.flowable.cmmn.engine.impl.variable
Methods in org.flowable.cmmn.engine.impl.variable that return PlanItemVariableAggregatorModifier and TypeMethodDescriptionstatic PlanItemVariableAggregatorCmmnAggregation.resolveVariableAggregator(VariableAggregationDefinition aggregation, DelegatePlanItemInstance planItemInstance) Methods in org.flowable.cmmn.engine.impl.variable with parameters of type PlanItemVariableAggregatorModifier and TypeMethodDescriptionstatic VariableInstanceEntityCmmnAggregation.aggregate(DelegatePlanItemInstance planItemInstance, PlanItemVariableAggregatorContext aggregationContext, CmmnEngineConfiguration cmmnEngineConfiguration, PlanItemVariableAggregator aggregator, String targetVarName)