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