Uses of Class
com.evolveum.midpoint.schema.statistics.IterativeOperationStartInfo
-
Packages that use IterativeOperationStartInfo Package Description com.evolveum.midpoint.schema.statistics -
-
Uses of IterativeOperationStartInfo in com.evolveum.midpoint.schema.statistics
Methods in com.evolveum.midpoint.schema.statistics that return IterativeOperationStartInfo Modifier and Type Method Description @NotNull IterativeOperationStartInfoDummyOperationImpl. getStartInfo()@NotNull IterativeOperationStartInfoOperation. getStartInfo()Returns start info for this operation.Methods in com.evolveum.midpoint.schema.statistics with parameters of type IterativeOperationStartInfo Modifier and Type Method Description @NotNull OperationTaskIterativeOperationCollector. recordIterativeOperationStart(@NotNull IterativeOperationStartInfo info)Records the start of iterative operation.Constructors in com.evolveum.midpoint.schema.statistics with parameters of type IterativeOperationStartInfo Constructor Description DummyOperationImpl(@NotNull IterativeOperationStartInfo info)
-