Uses of Class
com.flowable.platform.service.reports.ReportDataPoint
| Package | Description |
|---|---|
| com.flowable.platform.service.reports |
-
Uses of ReportDataPoint in com.flowable.platform.service.reports
Methods in com.flowable.platform.service.reports that return types with arguments of type ReportDataPoint Modifier and Type Method Description java.util.List<ReportDataPoint>ReportGroupByResult. getDataPoints()java.util.List<ReportDataPoint>ReportResult. getDataPoints()Method parameters in com.flowable.platform.service.reports with type arguments of type ReportDataPoint Modifier and Type Method Description voidReportGroupByResult. setDataPoints(java.util.List<ReportDataPoint> dataPoints)voidReportResult. setDataPoints(java.util.List<ReportDataPoint> dataPoints)Constructor parameters in com.flowable.platform.service.reports with type arguments of type ReportDataPoint Constructor Description ReportGroupByResult(java.util.List<ReportDataPoint> dataPoints, java.lang.Long totalCount)ReportResult(java.util.List<ReportDataPoint> dataPoints, java.util.Map<java.lang.String,java.lang.String> definitionTotals)