| Package | Description |
|---|---|
| org.flowable.engine.delegate.variable | |
| org.flowable.engine.impl.delegate | |
| org.flowable.engine.impl.variable |
| Modifier and Type | Method and Description |
|---|---|
Object |
VariableAggregator.aggregateMultiVariables(DelegateExecution execution,
List<? extends org.flowable.variable.api.persistence.entity.VariableInstance> instances,
VariableAggregatorContext context)
Aggregated the provided variable instances into one variable value.
|
Object |
VariableAggregator.aggregateSingleVariable(DelegateExecution execution,
VariableAggregatorContext context)
Create a single variable value based on the provided aggregation definition.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseVariableAggregatorContext |
| Modifier and Type | Method and Description |
|---|---|
static VariableAggregatorContext |
BaseVariableAggregatorContext.complete(org.flowable.bpmn.model.VariableAggregationDefinition definition) |
static VariableAggregatorContext |
BaseVariableAggregatorContext.overview(org.flowable.bpmn.model.VariableAggregationDefinition definition) |
| Modifier and Type | Method and Description |
|---|---|
Object |
JsonVariableAggregator.aggregateMultiVariables(DelegateExecution execution,
List<? extends org.flowable.variable.api.persistence.entity.VariableInstance> instances,
VariableAggregatorContext context) |
Object |
JsonVariableAggregator.aggregateSingleVariable(DelegateExecution execution,
VariableAggregatorContext context) |
| Modifier and Type | Method and Description |
|---|---|
static 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) |
Copyright © 2022 Flowable. All rights reserved.