Class BaseVariableAggregatorContext
- java.lang.Object
-
- org.flowable.cmmn.engine.impl.delegate.BaseVariableAggregatorContext
-
- All Implemented Interfaces:
PlanItemVariableAggregatorContext
public class BaseVariableAggregatorContext extends Object implements PlanItemVariableAggregatorContext
- Author:
- Filip Hrisafov
-
-
Field Summary
Fields Modifier and Type Field Description protected org.flowable.cmmn.model.VariableAggregationDefinitiondefinitionprotected Stringstate-
Fields inherited from interface org.flowable.cmmn.api.delegate.PlanItemVariableAggregatorContext
COMPLETE, OVERVIEW
-
-
Constructor Summary
Constructors Constructor Description BaseVariableAggregatorContext(org.flowable.cmmn.model.VariableAggregationDefinition definition, String state)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PlanItemVariableAggregatorContextcomplete(org.flowable.cmmn.model.VariableAggregationDefinition definition)org.flowable.cmmn.model.VariableAggregationDefinitiongetDefinition()StringgetState()static PlanItemVariableAggregatorContextoverview(org.flowable.cmmn.model.VariableAggregationDefinition definition)
-
-
-
Field Detail
-
definition
protected final org.flowable.cmmn.model.VariableAggregationDefinition definition
-
state
protected final String state
-
-
Constructor Detail
-
BaseVariableAggregatorContext
public BaseVariableAggregatorContext(org.flowable.cmmn.model.VariableAggregationDefinition definition, String state)
-
-
Method Detail
-
getDefinition
public org.flowable.cmmn.model.VariableAggregationDefinition getDefinition()
- Specified by:
getDefinitionin interfacePlanItemVariableAggregatorContext
-
getState
public String getState()
- Specified by:
getStatein interfacePlanItemVariableAggregatorContext
-
complete
public static PlanItemVariableAggregatorContext complete(org.flowable.cmmn.model.VariableAggregationDefinition definition)
-
overview
public static PlanItemVariableAggregatorContext overview(org.flowable.cmmn.model.VariableAggregationDefinition definition)
-
-