OSID Logo
OSID Specifications
commenting package
Version 3.0.0
Release Candidate Preview
Interfaceosid.commenting.BookNode
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 BookHierarchySession.

MethodgetBook
Description

Gets the Book at this node.

Returnosid.commenting.Bookthe book represented by this node
CompliancemandatoryThis method must be implemented.
MethodgetParentBookNodes
Description

Gets the parents of this book.

Returnosid.commenting.BookNodeListthe parents of this book
CompliancemandatoryThis method must be implemented.
MethodgetChildBookNodes
Description

Gets the children of this book.

Returnosid.commenting.BookNodeListthe children of this book
CompliancemandatoryThis method must be implemented.