Uses of Class
pro.taskana.monitor.api.TaskTimestamp
-
Packages that use TaskTimestamp Package Description pro.taskana.monitor.api pro.taskana.monitor.api.reports pro.taskana.monitor.internal pro.taskana.monitor.internal.reports -
-
Uses of TaskTimestamp in pro.taskana.monitor.api
Methods in pro.taskana.monitor.api that return TaskTimestamp Modifier and Type Method Description static TaskTimestampTaskTimestamp. 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. -
Uses of TaskTimestamp in pro.taskana.monitor.api.reports
Methods in pro.taskana.monitor.api.reports with parameters of type TaskTimestamp Modifier and Type Method Description ClassificationReport.DetailedClassificationReportClassificationReport.Builder. buildDetailedReport(TaskTimestamp timestamp)ClassificationCategoryReportClassificationCategoryReport.Builder. buildReport(TaskTimestamp timestamp)ClassificationReportClassificationReport.Builder. buildReport(TaskTimestamp timestamp)TaskCustomFieldValueReportTaskCustomFieldValueReport.Builder. buildReport(TaskTimestamp timestamp)Report<I,H>TimeIntervalReportBuilder. buildReport(TaskTimestamp timestamp)Builds the given report.WorkbasketReportWorkbasketReport.Builder. buildReport(TaskTimestamp timestamp)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.Method parameters in pro.taskana.monitor.api.reports with type arguments of type TaskTimestamp Modifier and Type Method Description TimestampReport.BuilderTimestampReport.Builder. withTimestamps(List<TaskTimestamp> statuses) -
Uses of TaskTimestamp in pro.taskana.monitor.internal
Methods in pro.taskana.monitor.internal with parameters of type TaskTimestamp Modifier and Type Method Description List<MonitorQueryItem>MonitorMapper. getTaskCountOfCategories(Instant now, 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(Instant now, 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(Instant now, 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(Instant now, 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(Instant now, 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(Instant now, 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(Instant now, TaskTimestamp status, List<String> classificationCategories, List<String> classificationIds, List<String> excludedClassificationIds, List<String> domains, Map<TaskCustomField,String> customAttributeFilter) -
Uses of TaskTimestamp in pro.taskana.monitor.internal.reports
Methods in pro.taskana.monitor.internal.reports with parameters of type TaskTimestamp Modifier and Type Method Description ClassificationReport.DetailedClassificationReportClassificationReportBuilderImpl. buildDetailedReport(TaskTimestamp timestamp)ClassificationCategoryReportClassificationCategoryReportBuilderImpl. buildReport(TaskTimestamp timestamp)ClassificationReportClassificationReportBuilderImpl. buildReport(TaskTimestamp timestamp)TaskCustomFieldValueReportTaskCustomFieldValueReportBuilderImpl. buildReport(TaskTimestamp timestamp)Report<TimestampQueryItem,TimeIntervalColumnHeader>TimestampReportBuilderImpl. buildReport(TaskTimestamp timestamp)WorkbasketReportWorkbasketReportBuilderImpl. buildReport(TaskTimestamp timestamp)List<String>TimestampReportBuilderImpl. listTaskIdsForSelectedItems(List<SelectedItem> selectedItems, TaskTimestamp timestamp)Method parameters in pro.taskana.monitor.internal.reports with type arguments of type TaskTimestamp Modifier and Type Method Description TimestampReport.BuilderTimestampReportBuilderImpl. withTimestamps(List<TaskTimestamp> statuses)
-