Class ObjectTypesSuggestionStatusInfoPrinter
java.lang.Object
com.evolveum.midpoint.schema.statistics.AbstractStatisticsPrinter<List<StatusInfo<ObjectTypesSuggestionType>>>
com.evolveum.midpoint.smart.api.info.ObjectTypesSuggestionStatusInfoPrinter
public class ObjectTypesSuggestionStatusInfoPrinter
extends AbstractStatisticsPrinter<List<StatusInfo<ObjectTypesSuggestionType>>>
Ugly hack to print
StatusInfo objects of ObjectTypesSuggestionType kind in a table format.- See Also:
-
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
ConstructorsConstructorDescriptionObjectTypesSuggestionStatusInfoPrinter(@NotNull List<StatusInfo<ObjectTypesSuggestionType>> 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
-
ObjectTypesSuggestionStatusInfoPrinter
public ObjectTypesSuggestionStatusInfoPrinter(@NotNull @NotNull List<StatusInfo<ObjectTypesSuggestionType>> information, AbstractStatisticsPrinter.Options options)
-
-
Method Details
-
prepare
public void prepare()- Specified by:
preparein classAbstractStatisticsPrinter<List<StatusInfo<ObjectTypesSuggestionType>>>
-