Class StandardDataQueryBuilderImpl.AggregationListImpl.NestedFieldGroupBySettings

java.lang.Object
com.flowable.indexing.query.builder.standard.StandardDataQueryBuilderImpl.AggregationListImpl.NestedFieldGroupBySettings
Enclosing class:
StandardDataQueryBuilderImpl.AggregationListImpl

public static class StandardDataQueryBuilderImpl.AggregationListImpl.NestedFieldGroupBySettings extends Object
  • Field Details

    • nestedPath

      protected String nestedPath
    • fieldName

      protected String fieldName
    • size

      protected int size
  • Constructor Details

    • NestedFieldGroupBySettings

      public NestedFieldGroupBySettings(String nestedPath, String fieldName, int size)
  • Method Details

    • getNestedPath

      public String getNestedPath()
    • getFieldName

      public String getFieldName()
    • getSize

      public int getSize()