Uses of Class
com.evolveum.midpoint.repo.common.activity.run.IterativeActivityRun
Packages that use IterativeActivityRun
Package
Description
Classes that support execution (run) of activities.
Deals with items processing: buffering, fetching by workers, processing.
-
Uses of IterativeActivityRun in com.evolveum.midpoint.model.impl.cleanup
Subclasses of IterativeActivityRun in com.evolveum.midpoint.model.impl.cleanup -
Uses of IterativeActivityRun in com.evolveum.midpoint.model.impl.integrity.shadows
Subclasses of IterativeActivityRun in com.evolveum.midpoint.model.impl.integrity.shadows -
Uses of IterativeActivityRun in com.evolveum.midpoint.model.impl.sync.tasks
Constructors in com.evolveum.midpoint.model.impl.sync.tasks with parameters of type IterativeActivityRunModifierConstructorDescriptionSyncItemProcessingRequest
(SE item, IterativeActivityRun<SE, ?, ?, ?> activityRun) -
Uses of IterativeActivityRun in com.evolveum.midpoint.model.impl.sync.tasks.async
Subclasses of IterativeActivityRun in com.evolveum.midpoint.model.impl.sync.tasks.async -
Uses of IterativeActivityRun in com.evolveum.midpoint.model.impl.sync.tasks.imp
Subclasses of IterativeActivityRun in com.evolveum.midpoint.model.impl.sync.tasks.imp -
Uses of IterativeActivityRun in com.evolveum.midpoint.model.impl.sync.tasks.recon
Subclasses of IterativeActivityRun in com.evolveum.midpoint.model.impl.sync.tasks.reconModifier and TypeClassDescriptionclass
Code common to all three reconciliation sub-activities: operation completion, resource reconciliation, and remaining shadows reconciliation.final class
Execution of resource objects reconciliation (the main part of reconciliation). -
Uses of IterativeActivityRun in com.evolveum.midpoint.model.impl.sync.tasks.sync
Subclasses of IterativeActivityRun in com.evolveum.midpoint.model.impl.sync.tasks.sync -
Uses of IterativeActivityRun in com.evolveum.midpoint.model.impl.tasks
Subclasses of IterativeActivityRun in com.evolveum.midpoint.model.impl.tasks -
Uses of IterativeActivityRun in com.evolveum.midpoint.model.impl.tasks.cluster
Subclasses of IterativeActivityRun in com.evolveum.midpoint.model.impl.tasks.cluster -
Uses of IterativeActivityRun in com.evolveum.midpoint.model.impl.tasks.scanner
Subclasses of IterativeActivityRun in com.evolveum.midpoint.model.impl.tasks.scannerModifier and TypeClassDescriptionfinal class
Execution of a single focus validity scanner task part.class
ScanActivityRun<O extends ObjectType,
WD extends WorkDefinition, MAH extends ModelActivityHandler<WD, MAH>> Things that we want to remember for all task scanners, like scanning timestamps. -
Uses of IterativeActivityRun in com.evolveum.midpoint.repo.common.activity.run
Subclasses of IterativeActivityRun in com.evolveum.midpoint.repo.common.activity.runModifier and TypeClassDescriptionclass
PlainIterativeActivityRun<I,
WD extends WorkDefinition, AH extends ActivityHandler<WD, AH>, WS extends AbstractActivityWorkStateType> Run of a plain iterative activity.class
SearchBasedActivityRun<C extends Containerable,
WD extends WorkDefinition, AH extends ActivityHandler<WD, AH>, WS extends AbstractActivityWorkStateType> A run of a given search-iterative activity.Constructors in com.evolveum.midpoint.repo.common.activity.run with parameters of type IterativeActivityRunModifierConstructorDescriptionStatisticsLogger
(@NotNull IterativeActivityRun<?, ?, ?, ?> activityRun) -
Uses of IterativeActivityRun in com.evolveum.midpoint.repo.common.activity.run.processing
Methods in com.evolveum.midpoint.repo.common.activity.run.processing with parameters of type IterativeActivityRunModifier and TypeMethodDescriptionstatic <C extends Containerable>
@NotNull ContainerableProcessingRequest<C>ContainerableProcessingRequest.create
(int sequentialNumber, C item, @NotNull IterativeActivityRun<C, ?, ?, ?> activityRun) Factory method: returns eitherContainerableProcessingRequest
orObjectProcessingRequest
(if the item is of ObjectType type).Constructors in com.evolveum.midpoint.repo.common.activity.run.processing with parameters of type IterativeActivityRunModifierConstructorDescriptionGenericProcessingRequest
(int sequentialNumber, T item, @NotNull IterativeActivityRun<T, ?, ?, ?> activityRun) ItemProcessingRequest
(int sequentialNumber, I item, @NotNull IterativeActivityRun<I, ?, ?, ?> activityRun) ProcessingCoordinator
(int threadsCount, @NotNull IterativeActivityRun<I, ?, ?, ?> activityRun)