Uses of Class
com.evolveum.midpoint.repo.common.activity.run.ActivityRunInstantiationContext
-
Packages that use ActivityRunInstantiationContext Package Description com.evolveum.midpoint.model.impl.cleanup com.evolveum.midpoint.model.impl.integrity.shadows com.evolveum.midpoint.model.impl.scripting com.evolveum.midpoint.model.impl.sync.tasks.async com.evolveum.midpoint.model.impl.sync.tasks.imp com.evolveum.midpoint.model.impl.sync.tasks.recon com.evolveum.midpoint.model.impl.sync.tasks.sync com.evolveum.midpoint.model.impl.tasks com.evolveum.midpoint.model.impl.tasks.cluster com.evolveum.midpoint.model.impl.tasks.scanner com.evolveum.midpoint.model.impl.tasks.simple com.evolveum.midpoint.model.impl.trigger com.evolveum.midpoint.repo.common.activity Contains the activity framework: the code that supports execution of activities within tasks.com.evolveum.midpoint.repo.common.activity.handlers com.evolveum.midpoint.repo.common.activity.run Classes that support execution (run) of activities. -
-
Uses of ActivityRunInstantiationContext in com.evolveum.midpoint.model.impl.cleanup
Methods in com.evolveum.midpoint.model.impl.cleanup with parameters of type ActivityRunInstantiationContext Modifier and Type Method Description @NotNull CompositeActivityRun<CleanupWorkDefinition,CleanupActivityHandler,?>
CleanupActivityHandler. createActivityRun(@NotNull ActivityRunInstantiationContext<CleanupWorkDefinition,CleanupActivityHandler> context, @NotNull OperationResult result)
AbstractActivityRun<ShadowRefreshActivityHandler.MyWorkDefinition,ShadowRefreshActivityHandler,?>
ShadowRefreshActivityHandler. createActivityRun(@NotNull ActivityRunInstantiationContext<ShadowRefreshActivityHandler.MyWorkDefinition,ShadowRefreshActivityHandler> context, @NotNull OperationResult result)
-
Uses of ActivityRunInstantiationContext in com.evolveum.midpoint.model.impl.integrity.shadows
Methods in com.evolveum.midpoint.model.impl.integrity.shadows with parameters of type ActivityRunInstantiationContext Modifier and Type Method Description AbstractActivityRun<ShadowIntegrityCheckWorkDefinition,ShadowIntegrityCheckActivityHandler,?>
ShadowIntegrityCheckActivityHandler. createActivityRun(@NotNull ActivityRunInstantiationContext<ShadowIntegrityCheckWorkDefinition,ShadowIntegrityCheckActivityHandler> context, @NotNull OperationResult result)
-
Uses of ActivityRunInstantiationContext in com.evolveum.midpoint.model.impl.scripting
Methods in com.evolveum.midpoint.model.impl.scripting with parameters of type ActivityRunInstantiationContext Modifier and Type Method Description AbstractActivityRun<NonIterativeScriptingActivityHandler.MyWorkDefinition,NonIterativeScriptingActivityHandler,?>
NonIterativeScriptingActivityHandler. createActivityRun(@NotNull ActivityRunInstantiationContext<NonIterativeScriptingActivityHandler.MyWorkDefinition,NonIterativeScriptingActivityHandler> context, @NotNull OperationResult result)
-
Uses of ActivityRunInstantiationContext in com.evolveum.midpoint.model.impl.sync.tasks.async
Methods in com.evolveum.midpoint.model.impl.sync.tasks.async with parameters of type ActivityRunInstantiationContext Modifier and Type Method Description @NotNull AbstractActivityRun<AsyncUpdateWorkDefinition,AsyncUpdateActivityHandler,AbstractActivityWorkStateType>
AsyncUpdateActivityHandler. createActivityRun(@NotNull ActivityRunInstantiationContext<AsyncUpdateWorkDefinition,AsyncUpdateActivityHandler> context, @NotNull OperationResult result)
-
Uses of ActivityRunInstantiationContext in com.evolveum.midpoint.model.impl.sync.tasks.imp
Methods in com.evolveum.midpoint.model.impl.sync.tasks.imp with parameters of type ActivityRunInstantiationContext Modifier and Type Method Description AbstractActivityRun<ImportWorkDefinition,ImportActivityHandler,?>
ImportActivityHandler. createActivityRun(@NotNull ActivityRunInstantiationContext<ImportWorkDefinition,ImportActivityHandler> context, @NotNull OperationResult result)
-
Uses of ActivityRunInstantiationContext in com.evolveum.midpoint.model.impl.sync.tasks.recon
Methods in com.evolveum.midpoint.model.impl.sync.tasks.recon with parameters of type ActivityRunInstantiationContext Modifier and Type Method Description @NotNull com.evolveum.midpoint.model.impl.sync.tasks.recon.ReconciliationActivityRun
ReconciliationActivityHandler. createActivityRun(@NotNull ActivityRunInstantiationContext<ReconciliationWorkDefinition,ReconciliationActivityHandler> context, @NotNull OperationResult result)
-
Uses of ActivityRunInstantiationContext in com.evolveum.midpoint.model.impl.sync.tasks.sync
Methods in com.evolveum.midpoint.model.impl.sync.tasks.sync with parameters of type ActivityRunInstantiationContext Modifier and Type Method Description AbstractActivityRun<LiveSyncWorkDefinition,LiveSyncActivityHandler,?>
LiveSyncActivityHandler. createActivityRun(@NotNull ActivityRunInstantiationContext<LiveSyncWorkDefinition,LiveSyncActivityHandler> context, @NotNull OperationResult result)
Constructors in com.evolveum.midpoint.model.impl.sync.tasks.sync with parameters of type ActivityRunInstantiationContext Constructor Description LiveSyncActivityRun(@NotNull ActivityRunInstantiationContext<LiveSyncWorkDefinition,LiveSyncActivityHandler> activityRun)
-
Uses of ActivityRunInstantiationContext in com.evolveum.midpoint.model.impl.tasks
Methods in com.evolveum.midpoint.model.impl.tasks with parameters of type ActivityRunInstantiationContext Modifier and Type Method Description AbstractActivityRun<ExplicitChangeExecutionActivityHandler.MyWorkDefinition,ExplicitChangeExecutionActivityHandler,?>
ExplicitChangeExecutionActivityHandler. createActivityRun(@NotNull ActivityRunInstantiationContext<ExplicitChangeExecutionActivityHandler.MyWorkDefinition,ExplicitChangeExecutionActivityHandler> context, @NotNull OperationResult result)
-
Uses of ActivityRunInstantiationContext in com.evolveum.midpoint.model.impl.tasks.cluster
Methods in com.evolveum.midpoint.model.impl.tasks.cluster with parameters of type ActivityRunInstantiationContext Modifier and Type Method Description AbstractActivityRun<AutoScalingWorkDefinition,AutoScalingActivityHandler,?>
AutoScalingActivityHandler. createActivityRun(@NotNull ActivityRunInstantiationContext<AutoScalingWorkDefinition,AutoScalingActivityHandler> context, @NotNull OperationResult result)
-
Uses of ActivityRunInstantiationContext in com.evolveum.midpoint.model.impl.tasks.scanner
Methods in com.evolveum.midpoint.model.impl.tasks.scanner with parameters of type ActivityRunInstantiationContext Modifier and Type Method Description AbstractActivityRun<FocusValidityScanWorkDefinition,FocusValidityScanActivityHandler,?>
FocusValidityScanActivityHandler. createActivityRun(@NotNull ActivityRunInstantiationContext<FocusValidityScanWorkDefinition,FocusValidityScanActivityHandler> context, @NotNull OperationResult result)
Constructors in com.evolveum.midpoint.model.impl.tasks.scanner with parameters of type ActivityRunInstantiationContext Constructor Description ScanActivityRun(@NotNull ActivityRunInstantiationContext<WD,MAH> context, String shortNameCapitalized)
-
Uses of ActivityRunInstantiationContext in com.evolveum.midpoint.model.impl.tasks.simple
Methods in com.evolveum.midpoint.model.impl.tasks.simple with parameters of type ActivityRunInstantiationContext Modifier and Type Method Description AbstractActivityRun<WD,SAH,?>
SimpleActivityHandler. createActivityRun(@NotNull ActivityRunInstantiationContext<WD,SAH> context, @NotNull OperationResult result)
@NotNull SearchBasedActivityRun<O,WD,SAH,AbstractActivityWorkStateType>
SimpleActivityHandler.ExecutionSupplier. supply(ActivityRunInstantiationContext<WD,SAH> context, String shortNameCapitalized)
-
Uses of ActivityRunInstantiationContext in com.evolveum.midpoint.model.impl.trigger
Methods in com.evolveum.midpoint.model.impl.trigger with parameters of type ActivityRunInstantiationContext Modifier and Type Method Description AbstractActivityRun<TriggerScanWorkDefinition,TriggerScanActivityHandler,?>
TriggerScanActivityHandler. createActivityRun(@NotNull ActivityRunInstantiationContext<TriggerScanWorkDefinition,TriggerScanActivityHandler> context, @NotNull OperationResult result)
-
Uses of ActivityRunInstantiationContext in com.evolveum.midpoint.repo.common.activity
Methods in com.evolveum.midpoint.repo.common.activity with parameters of type ActivityRunInstantiationContext Modifier and Type Method Description AbstractActivityRun<WD,AH,?>
ActivityRunSupplier. createActivityRun(@NotNull ActivityRunInstantiationContext<WD,AH> context, @NotNull OperationResult result)
-
Uses of ActivityRunInstantiationContext in com.evolveum.midpoint.repo.common.activity.handlers
Methods in com.evolveum.midpoint.repo.common.activity.handlers with parameters of type ActivityRunInstantiationContext Modifier and Type Method Description @NotNull AbstractActivityRun<CompositeWorkDefinition,CustomCompositeActivityHandler,?>
CustomCompositeActivityHandler. createActivityRun(@NotNull ActivityRunInstantiationContext<CompositeWorkDefinition,CustomCompositeActivityHandler> context, @NotNull OperationResult result)
AbstractActivityRun<NoOpActivityHandler.MyWorkDefinition,NoOpActivityHandler,?>
NoOpActivityHandler. createActivityRun(@NotNull ActivityRunInstantiationContext<NoOpActivityHandler.MyWorkDefinition,NoOpActivityHandler> context, @NotNull OperationResult result)
-
Uses of ActivityRunInstantiationContext in com.evolveum.midpoint.repo.common.activity.run
Constructors in com.evolveum.midpoint.repo.common.activity.run with parameters of type ActivityRunInstantiationContext Constructor Description AbstractActivityRun(@NotNull ActivityRunInstantiationContext<WD,AH> context)
AbstractCompositeActivityRun(ActivityRunInstantiationContext<WD,AH> context)
CompositeActivityRun(ActivityRunInstantiationContext<WD,AH> context)
DelegatingActivityRun(@NotNull ActivityRunInstantiationContext<WD,AH> context)
DistributingActivityRun(@NotNull ActivityRunInstantiationContext<WD,AH> context)
IterativeActivityRun(@NotNull ActivityRunInstantiationContext<WD,AH> context, @NotNull String shortName)
LocalActivityRun(@NotNull ActivityRunInstantiationContext<WD,AH> context)
PlainIterativeActivityRun(@NotNull ActivityRunInstantiationContext<WD,AH> context, @NotNull String shortNameCapitalized)
SearchBasedActivityRun(@NotNull ActivityRunInstantiationContext<WD,AH> context, @NotNull String shortNameCapitalized)
-