Uses of Interface
org.flowable.engine.delegate.variable.VariableAggregatorContext
Packages that use VariableAggregatorContext
Package
Description
-
Uses of VariableAggregatorContext in org.flowable.engine.delegate.variable
Methods in org.flowable.engine.delegate.variable with parameters of type VariableAggregatorContextModifier and TypeMethodDescriptionVariableAggregator.aggregateMultiVariables(DelegateExecution execution, List<? extends VariableInstance> instances, VariableAggregatorContext context) Aggregated the provided variable instances into one variable value.VariableAggregator.aggregateSingleVariable(DelegateExecution execution, VariableAggregatorContext context) Create a single variable value based on the provided aggregation definition. -
Uses of VariableAggregatorContext in org.flowable.engine.impl.delegate
Classes in org.flowable.engine.impl.delegate that implement VariableAggregatorContextMethods in org.flowable.engine.impl.delegate that return VariableAggregatorContextModifier and TypeMethodDescriptionstatic VariableAggregatorContextBaseVariableAggregatorContext.complete(VariableAggregationDefinition definition) static VariableAggregatorContextBaseVariableAggregatorContext.overview(VariableAggregationDefinition definition) Methods in org.flowable.engine.impl.delegate with parameters of type VariableAggregatorContextModifier and TypeMethodDescriptionJsonVariableAggregator.aggregateMultiVariables(DelegateExecution execution, List<? extends VariableInstance> instances, VariableAggregatorContext context) JsonVariableAggregator.aggregateSingleVariable(DelegateExecution execution, VariableAggregatorContext context) -
Uses of VariableAggregatorContext in org.flowable.engine.impl.variable
Methods in org.flowable.engine.impl.variable with parameters of type VariableAggregatorContextModifier and TypeMethodDescriptionstatic VariableInstanceEntityBpmnAggregation.aggregate(DelegateExecution execution, DelegateExecution parentExecution, VariableAggregatorContext aggregationContext, ProcessEngineConfigurationImpl processEngineConfiguration) Create an aggregated variable instance for the given aggregation context.static VariableInstanceEntityBpmnAggregation.aggregate(DelegateExecution execution, DelegateExecution parentExecution, VariableAggregatorContext aggregationContext, ProcessEngineConfigurationImpl processEngineConfiguration, VariableAggregator aggregator, String targetVarName)