Uses of Interface
pro.taskana.monitor.api.reports.item.QueryItem
-
Packages that use QueryItem Package Description pro.taskana.monitor.api.reports pro.taskana.monitor.api.reports.header pro.taskana.monitor.api.reports.item pro.taskana.monitor.api.reports.row -
-
Uses of QueryItem in pro.taskana.monitor.api.reports
Classes in pro.taskana.monitor.api.reports with type parameters of type QueryItem Modifier and Type Class Description classReport<I extends QueryItem,H extends ColumnHeader<? super I>>A Report represents an abstract table that consists of Rows and a list of <ColumnHeader>s.static interfaceReport.Builder<I extends QueryItem,H extends ColumnHeader<? super I>>Builder for Report. -
Uses of QueryItem in pro.taskana.monitor.api.reports.header
Classes in pro.taskana.monitor.api.reports.header with type parameters of type QueryItem Modifier and Type Interface Description interfaceColumnHeader<I extends QueryItem>A ColumnHeader is an element of a Report. -
Uses of QueryItem in pro.taskana.monitor.api.reports.item
Classes in pro.taskana.monitor.api.reports.item with type parameters of type QueryItem Modifier and Type Interface Description interfaceQueryItemPreprocessor<I extends QueryItem>Subinterfaces of QueryItem in pro.taskana.monitor.api.reports.item Modifier and Type Interface Description interfaceAgeQueryItemThe AgeQueryItem contains age in days.Classes in pro.taskana.monitor.api.reports.item that implement QueryItem Modifier and Type Class Description classDetailedMonitorQueryItemThe DetailedMonitorQueryItem extends the MonitorQueryItem.classMonitorQueryItemThe MonitorQueryItem entity contains the number of tasks for a key (e.g.classPriorityQueryItemclassTaskQueryItemThe TaskQueryItem entity contains the number of tasks for a domain which have a specific state.classTimestampQueryItemThe TimestampQueryItem represents the content of a cell in the TimestampReport. -
Uses of QueryItem in pro.taskana.monitor.api.reports.row
Classes in pro.taskana.monitor.api.reports.row with type parameters of type QueryItem Modifier and Type Class Description classFoldableRow<I extends QueryItem>The FoldableRow extends the SingleRow.interfaceRow<I extends QueryItem>Representation of a row in a Report.classSingleRow<I extends QueryItem>A SingleRow represents a single row in a Report.
-