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 class
DummyOperationImpl
A no-op implementation ofOperation
used 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 Operation
TaskIterativeOperationCollector. recordIterativeOperationStart(@NotNull IterativeOperationStartInfo info)
Records the start of iterative operation.default @NotNull Operation
TaskIterativeOperationCollector. recordIterativeOperationStart(PrismObject<? extends ObjectType> object)
Records the start of iterative operation.default @NotNull Operation
TaskIterativeOperationCollector. recordIterativeOperationStart(IterationItemInformation info)
Records the start of iterative operation.
-