| 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 |
| Modifier and Type | Class and Description |
|---|---|
class |
Report<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 interface |
Report.Builder<I extends QueryItem,H extends ColumnHeader<? super I>>
Builder for
Report. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ColumnHeader<I extends QueryItem>
A ColumnHeader is an element of a
Report. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
QueryItemPreprocessor<I extends QueryItem>
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AgeQueryItem
The MonitorQueryItem entity contains the number of tasks for a key (e.g.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DetailedMonitorQueryItem
The DetailedMonitorQueryItem extends the
MonitorQueryItem. |
class |
MonitorQueryItem
The MonitorQueryItem entity contains the number of tasks for a key (e.g.
|
class |
TaskQueryItem
The TaskQueryItem entity contains the number of tasks for a domain which have a specific state.
|
class |
TimestampQueryItem
The TimestampQueryItem contains the necessary information for the
TimestampReport. |
| Modifier and Type | Class and Description |
|---|---|
class |
FoldableRow<I extends QueryItem>
The FoldableRow extends the
SingleRow. |
interface |
Row<I extends QueryItem>
Representation of a row in a
Report. |
class |
SingleRow<I extends QueryItem>
A SingleRow represents a single row in a
Report. |
Copyright © 2020. All rights reserved.