Package pro.taskana.monitor.api.reports
-
Interface Summary Interface Description ClassificationCategoryReport.Builder Builder forClassificationCategoryReport.ClassificationReport.Builder Builder forClassificationReport.Report.Builder<I extends QueryItem,H extends ColumnHeader<? super I>> Builder forReport.TaskCustomFieldValueReport.Builder Builder forTaskCustomFieldValueReport.TaskStatusReport.Builder Builder forTaskStatusReport.TimeIntervalReportBuilder<B extends TimeIntervalReportBuilder<B,I,H>,I extends AgeQueryItem,H extends TimeIntervalColumnHeader> "Super" Interface for all TimeIntervalReportBuilders.TimestampReport.Builder Builder forTimestampReport.WorkbasketReport.Builder Builder forWorkbasketReport. -
Class Summary Class Description ClassificationCategoryReport A CategoryReport contains the total numbers of tasks of the respective category as well as the total number of all tasks.ClassificationReport The ClassificationReport extends the Report.ClassificationReport.DetailedClassificationReport The DetailedClassificationReport is a functional extension of theClassificationReport.Report<I extends QueryItem,H extends ColumnHeader<? super I>> A Report represents an abstract table that consists ofRows and a list of <ColumnHeader>s.TaskCustomFieldValueReport A CustomFieldValueReport contains the total numbers of tasks of the respective custom field as well as the total number of all tasks.TaskStatusReport A TaskStatusReport contains the total number of tasks, clustered in their task status.TimestampReport ATimestampReportdisplays created and competed tasks for a specific dates.WorkbasketReport A WorkbasketReport contains the total numbers of tasks of the respective workbasket as well as the total number of all tasks.