Package pro.taskana.monitor.api.reports
Class ClassificationReport.DetailedClassificationReport
java.lang.Object
pro.taskana.monitor.api.reports.Report<DetailedMonitorQueryItem,TimeIntervalColumnHeader>
pro.taskana.monitor.api.reports.ClassificationReport.DetailedClassificationReport
- Enclosing class:
- ClassificationReport
public static class ClassificationReport.DetailedClassificationReport
extends Report<DetailedMonitorQueryItem,TimeIntervalColumnHeader>
A DetailedClassificationReport aggregates Task related data.
Each FoldableRow represents a Classification and can be expanded to show the Classification of Attachments.
Each ColumnHeader represents a TimeInterval.
-
Nested Class Summary
Nested classes/interfaces inherited from class pro.taskana.monitor.api.reports.Report
Report.Builder<I extends QueryItem,H extends ColumnHeader<? super I>> -
Field Summary
Fields inherited from class pro.taskana.monitor.api.reports.Report
columnHeaders -
Constructor Summary
ConstructorsConstructorDescriptionDetailedClassificationReport(List<TimeIntervalColumnHeader> workbasketLevelReportColumnHeaders) -
Method Summary
Methods inherited from class pro.taskana.monitor.api.reports.Report
addItem, addItem, addItems, addItems, augmentDisplayNames, createRow, getColumnHeaders, getRowDesc, getRows, getSumRow, rowSize, rowTitles, toString
-
Constructor Details
-
DetailedClassificationReport
public DetailedClassificationReport(List<TimeIntervalColumnHeader> workbasketLevelReportColumnHeaders)
-
-
Method Details
-
getRow
- Overrides:
getRowin classReport<DetailedMonitorQueryItem,TimeIntervalColumnHeader>
-
createRow
- Overrides:
createRowin classReport<DetailedMonitorQueryItem,TimeIntervalColumnHeader>
-