Uses of Interface
pro.taskana.monitor.api.reports.item.QueryItemPreprocessor
Packages that use QueryItemPreprocessor
-
Uses of QueryItemPreprocessor in pro.taskana.monitor.api.reports
Methods in pro.taskana.monitor.api.reports with parameters of type QueryItemPreprocessorModifier and TypeMethodDescriptionfinal voidReport.addItem(I item, QueryItemPreprocessor<I> preprocessor) final 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 QueryItemPreprocessorModifier and TypeClassDescriptionclassDaysToWorkingDaysReportPreProcessor<I extends AgeQueryItem>Uses WorkingDaysToDaysReportConverter to convert an <I>s age to working days.