Uses of Interface
pro.taskana.monitor.api.reports.item.QueryItem
Packages that use QueryItem
Package
Description
-
Uses of QueryItem in pro.taskana.monitor.api.reports
Classes in pro.taskana.monitor.api.reports with type parameters of type QueryItemModifier and TypeClassDescriptionclassReport<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 QueryItemModifier and TypeInterfaceDescriptioninterfaceColumnHeader<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 QueryItemSubinterfaces of QueryItem in pro.taskana.monitor.api.reports.itemModifier and TypeInterfaceDescriptioninterfaceThe AgeQueryItem contains age in days.Classes in pro.taskana.monitor.api.reports.item that implement QueryItemModifier and TypeClassDescriptionclassThe DetailedMonitorQueryItem extends the MonitorQueryItem.classThe MonitorQueryItem entity contains the number of tasks for a key (e.g. workbasketKey) and age in days.classclassThe TaskQueryItem entity contains the number of tasks for a domain which have a specific state.classThe 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