Package pro.taskana.monitor.api.reports
Class ClassificationCategoryReport
- java.lang.Object
-
- pro.taskana.monitor.api.reports.Report<MonitorQueryItem,TimeIntervalColumnHeader>
-
- pro.taskana.monitor.api.reports.ClassificationCategoryReport
-
public class ClassificationCategoryReport extends Report<MonitorQueryItem,TimeIntervalColumnHeader>
A CategoryReport contains the total numbers of tasks of the respective category as well as the total number of all tasks. The tasks of the report can be filtered by workbaskets, states, categories, domains, classifications and values of a custom field. Classifications can also be excluded from the report. If theTimeIntervalColumnHeaders are set, the report contains also the number of tasks of the respective cluster. The age of the tasks can be counted in days or in working days. Tasks with Timestamp DUE = null are not considered.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceClassificationCategoryReport.BuilderBuilder forClassificationCategoryReport.
-
Field Summary
-
Fields inherited from class pro.taskana.monitor.api.reports.Report
columnHeaders
-
-
Constructor Summary
Constructors Constructor Description ClassificationCategoryReport(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
-
ClassificationCategoryReport
public ClassificationCategoryReport(List<TimeIntervalColumnHeader> timeIntervalColumnHeaders)
-
-