public class BaseVariableAggregatorContext extends Object implements PlanItemVariableAggregatorContext
| Modifier and Type | Field and Description |
|---|---|
protected VariableAggregationDefinition |
definition |
protected String |
state |
COMPLETE, OVERVIEW| Constructor and Description |
|---|
BaseVariableAggregatorContext(VariableAggregationDefinition definition,
String state) |
| Modifier and Type | Method and Description |
|---|---|
static PlanItemVariableAggregatorContext |
complete(VariableAggregationDefinition definition) |
VariableAggregationDefinition |
getDefinition() |
String |
getState() |
static PlanItemVariableAggregatorContext |
overview(VariableAggregationDefinition definition) |
protected final VariableAggregationDefinition definition
protected final String state
public BaseVariableAggregatorContext(VariableAggregationDefinition definition, String state)
public VariableAggregationDefinition getDefinition()
getDefinition in interface PlanItemVariableAggregatorContextpublic String getState()
getState in interface PlanItemVariableAggregatorContextpublic static PlanItemVariableAggregatorContext complete(VariableAggregationDefinition definition)
public static PlanItemVariableAggregatorContext overview(VariableAggregationDefinition definition)
Copyright © 2023 Flowable. All rights reserved.