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 VariableAggregator
ProcessEngineConfigurationImpl.variableAggregator
Methods 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 VariableAggregator
BpmnAggregation.resolveVariableAggregator
(VariableAggregationDefinition aggregation, DelegateExecution execution) Methods in org.flowable.engine.impl.variable with parameters of type VariableAggregatorModifier and TypeMethodDescriptionstatic VariableInstanceEntity
BpmnAggregation.aggregate
(DelegateExecution execution, DelegateExecution parentExecution, VariableAggregatorContext aggregationContext, ProcessEngineConfigurationImpl processEngineConfiguration, VariableAggregator aggregator, String targetVarName)