OSID Logo
OSID Specifications
recipe package
Version 3.0.0
Release Candidate Preview
Interfaceosid.recipe.CookbookNode
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 CookbookHierarchySession.

MethodgetCookbook
Description

Gets the Cookbook at this node.

Returnosid.recipe.Cookbookthe cook book represented by this node
CompliancemandatoryThis method must be implemented.
MethodgetParentCookbookNodes
Description

Gets the parents of this cookbook.

Returnosid.recipe.CookbookNodeListthe parents of this cookbook
CompliancemandatoryThis method must be implemented.
MethodgetChildCookbookNodes
Description

Gets the children of this cookbook.

Returnosid.recipe.CookbookNodeListthe children of this cook book
CompliancemandatoryThis method must be implemented.