public interface ActivityNode extends OsidNode
This interface is a container for a partial hierarchy retrieval. The
number of hierarchy levels traversable through this interface depend on
the number of levels requested in the ActivityHierarchySession.
| Modifier and Type | Method and Description |
|---|---|
Activity |
getActivity()
Gets the
Activity at this node. |
ActivityNodeList |
getChildActivityNodes()
Gets the children of this activity.
|
ActivityNodeList |
getParentActivityNodes()
Gets the parents of this activity.
|
getChildIds, getParentIds, hasChildren, hasParents, isLeaf, isRootgetId, isCurrentisSequesteredActivity getActivity()
Activity at this node.mandatory - This method must be implemented. ActivityNodeList getParentActivityNodes()
mandatory - This method must be implemented. ActivityNodeList getChildActivityNodes()
mandatory - This method must be implemented.