Uses of Interface
com.evolveum.midpoint.schema.statistics.Operation
-
Packages that use Operation Package Description com.evolveum.midpoint.schema.statistics -
-
Uses of Operation in com.evolveum.midpoint.schema.statistics
Classes in com.evolveum.midpoint.schema.statistics that implement Operation Modifier and Type Class Description classDummyOperationImplA no-op implementation ofOperationused when there's nowhere to record the execution to.Methods in com.evolveum.midpoint.schema.statistics that return Operation Modifier and Type Method Description @NotNull OperationTaskIterativeOperationCollector. recordIterativeOperationStart(@NotNull IterativeOperationStartInfo info)Records the start of iterative operation.default @NotNull OperationTaskIterativeOperationCollector. recordIterativeOperationStart(PrismObject<? extends ObjectType> object)Records the start of iterative operation.default @NotNull OperationTaskIterativeOperationCollector. recordIterativeOperationStart(IterationItemInformation info)Records the start of iterative operation.
-