Uses of Interface
org.flowable.engine.delegate.variable.VariableAggregator
-
Packages that use VariableAggregator Package Description org.flowable.engine.impl.cfg org.flowable.engine.impl.delegate org.flowable.engine.impl.variable -
-
Uses of VariableAggregator in org.flowable.engine.impl.cfg
Fields in org.flowable.engine.impl.cfg declared as VariableAggregator Modifier and Type Field Description protected VariableAggregatorProcessEngineConfigurationImpl. variableAggregatorMethods in org.flowable.engine.impl.cfg that return VariableAggregator Modifier and Type Method Description VariableAggregatorProcessEngineConfigurationImpl. getVariableAggregator()Methods in org.flowable.engine.impl.cfg with parameters of type VariableAggregator Modifier and Type Method Description ProcessEngineConfigurationImplProcessEngineConfigurationImpl. setVariableAggregator(VariableAggregator variableAggregator) -
Uses of VariableAggregator in org.flowable.engine.impl.delegate
Classes in org.flowable.engine.impl.delegate that implement VariableAggregator Modifier and Type Class Description classJsonVariableAggregator -
Uses of VariableAggregator in org.flowable.engine.impl.variable
Methods in org.flowable.engine.impl.variable that return VariableAggregator Modifier and Type Method Description static VariableAggregatorBpmnAggregation. resolveVariableAggregator(org.flowable.bpmn.model.VariableAggregationDefinition aggregation, DelegateExecution execution)Methods in org.flowable.engine.impl.variable with parameters of type VariableAggregator Modifier and Type Method Description static VariableInstanceEntityBpmnAggregation. aggregate(DelegateExecution execution, DelegateExecution parentExecution, VariableAggregatorContext aggregationContext, ProcessEngineConfigurationImpl processEngineConfiguration, VariableAggregator aggregator, String targetVarName)
-