| Package | Description |
|---|---|
| pro.taskana | |
| pro.taskana.impl | |
| pro.taskana.mappings | |
| pro.taskana.report |
| Modifier and Type | Method and Description |
|---|---|
static CustomField |
CustomField.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CustomField[] |
CustomField.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CustomFieldValueReport.Builder |
TaskMonitorService.createCustomFieldValueReportBuilder(CustomField customField)
Provides a
CustomFieldValueReport.Builder for creating a CustomFieldValueReport and list the values of
an entered custom attribute. |
| Modifier and Type | Method and Description |
|---|---|
CustomFieldValueReport.Builder |
TaskMonitorServiceImpl.createCustomFieldValueReportBuilder(CustomField customField) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
TaskMonitorMapper.getCustomAttributeValuesForReport(List<String> workbasketIds,
List<TaskState> states,
List<String> categories,
List<String> domains,
List<String> classificationIds,
List<String> excludedClassificationIds,
Map<CustomField,String> customAttributeFilter,
CustomField customField) |
List<MonitorQueryItem> |
TaskMonitorMapper.getTaskCountOfCustomFieldValues(CustomField customField,
List<String> workbasketIds,
List<TaskState> states,
List<String> categories,
List<String> domains,
List<String> classificationIds,
List<String> excludedClassificationIds,
Map<CustomField,String> customAttributeFilter) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
TaskMonitorMapper.getCustomAttributeValuesForReport(List<String> workbasketIds,
List<TaskState> states,
List<String> categories,
List<String> domains,
List<String> classificationIds,
List<String> excludedClassificationIds,
Map<CustomField,String> customAttributeFilter,
CustomField customField) |
List<MonitorQueryItem> |
TaskMonitorMapper.getTaskCountOfCategories(List<String> workbasketIds,
List<TaskState> states,
List<String> categories,
List<String> domains,
List<String> classificationIds,
List<String> excludedClassificationIds,
Map<CustomField,String> customAttributeFilter) |
List<MonitorQueryItem> |
TaskMonitorMapper.getTaskCountOfClassifications(List<String> workbasketIds,
List<TaskState> states,
List<String> categories,
List<String> domains,
List<String> classificationIds,
List<String> excludedClassificationIds,
Map<CustomField,String> customAttributeFilter) |
List<MonitorQueryItem> |
TaskMonitorMapper.getTaskCountOfCustomFieldValues(CustomField customField,
List<String> workbasketIds,
List<TaskState> states,
List<String> categories,
List<String> domains,
List<String> classificationIds,
List<String> excludedClassificationIds,
Map<CustomField,String> customAttributeFilter) |
List<DetailedMonitorQueryItem> |
TaskMonitorMapper.getTaskCountOfDetailedClassifications(List<String> workbasketIds,
List<TaskState> states,
List<String> categories,
List<String> domains,
List<String> classificationIds,
List<String> excludedClassificationIds,
Map<CustomField,String> customAttributeFilter) |
List<MonitorQueryItem> |
TaskMonitorMapper.getTaskCountOfWorkbaskets(List<String> workbasketIds,
List<TaskState> states,
List<String> categories,
List<String> domains,
List<String> classificationIds,
List<String> excludedClassificationIds,
Map<CustomField,String> customAttributeFilter,
List<CombinedClassificationFilter> combinedClassificationFilter) |
List<String> |
TaskMonitorMapper.getTaskIdsForSelectedItems(List<String> workbasketIds,
List<TaskState> states,
List<String> categories,
List<String> domains,
List<String> classificationIds,
List<String> excludedClassificationIds,
Map<CustomField,String> customAttributeFilter,
String groupedBy,
List<SelectedItem> selectedItems,
boolean joinWithAttachments) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
TimeIntervalReportBuilder.listCustomAttributeValuesForCustomAttributeName(CustomField customField)
Returns a list of all values of an entered custom field that are in the report.
|
| Modifier and Type | Method and Description |
|---|---|
B |
TimeIntervalReportBuilder.customAttributeFilterIn(Map<CustomField,String> customAttributeFilter)
Adds a map of custom attributes and custom attribute values to the builder.
|
Copyright © 2018. All rights reserved.