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.cleanupClasses in com.evolveum.midpoint.model.impl.cleanup that implement IterativeActivityRunSpecifics
- 
Uses of IterativeActivityRunSpecifics in com.evolveum.midpoint.model.impl.integrity.shadowsClasses in com.evolveum.midpoint.model.impl.integrity.shadows that implement IterativeActivityRunSpecifics
- 
Uses of IterativeActivityRunSpecifics in com.evolveum.midpoint.model.impl.sync.tasks.asyncClasses in com.evolveum.midpoint.model.impl.sync.tasks.async that implement IterativeActivityRunSpecifics
- 
Uses of IterativeActivityRunSpecifics in com.evolveum.midpoint.model.impl.sync.tasks.impClasses in com.evolveum.midpoint.model.impl.sync.tasks.imp that implement IterativeActivityRunSpecificsModifier and TypeClassDescriptionclassAbstractImportActivityRun<WD extends ResourceSetTaskWorkDefinition,AH extends ModelActivityHandler<WD, AH>> Abstract class for runner of tasks based on import (import and shadow reclassification).final class
- 
Uses of IterativeActivityRunSpecifics in com.evolveum.midpoint.model.impl.sync.tasks.imp.reclassificationClasses in com.evolveum.midpoint.model.impl.sync.tasks.imp.reclassification that implement IterativeActivityRunSpecifics
- 
Uses of IterativeActivityRunSpecifics in com.evolveum.midpoint.model.impl.sync.tasks.reconClasses in com.evolveum.midpoint.model.impl.sync.tasks.recon that implement IterativeActivityRunSpecificsModifier and TypeClassDescriptionclassCode common to all three reconciliation sub-activities: operation completion, resource reconciliation, and remaining shadows reconciliation.final classExecution of resource objects reconciliation (the main part of reconciliation).
- 
Uses of IterativeActivityRunSpecifics in com.evolveum.midpoint.model.impl.sync.tasks.syncClasses in com.evolveum.midpoint.model.impl.sync.tasks.sync that implement IterativeActivityRunSpecifics
- 
Uses of IterativeActivityRunSpecifics in com.evolveum.midpoint.model.impl.tasksClasses in com.evolveum.midpoint.model.impl.tasks that implement IterativeActivityRunSpecifics
- 
Uses of IterativeActivityRunSpecifics in com.evolveum.midpoint.model.impl.tasks.clusterClasses in com.evolveum.midpoint.model.impl.tasks.cluster that implement IterativeActivityRunSpecifics
- 
Uses of IterativeActivityRunSpecifics in com.evolveum.midpoint.model.impl.tasks.scannerClasses in com.evolveum.midpoint.model.impl.tasks.scanner that implement IterativeActivityRunSpecificsModifier and TypeClassDescriptionfinal classExecution of a single focus validity scanner task part.classScanActivityRun<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.runSubinterfaces of IterativeActivityRunSpecifics in com.evolveum.midpoint.repo.common.activity.runModifier and TypeInterfaceDescriptioninterfaceProvides execution logic and/or execution state related to a plain iterative activity run.interfaceSearchBasedActivityRunSpecifics<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 TypeClassDescriptionclassIterativeActivityRun<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.classPlainIterativeActivityRun<I,WD extends WorkDefinition, AH extends ActivityHandler<WD, AH>, WS extends AbstractActivityWorkStateType> Run of a plain iterative activity.classSearchBasedActivityRun<C extends Containerable,WD extends WorkDefinition, AH extends ActivityHandler<WD, AH>, WS extends AbstractActivityWorkStateType> A run of a given search-iterative activity.