Uses of Class
com.evolveum.midpoint.repo.common.activity.run.DistributingActivityRun
Packages that use DistributingActivityRun
Package
Description
Contains the activity framework: the code that supports execution of activities within tasks.
-
Uses of DistributingActivityRun in com.evolveum.midpoint.repo.common.activity
Methods in com.evolveum.midpoint.repo.common.activity with parameters of type DistributingActivityRunModifier and TypeMethodDescriptionvoid
ActivityTreeStateOverview.recordDistributedActivityRealizationFinish
(@NotNull DistributingActivityRun<?, ?, ?> run, @NotNull ActivityRunResult runResult, @NotNull OperationResult result) Records the finish of distributed activity realization (NOT run).void
ActivityTreeStateOverview.recordDistributedActivityRealizationStart
(@NotNull DistributingActivityRun<?, ?, ?> run, @NotNull OperationResult result) Records the start of distributed activity realization (NOT run).