Uses of Class
com.evolveum.midpoint.schema.statistics.IterationItemInformation
Package
Description
Deals with items processing: buffering, fetching by workers, processing.
-
Uses of IterationItemInformation in com.evolveum.midpoint.model.impl.sync.tasks
Modifier and TypeMethodDescription@NotNull IterationItemInformation
SyncItemProcessingRequest.getIterationItemInformation()
-
Uses of IterationItemInformation in com.evolveum.midpoint.repo.common.activity.run.processing
Modifier and TypeMethodDescription@NotNull IterationItemInformation
ContainerableProcessingRequest.getIterationItemInformation()
This can be overridden in cases when we know how to derive a name or display name for the containerable.@NotNull IterationItemInformation
GenericProcessingRequest.getIterationItemInformation()
This can be overridden in cases when we know how to derive a name or display name or the type for the item.abstract @NotNull IterationItemInformation
ItemProcessingRequest.getIterationItemInformation()
@NotNull IterationItemInformation
ObjectProcessingRequest.getIterationItemInformation()
-
Uses of IterationItemInformation in com.evolveum.midpoint.repo.common.activity.run.state
Modifier and TypeMethodDescription@NotNull IterationItemInformation
ActivityItemProcessingStatistics.OperationImpl.getIterationItemInformation()
-
Uses of IterationItemInformation in com.evolveum.midpoint.schema.statistics
Modifier and TypeMethodDescription@NotNull IterationItemInformation
IterativeOperationStartInfo.getItem()
@NotNull IterationItemInformation
DummyOperationImpl.getIterationItemInformation()
@NotNull IterationItemInformation
Operation.getIterationItemInformation()
Returns the item characterization for this operation.Modifier and TypeMethodDescriptiondefault @NotNull Operation
TaskIterativeOperationCollector.recordIterativeOperationStart
(IterationItemInformation info) Records the start of iterative operation.ModifierConstructorDescriptionIterativeOperationStartInfo
(@NotNull IterationItemInformation item)