Class VariableAggregationDefinition

java.lang.Object
org.flowable.cmmn.model.VariableAggregationDefinition

public class VariableAggregationDefinition extends Object
Author:
Joram Barrez, Filip Hrisafov
  • Field Details

    • implementationType

      protected String implementationType
    • implementation

      protected String implementation
    • target

      protected String target
    • targetExpression

      protected String targetExpression
    • definitions

    • storeAsTransientVariable

      protected boolean storeAsTransientVariable
    • createOverviewVariable

      protected boolean createOverviewVariable
  • Constructor Details

    • VariableAggregationDefinition

      public VariableAggregationDefinition()
  • Method Details

    • getImplementationType

      public String getImplementationType()
    • setImplementationType

      public void setImplementationType(String implementationType)
    • getImplementation

      public String getImplementation()
    • setImplementation

      public void setImplementation(String implementation)
    • getTarget

      public String getTarget()
    • setTarget

      public void setTarget(String target)
    • getTargetExpression

      public String getTargetExpression()
    • setTargetExpression

      public void setTargetExpression(String targetExpression)
    • getDefinitions

      public List<VariableAggregationDefinition.Variable> getDefinitions()
    • setDefinitions

      public void setDefinitions(List<VariableAggregationDefinition.Variable> definitions)
    • addDefinition

      public void addDefinition(VariableAggregationDefinition.Variable definition)
    • isStoreAsTransientVariable

      public boolean isStoreAsTransientVariable()
    • setStoreAsTransientVariable

      public void setStoreAsTransientVariable(boolean storeAsTransientVariable)
    • isCreateOverviewVariable

      public boolean isCreateOverviewVariable()
    • setCreateOverviewVariable

      public void setCreateOverviewVariable(boolean createOverviewVariable)
    • clone

      Overrides:
      clone in class Object
    • setValues

      public void setValues(VariableAggregationDefinition otherVariableDefinitionAggregation)