Class ActivityTree
java.lang.Object
com.evolveum.midpoint.repo.common.activity.ActivityTree
- All Implemented Interfaces:
- DebugDumpable
Represents the tree of activities that comprise a logical task.
 Basically, binds together the root activity (
StandaloneActivity) and the dynamic object representing
 the state of the whole tree (ActivityTreeStateOverview).- 
Field SummaryFields inherited from interface com.evolveum.midpoint.util.DebugDumpableINDENT_STRING
- 
Method SummaryModifier and TypeMethodDescriptionstatic ActivityTreedebugDump(int indent) @NotNull Activity<?,?> getActivity(ActivityPath path) @NotNull CommonTaskBeansgetBeans()@NotNull Activity<?,?> @NotNull ActivityTreeStateOverviewvoidpurgeState(ActivityBasedTaskRun taskRun, OperationResult result) Purges the activity state (usually before new realization).toString()voidMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.util.DebugDumpabledebugDump, debugDumpLazily, debugDumpLazily
- 
Method Details- 
create
- 
getRootActivity
- 
getBeans
- 
toString
- 
debugDump- Specified by:
- debugDumpin interface- DebugDumpable
 
- 
getActivity- Throws:
- SchemaException
 
- 
getTreeStateOverview
- 
getRealizationState
- 
updateRealizationStatepublic void updateRealizationState(ActivityTreeRealizationStateType value, OperationResult result) throws ActivityRunException - Throws:
- ActivityRunException
 
- 
purgeStatepublic void purgeState(ActivityBasedTaskRun taskRun, OperationResult result) throws ActivityRunException Purges the activity state (usually before new realization).- Throws:
- ActivityRunException
 
 
-