public interface CookbookNode 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 CookbookHierarchySession.
| Modifier and Type | Method and Description |
|---|---|
CookbookNodeList |
getChildCookbookNodes()
Gets the children of this cookbook.
|
Cookbook |
getCookbook()
Gets the
Cookbook at this node. |
CookbookNodeList |
getParentCookbookNodes()
Gets the parents of this cookbook.
|
getChildIds, getParentIds, hasChildren, hasParents, isLeaf, isRootgetId, isCurrentisSequesteredCookbook getCookbook()
Cookbook at this node.mandatory - This method must be implemented. CookbookNodeList getParentCookbookNodes()
mandatory - This method must be implemented. CookbookNodeList getChildCookbookNodes()
mandatory - This method must be implemented.