OSID Logo
OSID Specifications
hold package
Version 3.1.0
Interfaceosid.hold.OublietteNode
Implementsosid.OsidNode
Used Byosid.hold.OublietteHierarchySession
osid.hold.OublietteNodeList
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 OublietteHierarchySession.

MethodgetOubliette
Description

Gets the Oubliette at this node.

Returnosid.hold.Oubliette the oubliette represented by this node
Compliancemandatory This method must be implemented.
MethodgetParentOublietteNodes
Description

Gets the parents of this oubliette.

Returnosid.hold.OublietteNodeList the parents of this oubliette
Compliancemandatory This method must be implemented.
MethodgetChildOublietteNodes
Description

Gets the children of this oubliette.

Returnosid.hold.OublietteNodeList the children of this oubliette
Compliancemandatory This method must be implemented.