OSID Logo
OSID Specifications
personnel package
Version 3.1.0
Interfaceosid.personnel.RealmNode
Implementsosid.OsidNode
Used Byosid.personnel.RealmHierarchySession
osid.personnel.RealmNodeList
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.Realm the realm represented by this node
Compliancemandatory This method must be implemented.
MethodgetParentRealmNodes
Description

Gets the parents of this realm.

Returnosid.personnel.RealmNodeList the parents of this realm
Compliancemandatory This method must be implemented.
MethodgetChildRealmNodes
Description

Gets the children of this realm.

Returnosid.personnel.RealmNodeList the children of this realm
Compliancemandatory This method must be implemented.