| Package | Description |
|---|---|
| org.flowable.bpmn.model | |
| org.flowable.engine.delegate.variable | |
| org.flowable.engine.impl.delegate | |
| org.flowable.engine.impl.variable |
| Modifier and Type | Field and Description |
|---|---|
protected Collection<VariableAggregationDefinition> |
VariableAggregationDefinitions.aggregations |
| Modifier and Type | Method and Description |
|---|---|
VariableAggregationDefinition |
VariableAggregationDefinition.clone() |
| Modifier and Type | Method and Description |
|---|---|
Collection<VariableAggregationDefinition> |
VariableAggregationDefinitions.getAggregations() |
Collection<VariableAggregationDefinition> |
VariableAggregationDefinitions.getOverviewAggregations() |
| Modifier and Type | Method and Description |
|---|---|
void |
MultiInstanceLoopCharacteristics.addAggregation(VariableAggregationDefinition aggregation) |
void |
VariableAggregationDefinition.setValues(VariableAggregationDefinition otherVariableDefinitionAggregation) |
| Modifier and Type | Method and Description |
|---|---|
void |
VariableAggregationDefinitions.setAggregations(Collection<VariableAggregationDefinition> aggregations) |
| Modifier and Type | Method and Description |
|---|---|
VariableAggregationDefinition |
VariableAggregatorContext.getDefinition() |
| Modifier and Type | Field and Description |
|---|---|
protected VariableAggregationDefinition |
BaseVariableAggregatorContext.definition |
| Modifier and Type | Method and Description |
|---|---|
VariableAggregationDefinition |
BaseVariableAggregatorContext.getDefinition() |
| Modifier and Type | Method and Description |
|---|---|
static VariableAggregatorContext |
BaseVariableAggregatorContext.complete(VariableAggregationDefinition definition) |
static VariableAggregatorContext |
BaseVariableAggregatorContext.overview(VariableAggregationDefinition definition) |
| Constructor and Description |
|---|
BaseVariableAggregatorContext(VariableAggregationDefinition definition,
String state) |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,VariableAggregationDefinition> |
BpmnAggregation.groupAggregationsByTarget(DelegateExecution multiInstanceRootExecution,
Collection<VariableAggregationDefinition> aggregations,
ProcessEngineConfigurationImpl processEngineConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
static VariableInstanceEntity |
BpmnAggregation.aggregateComplete(DelegateExecution execution,
DelegateExecution parentExecution,
VariableAggregationDefinition aggregation,
ProcessEngineConfigurationImpl processEngineConfiguration)
Create an aggregated variable instance for a completed execution.
|
static String |
BpmnAggregation.getAggregationTargetVarName(VariableAggregationDefinition aggregation,
DelegateExecution execution,
ProcessEngineConfigurationImpl processEngineConfiguration) |
static VariableAggregator |
BpmnAggregation.resolveVariableAggregator(VariableAggregationDefinition aggregation,
DelegateExecution execution) |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,VariableAggregationDefinition> |
BpmnAggregation.groupAggregationsByTarget(DelegateExecution multiInstanceRootExecution,
Collection<VariableAggregationDefinition> aggregations,
ProcessEngineConfigurationImpl processEngineConfiguration) |
Copyright © 2023 Flowable. All rights reserved.