Class ReportGroupByResult

java.lang.Object
com.flowable.core.service.reporting.dto.ReportResult
com.flowable.platform.service.reports.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

    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 Details

    • ReportGroupByResult

      public ReportGroupByResult()
    • ReportGroupByResult

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