| Package | Description |
|---|---|
| pro.taskana | |
| pro.taskana.impl |
| Modifier and Type | Method and Description |
|---|---|
CategoryReportBuilder |
CategoryReportBuilder.categoryIn(List<String> categories)
Adds a list of categories to the builder.
|
CategoryReportBuilder |
CategoryReportBuilder.classificationIdIn(List<String> classificationIds)
Adds a list of classificationIds to the builder.
|
CategoryReportBuilder |
TaskMonitorService.createCategoryReportBuilder()
Provides a
CategoryReportBuilder for creating a CategoryReport, list the task ids of this report and list
the values of an entered custom attribute. |
CategoryReportBuilder |
CategoryReportBuilder.customAttributeFilterIn(Map<CustomField,String> customAttributeFilter)
Adds a map of custom attributes and custom attribute values to the builder.
|
CategoryReportBuilder |
CategoryReportBuilder.domainIn(List<String> domains)
Adds a list of domains to the builder.
|
CategoryReportBuilder |
CategoryReportBuilder.excludedClassificationIdIn(List<String> excludedClassificationIds)
Adds a list of excludedClassificationIds to the builder.
|
CategoryReportBuilder |
CategoryReportBuilder.inWorkingDays()
If this filter is used, the days of the report are counted in working days.
|
CategoryReportBuilder |
CategoryReportBuilder.stateIn(List<TaskState> states)
Adds a list of states to the builder.
|
CategoryReportBuilder |
CategoryReportBuilder.withColumnHeaders(List<TimeIntervalColumnHeader> columnHeaders)
Adds a list
TimeIntervalColumnHeaders to the builder to subdivide the report into clusters. |
CategoryReportBuilder |
CategoryReportBuilder.workbasketIdIn(List<String> workbasketIds)
Adds a list of workbasketIds to the builder.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CategoryReportBuilderImpl
The implementation of CategoryReportBuilder.
|
Copyright © 2018. All rights reserved.