public class JsonPlanItemVariableAggregator extends Object implements PlanItemVariableAggregator
| Modifier and Type | Field and Description |
|---|---|
protected CmmnEngineConfiguration |
cmmnEngineConfiguration |
| Constructor and Description |
|---|
JsonPlanItemVariableAggregator(CmmnEngineConfiguration cmmnEngineConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
Object |
aggregateMultiVariables(DelegatePlanItemInstance planItemInstance,
List<? extends org.flowable.variable.api.persistence.entity.VariableInstance> instances,
PlanItemVariableAggregatorContext context) |
Object |
aggregateSingleVariable(DelegatePlanItemInstance planItemInstance,
PlanItemVariableAggregatorContext context) |
protected final CmmnEngineConfiguration cmmnEngineConfiguration
public JsonPlanItemVariableAggregator(CmmnEngineConfiguration cmmnEngineConfiguration)
public Object aggregateSingleVariable(DelegatePlanItemInstance planItemInstance, PlanItemVariableAggregatorContext context)
aggregateSingleVariable in interface PlanItemVariableAggregatorpublic Object aggregateMultiVariables(DelegatePlanItemInstance planItemInstance, List<? extends org.flowable.variable.api.persistence.entity.VariableInstance> instances, PlanItemVariableAggregatorContext context)
aggregateMultiVariables in interface PlanItemVariableAggregatorCopyright © 2021 Flowable. All rights reserved.