| Package | Description |
|---|---|
| pro.taskana.monitor.api | |
| pro.taskana.monitor.api.reports | |
| pro.taskana.monitor.internal | |
| pro.taskana.monitor.internal.reports |
| Modifier and Type | Method and Description |
|---|---|
static TaskTimestamp |
TaskTimestamp.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskTimestamp[] |
TaskTimestamp.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ClassificationReport.DetailedClassificationReport |
ClassificationReport.Builder.buildDetailedReport(TaskTimestamp timestamp) |
ClassificationCategoryReport |
ClassificationCategoryReport.Builder.buildReport(TaskTimestamp timestamp) |
ClassificationReport |
ClassificationReport.Builder.buildReport(TaskTimestamp timestamp) |
WorkbasketReport |
WorkbasketReport.Builder.buildReport(TaskTimestamp timestamp) |
TaskCustomFieldValueReport |
TaskCustomFieldValueReport.Builder.buildReport(TaskTimestamp timestamp) |
Report<I,H> |
TimeIntervalReportBuilder.buildReport(TaskTimestamp timestamp)
Builds the given report.
|
List<String> |
TimeIntervalReportBuilder.listTaskIdsForSelectedItems(List<SelectedItem> selectedItems,
TaskTimestamp timestamp)
Returns a list of all taskIds of the report that are in the list of selected items.
|
| Modifier and Type | Method and Description |
|---|---|
TimestampReport.Builder |
TimestampReport.Builder.withTimestamps(List<TaskTimestamp> statuses) |
| Modifier and Type | Method and Description |
|---|---|
List<MonitorQueryItem> |
MonitorMapper.getTaskCountOfCategories(List<String> workbasketIds,
List<TaskState> states,
List<String> classificationCategories,
List<String> domains,
TaskTimestamp timestamp,
List<String> classificationIds,
List<String> excludedClassificationIds,
Map<TaskCustomField,String> customAttributeFilter) |
List<MonitorQueryItem> |
MonitorMapper.getTaskCountOfClassifications(List<String> workbasketIds,
List<TaskState> states,
List<String> classificationCategories,
List<String> domains,
TaskTimestamp timestamp,
List<String> classificationIds,
List<String> excludedClassificationIds,
Map<TaskCustomField,String> customAttributeFilter) |
List<DetailedMonitorQueryItem> |
MonitorMapper.getTaskCountOfDetailedClassifications(List<String> workbasketIds,
List<TaskState> states,
List<String> classificationCategories,
List<String> domains,
TaskTimestamp timestamp,
List<String> classificationIds,
List<String> excludedClassificationIds,
Map<TaskCustomField,String> customAttributeFilter) |
List<MonitorQueryItem> |
MonitorMapper.getTaskCountOfTaskCustomFieldValues(TaskCustomField taskCustomField,
List<String> workbasketIds,
List<TaskState> states,
List<String> classificationCategories,
List<String> domains,
TaskTimestamp timestamp,
List<String> classificationIds,
List<String> excludedClassificationIds,
Map<TaskCustomField,String> customAttributeFilter) |
List<MonitorQueryItem> |
MonitorMapper.getTaskCountOfWorkbaskets(List<String> workbasketIds,
List<TaskState> states,
List<String> classificationCategories,
List<String> domains,
TaskTimestamp timestamp,
List<String> classificationIds,
List<String> excludedClassificationIds,
Map<TaskCustomField,String> customAttributeFilter,
List<CombinedClassificationFilter> combinedClassificationFilter) |
List<String> |
MonitorMapper.getTaskIdsForSelectedItems(List<String> workbasketIds,
List<TaskState> states,
List<String> classificationCategories,
List<String> domains,
List<String> classificationIds,
List<String> excludedClassificationIds,
Map<TaskCustomField,String> customAttributeFilter,
List<CombinedClassificationFilter> combinedClassificationFilter,
String groupedBy,
TaskTimestamp timestamp,
List<SelectedItem> selectedItems,
boolean joinWithAttachments) |
List<TimestampQueryItem> |
MonitorMapper.getTasksCountForStatusGroupedByOrgLevel(TaskTimestamp status,
List<String> classificationCategories,
List<String> classificationIds,
List<String> excludedClassificationIds,
List<String> domains,
Map<TaskCustomField,String> customAttributeFilter) |
| Modifier and Type | Method and Description |
|---|---|
ClassificationReport.DetailedClassificationReport |
ClassificationReportBuilderImpl.buildDetailedReport(TaskTimestamp timestamp) |
WorkbasketReport |
WorkbasketReportBuilderImpl.buildReport(TaskTimestamp timestamp) |
ClassificationReport |
ClassificationReportBuilderImpl.buildReport(TaskTimestamp timestamp) |
TaskCustomFieldValueReport |
TaskCustomFieldValueReportBuilderImpl.buildReport(TaskTimestamp timestamp) |
ClassificationCategoryReport |
ClassificationCategoryReportBuilderImpl.buildReport(TaskTimestamp timestamp) |
Report<TimestampQueryItem,TimeIntervalColumnHeader> |
TimestampReportBuilderImpl.buildReport(TaskTimestamp timestamp) |
List<String> |
TimestampReportBuilderImpl.listTaskIdsForSelectedItems(List<SelectedItem> selectedItems,
TaskTimestamp timestamp) |
| Modifier and Type | Method and Description |
|---|---|
TimestampReport.Builder |
TimestampReportBuilderImpl.withTimestamps(List<TaskTimestamp> statuses) |
Copyright © 2020. All rights reserved.