OSID Logo
OSID Specifications
offering package
Version 3.1.0
Interfaceosid.offering.CatalogueNode
Implementsosid.OsidNode
Used Byosid.offering.CatalogueHierarchySession
osid.offering.CatalogueNodeList
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.Catalogue the catalogue represented by this node
Compliancemandatory This method must be implemented.
MethodgetParentCatalogueNodes
Description

Gets the parents of this catalogue.

Returnosid.offering.CatalogueNodeList the parents of this catalogue
Compliancemandatory This method must be implemented.
MethodgetChildCatalogueNodes
Description

Gets the children of this catalogue.

Returnosid.offering.CatalogueNodeList the children of this catalogue
Compliancemandatory This method must be implemented.