Uses of Class
pro.taskana.monitor.api.reports.item.TimestampQueryItem
-
Packages that use TimestampQueryItem Package Description pro.taskana.monitor.api.reports.row pro.taskana.monitor.internal pro.taskana.monitor.internal.reports -
-
Uses of TimestampQueryItem in pro.taskana.monitor.api.reports.row
Methods in pro.taskana.monitor.api.reports.row that return types with arguments of type TimestampQueryItem Modifier and Type Method Description protected Row<TimestampQueryItem>TimestampRow.OrgLevel3Row. buildRow(String key, int columnSize)SingleRow<TimestampQueryItem>TimestampRow.OrgLevel3Row. getFoldableRow(String key) -
Uses of TimestampQueryItem in pro.taskana.monitor.internal
Methods in pro.taskana.monitor.internal that return types with arguments of type TimestampQueryItem Modifier and Type Method Description List<TimestampQueryItem>MonitorMapper. getTasksCountForStatusGroupedByOrgLevel(Instant now, TaskTimestamp status, TimeIntervalReportBuilder<?,?,?> report) -
Uses of TimestampQueryItem in pro.taskana.monitor.internal.reports
Methods in pro.taskana.monitor.internal.reports that return types with arguments of type TimestampQueryItem Modifier and Type Method Description Report<TimestampQueryItem,TimeIntervalColumnHeader>TimestampReportBuilderImpl. buildReport(TaskTimestamp timestamp)
-