Class ReportGroupByResult


  • public class ReportGroupByResult
    extends com.flowable.core.service.reporting.dto.ReportResult
    • Field Summary

      • Fields inherited from class com.flowable.core.service.reporting.dto.ReportResult

        dataPoints, definitionTotals
    • Constructor Summary

      Constructors 
      Constructor Description
      ReportGroupByResult()  
      ReportGroupByResult​(java.util.List<com.flowable.core.service.reporting.dto.ReportDataPoint> dataPoints, java.lang.Long totalCount)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Long getTotalCount()  
      void setTotalCount​(java.lang.Long totalCount)  
      • Methods inherited from class com.flowable.core.service.reporting.dto.ReportResult

        getDataPoints, getDefinitionTotals, setDataPoints, setDefinitionTotals
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ReportGroupByResult

        public ReportGroupByResult()
      • ReportGroupByResult

        public ReportGroupByResult​(java.util.List<com.flowable.core.service.reporting.dto.ReportDataPoint> dataPoints,
                                   java.lang.Long totalCount)
    • Method Detail

      • getTotalCount

        public java.lang.Long getTotalCount()
      • setTotalCount

        public void setTotalCount​(java.lang.Long totalCount)