Interface | osid.journaling.JournalNode | ||
---|---|---|---|
Implements | osid.OsidNode | ||
Description |
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
| ||
Method | getJournal | ||
Description |
Gets the | ||
Return | osid.journaling.Journal | the journal represented by this node | |
Compliance | mandatory | This method must be implemented. | |
Method | getParentJournalNodes | ||
Description |
Gets the parents of this journal. | ||
Return | osid.journaling.JournalNodeList | the parents of this journal | |
Compliance | mandatory | This method must be implemented. | |
Method | getChildJournalNodes | ||
Description |
Gets the children of this journal. | ||
Return | osid.journaling.JournalNodeList | the children of this journal | |
Compliance | mandatory | This method must be implemented. |