OSID Logo
OSID Specifications
inquiry package
Version 3.0.0
Release Candidate Preview
Interfaceosid.inquiry.InquestNode
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 InquestHierarchySession.

MethodgetInquest
Description

Gets the Inquest at this node.

Returnosid.inquiry.Inquestthe inquest represented by this node
CompliancemandatoryThis method must be implemented.
MethodgetParentInquestNodes
Description

Gets the parents of this inquest.

Returnosid.inquiry.InquestNodeListthe parents of this inquest
CompliancemandatoryThis method must be implemented.
MethodgetChildInquestNodes
Description

Gets the children of this inquest.

Returnosid.inquiry.InquestNodeListthe children of this inquest
CompliancemandatoryThis method must be implemented.