| Package | Description |
|---|---|
| com.flowable.platform.service.reports |
| Modifier and Type | Method and Description |
|---|---|
List<ReportDataPoint> |
ReportResult.getDataPoints() |
List<ReportDataPoint> |
ReportGroupByResult.getDataPoints() |
| Modifier and Type | Method and Description |
|---|---|
void |
ReportResult.setDataPoints(List<ReportDataPoint> dataPoints) |
void |
ReportGroupByResult.setDataPoints(List<ReportDataPoint> dataPoints) |
| Constructor and Description |
|---|
ReportGroupByResult(List<ReportDataPoint> dataPoints,
Long totalCount) |
ReportResult(List<ReportDataPoint> dataPoints,
Map<String,String> definitionTotals) |
Copyright © 2019. All rights reserved.