| Interface | Description |
|---|---|
| CategoryReport.Builder |
Builder for
CategoryReport. |
| ClassificationReport.Builder |
Builder for
ClassificationReport. |
| CustomFieldValueReport.Builder |
Builder for
CustomFieldValueReport. |
| QueryItem |
A QueryItem is en entity on which a
Report is based on. |
| QueryItemPreprocessor<Item extends QueryItem> | |
| Report.Builder<I extends QueryItem,H extends ReportColumnHeader<? super I>> |
Builder for
Report. |
| ReportColumnHeader<Item extends QueryItem> |
A ReportColumnHeader is an element of a
Report. |
| TaskStatusReport.Builder |
Builder for
TaskStatusReport. |
| TimeIntervalReportBuilder<B extends TimeIntervalReportBuilder,H extends TimeIntervalColumnHeader> |
"Super" Interface for all TimeIntervalReportBuilders.
|
| WorkbasketReport.Builder |
Builder for
WorkbasketReport. |
| Class | Description |
|---|---|
| CategoryReport |
A CategoryReport contains the total numbers of tasks of the respective category as well as the total number of
all tasks.
|
| ClassificationReport |
The ClassificationReport extends the Report.
|
| ClassificationReport.DetailedClassificationReport |
The DetailedClassificationReport is a functional extension of the
ClassificationReport. |
| CustomFieldValueReport |
A CustomFieldValueReport contains the total numbers of tasks of the respective custom field as well as
the total number of all tasks.
|
| 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. |
| ReportRow<Item extends QueryItem> |
A ReportRow represents a row in a
Report. |
| TaskStatusReport |
A TaskStatusReport contains the total number of tasks, clustered in their task status.
|
| WorkbasketReport |
A WorkbasketReport contains the total numbers of tasks of the respective workbasket as well as the
total number of all tasks.
|
Copyright © 2019. All rights reserved.