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 Details

    • definition

      protected final org.flowable.cmmn.model.VariableAggregationDefinition definition
    • state

      protected final String state
  • Constructor Details

    • BaseVariableAggregatorContext

      public BaseVariableAggregatorContext(org.flowable.cmmn.model.VariableAggregationDefinition definition, String state)
  • Method Details