| Package | Description |
|---|---|
| pro.taskana.impl.report | |
| pro.taskana.report |
| 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.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
QueryItemPreprocessor<Item extends QueryItem>
|
class |
Report<Item extends QueryItem,ColumnHeader extends ReportColumnHeader<? super Item>>
A Report represents a an abstract table that consists of
ReportRows and a list of <ColumnHeader>s. |
static interface |
Report.Builder<I extends QueryItem,H extends ReportColumnHeader<? super I>>
Builder for
Report. |
interface |
ReportColumnHeader<Item extends QueryItem>
A ReportColumnHeader is an element of a
Report. |
class |
ReportRow<Item extends QueryItem>
A ReportRow represents a row in a
Report. |
Copyright © 2018. All rights reserved.