Uses of Interface
com.evolveum.midpoint.repo.common.activity.CandidateIdentifierFormatter
-
-
Uses of CandidateIdentifierFormatter in com.evolveum.midpoint.model.impl.cleanup
Classes in com.evolveum.midpoint.model.impl.cleanup that implement CandidateIdentifierFormatter Modifier and Type Class Description classCleanupActivityHandlerclassShadowRefreshActivityHandlerScanner that looks for pending operations in the shadows and updates the status. -
Uses of CandidateIdentifierFormatter in com.evolveum.midpoint.model.impl.integrity.objects
Classes in com.evolveum.midpoint.model.impl.integrity.objects that implement CandidateIdentifierFormatter Modifier and Type Class Description classObjectIntegrityCheckActivityHandlerTask handler for "Object integrity check" task. -
Uses of CandidateIdentifierFormatter in com.evolveum.midpoint.model.impl.integrity.shadows
Classes in com.evolveum.midpoint.model.impl.integrity.shadows that implement CandidateIdentifierFormatter Modifier and Type Class Description classShadowIntegrityCheckActivityHandlerTask handler for "Shadow integrity check" task. -
Uses of CandidateIdentifierFormatter in com.evolveum.midpoint.model.impl.scripting
Classes in com.evolveum.midpoint.model.impl.scripting that implement CandidateIdentifierFormatter Modifier and Type Class Description classIterativeScriptingActivityHandlerclassNonIterativeScriptingActivityHandlerThis is a handler for "old", non-iterative (single) bulk actions. -
Uses of CandidateIdentifierFormatter in com.evolveum.midpoint.model.impl.sync.tasks.async
Classes in com.evolveum.midpoint.model.impl.sync.tasks.async that implement CandidateIdentifierFormatter Modifier and Type Class Description classAsyncUpdateActivityHandlerActivity handler for controlled processing of asynchronous updates. -
Uses of CandidateIdentifierFormatter in com.evolveum.midpoint.model.impl.sync.tasks.imp
Classes in com.evolveum.midpoint.model.impl.sync.tasks.imp that implement CandidateIdentifierFormatter Modifier and Type Class Description classImportActivityHandler -
Uses of CandidateIdentifierFormatter in com.evolveum.midpoint.model.impl.sync.tasks.recon
Classes in com.evolveum.midpoint.model.impl.sync.tasks.recon that implement CandidateIdentifierFormatter Modifier and Type Class Description classReconciliationActivityHandler -
Uses of CandidateIdentifierFormatter in com.evolveum.midpoint.model.impl.sync.tasks.sync
Classes in com.evolveum.midpoint.model.impl.sync.tasks.sync that implement CandidateIdentifierFormatter Modifier and Type Class Description classLiveSyncActivityHandlerTask handler for controlled processing of asynchronous updates. -
Uses of CandidateIdentifierFormatter in com.evolveum.midpoint.model.impl.tasks
Classes in com.evolveum.midpoint.model.impl.tasks that implement CandidateIdentifierFormatter Modifier and Type Class Description classDeletionActivityHandlerDeletes specified objects.classIterativeChangeExecutionActivityHandlerExecutes specified deltas on specified set of objects.classModelActivityHandler<WD extends WorkDefinition,AH extends ModelActivityHandler<WD,AH>>classNonIterativeChangeExecutionActivityHandlerExecutes a set of deltas bound to specific objects.classRecomputationActivityHandlerRecomputes specified objects.classReindexActivityHandlerActivity handler for reindexing activity.classShadowCleanupActivityHandler -
Uses of CandidateIdentifierFormatter in com.evolveum.midpoint.model.impl.tasks.cluster
Classes in com.evolveum.midpoint.model.impl.tasks.cluster that implement CandidateIdentifierFormatter Modifier and Type Class Description classAutoScalingActivityHandlerActivity handler for "auto-scaling" activity. -
Uses of CandidateIdentifierFormatter in com.evolveum.midpoint.model.impl.tasks.scanner
Classes in com.evolveum.midpoint.model.impl.tasks.scanner that implement CandidateIdentifierFormatter Modifier and Type Class Description classFocusValidityScanActivityHandler -
Uses of CandidateIdentifierFormatter in com.evolveum.midpoint.model.impl.tasks.simple
Classes in com.evolveum.midpoint.model.impl.tasks.simple that implement CandidateIdentifierFormatter Modifier and Type Class Description classSimpleActivityHandler<O extends ObjectType,WD extends WorkDefinition,SAH extends SimpleActivityHandler<O,WD,SAH>>Implementing class for simple model-level search-based activity handlers. -
Uses of CandidateIdentifierFormatter in com.evolveum.midpoint.model.impl.trigger
Classes in com.evolveum.midpoint.model.impl.trigger that implement CandidateIdentifierFormatter Modifier and Type Class Description classTriggerScanActivityHandlerTask handler for the trigger scanner. -
Uses of CandidateIdentifierFormatter in com.evolveum.midpoint.repo.common.activity
Methods in com.evolveum.midpoint.repo.common.activity that return CandidateIdentifierFormatter Modifier and Type Method Description protected abstract @NotNull CandidateIdentifierFormatterActivity. getCandidateIdentifierFormatter()protected @NotNull CandidateIdentifierFormatterEmbeddedActivity. getCandidateIdentifierFormatter()protected @NotNull CandidateIdentifierFormatterStandaloneActivity. getCandidateIdentifierFormatter()Methods in com.evolveum.midpoint.repo.common.activity with parameters of type CandidateIdentifierFormatter Modifier and Type Method Description static <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 CandidateIdentifierFormatter in com.evolveum.midpoint.repo.common.activity.handlers
Subinterfaces of CandidateIdentifierFormatter in com.evolveum.midpoint.repo.common.activity.handlers Modifier and Type Interface Description interfaceActivityHandler<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 CandidateIdentifierFormatter Modifier and Type Class Description classCustomCompositeActivityHandlerHandles custom composite activities, see https://docs.evolveum.com/midpoint/reference/tasks/activities/#configuring-custom-composite-activities.classNoOpActivityHandlerJust a dummy activity to be used for demonstration and testing purposes.
-