Uses of Class
com.evolveum.midpoint.model.impl.tasks.ModelActivityHandler
Package
Description
-
Uses of ModelActivityHandler in com.evolveum.midpoint.model.impl.cleanup
Modifier and TypeClassDescriptionclass
class
Scanner that looks for pending operations in the shadows and updates the status. -
Uses of ModelActivityHandler in com.evolveum.midpoint.model.impl.integrity.objects
Modifier and TypeClassDescriptionclass
Task handler for "Object integrity check" task. -
Uses of ModelActivityHandler in com.evolveum.midpoint.model.impl.integrity.shadows
Modifier and TypeClassDescriptionclass
Task handler for "Shadow integrity check" task. -
Uses of ModelActivityHandler in com.evolveum.midpoint.model.impl.scripting
Modifier and TypeClassDescriptionclass
class
This is a handler for "old", non-iterative (single) bulk actions. -
Uses of ModelActivityHandler in com.evolveum.midpoint.model.impl.sync.tasks.async
Modifier and TypeClassDescriptionclass
Activity handler for controlled processing of asynchronous updates. -
Uses of ModelActivityHandler in com.evolveum.midpoint.model.impl.sync.tasks.imp
-
Uses of ModelActivityHandler in com.evolveum.midpoint.model.impl.sync.tasks.recon
-
Uses of ModelActivityHandler in com.evolveum.midpoint.model.impl.sync.tasks.sync
Modifier and TypeClassDescriptionclass
Task handler for controlled processing of asynchronous updates. -
Uses of ModelActivityHandler in com.evolveum.midpoint.model.impl.tasks
Modifier and TypeClassDescriptionclass
ModelActivityHandler<WD extends WorkDefinition,
AH extends ModelActivityHandler<WD, AH>> Modifier and TypeClassDescriptionclass
Deletes specified objects.class
Executes a set of change requests, each consisting of a set of deltas (presenting a single model operation).class
Executes specified deltas on specified set of objects.class
Recomputes specified objects.class
Activity handler for reindexing activity.class
TODOclass
TODOclass
Specific activities related to role membership management, supporting e.g.class
The original idea behind this activity was to treat shadows on (asynchronous) Kafka resources that did not support "read" operation (or did that in a very limited way). -
Uses of ModelActivityHandler in com.evolveum.midpoint.model.impl.tasks.cluster
Modifier and TypeClassDescriptionclass
Activity handler for "auto-scaling" activity. -
Uses of ModelActivityHandler in com.evolveum.midpoint.model.impl.tasks.scanner
Modifier and TypeClassDescriptionclass
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 ModelActivityHandler in com.evolveum.midpoint.model.impl.tasks.simple
Modifier and TypeClassDescriptionclass
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
Modifier and TypeClassDescriptionclass
Task handler for the trigger scanner.