Class StandardDataQueryBuilderImpl.AggregationListImpl.DateTermsAggSettings

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

public static class StandardDataQueryBuilderImpl.AggregationListImpl.DateTermsAggSettings extends Object
sumFieldName == null means count-only.
  • Field Details

    • interval

      protected String interval
    • fieldName

      protected String fieldName
    • size

      protected int size
    • order

      protected String order
    • sumFieldName

      protected String sumFieldName
  • Constructor Details

    • DateTermsAggSettings

      public DateTermsAggSettings(String interval, String fieldName, int size, String order, String sumFieldName)
  • Method Details

    • getInterval

      public String getInterval()
    • getFieldName

      public String getFieldName()
    • getSize

      public int getSize()
    • getOrder

      public String getOrder()
    • getSumFieldName

      public String getSumFieldName()