Uses of Class
com.evolveum.midpoint.repo.common.activity.run.IterativeActivityRun
-
Packages that use IterativeActivityRun Package Description com.evolveum.midpoint.model.impl.cleanup com.evolveum.midpoint.model.impl.integrity.shadows com.evolveum.midpoint.model.impl.sync.tasks com.evolveum.midpoint.model.impl.sync.tasks.async com.evolveum.midpoint.model.impl.sync.tasks.imp com.evolveum.midpoint.model.impl.sync.tasks.recon com.evolveum.midpoint.model.impl.sync.tasks.sync com.evolveum.midpoint.model.impl.tasks com.evolveum.midpoint.model.impl.tasks.cluster com.evolveum.midpoint.model.impl.tasks.scanner com.evolveum.midpoint.repo.common.activity.run Classes that support execution (run) of activities.com.evolveum.midpoint.repo.common.activity.run.processing 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 Modifier and Type Class Description static class
ShadowRefreshActivityHandler.MyActivityRun
-
Uses of IterativeActivityRun in com.evolveum.midpoint.model.impl.integrity.shadows
Subclasses of IterativeActivityRun in com.evolveum.midpoint.model.impl.integrity.shadows Modifier and Type Class Description class
ShadowIntegrityCheckActivityRun
-
Uses of IterativeActivityRun in com.evolveum.midpoint.model.impl.sync.tasks
Constructors in com.evolveum.midpoint.model.impl.sync.tasks with parameters of type IterativeActivityRun Constructor Description SyncItemProcessingRequest(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 Modifier and Type Class Description class
AsyncUpdateActivityRun
-
Uses of IterativeActivityRun in com.evolveum.midpoint.model.impl.sync.tasks.imp
Subclasses of IterativeActivityRun in com.evolveum.midpoint.model.impl.sync.tasks.imp Modifier and Type Class Description class
ImportActivityRun
-
Uses of IterativeActivityRun in com.evolveum.midpoint.model.impl.sync.tasks.recon
Subclasses of IterativeActivityRun in com.evolveum.midpoint.model.impl.sync.tasks.recon Modifier and Type Class Description class
PartialReconciliationActivityRun
Code common to all three reconciliation sub-activities: operation completion, resource reconciliation, and remaining shadows reconciliation.class
ResourceObjectsReconciliationActivityRun
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 Modifier and Type Class Description class
LiveSyncActivityRun
-
Uses of IterativeActivityRun in com.evolveum.midpoint.model.impl.tasks
Subclasses of IterativeActivityRun in com.evolveum.midpoint.model.impl.tasks Modifier and Type Class Description class
ShadowCleanupActivityHandler.MyRun
-
Uses of IterativeActivityRun in com.evolveum.midpoint.model.impl.tasks.cluster
Subclasses of IterativeActivityRun in com.evolveum.midpoint.model.impl.tasks.cluster Modifier and Type Class Description class
AutoScalingActivityRun
-
Uses of IterativeActivityRun in com.evolveum.midpoint.model.impl.tasks.scanner
Subclasses of IterativeActivityRun in com.evolveum.midpoint.model.impl.tasks.scanner Modifier and Type Class Description class
FocusValidityScanPartialRun
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.run Modifier and Type Class Description class
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 IterativeActivityRun Constructor Description StatisticsLogger(@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 IterativeActivityRun Modifier and Type Method Description static <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 IterativeActivityRun Constructor Description GenericProcessingRequest(int sequentialNumber, T item, @NotNull IterativeActivityRun<T,?,?,?> activityRun)
ItemProcessingRequest(int sequentialNumber, I item, @NotNull IterativeActivityRun<I,?,?,?> activityRun)
ProcessingCoordinator(int threadsCount, @NotNull IterativeActivityRun<I,?,?,?> activityRun)
-