Uses of Class
com.evolveum.midpoint.repo.common.activity.run.ActivityRunResult
Packages that use ActivityRunResult
Package
Description
Contains the activity framework: the code that supports execution of activities within tasks.
Classes that support execution (run) of activities.
-
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.exception(OperationResultStatus opStatus, TaskRunResult.TaskRunResultStatus runStatus, Throwable throwable) static ActivityRunResultActivityRunResult.finished(OperationResultStatus opResultStatus) static ActivityRunResultActivityRunResult.finished(OperationResultStatusType opResultStatusBean) 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) protected ActivityRunResultAbstractActivityRun.standardRunResult()protected ActivityRunResultAbstractActivityRun.standardRunResult(@Nullable OperationResultStatus status) Finished (with specified status), or interrupted.static ActivityRunResultActivityRunResult.success()static ActivityRunResultActivityRunResult.waiting()