Uses of Class
pro.taskana.monitor.api.SelectedItem
-
Packages that use SelectedItem Package Description pro.taskana.monitor.api.reports pro.taskana.monitor.internal.reports -
-
Uses of SelectedItem in pro.taskana.monitor.api.reports
Method parameters in pro.taskana.monitor.api.reports with type arguments of type SelectedItem Modifier and Type Method Description 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. -
Uses of SelectedItem in pro.taskana.monitor.internal.reports
Method parameters in pro.taskana.monitor.internal.reports with type arguments of type SelectedItem Modifier and Type Method Description List<String>TimestampReportBuilderImpl. listTaskIdsForSelectedItems(List<SelectedItem> selectedItems, TaskTimestamp timestamp)
-