Uses of Class
com.evolveum.midpoint.repo.common.activity.run.LocalActivityRun
Packages that use LocalActivityRun
Package
Description
Contains the activity framework: the code that supports execution of activities within tasks.
Classes that support execution (run) of activities.
-
Uses of LocalActivityRun in com.evolveum.midpoint.model.impl.cleanup
Subclasses of LocalActivityRun in com.evolveum.midpoint.model.impl.cleanupModifier and TypeClassDescriptionfinal class
Activity execution for an elementary cleanup part.static final class
-
Uses of LocalActivityRun in com.evolveum.midpoint.model.impl.integrity.shadows
Subclasses of LocalActivityRun in com.evolveum.midpoint.model.impl.integrity.shadows -
Uses of LocalActivityRun in com.evolveum.midpoint.model.impl.sync.tasks.async
Subclasses of LocalActivityRun in com.evolveum.midpoint.model.impl.sync.tasks.async -
Uses of LocalActivityRun in com.evolveum.midpoint.model.impl.sync.tasks.imp
Subclasses of LocalActivityRun in com.evolveum.midpoint.model.impl.sync.tasks.imp -
Uses of LocalActivityRun in com.evolveum.midpoint.model.impl.sync.tasks.recon
Subclasses of LocalActivityRun in com.evolveum.midpoint.model.impl.sync.tasks.reconModifier and TypeClassDescriptionclass
Code common to all three reconciliation sub-activities: operation completion, resource reconciliation, and remaining shadows reconciliation.final class
The reason of existence of this class is to sendReconciliationResult
object toReconciliationResultListener
after the whole activity finishes.final class
Execution of resource objects reconciliation (the main part of reconciliation). -
Uses of LocalActivityRun in com.evolveum.midpoint.model.impl.sync.tasks.sync
Subclasses of LocalActivityRun in com.evolveum.midpoint.model.impl.sync.tasks.sync -
Uses of LocalActivityRun in com.evolveum.midpoint.model.impl.tasks
Subclasses of LocalActivityRun in com.evolveum.midpoint.model.impl.tasks -
Uses of LocalActivityRun in com.evolveum.midpoint.model.impl.tasks.cluster
Subclasses of LocalActivityRun in com.evolveum.midpoint.model.impl.tasks.cluster -
Uses of LocalActivityRun in com.evolveum.midpoint.model.impl.tasks.scanner
Subclasses of LocalActivityRun in com.evolveum.midpoint.model.impl.tasks.scannerModifier and TypeClassDescriptionfinal class
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 LocalActivityRun in com.evolveum.midpoint.repo.common.activity
Methods in com.evolveum.midpoint.repo.common.activity with parameters of type LocalActivityRunModifier and TypeMethodDescriptionvoid
ActivityTreeStateOverview.recordChildren
(@NotNull LocalActivityRun<?, ?, ?> run, List<Activity<?, ?>> children, @NotNull OperationResult result) We need to know about all the children to be able to display the progress correctly.void
ActivityTreeStateOverview.recordLocalRunFinish
(@NotNull LocalActivityRun<?, ?, ?> run, @Nullable ActivityRunResult runResult, @NotNull OperationResult result) Records the finish of a local activity run.void
ActivityTreeStateOverview.recordLocalRunStart
(@NotNull LocalActivityRun<?, ?, ?> run, @NotNull OperationResult result) Records the start of local activity run in the tree overview.void
ActivityTreeStateOverview.updateBucketAndItemProgress
(@NotNull LocalActivityRun<?, ?, ?> run, @NotNull BucketProgressOverviewType bucketProgress, @NotNull OperationResult result) Updates bucket (and item) progress information in the activity tree.void
ActivityTreeStateOverview.updateItemProgressIfTimePassed
(@NotNull LocalActivityRun<?, ?, ?> run, long interval, OperationResult result) Assumes that the activity run is still in progress. -
Uses of LocalActivityRun in com.evolveum.midpoint.repo.common.activity.run
Subclasses of LocalActivityRun in com.evolveum.midpoint.repo.common.activity.runModifier and TypeClassDescriptionclass
AbstractCompositeActivityRun<WD extends WorkDefinition,
AH extends ActivityHandler<WD, AH>, WS extends AbstractActivityWorkStateType> Run of a set of child activities.final class
CompositeActivityRun<WD extends WorkDefinition,
AH extends ActivityHandler<WD, AH>, WS extends AbstractActivityWorkStateType> 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
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.