OSID Logo
OSID Specifications
journaling package
Version 3.0.0
Release Candidate Preview
Interfaceosid.journaling.JournalNode
Implementsosid.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 JournalHierarchySession.

MethodgetJournal
Description

Gets the Journal at this node.

Returnosid.journaling.Journalthe journal represented by this node
CompliancemandatoryThis method must be implemented.
MethodgetParentJournalNodes
Description

Gets the parents of this journal.

Returnosid.journaling.JournalNodeListthe parents of this journal
CompliancemandatoryThis method must be implemented.
MethodgetChildJournalNodes
Description

Gets the children of this journal.

Returnosid.journaling.JournalNodeListthe children of this journal
CompliancemandatoryThis method must be implemented.