Package pro.taskana.monitor.api.reports
Class TaskCustomFieldValueReport
- java.lang.Object
-
- pro.taskana.monitor.api.reports.Report<MonitorQueryItem,TimeIntervalColumnHeader>
-
- pro.taskana.monitor.api.reports.TaskCustomFieldValueReport
-
public class TaskCustomFieldValueReport extends Report<MonitorQueryItem,TimeIntervalColumnHeader>
A CustomFieldValueReport contains the total numbers of tasks of the respective custom field 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 interfaceTaskCustomFieldValueReport.BuilderBuilder forTaskCustomFieldValueReport.
-
Field Summary
-
Fields inherited from class pro.taskana.monitor.api.reports.Report
columnHeaders
-
-
Constructor Summary
Constructors Constructor Description TaskCustomFieldValueReport(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
-
TaskCustomFieldValueReport
public TaskCustomFieldValueReport(List<TimeIntervalColumnHeader> timeIntervalColumnHeaders)
-
-