Uses of Interface
org.flowable.engine.delegate.variable.VariableAggregator
Packages that use VariableAggregator
Package
Description
-
Uses of VariableAggregator in org.flowable.engine.impl.cfg
Fields in org.flowable.engine.impl.cfg declared as VariableAggregatorModifier and TypeFieldDescriptionprotected VariableAggregatorProcessEngineConfigurationImpl.variableAggregatorMethods in org.flowable.engine.impl.cfg that return VariableAggregatorMethods in org.flowable.engine.impl.cfg with parameters of type VariableAggregatorModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.setVariableAggregator(VariableAggregator variableAggregator) -
Uses of VariableAggregator in org.flowable.engine.impl.delegate
Classes in org.flowable.engine.impl.delegate that implement VariableAggregator -
Uses of VariableAggregator in org.flowable.engine.impl.variable
Methods in org.flowable.engine.impl.variable that return VariableAggregatorModifier and TypeMethodDescriptionstatic VariableAggregatorBpmnAggregation.resolveVariableAggregator(VariableAggregationDefinition aggregation, DelegateExecution execution) Methods in org.flowable.engine.impl.variable with parameters of type VariableAggregatorModifier and TypeMethodDescriptionstatic VariableInstanceEntityBpmnAggregation.aggregate(DelegateExecution execution, DelegateExecution parentExecution, VariableAggregatorContext aggregationContext, ProcessEngineConfigurationImpl processEngineConfiguration, VariableAggregator aggregator, String targetVarName)