Uses of Interface
com.evolveum.midpoint.repo.common.activity.run.IterativeActivityRunSpecifics
Packages that use IterativeActivityRunSpecifics
Package
Description
Classes that support execution (run) of activities.
-
Uses of IterativeActivityRunSpecifics in com.evolveum.midpoint.model.impl.cleanup
Classes in com.evolveum.midpoint.model.impl.cleanup that implement IterativeActivityRunSpecifics -
Uses of IterativeActivityRunSpecifics in com.evolveum.midpoint.model.impl.integrity.shadows
Classes in com.evolveum.midpoint.model.impl.integrity.shadows that implement IterativeActivityRunSpecifics -
Uses of IterativeActivityRunSpecifics in com.evolveum.midpoint.model.impl.sync.tasks.async
Classes in com.evolveum.midpoint.model.impl.sync.tasks.async that implement IterativeActivityRunSpecifics -
Uses of IterativeActivityRunSpecifics in com.evolveum.midpoint.model.impl.sync.tasks.imp
Classes in com.evolveum.midpoint.model.impl.sync.tasks.imp that implement IterativeActivityRunSpecifics -
Uses of IterativeActivityRunSpecifics in com.evolveum.midpoint.model.impl.sync.tasks.recon
Classes in com.evolveum.midpoint.model.impl.sync.tasks.recon that implement IterativeActivityRunSpecificsModifier 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 IterativeActivityRunSpecifics in com.evolveum.midpoint.model.impl.sync.tasks.sync
Classes in com.evolveum.midpoint.model.impl.sync.tasks.sync that implement IterativeActivityRunSpecifics -
Uses of IterativeActivityRunSpecifics in com.evolveum.midpoint.model.impl.tasks
Classes in com.evolveum.midpoint.model.impl.tasks that implement IterativeActivityRunSpecifics -
Uses of IterativeActivityRunSpecifics in com.evolveum.midpoint.model.impl.tasks.cluster
Classes in com.evolveum.midpoint.model.impl.tasks.cluster that implement IterativeActivityRunSpecifics -
Uses of IterativeActivityRunSpecifics in com.evolveum.midpoint.model.impl.tasks.scanner
Classes in com.evolveum.midpoint.model.impl.tasks.scanner that implement IterativeActivityRunSpecificsModifier 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 IterativeActivityRunSpecifics in com.evolveum.midpoint.repo.common.activity.run
Subinterfaces of IterativeActivityRunSpecifics in com.evolveum.midpoint.repo.common.activity.runModifier and TypeInterfaceDescriptioninterface
Provides execution logic and/or execution state related to a plain iterative activity run.interface
SearchBasedActivityRunSpecifics<C extends Containerable>
Provides execution logic and/or execution state related to a search-based activity run.Classes in com.evolveum.midpoint.repo.common.activity.run that implement IterativeActivityRunSpecificsModifier and TypeClassDescriptionclass
IterativeActivityRun<I,
WD extends WorkDefinition, AH extends ActivityHandler<WD, AH>, WS extends AbstractActivityWorkStateType> Represents a run of an iterative activity: either plain iterative one or search-based one.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.