Uses of Interface
pro.taskana.monitor.api.reports.item.AgeQueryItem
-
Packages that use AgeQueryItem Package Description pro.taskana.monitor.api.reports pro.taskana.monitor.api.reports.header pro.taskana.monitor.api.reports.item pro.taskana.monitor.internal.preprocessor -
-
Uses of AgeQueryItem in pro.taskana.monitor.api.reports
Classes in pro.taskana.monitor.api.reports with type parameters of type AgeQueryItem Modifier and Type Interface Description interfaceTimeIntervalReportBuilder<B extends TimeIntervalReportBuilder<B,I,H>,I extends AgeQueryItem,H extends TimeIntervalColumnHeader>"Super" Interface for all TimeIntervalReportBuilders. -
Uses of AgeQueryItem in pro.taskana.monitor.api.reports.header
Methods in pro.taskana.monitor.api.reports.header with parameters of type AgeQueryItem Modifier and Type Method Description booleanTimeIntervalColumnHeader. fits(AgeQueryItem item) -
Uses of AgeQueryItem in pro.taskana.monitor.api.reports.item
Classes in pro.taskana.monitor.api.reports.item that implement AgeQueryItem Modifier and Type Class Description classDetailedMonitorQueryItemThe DetailedMonitorQueryItem extends the MonitorQueryItem.classMonitorQueryItemThe MonitorQueryItem entity contains the number of tasks for a key (e.g.classTimestampQueryItemThe TimestampQueryItem represents the content of a cell in the TimestampReport. -
Uses of AgeQueryItem in pro.taskana.monitor.internal.preprocessor
Classes in pro.taskana.monitor.internal.preprocessor with type parameters of type AgeQueryItem Modifier and Type Class Description classDaysToWorkingDaysReportPreProcessor<I extends AgeQueryItem>Uses WorkingDaysToDaysReportConverter to convert an <I>s age to working days.
-