Uses of Enum Class
pro.taskana.monitor.api.TaskTimestamp
Packages that use TaskTimestamp
Package
Description
-
Uses of TaskTimestamp in pro.taskana.monitor.api
Methods in pro.taskana.monitor.api that return TaskTimestampModifier and TypeMethodDescriptionstatic TaskTimestampReturns the enum constant of this class with the specified name.static TaskTimestamp[]TaskTimestamp.values()Returns an array containing the constants of this enum class, 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 TaskTimestampModifier and TypeMethodDescriptionClassificationReport.Builder.buildDetailedReport(TaskTimestamp timestamp) ClassificationCategoryReport.Builder.buildReport(TaskTimestamp timestamp) ClassificationReport.Builder.buildReport(TaskTimestamp timestamp) TaskCustomFieldValueReport.Builder.buildReport(TaskTimestamp timestamp) TimeIntervalReportBuilder.buildReport(TaskTimestamp timestamp) Builds the Report for the specified TaskTimestamp.WorkbasketReport.Builder.buildReport(TaskTimestamp timestamp) 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 TaskTimestampModifier and TypeMethodDescriptionTimestampReport.Builder.withTimestamps(List<TaskTimestamp> taskTimestamps) -
Uses of TaskTimestamp in pro.taskana.monitor.internal
Methods in pro.taskana.monitor.internal with parameters of type TaskTimestampModifier and TypeMethodDescriptionMonitorMapper.getTaskCountOfCategories(Instant now, TaskTimestamp timestamp, TimeIntervalReportBuilder<?, ?, ?> report) MonitorMapper.getTaskCountOfClassifications(Instant now, TaskTimestamp timestamp, TimeIntervalReportBuilder<?, ?, ?> report) MonitorMapper.getTaskCountOfDetailedClassifications(Instant now, TaskTimestamp timestamp, TimeIntervalReportBuilder<?, ?, ?> report) MonitorMapper.getTaskCountOfTaskCustomFieldValues(Instant now, TaskTimestamp timestamp, TimeIntervalReportBuilder<?, ?, ?> report) MonitorMapper.getTaskCountOfWorkbaskets(Instant now, TaskTimestamp timestamp, TimeIntervalReportBuilder<?, ?, ?> report) MonitorMapper.getTaskIdsForSelectedItems(Instant now, TimeIntervalReportBuilder<?, ?, ?> report, List<CombinedClassificationFilter> combinedClassificationFilter, String groupedBy, TaskTimestamp timestamp, List<SelectedItem> selectedItems, boolean joinWithAttachments) MonitorMapper.getTasksCountForStatusGroupedByOrgLevel(Instant now, TaskTimestamp status, TimeIntervalReportBuilder<?, ?, ?> report) -
Uses of TaskTimestamp in pro.taskana.monitor.internal.reports
Methods in pro.taskana.monitor.internal.reports with parameters of type TaskTimestampModifier and TypeMethodDescriptionClassificationReportBuilderImpl.buildDetailedReport(TaskTimestamp timestamp) ClassificationCategoryReportBuilderImpl.buildReport(TaskTimestamp timestamp) ClassificationReportBuilderImpl.buildReport(TaskTimestamp timestamp) TaskCustomFieldValueReportBuilderImpl.buildReport(TaskTimestamp timestamp) TimestampReportBuilderImpl.buildReport(TaskTimestamp timestamp) WorkbasketReportBuilderImpl.buildReport(TaskTimestamp timestamp) TimestampReportBuilderImpl.listTaskIdsForSelectedItems(List<SelectedItem> selectedItems, TaskTimestamp timestamp) Method parameters in pro.taskana.monitor.internal.reports with type arguments of type TaskTimestampModifier and TypeMethodDescriptionTimestampReportBuilderImpl.withTimestamps(List<TaskTimestamp> taskTimestamps)