Uses of Interface
com.evolveum.midpoint.task.api.ExecutionSupport
-
-
Uses of ExecutionSupport in com.evolveum.midpoint.model.impl.cleanup
Classes in com.evolveum.midpoint.model.impl.cleanup that implement ExecutionSupport Modifier and Type Class Description class
CleanupPartialActivityRun<CP>
Activity execution for an elementary cleanup part.static class
ShadowRefreshActivityHandler.MyActivityRun
-
Uses of ExecutionSupport in com.evolveum.midpoint.model.impl.integrity.shadows
Classes in com.evolveum.midpoint.model.impl.integrity.shadows that implement ExecutionSupport Modifier and Type Class Description class
ShadowIntegrityCheckActivityRun
-
Uses of ExecutionSupport in com.evolveum.midpoint.model.impl.sync.tasks.async
Classes in com.evolveum.midpoint.model.impl.sync.tasks.async that implement ExecutionSupport Modifier and Type Class Description class
AsyncUpdateActivityRun
-
Uses of ExecutionSupport in com.evolveum.midpoint.model.impl.sync.tasks.imp
Classes in com.evolveum.midpoint.model.impl.sync.tasks.imp that implement ExecutionSupport Modifier and Type Class Description class
ImportActivityRun
-
Uses of ExecutionSupport in com.evolveum.midpoint.model.impl.sync.tasks.recon
Classes in com.evolveum.midpoint.model.impl.sync.tasks.recon that implement ExecutionSupport Modifier and Type Class Description class
PartialReconciliationActivityRun
Code common to all three reconciliation sub-activities: operation completion, resource reconciliation, and remaining shadows reconciliation.class
ResourceObjectsReconciliationActivityRun
Execution of resource objects reconciliation (the main part of reconciliation). -
Uses of ExecutionSupport in com.evolveum.midpoint.model.impl.sync.tasks.sync
Classes in com.evolveum.midpoint.model.impl.sync.tasks.sync that implement ExecutionSupport Modifier and Type Class Description class
LiveSyncActivityRun
-
Uses of ExecutionSupport in com.evolveum.midpoint.model.impl.tasks
Classes in com.evolveum.midpoint.model.impl.tasks that implement ExecutionSupport Modifier and Type Class Description static class
ShadowCleanupActivityHandler.MyRun
-
Uses of ExecutionSupport in com.evolveum.midpoint.model.impl.tasks.cluster
Classes in com.evolveum.midpoint.model.impl.tasks.cluster that implement ExecutionSupport Modifier and Type Class Description class
AutoScalingActivityRun
-
Uses of ExecutionSupport in com.evolveum.midpoint.model.impl.tasks.scanner
Classes in com.evolveum.midpoint.model.impl.tasks.scanner that implement ExecutionSupport Modifier and Type Class Description class
FocusValidityScanPartialRun
Execution of a single focus validity scanner task part.class
ScanActivityRun<O extends ObjectType,WD extends WorkDefinition,MAH extends ModelActivityHandler<WD,MAH>>
Things that we want to remember for all task scanners, like scanning timestamps. -
Uses of ExecutionSupport in com.evolveum.midpoint.repo.common.activity.run
Classes in com.evolveum.midpoint.repo.common.activity.run that implement ExecutionSupport Modifier and Type Class Description class
AbstractActivityRun<WD extends WorkDefinition,AH extends ActivityHandler<WD,AH>,WS extends AbstractActivityWorkStateType>
Implements (represents) a run of an activity.class
AbstractCompositeActivityRun<WD extends WorkDefinition,AH extends ActivityHandler<WD,AH>,WS extends AbstractActivityWorkStateType>
Run of a set of child activities.class
CompositeActivityRun<WD extends WorkDefinition,AH extends ActivityHandler<WD,AH>,WS extends AbstractActivityWorkStateType>
class
DelegatingActivityRun<WD extends WorkDefinition,AH extends ActivityHandler<WD,AH>>
class
DistributingActivityRun<WD extends WorkDefinition,AH extends ActivityHandler<WD,AH>,WS extends AbstractActivityWorkStateType>
An activity that distributes (usually bucketed) activity to a set of worker tasks.class
IterativeActivityRun<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.class
LocalActivityRun<WD extends WorkDefinition,AH extends ActivityHandler<WD,AH>,BS extends AbstractActivityWorkStateType>
The "real" run of an activity - i.e.class
PlainIterativeActivityRun<I,WD extends WorkDefinition,AH extends ActivityHandler<WD,AH>,WS extends AbstractActivityWorkStateType>
Run of a plain iterative activity.class
SearchBasedActivityRun<C extends Containerable,WD extends WorkDefinition,AH extends ActivityHandler<WD,AH>,WS extends AbstractActivityWorkStateType>
A run of a given search-iterative activity. -
Uses of ExecutionSupport in com.evolveum.midpoint.task.api
Methods in com.evolveum.midpoint.task.api that return ExecutionSupport Modifier and Type Method Description ExecutionSupport
RunningTask. getExecutionSupport()
default ExecutionSupport
Task. getExecutionSupport()
Methods in com.evolveum.midpoint.task.api with parameters of type ExecutionSupport Modifier and Type Method Description void
RunningTask. setExecutionSupport(ExecutionSupport executionContext)
-