OSID Logo
OSID Specifications
hold package
Version 3.0.0
Release Candidate Preview
Interfaceosid.hold.OublietteNode
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 OublietteHierarchySession.

MethodgetOubliette
Description

Gets the Oubliette at this node.

Returnosid.hold.Oubliettethe oubliette represented by this node
CompliancemandatoryThis method must be implemented.
MethodgetParentOublietteNodes
Description

Gets the parents of this oubliette.

Returnosid.hold.OublietteNodeListthe parents of this oubliette
CompliancemandatoryThis method must be implemented.
MethodgetChildOublietteNodes
Description

Gets the children of this oubliette.

Returnosid.hold.OublietteNodeListthe children of this oubliette
CompliancemandatoryThis method must be implemented.