Package pro.taskana.monitor.api.reports
Class ClassificationReport
- java.lang.Object
-
- pro.taskana.monitor.api.reports.Report<MonitorQueryItem,TimeIntervalColumnHeader>
-
- pro.taskana.monitor.api.reports.ClassificationReport
-
public class ClassificationReport extends Report<MonitorQueryItem,TimeIntervalColumnHeader>
The ClassificationReport extends the Report. TheRows of the ClassificationReport are grouped by classifications.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceClassificationReport.BuilderBuilder forClassificationReport.static classClassificationReport.DetailedClassificationReportThe DetailedClassificationReport is a functional extension of theClassificationReport.
-
Field Summary
-
Fields inherited from class pro.taskana.monitor.api.reports.Report
columnHeaders
-
-
Constructor Summary
Constructors Constructor Description ClassificationReport(List<TimeIntervalColumnHeader> timeIntervalColumnHeaders)
-
Method Summary
-
Methods inherited from class pro.taskana.monitor.api.reports.Report
addItem, addItem, addItems, addItems, augmentDisplayNames, createRow, createRow, getColumnHeaders, getRow, getRowDesc, getRows, getSumRow, rowSize, rowTitles
-
-
-
-
Constructor Detail
-
ClassificationReport
public ClassificationReport(List<TimeIntervalColumnHeader> timeIntervalColumnHeaders)
-
-