Class ReportGroupByResult
- java.lang.Object
-
- com.flowable.core.service.reporting.dto.ReportResult
-
- com.flowable.platform.service.reports.ReportGroupByResult
-
public class ReportGroupByResult extends ReportResult
-
-
Field Summary
-
Fields inherited from class com.flowable.core.service.reporting.dto.ReportResult
dataPoints, definitionTotals
-
-
Constructor Summary
Constructors Constructor Description ReportGroupByResult()
ReportGroupByResult(List<ReportDataPoint> dataPoints, Long totalCount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getTotalCount()
void
setTotalCount(Long totalCount)
-
Methods inherited from class com.flowable.core.service.reporting.dto.ReportResult
getDataPoints, getDefinitionTotals, setDataPoints, setDefinitionTotals
-
-
-
-
Constructor Detail
-
ReportGroupByResult
public ReportGroupByResult()
-
ReportGroupByResult
public ReportGroupByResult(List<ReportDataPoint> dataPoints, Long totalCount)
-
-