OSID Logo
OSID Specifications
course package
Version 3.0.0
Release Candidate Preview
Interfaceosid.course.CourseCatalogNode
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 CourseCatalogHierarchySession.

MethodgetCourseCatalog
Description

Gets the CourseCatalog at this node.

Returnosid.course.CourseCatalogthe course catalog represented by this node
CompliancemandatoryThis method must be implemented.
MethodgetParentCourseCatalogNodes
Description

Gets the parents of this course catalog.

Returnosid.course.CourseCatalogNodeListthe parents of this course catalog
CompliancemandatoryThis method must be implemented.
MethodgetChildCourseCatalogNodes
Description

Gets the children of this course catalog.

Returnosid.course.CourseCatalogNodeListthe children of this course catalog
CompliancemandatoryThis method must be implemented.