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 ofRows and a list of <ColumnHeader>s.static interfaceReport.Builder<I extends QueryItem,H extends ColumnHeader<? super I>>Builder forReport. -
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 aReport. -
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 MonitorQueryItem entity contains the number of tasks for a key (e.g.Classes in pro.taskana.monitor.api.reports.item that implement QueryItem Modifier and Type Class Description classDetailedMonitorQueryItemThe DetailedMonitorQueryItem extends theMonitorQueryItem.classMonitorQueryItemThe MonitorQueryItem entity contains the number of tasks for a key (e.g.classTaskQueryItemThe TaskQueryItem entity contains the number of tasks for a domain which have a specific state.classTimestampQueryItemThe TimestampQueryItem contains the necessary information for theTimestampReport. -
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 theSingleRow.interfaceRow<I extends QueryItem>Representation of a row in aReport.classSingleRow<I extends QueryItem>A SingleRow represents a single row in aReport.
-