OSID Logo
OSID Specifications
room package
Version 3.0.0
Release Candidate Preview
Interfaceosid.room.CampusNode
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 CampusHierarchySession.

MethodgetCampus
Description

Gets the Campus at this node.

Returnosid.room.Campusthe campus represented by this node
CompliancemandatoryThis method must be implemented.
MethodgetParentCampusNodes
Description

Gets the parents of this campus.

Returnosid.room.CampusNodeListthe parents of this campus
CompliancemandatoryThis method must be implemented.
MethodgetChildCampusNodes
Description

Gets the children of this campus.

Returnosid.room.CampusNodeListthe children of this campus
CompliancemandatoryThis method must be implemented.