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
-
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)
-
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
-
getTotalCount
public java.lang.Long getTotalCount() -
setTotalCount
public void setTotalCount(java.lang.Long totalCount)
-