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 Summary
Nested classes/interfaces inherited from class com.evolveum.midpoint.schema.statistics.AbstractStatisticsPrinter
AbstractStatisticsPrinter.Format, AbstractStatisticsPrinter.Options, AbstractStatisticsPrinter.SortBy -
Field Summary
Fields inherited from class com.evolveum.midpoint.schema.statistics.AbstractStatisticsPrinter
data, information -
Constructor Summary
ConstructorsConstructorDescriptionActivityProgressPrinter(@NotNull ActivityProgressType information, AbstractStatisticsPrinter.Options options) -
Method Summary
Methods inherited from class com.evolveum.midpoint.schema.statistics.AbstractStatisticsPrinter
addColumn, avg, div, formatInt, formatString, getColumnLabelsAsArray, getData, getFormatting, getRawDataStream, initData, initFormatting, percent, print
-
Constructor Details
-
ActivityProgressPrinter
public ActivityProgressPrinter(@NotNull @NotNull ActivityProgressType information, AbstractStatisticsPrinter.Options options)
-
-
Method Details
-
prepare
public void prepare()- Specified by:
preparein classAbstractStatisticsPrinter<ActivityProgressType>
-