Uses of Interface
com.evolveum.midpoint.repo.common.activity.ActivityRunSupplier
Packages that use ActivityRunSupplier
Package
Description
Contains the activity framework: the code that supports execution of activities within tasks.
-
Uses of ActivityRunSupplier in com.evolveum.midpoint.model.impl.cleanup
Classes in com.evolveum.midpoint.model.impl.cleanup that implement ActivityRunSupplierModifier and TypeClassDescriptionclass
class
Scanner that looks for pending operations in the shadows and updates the status. -
Uses of ActivityRunSupplier in com.evolveum.midpoint.model.impl.integrity.objects
Classes in com.evolveum.midpoint.model.impl.integrity.objects that implement ActivityRunSupplierModifier and TypeClassDescriptionclass
Task handler for "Object integrity check" task. -
Uses of ActivityRunSupplier in com.evolveum.midpoint.model.impl.integrity.shadows
Classes in com.evolveum.midpoint.model.impl.integrity.shadows that implement ActivityRunSupplierModifier and TypeClassDescriptionclass
Task handler for "Shadow integrity check" task. -
Uses of ActivityRunSupplier in com.evolveum.midpoint.model.impl.scripting
Classes in com.evolveum.midpoint.model.impl.scripting that implement ActivityRunSupplierModifier and TypeClassDescriptionclass
class
This is a handler for "old", non-iterative (single) bulk actions. -
Uses of ActivityRunSupplier in com.evolveum.midpoint.model.impl.sync.tasks.async
Classes in com.evolveum.midpoint.model.impl.sync.tasks.async that implement ActivityRunSupplierModifier and TypeClassDescriptionclass
Activity handler for controlled processing of asynchronous updates. -
Uses of ActivityRunSupplier in com.evolveum.midpoint.model.impl.sync.tasks.imp
Classes in com.evolveum.midpoint.model.impl.sync.tasks.imp that implement ActivityRunSupplier -
Uses of ActivityRunSupplier in com.evolveum.midpoint.model.impl.sync.tasks.imp.reclassification
Classes in com.evolveum.midpoint.model.impl.sync.tasks.imp.reclassification that implement ActivityRunSupplier -
Uses of ActivityRunSupplier in com.evolveum.midpoint.model.impl.sync.tasks.recon
Classes in com.evolveum.midpoint.model.impl.sync.tasks.recon that implement ActivityRunSupplier -
Uses of ActivityRunSupplier in com.evolveum.midpoint.model.impl.sync.tasks.sync
Classes in com.evolveum.midpoint.model.impl.sync.tasks.sync that implement ActivityRunSupplierModifier and TypeClassDescriptionclass
Task handler for controlled processing of asynchronous updates. -
Uses of ActivityRunSupplier in com.evolveum.midpoint.model.impl.tasks
Classes in com.evolveum.midpoint.model.impl.tasks that implement ActivityRunSupplierModifier 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
ModelActivityHandler<WD extends WorkDefinition,
AH extends ModelActivityHandler<WD, AH>> class
Recomputes specified objects.class
Activity handler for reindexing activity.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 ActivityRunSupplier in com.evolveum.midpoint.model.impl.tasks.cluster
Classes in com.evolveum.midpoint.model.impl.tasks.cluster that implement ActivityRunSupplierModifier and TypeClassDescriptionclass
Activity handler for "auto-scaling" activity. -
Uses of ActivityRunSupplier in com.evolveum.midpoint.model.impl.tasks.scanner
Classes in com.evolveum.midpoint.model.impl.tasks.scanner that implement ActivityRunSupplier -
Uses of ActivityRunSupplier in com.evolveum.midpoint.model.impl.tasks.simple
Classes in com.evolveum.midpoint.model.impl.tasks.simple that implement ActivityRunSupplierModifier 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 ActivityRunSupplier in com.evolveum.midpoint.model.impl.trigger
Classes in com.evolveum.midpoint.model.impl.trigger that implement ActivityRunSupplierModifier and TypeClassDescriptionclass
Task handler for the trigger scanner. -
Uses of ActivityRunSupplier in com.evolveum.midpoint.repo.common.activity
Methods in com.evolveum.midpoint.repo.common.activity that return ActivityRunSupplierModifier and TypeMethodDescriptionprotected abstract @NotNull ActivityRunSupplier<WD,
AH> Activity.getLocalRunSupplier()
Returns objects that createAbstractActivityRun
objects for this activity.protected @NotNull ActivityRunSupplier<WD,
AH> EmbeddedActivity.getLocalRunSupplier()
protected @NotNull ActivityRunSupplier<WD,
AH> StandaloneActivity.getLocalRunSupplier()
Methods in com.evolveum.midpoint.repo.common.activity with parameters of type ActivityRunSupplierModifier and TypeMethodDescriptionstatic <WD extends WorkDefinition,
AH extends ActivityHandler<WD, AH>>
EmbeddedActivity<WD,AH> EmbeddedActivity.create
(@NotNull ActivityDefinition<WD> definition, @NotNull ActivityRunSupplier<WD, AH> activityRunSupplier, @Nullable PreRunnable<WD, AH> preRunnable, @NotNull CandidateIdentifierFormatter candidateIdentifierFormatter, @NotNull ActivityStateDefinition<?> activityStateDefinition, @NotNull Activity<WD, AH> parent) Creates an embedded activity. -
Uses of ActivityRunSupplier in com.evolveum.midpoint.repo.common.activity.handlers
Subinterfaces of ActivityRunSupplier in com.evolveum.midpoint.repo.common.activity.handlersModifier and TypeInterfaceDescriptioninterface
ActivityHandler<WD extends WorkDefinition,
AH extends ActivityHandler<WD, AH>> Spring component that ensures handling activity invocations.Classes in com.evolveum.midpoint.repo.common.activity.handlers that implement ActivityRunSupplierModifier and TypeClassDescriptionclass
Handles custom composite activities, see https://docs.evolveum.com/midpoint/reference/tasks/activities/#configuring-custom-composite-activities.class
Just a dummy activity to be used for demonstration and testing purposes.