| Package | Description |
|---|---|
| org.flowable.cmmn.api.delegate | |
| org.flowable.cmmn.engine.impl.delegate | |
| org.flowable.cmmn.engine.impl.variable | |
| org.flowable.cmmn.model |
| Modifier and Type | Method and Description |
|---|---|
VariableAggregationDefinition |
PlanItemVariableAggregatorContext.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 PlanItemVariableAggregatorContext |
BaseVariableAggregatorContext.complete(VariableAggregationDefinition definition) |
static PlanItemVariableAggregatorContext |
BaseVariableAggregatorContext.overview(VariableAggregationDefinition definition) |
| Constructor and Description |
|---|
BaseVariableAggregatorContext(VariableAggregationDefinition definition,
String state) |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,VariableAggregationDefinition> |
CmmnAggregation.groupAggregationsByTarget(VariableScope scope,
Collection<VariableAggregationDefinition> aggregations,
CmmnEngineConfiguration cmmnEngineConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
static VariableInstanceEntity |
CmmnAggregation.aggregateComplete(DelegatePlanItemInstance planItemInstance,
VariableAggregationDefinition aggregation,
CmmnEngineConfiguration cmmnEngineConfiguration)
Create an aggregated variable instance for a completed plan item.
|
static String |
CmmnAggregation.getAggregationTargetVarName(VariableAggregationDefinition aggregation,
VariableScope parentScope,
CmmnEngineConfiguration cmmnEngineConfiguration) |
static PlanItemVariableAggregator |
CmmnAggregation.resolveVariableAggregator(VariableAggregationDefinition aggregation,
DelegatePlanItemInstance planItemInstance) |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,VariableAggregationDefinition> |
CmmnAggregation.groupAggregationsByTarget(VariableScope scope,
Collection<VariableAggregationDefinition> aggregations,
CmmnEngineConfiguration cmmnEngineConfiguration) |
| 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 |
RepetitionRule.addAggregation(VariableAggregationDefinition aggregation) |
void |
VariableAggregationDefinition.setValues(VariableAggregationDefinition otherVariableDefinitionAggregation) |
| Modifier and Type | Method and Description |
|---|---|
void |
VariableAggregationDefinitions.setAggregations(Collection<VariableAggregationDefinition> aggregations) |
Copyright © 2023 Flowable. All rights reserved.