Class ActivityBasedTaskRun
java.lang.Object
com.evolveum.midpoint.repo.common.activity.run.task.ActivityBasedTaskRun
- All Implemented Interfaces:
TaskRun
,ShortDumpable
A run of an activity-based task.
-
Method Summary
Modifier and TypeMethodDescription@NotNull CommonTaskBeans
getBeans()
Activity<?,
?> @NotNull RunningTask
Returns the task associated with this run.@NotNull TaskRunResult
run
(OperationResult result) Passes control to the run object.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.evolveum.midpoint.util.ShortDumpable
shortDump, shortDumpLazily
Methods inherited from interface com.evolveum.midpoint.repo.common.activity.run.task.TaskRun
canRun, getRootTask, isRootTask, shortDump
-
Method Details
-
run
Description copied from interface:TaskRun
Passes control to the run object. The object is now responsible for the whole execution of this task.- Specified by:
run
in interfaceTaskRun
- Throws:
TaskException
-
getRunningTask
Description copied from interface:TaskRun
Returns the task associated with this run.- Specified by:
getRunningTask
in interfaceTaskRun
-
getBeans
-
getActivityTree
-
getLocalRootActivity
-
heartbeat
-