Uses of Interface
pro.taskana.monitor.api.reports.item.QueryItemPreprocessor
-
Packages that use QueryItemPreprocessor Package Description pro.taskana.monitor.api.reports pro.taskana.monitor.internal.preprocessor -
-
Uses of QueryItemPreprocessor in pro.taskana.monitor.api.reports
Methods in pro.taskana.monitor.api.reports with parameters of type QueryItemPreprocessor Modifier and Type Method Description voidReport. addItem(I item, QueryItemPreprocessor<I> preprocessor)voidReport. addItems(List<? extends I> items, QueryItemPreprocessor<I> preprocessor) -
Uses of QueryItemPreprocessor in pro.taskana.monitor.internal.preprocessor
Classes in pro.taskana.monitor.internal.preprocessor that implement QueryItemPreprocessor Modifier and Type Class Description classDaysToWorkingDaysReportPreProcessor<I extends AgeQueryItem>UsesWorkingDaysToDaysConverterto convert an <I>s age to working days.
-