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 SummaryModifier and TypeMethodDescription@NotNull CommonTaskBeansgetBeans()Activity<?,?> @NotNull RunningTaskReturns the task associated with this run.@NotNull TaskRunResultrun(OperationResult result) Passes control to the run object.Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.util.ShortDumpableshortDump, shortDumpLazilyMethods inherited from interface com.evolveum.midpoint.repo.common.activity.run.task.TaskRuncanRun, getRootTask, isRootTask, shortDump
- 
Method Details- 
runDescription copied from interface:TaskRunPasses control to the run object. The object is now responsible for the whole execution of this task.- Specified by:
- runin interface- TaskRun
- Throws:
- TaskException
 
- 
getRunningTaskDescription copied from interface:TaskRunReturns the task associated with this run.- Specified by:
- getRunningTaskin interface- TaskRun
 
- 
getBeans
- 
getActivityTree
- 
getLocalRootActivity
- 
heartbeat
 
-