| Interface | Description |
|---|---|
| ClassificationCategoryReport.Builder |
Builder for
ClassificationCategoryReport. |
| ClassificationReport.Builder |
Builder for
ClassificationReport. |
| Report.Builder<I extends QueryItem,H extends ColumnHeader<? super I>> |
Builder for
Report. |
| TaskCustomFieldValueReport.Builder |
Builder for
TaskCustomFieldValueReport. |
| TaskStatusReport.Builder |
Builder for
TaskStatusReport. |
| TimeIntervalReportBuilder<B extends TimeIntervalReportBuilder<B,I,H>,I extends AgeQueryItem,H extends TimeIntervalColumnHeader> |
"Super" Interface for all TimeIntervalReportBuilders.
|
| TimestampReport.Builder |
Builder for
TimestampReport. |
| WorkbasketReport.Builder |
Builder for
WorkbasketReport. |
| Class | Description |
|---|---|
| ClassificationCategoryReport |
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. |
| 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. |
| TaskCustomFieldValueReport |
A CustomFieldValueReport contains the total numbers of tasks of the respective custom field as
well as the total number of all tasks.
|
| TaskStatusReport |
A TaskStatusReport contains the total number of tasks, clustered in their task status.
|
| TimestampReport |
A
TimestampReport displays created and competed tasks for a specific dates. |
| WorkbasketReport |
A WorkbasketReport contains the total numbers of tasks of the respective workbasket as well as
the total number of all tasks.
|
Copyright © 2020. All rights reserved.