public interface CatalogNode 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 CatalogHierarchySession.
| Modifier and Type | Method and Description |
|---|---|
Catalog |
getCatalog()
Gets the
Catalog at this node. |
CatalogNodeList |
getChildCatalogNodes()
Gets the children of this catalog.
|
CatalogNodeList |
getParentCatalogNodes()
Gets the parents of this catalog.
|
getChildIds, getParentIds, hasChildren, hasParents, isLeaf, isRootgetId, isCurrentisSequesteredCatalog getCatalog()
Catalog at this node.mandatory - This method must be implemented. CatalogNodeList getParentCatalogNodes()
id mandatory - This method must be implemented. CatalogNodeList getChildCatalogNodes()
mandatory - This method must be implemented.