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 TypeClassDescriptionclassclassScanner 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 TypeClassDescriptionclassTask 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 TypeClassDescriptionclassTask 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 TypeClassDescriptionclassclassThis 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 TypeClassDescriptionclassActivity 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 TypeClassDescriptionclassTask 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 TypeClassDescriptionclassDeletes specified objects.classExecutes a set of change requests, each consisting of a set of deltas (presenting a single model operation).classExecutes specified deltas on specified set of objects.classModelActivityHandler<WD extends WorkDefinition,AH extends ModelActivityHandler<WD, AH>> classRecomputes specified objects.classActivity handler for reindexing activity.classActivity handler for reindexing activity.classTODOclassTODOclassSpecific activities related to role membership management, supporting e.g.classThe 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 TypeClassDescriptionclassActivity 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 TypeClassDescriptionclassSimpleActivityHandler<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 TypeClassDescriptionclassTask 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 createAbstractActivityRunobjects 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 TypeInterfaceDescriptioninterfaceActivityHandler<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 TypeClassDescriptionclassHandles custom composite activities, see https://docs.evolveum.com/midpoint/reference/tasks/activities/#configuring-custom-composite-activities.classJust a dummy activity to be used for demonstration and testing purposes.