Class ActivityTree

java.lang.Object
com.evolveum.midpoint.repo.common.activity.ActivityTree
All Implemented Interfaces:
DebugDumpable

public class ActivityTree extends Object implements 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).