public interface JournalNode 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 JournalHierarchySession.
| Modifier and Type | Method and Description |
|---|---|
JournalNodeList |
getChildJournalNodes()
Gets the children of this journal.
|
Journal |
getJournal()
Gets the
Journal at this node. |
JournalNodeList |
getParentJournalNodes()
Gets the parents of this journal.
|
getChildIds, getParentIds, hasChildren, hasParents, isLeaf, isRootgetId, isCurrentisSequesteredJournal getJournal()
Journal at this node.mandatory - This method must be implemented. JournalNodeList getParentJournalNodes()
mandatory - This method must be implemented. JournalNodeList getChildJournalNodes()
mandatory - This method must be implemented.