Uses of Class
com.evolveum.midpoint.model.impl.tasks.ModelActivityHandler
-
-
Uses of ModelActivityHandler in com.evolveum.midpoint.model.impl.cleanup
Subclasses of ModelActivityHandler in com.evolveum.midpoint.model.impl.cleanup Modifier and Type Class Description class
CleanupActivityHandler
class
ShadowRefreshActivityHandler
Scanner that looks for pending operations in the shadows and updates the status. -
Uses of ModelActivityHandler in com.evolveum.midpoint.model.impl.integrity.objects
Subclasses of ModelActivityHandler in com.evolveum.midpoint.model.impl.integrity.objects Modifier and Type Class Description class
ObjectIntegrityCheckActivityHandler
Task handler for "Object integrity check" task. -
Uses of ModelActivityHandler in com.evolveum.midpoint.model.impl.integrity.shadows
Subclasses of ModelActivityHandler in com.evolveum.midpoint.model.impl.integrity.shadows Modifier and Type Class Description class
ShadowIntegrityCheckActivityHandler
Task handler for "Shadow integrity check" task. -
Uses of ModelActivityHandler in com.evolveum.midpoint.model.impl.scripting
Subclasses of ModelActivityHandler in com.evolveum.midpoint.model.impl.scripting Modifier and Type Class Description class
IterativeScriptingActivityHandler
class
NonIterativeScriptingActivityHandler
This is a handler for "old", non-iterative (single) bulk actions. -
Uses of ModelActivityHandler in com.evolveum.midpoint.model.impl.sync.tasks.async
Subclasses of ModelActivityHandler in com.evolveum.midpoint.model.impl.sync.tasks.async Modifier and Type Class Description class
AsyncUpdateActivityHandler
Activity handler for controlled processing of asynchronous updates. -
Uses of ModelActivityHandler in com.evolveum.midpoint.model.impl.sync.tasks.imp
Subclasses of ModelActivityHandler in com.evolveum.midpoint.model.impl.sync.tasks.imp Modifier and Type Class Description class
ImportActivityHandler
-
Uses of ModelActivityHandler in com.evolveum.midpoint.model.impl.sync.tasks.recon
Subclasses of ModelActivityHandler in com.evolveum.midpoint.model.impl.sync.tasks.recon Modifier and Type Class Description class
ReconciliationActivityHandler
-
Uses of ModelActivityHandler in com.evolveum.midpoint.model.impl.sync.tasks.sync
Subclasses of ModelActivityHandler in com.evolveum.midpoint.model.impl.sync.tasks.sync Modifier and Type Class Description class
LiveSyncActivityHandler
Task handler for controlled processing of asynchronous updates. -
Uses of ModelActivityHandler in com.evolveum.midpoint.model.impl.tasks
Classes in com.evolveum.midpoint.model.impl.tasks with type parameters of type ModelActivityHandler Modifier and Type Class Description class
ModelActivityHandler<WD extends WorkDefinition,AH extends ModelActivityHandler<WD,AH>>
Subclasses of ModelActivityHandler in com.evolveum.midpoint.model.impl.tasks Modifier and Type Class Description class
DeletionActivityHandler
Deletes specified objects.class
ExplicitChangeExecutionActivityHandler
Executes a set of change requests, each consisting of a set of deltas (presenting a single model operation).class
IterativeChangeExecutionActivityHandler
Executes specified deltas on specified set of objects.class
RecomputationActivityHandler
Recomputes specified objects.class
ReindexActivityHandler
Activity handler for reindexing activity.class
ShadowCleanupActivityHandler
-
Uses of ModelActivityHandler in com.evolveum.midpoint.model.impl.tasks.cluster
Subclasses of ModelActivityHandler in com.evolveum.midpoint.model.impl.tasks.cluster Modifier and Type Class Description class
AutoScalingActivityHandler
Activity handler for "auto-scaling" activity. -
Uses of ModelActivityHandler in com.evolveum.midpoint.model.impl.tasks.scanner
Classes in com.evolveum.midpoint.model.impl.tasks.scanner with type parameters of type ModelActivityHandler Modifier and Type Class Description 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.Subclasses of ModelActivityHandler in com.evolveum.midpoint.model.impl.tasks.scanner Modifier and Type Class Description class
FocusValidityScanActivityHandler
-
Uses of ModelActivityHandler in com.evolveum.midpoint.model.impl.tasks.simple
Subclasses of ModelActivityHandler in com.evolveum.midpoint.model.impl.tasks.simple Modifier and Type Class Description class
SimpleActivityHandler<O extends ObjectType,WD extends WorkDefinition,SAH extends SimpleActivityHandler<O,WD,SAH>>
Implementing class for simple model-level search-based activity handlers. -
Uses of ModelActivityHandler in com.evolveum.midpoint.model.impl.trigger
Subclasses of ModelActivityHandler in com.evolveum.midpoint.model.impl.trigger Modifier and Type Class Description class
TriggerScanActivityHandler
Task handler for the trigger scanner.
-