OSID Logo
OSID Specifications
cataloging package
Version 3.0.0
Release Candidate Preview
Interfaceosid.cataloging.CatalogNode
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 CatalogHierarchySession.

MethodgetCatalog
Description

Gets the Catalog at this node.

Returnosid.cataloging.Catalogthe catalog represented by this node
CompliancemandatoryThis method must be implemented.
MethodgetParentCatalogNodes
Description

Gets the parents of this catalog.

Returnosid.cataloging.CatalogNodeListthe parents of the id
CompliancemandatoryThis method must be implemented.
MethodgetChildCatalogNodes
Description

Gets the children of this catalog.

Returnosid.cataloging.CatalogNodeListthe children of this catalog
CompliancemandatoryThis method must be implemented.