OSID Logo
OSID Specifications
commenting package
Version 3.1.0
Interfaceosid.commenting.BookNode
Implementsosid.OsidNode
Used Byosid.commenting.BookHierarchySession
osid.commenting.BookNodeList
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.Book the book represented by this node
Compliancemandatory This method must be implemented.
MethodgetParentBookNodes
Description

Gets the parents of this book.

Returnosid.commenting.BookNodeList the parents of this book
Compliancemandatory This method must be implemented.
MethodgetChildBookNodes
Description

Gets the children of this book.

Returnosid.commenting.BookNodeList the children of this book
Compliancemandatory This method must be implemented.