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 VariableAggregatorContext
BaseVariableAggregatorContext.complete
(VariableAggregationDefinition definition) static VariableAggregatorContext
BaseVariableAggregatorContext.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 VariableInstanceEntity
BpmnAggregation.aggregate
(DelegateExecution execution, DelegateExecution parentExecution, VariableAggregatorContext aggregationContext, ProcessEngineConfigurationImpl processEngineConfiguration) Create an aggregated variable instance for the given aggregation context.static VariableInstanceEntity
BpmnAggregation.aggregate
(DelegateExecution execution, DelegateExecution parentExecution, VariableAggregatorContext aggregationContext, ProcessEngineConfigurationImpl processEngineConfiguration, VariableAggregator aggregator, String targetVarName)