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 classActivity 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.impModifier and TypeClassDescriptionclassAbstractImportActivityRun<WD extends ResourceSetTaskWorkDefinition,AH extends ModelActivityHandler<WD, AH>> Abstract class for runner of tasks based on import (import and shadow reclassification).final class -
Uses of LocalActivityRun in com.evolveum.midpoint.model.impl.sync.tasks.imp.reclassification
-
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 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 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 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. -
Uses of LocalActivityRun in com.evolveum.midpoint.repo.common.activity
Methods in com.evolveum.midpoint.repo.common.activity with parameters of type LocalActivityRunModifier and TypeMethodDescriptionvoidActivityTreeStateOverview.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.voidActivityTreeStateOverview.recordLocalRunFinish(@NotNull LocalActivityRun<?, ?, ?> run, @Nullable ActivityRunResult runResult, @NotNull OperationResult result) Records the finish of a local activity run.voidActivityTreeStateOverview.recordLocalRunStart(@NotNull LocalActivityRun<?, ?, ?> run, @NotNull OperationResult result) Records the start of local activity run in the tree overview.voidActivityTreeStateOverview.updateBucketAndItemProgress(@NotNull LocalActivityRun<?, ?, ?> run, @NotNull BucketProgressOverviewType bucketProgress, @NotNull OperationResult result) Updates bucket (and item) progress information in the activity tree.voidActivityTreeStateOverview.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 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> 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.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.