Uses of Interface
pro.taskana.monitor.api.reports.item.AgeQueryItem
Packages that use AgeQueryItem
Package
Description
-
Uses of AgeQueryItem in pro.taskana.monitor.api.reports
Classes in pro.taskana.monitor.api.reports with type parameters of type AgeQueryItemModifier and TypeInterfaceDescriptioninterfaceTimeIntervalReportBuilder<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 -
Uses of AgeQueryItem in pro.taskana.monitor.api.reports.item
Classes in pro.taskana.monitor.api.reports.item that implement AgeQueryItemModifier and TypeClassDescriptionclassThe DetailedMonitorQueryItem extends the MonitorQueryItem.classThe MonitorQueryItem entity contains the number of tasks for a key (e.g.classThe 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 AgeQueryItemModifier and TypeClassDescriptionclassDaysToWorkingDaysReportPreProcessor<I extends AgeQueryItem>Uses WorkingDaysToDaysReportConverter to convert an <I>s age to working days.