OSID Logo
OSID Specifications
personnel package
Version 3.0.0
Release Candidate Preview
Interfaceosid.personnel.RealmNode
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 RealmHierarchySession.

MethodgetRealm
Description

Gets the Realm at this node.

Returnosid.personnel.Realmthe realm represented by this node
CompliancemandatoryThis method must be implemented.
MethodgetParentRealmNodes
Description

Gets the parents of this realm.

Returnosid.personnel.RealmNodeListthe parents of this realm
CompliancemandatoryThis method must be implemented.
MethodgetChildRealmNodes
Description

Gets the children of this realm.

Returnosid.personnel.RealmNodeListthe children of this realm
CompliancemandatoryThis method must be implemented.