Uses of Class
pro.taskana.monitor.api.reports.Report
-
Packages that use Report Package Description pro.taskana.monitor.api.reports pro.taskana.monitor.internal.reports -
-
Uses of Report in pro.taskana.monitor.api.reports
Subclasses of Report in pro.taskana.monitor.api.reports Modifier and Type Class Description classClassificationCategoryReportA CategoryReport contains the total numbers of tasks of the respective category as well as the total number of all tasks.classClassificationReportThe ClassificationReport extends the Report.static classClassificationReport.DetailedClassificationReportThe DetailedClassificationReport is a functional extension of theClassificationReport.classTaskCustomFieldValueReportA CustomFieldValueReport contains the total numbers of tasks of the respective custom field as well as the total number of all tasks.classTaskStatusReportA TaskStatusReport contains the total number of tasks, clustered in their task status.classTimestampReportATimestampReportdisplays created and competed tasks for a specific dates.classWorkbasketReportA WorkbasketReport contains the total numbers of tasks of the respective workbasket as well as the total number of all tasks.Methods in pro.taskana.monitor.api.reports that return Report Modifier and Type Method Description Report<I,H>Report.Builder. buildReport()Report<I,H>TimeIntervalReportBuilder. buildReport(TaskTimestamp timestamp)Builds the given report. -
Uses of Report in pro.taskana.monitor.internal.reports
Methods in pro.taskana.monitor.internal.reports that return Report Modifier and Type Method Description Report<TimestampQueryItem,TimeIntervalColumnHeader>TimestampReportBuilderImpl. buildReport(TaskTimestamp timestamp)
-