Class ActivityProgressPrinter
java.lang.Object
com.evolveum.midpoint.schema.statistics.AbstractStatisticsPrinter<ActivityProgressType>
com.evolveum.midpoint.schema.statistics.ActivityProgressPrinter
Prints activity progress information.
 Does not support sorting by time, as this is not relevant for activity progress.
 Also does not support sorting by counters. This could be done in the future.
 Also does not support expected totals (yet). It does not fit into the table.
- 
Nested Class SummaryNested classes/interfaces inherited from class com.evolveum.midpoint.schema.statistics.AbstractStatisticsPrinterAbstractStatisticsPrinter.Format, AbstractStatisticsPrinter.Options, AbstractStatisticsPrinter.SortBy
- 
Constructor SummaryConstructorsConstructorDescriptionActivityProgressPrinter(@NotNull ActivityProgressType information, AbstractStatisticsPrinter.Options options) 
- 
Method SummaryMethods inherited from class com.evolveum.midpoint.schema.statistics.AbstractStatisticsPrinteravg, div, getColumnLabelsAsArray, getData, getFormatting, getRawDataStream, percent, print
- 
Constructor Details- 
ActivityProgressPrinterpublic ActivityProgressPrinter(@NotNull @NotNull ActivityProgressType information, AbstractStatisticsPrinter.Options options) 
 
- 
- 
Method Details- 
preparepublic void prepare()- Specified by:
- preparein class- AbstractStatisticsPrinter<ActivityProgressType>
 
 
-