Uses of Class
com.evolveum.midpoint.repo.common.activity.run.DistributingActivityRun
-
Packages that use DistributingActivityRun Package Description com.evolveum.midpoint.repo.common.activity 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 DistributingActivityRun Modifier and Type Method Description void
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).
-