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