Uses of Class
com.evolveum.midpoint.repo.common.activity.run.ActivityRunResult
Packages that use ActivityRunResult
Package
Description
-
Uses of ActivityRunResult in com.evolveum.midpoint.model.impl.cleanup
Methods in com.evolveum.midpoint.model.impl.cleanup that return ActivityRunResultModifier and TypeMethodDescriptionprotected @NotNull ActivityRunResultCleanupPartialActivityRun.runLocally(OperationResult result) -
Uses of ActivityRunResult in com.evolveum.midpoint.model.impl.sync.tasks.recon
Methods in com.evolveum.midpoint.model.impl.sync.tasks.recon that return ActivityRunResultModifier and TypeMethodDescriptionprotected @NotNull ActivityRunResultReconciliationActivityRun.runLocally(OperationResult result) -
Uses of ActivityRunResult in com.evolveum.midpoint.repo.common.activity
Methods in com.evolveum.midpoint.repo.common.activity with parameters of type ActivityRunResultModifier and TypeMethodDescriptionvoidActivityTreeStateOverview.recordDistributedActivityRealizationFinish(@NotNull DistributingActivityRun<?, ?, ?> run, @NotNull ActivityRunResult runResult, @NotNull OperationResult result) Records the finish of distributed activity realization (NOT run).voidActivityTreeStateOverview.recordLocalRunFinish(@NotNull LocalActivityRun<?, ?, ?> run, @Nullable ActivityRunResult runResult, @NotNull OperationResult result) Records the finish of a local activity run. -
Uses of ActivityRunResult in com.evolveum.midpoint.repo.common.activity.run
Methods in com.evolveum.midpoint.repo.common.activity.run that return ActivityRunResultModifier and TypeMethodDescriptionstatic ActivityRunResultActivityRunResult.aborted(OperationResultStatus opResultStatus, ActivityAbortingInformationType abortingInformation) static ActivityRunResultActivityRunResult.finished(OperationResultStatus opResultStatus) static ActivityRunResultActivityRunResult.fromException(OperationResultStatus opStatus, ActivityRunResultStatus runStatus, Throwable throwable) Converts exception intoActivityRunResult.static @NotNull ActivityRunResultActivityRunResult.handleException(@NotNull Exception e, @NotNull OperationResult opResult, @NotNull AbstractActivityRun<?, ?, ?> activityRun) Handles exceptions that occurred during run of an activity: . converts them intoActivityRunResult. logs them appropriately . records them into the providedOperationResult(Logging and recording are things we usually do when catching exceptions.)static ActivityRunResultActivityRunResult.interrupted()@NotNull ActivityRunResultAbstractActivityRun.run(OperationResult result) Runs the activity.protected abstract @NotNull ActivityRunResultAbstractActivityRun.runInternal(OperationResult result) Carries out the actual run of this activity.protected @NotNull ActivityRunResultDelegatingActivityRun.runInternal(OperationResult result) protected @NotNull ActivityRunResultDistributingActivityRun.runInternal(OperationResult result) protected @NotNull ActivityRunResultLocalActivityRun.runInternal(OperationResult result) protected @NotNull ActivityRunResultAbstractCompositeActivityRun.runLocally(OperationResult result) protected final @NotNull ActivityRunResultIterativeActivityRun.runLocally(OperationResult result) protected abstract @NotNull ActivityRunResultLocalActivityRun.runLocally(OperationResult result) @NotNull ActivityRunResultErrorState.ImmediateStopRequestDetails.runResult()Returns the value of therunResultrecord component.protected ActivityRunResultAbstractActivityRun.standardRunResult()protected ActivityRunResultAbstractActivityRun.standardRunResult(@NotNull OperationResultStatus status) Finished (with specified status), or interrupted.static ActivityRunResultActivityRunResult.success()static ActivityRunResultActivityRunResult.waiting()Methods in com.evolveum.midpoint.repo.common.activity.run with parameters of type ActivityRunResultModifier and TypeMethodDescriptionvoidErrorState.requestImmediateStop(@NotNull ActivityRunResult runResult) Constructors in com.evolveum.midpoint.repo.common.activity.run with parameters of type ActivityRunResultModifierConstructorDescriptionImmediateStopRequestDetails(@NotNull ActivityRunResult runResult) Creates an instance of aImmediateStopRequestDetailsrecord class.