OSID Logo
OSID Specifications
offering package
Version 3.0.0
Release Candidate Preview
Interfaceosid.offering.CatalogueNode
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 CatalogueHierarchySession.

MethodgetCatalogue
Description

Gets the Catalogue at this node.

Returnosid.offering.Cataloguethe catalogue represented by this node
CompliancemandatoryThis method must be implemented.
MethodgetParentCatalogueNodes
Description

Gets the parents of this catalogue.

Returnosid.offering.CatalogueNodeListthe parents of this catalogue
CompliancemandatoryThis method must be implemented.
MethodgetChildCatalogueNodes
Description

Gets the children of this catalogue.

Returnosid.offering.CatalogueNodeListthe children of this catalogue
CompliancemandatoryThis method must be implemented.