Uses of Class
com.evolveum.midpoint.repo.common.activity.run.AbstractActivityRun
Packages that use AbstractActivityRun
Package
Description
Contains the activity framework: the code that supports execution of activities within tasks.
Classes that support execution (run) of activities.
-
Uses of AbstractActivityRun in com.evolveum.midpoint.model.impl.cleanup
Subclasses of AbstractActivityRun in com.evolveum.midpoint.model.impl.cleanupModifier and TypeClassDescriptionfinal classActivity execution for an elementary cleanup part.static final classMethods in com.evolveum.midpoint.model.impl.cleanup that return AbstractActivityRunModifier and TypeMethodDescriptionShadowRefreshActivityHandler.createActivityRun(@NotNull ActivityRunInstantiationContext<ShadowRefreshActivityHandler.MyWorkDefinition, ShadowRefreshActivityHandler> context, @NotNull OperationResult result) -
Uses of AbstractActivityRun in com.evolveum.midpoint.model.impl.integrity.shadows
Subclasses of AbstractActivityRun in com.evolveum.midpoint.model.impl.integrity.shadowsMethods in com.evolveum.midpoint.model.impl.integrity.shadows that return AbstractActivityRunModifier and TypeMethodDescriptionShadowIntegrityCheckActivityHandler.createActivityRun(@NotNull ActivityRunInstantiationContext<ShadowIntegrityCheckWorkDefinition, ShadowIntegrityCheckActivityHandler> context, @NotNull OperationResult result) -
Uses of AbstractActivityRun in com.evolveum.midpoint.model.impl.mining.algorithm
Fields in com.evolveum.midpoint.model.impl.mining.algorithm declared as AbstractActivityRunModifier and TypeFieldDescriptionprotected final @NotNull AbstractActivityRun<?,?, ?> BaseAction.activityRunThis is the corresponding "activity run" object that gives us all the context.Constructors in com.evolveum.midpoint.model.impl.mining.algorithm with parameters of type AbstractActivityRunModifierConstructorDescriptionprotectedBaseAction(@NotNull AbstractActivityRun<?, ?, ?> activityRun) Constructs a new `BaseAction` with the given activity run context. -
Uses of AbstractActivityRun in com.evolveum.midpoint.model.impl.mining.algorithm.cluster.action
Constructors in com.evolveum.midpoint.model.impl.mining.algorithm.cluster.action with parameters of type AbstractActivityRunModifierConstructorDescriptionClusteringActionExecutor(@NotNull AbstractActivityRun<?, ?, ?> activityRun) -
Uses of AbstractActivityRun in com.evolveum.midpoint.model.impl.mining.algorithm.detection
Constructors in com.evolveum.midpoint.model.impl.mining.algorithm.detection with parameters of type AbstractActivityRunModifierConstructorDescriptionDetectionActionExecutor(@NotNull AbstractActivityRun<?, ?, ?> activityRun, @NotNull String clusterOid, @NotNull OperationResult result) -
Uses of AbstractActivityRun in com.evolveum.midpoint.model.impl.scripting
Methods in com.evolveum.midpoint.model.impl.scripting that return AbstractActivityRunModifier and TypeMethodDescriptionAbstractActivityRun<NonIterativeScriptingActivityHandler.MyWorkDefinition,NonIterativeScriptingActivityHandler, ?> NonIterativeScriptingActivityHandler.createActivityRun(@NotNull ActivityRunInstantiationContext<NonIterativeScriptingActivityHandler.MyWorkDefinition, NonIterativeScriptingActivityHandler> context, @NotNull OperationResult result) -
Uses of AbstractActivityRun in com.evolveum.midpoint.model.impl.sync.tasks.async
Subclasses of AbstractActivityRun in com.evolveum.midpoint.model.impl.sync.tasks.asyncMethods in com.evolveum.midpoint.model.impl.sync.tasks.async that return AbstractActivityRunModifier and TypeMethodDescription@NotNull AbstractActivityRun<AsyncUpdateWorkDefinition,AsyncUpdateActivityHandler, AbstractActivityWorkStateType> AsyncUpdateActivityHandler.createActivityRun(@NotNull ActivityRunInstantiationContext<AsyncUpdateWorkDefinition, AsyncUpdateActivityHandler> context, @NotNull OperationResult result) -
Uses of AbstractActivityRun in com.evolveum.midpoint.model.impl.sync.tasks.imp
Subclasses of AbstractActivityRun in com.evolveum.midpoint.model.impl.sync.tasks.impMethods in com.evolveum.midpoint.model.impl.sync.tasks.imp that return AbstractActivityRunModifier and TypeMethodDescriptionImportActivityHandler.createActivityRun(@NotNull ActivityRunInstantiationContext<ImportWorkDefinition, ImportActivityHandler> context, @NotNull OperationResult result) -
Uses of AbstractActivityRun in com.evolveum.midpoint.model.impl.sync.tasks.recon
Subclasses of AbstractActivityRun in com.evolveum.midpoint.model.impl.sync.tasks.reconModifier and TypeClassDescriptionclassCode common to all three reconciliation sub-activities: operation completion, resource reconciliation, and remaining shadows reconciliation.final classThe reason of existence of this class is to sendReconciliationResultobject toReconciliationResultListenerafter the whole activity finishes.final classExecution of resource objects reconciliation (the main part of reconciliation). -
Uses of AbstractActivityRun in com.evolveum.midpoint.model.impl.sync.tasks.sync
Subclasses of AbstractActivityRun in com.evolveum.midpoint.model.impl.sync.tasks.syncMethods in com.evolveum.midpoint.model.impl.sync.tasks.sync that return AbstractActivityRunModifier and TypeMethodDescriptionLiveSyncActivityHandler.createActivityRun(@NotNull ActivityRunInstantiationContext<LiveSyncWorkDefinition, LiveSyncActivityHandler> context, @NotNull OperationResult result) -
Uses of AbstractActivityRun in com.evolveum.midpoint.model.impl.tasks
Subclasses of AbstractActivityRun in com.evolveum.midpoint.model.impl.tasksMethods in com.evolveum.midpoint.model.impl.tasks that return AbstractActivityRunModifier and TypeMethodDescriptionAbstractActivityRun<ExplicitChangeExecutionActivityHandler.MyWorkDefinition,ExplicitChangeExecutionActivityHandler, ?> ExplicitChangeExecutionActivityHandler.createActivityRun(@NotNull ActivityRunInstantiationContext<ExplicitChangeExecutionActivityHandler.MyWorkDefinition, ExplicitChangeExecutionActivityHandler> context, @NotNull OperationResult result) AbstractActivityRun<RoleAnalysisClusteringActivityHandler.MyWorkDefinition,RoleAnalysisClusteringActivityHandler, ?> RoleAnalysisClusteringActivityHandler.createActivityRun(@NotNull ActivityRunInstantiationContext<RoleAnalysisClusteringActivityHandler.MyWorkDefinition, RoleAnalysisClusteringActivityHandler> context, @NotNull OperationResult result) AbstractActivityRun<RoleAnalysisPatternDetectionActivityHandler.MyWorkDefinition,RoleAnalysisPatternDetectionActivityHandler, ?> RoleAnalysisPatternDetectionActivityHandler.createActivityRun(@NotNull ActivityRunInstantiationContext<RoleAnalysisPatternDetectionActivityHandler.MyWorkDefinition, RoleAnalysisPatternDetectionActivityHandler> context, @NotNull OperationResult result) -
Uses of AbstractActivityRun in com.evolveum.midpoint.model.impl.tasks.cluster
Subclasses of AbstractActivityRun in com.evolveum.midpoint.model.impl.tasks.clusterMethods in com.evolveum.midpoint.model.impl.tasks.cluster that return AbstractActivityRunModifier and TypeMethodDescriptionAutoScalingActivityHandler.createActivityRun(@NotNull ActivityRunInstantiationContext<AutoScalingWorkDefinition, AutoScalingActivityHandler> context, @NotNull OperationResult result) -
Uses of AbstractActivityRun in com.evolveum.midpoint.model.impl.tasks.scanner
Subclasses of AbstractActivityRun in com.evolveum.midpoint.model.impl.tasks.scannerModifier and TypeClassDescriptionfinal classExecution of a single focus validity scanner task part.classScanActivityRun<O extends ObjectType,WD extends WorkDefinition, MAH extends ModelActivityHandler<WD, MAH>> Things that we want to remember for all task scanners, like scanning timestamps.Methods in com.evolveum.midpoint.model.impl.tasks.scanner that return AbstractActivityRunModifier and TypeMethodDescriptionFocusValidityScanActivityHandler.createActivityRun(@NotNull ActivityRunInstantiationContext<FocusValidityScanWorkDefinition, FocusValidityScanActivityHandler> context, @NotNull OperationResult result) -
Uses of AbstractActivityRun in com.evolveum.midpoint.model.impl.tasks.simple
Methods in com.evolveum.midpoint.model.impl.tasks.simple that return AbstractActivityRunModifier and TypeMethodDescriptionSimpleActivityHandler.createActivityRun(@NotNull ActivityRunInstantiationContext<WD, SAH> context, @NotNull OperationResult result) -
Uses of AbstractActivityRun in com.evolveum.midpoint.model.impl.trigger
Methods in com.evolveum.midpoint.model.impl.trigger that return AbstractActivityRunModifier and TypeMethodDescriptionTriggerScanActivityHandler.createActivityRun(@NotNull ActivityRunInstantiationContext<TriggerScanWorkDefinition, TriggerScanActivityHandler> context, @NotNull OperationResult result) -
Uses of AbstractActivityRun in com.evolveum.midpoint.notifications.api.events
Methods in com.evolveum.midpoint.notifications.api.events that return AbstractActivityRunModifier and TypeMethodDescription@NotNull AbstractActivityRun<?,?, ?> ActivityEvent.getActivityRun()Returns the activity run that this event is related to.@Nullable AbstractActivityRun<?,?, ?> ReportOutputCreatedEvent.getActivityRun()Activity run in which the report was created. -
Uses of AbstractActivityRun in com.evolveum.midpoint.repo.common.activity
Methods in com.evolveum.midpoint.repo.common.activity that return AbstractActivityRunModifier and TypeMethodDescriptionActivityRunSupplier.createActivityRun(@NotNull ActivityRunInstantiationContext<WD, AH> context, @NotNull OperationResult result) @NotNull AbstractActivityRun<?,?, ?> Activity.createRun(ActivityBasedTaskRun taskRun, OperationResult result) Creates and sets the activity run (Activity.run).Activity.getRun()Methods in com.evolveum.midpoint.repo.common.activity with parameters of type AbstractActivityRunModifier and TypeMethodDescriptionvoidActivityListener.onActivityRealizationComplete(@NotNull AbstractActivityRun<?, ?, ?> activityRun, @NotNull Task task, @NotNull OperationResult result) Called when the activity realization is complete.voidReportOutputCreatedListener.onReportOutputCreated(@NotNull AbstractActivityRun<?, ?, ?> activityRun, @NotNull ReportType report, @NotNull ReportDataType reportOutput, @NotNull Task task, @NotNull OperationResult result) Called when a report output is created. -
Uses of AbstractActivityRun in com.evolveum.midpoint.repo.common.activity.handlers
Methods in com.evolveum.midpoint.repo.common.activity.handlers that return AbstractActivityRunModifier and TypeMethodDescriptionCustomCompositeActivityHandler.createActivityRun(@NotNull ActivityRunInstantiationContext<CompositeWorkDefinition, CustomCompositeActivityHandler> context, @NotNull OperationResult result) NoOpActivityHandler.createActivityRun(@NotNull ActivityRunInstantiationContext<NoOpActivityHandler.MyWorkDefinition, NoOpActivityHandler> context, @NotNull OperationResult result) -
Uses of AbstractActivityRun in com.evolveum.midpoint.repo.common.activity.run
Subclasses of AbstractActivityRun in com.evolveum.midpoint.repo.common.activity.runModifier and TypeClassDescriptionclassAbstractCompositeActivityRun<WD extends WorkDefinition,AH extends ActivityHandler<WD, AH>, WS extends AbstractActivityWorkStateType> Run of a set of child activities.final classCompositeActivityRun<WD extends WorkDefinition,AH extends ActivityHandler<WD, AH>, WS extends AbstractActivityWorkStateType> final classDelegatingActivityRun<WD extends WorkDefinition,AH extends ActivityHandler<WD, AH>> final classDistributingActivityRun<WD extends WorkDefinition,AH extends ActivityHandler<WD, AH>, WS extends AbstractActivityWorkStateType> An activity that distributes (usually bucketed) activity to a set of worker tasks.classIterativeActivityRun<I,WD extends WorkDefinition, AH extends ActivityHandler<WD, AH>, WS extends AbstractActivityWorkStateType> Represents a run of an iterative activity: either plain iterative one or search-based one.classLocalActivityRun<WD extends WorkDefinition,AH extends ActivityHandler<WD, AH>, BS extends AbstractActivityWorkStateType> The "real" run of an activity - i.e. not a delegation nor a distribution.classPlainIterativeActivityRun<I,WD extends WorkDefinition, AH extends ActivityHandler<WD, AH>, WS extends AbstractActivityWorkStateType> Run of a plain iterative activity.classSearchBasedActivityRun<C extends Containerable,WD extends WorkDefinition, AH extends ActivityHandler<WD, AH>, WS extends AbstractActivityWorkStateType> A run of a given search-iterative activity.Methods in com.evolveum.midpoint.repo.common.activity.run that return AbstractActivityRunModifier and TypeMethodDescriptionAbstractActivityRun<?,?, ?> AbstractActivityRun.getLocalParentRun() -
Uses of AbstractActivityRun in com.evolveum.midpoint.repo.common.activity.run.state
Methods in com.evolveum.midpoint.repo.common.activity.run.state that return AbstractActivityRunModifier and TypeMethodDescription@NotNull AbstractActivityRun<?,?, WS> CurrentActivityState.getActivityRun()Constructors in com.evolveum.midpoint.repo.common.activity.run.state with parameters of type AbstractActivityRunModifierConstructorDescriptionCurrentActivityState(@NotNull AbstractActivityRun<?, ?, WS> activityRun)