OSID Logo
OSID Specifications
journaling package
Version 3.1.0
Interfaceosid.journaling.JournalNode
Implementsosid.OsidNode
Used Byosid.journaling.JournalHierarchySession
osid.journaling.JournalNodeList
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 JournalHierarchySession.

MethodgetJournal
Description

Gets the Journal at this node.

Returnosid.journaling.Journal the journal represented by this node
Compliancemandatory This method must be implemented.
MethodgetParentJournalNodes
Description

Gets the parents of this journal.

Returnosid.journaling.JournalNodeList the parents of this journal
Compliancemandatory This method must be implemented.
MethodgetChildJournalNodes
Description

Gets the children of this journal.

Returnosid.journaling.JournalNodeList the children of this journal
Compliancemandatory This method must be implemented.