public interface CatalogueNode extends OsidNode
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.
| Modifier and Type | Method and Description |
|---|---|
Catalogue |
getCatalogue()
Gets the
Catalogue at this node. |
CatalogueNodeList |
getChildCatalogueNodes()
Gets the children of this catalogue.
|
CatalogueNodeList |
getParentCatalogueNodes()
Gets the parents of this catalogue.
|
getChildIds, getParentIds, hasChildren, hasParents, isLeaf, isRootgetId, isCurrentisSequesteredCatalogue getCatalogue()
Catalogue at this node.mandatory - This method must be implemented. CatalogueNodeList getParentCatalogueNodes()
mandatory - This method must be implemented. CatalogueNodeList getChildCatalogueNodes()
mandatory - This method must be implemented.