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
-
-
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)
-