Uses of Interface
org.flowable.engine.delegate.variable.VariableAggregatorContext
-
Packages that use VariableAggregatorContext Package Description org.flowable.engine.delegate.variable org.flowable.engine.impl.delegate org.flowable.engine.impl.variable -
-
Uses of VariableAggregatorContext in org.flowable.engine.delegate.variable
Methods in org.flowable.engine.delegate.variable with parameters of type VariableAggregatorContext Modifier and Type Method Description ObjectVariableAggregator. aggregateMultiVariables(DelegateExecution execution, List<? extends org.flowable.variable.api.persistence.entity.VariableInstance> instances, VariableAggregatorContext context)Aggregated the provided variable instances into one variable value.ObjectVariableAggregator. 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 VariableAggregatorContext Modifier and Type Class Description classBaseVariableAggregatorContextMethods in org.flowable.engine.impl.delegate that return VariableAggregatorContext Modifier and Type Method Description static VariableAggregatorContextBaseVariableAggregatorContext. complete(org.flowable.bpmn.model.VariableAggregationDefinition definition)static VariableAggregatorContextBaseVariableAggregatorContext. overview(org.flowable.bpmn.model.VariableAggregationDefinition definition)Methods in org.flowable.engine.impl.delegate with parameters of type VariableAggregatorContext Modifier and Type Method Description ObjectJsonVariableAggregator. aggregateMultiVariables(DelegateExecution execution, List<? extends org.flowable.variable.api.persistence.entity.VariableInstance> instances, VariableAggregatorContext context)ObjectJsonVariableAggregator. 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 VariableAggregatorContext Modifier and Type Method Description static 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)
-