| Interface | osid.personnel.RealmNode | ||
|---|---|---|---|
| Implements | osid.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
| ||
| Method | getRealm | ||
| Description |
Gets the | ||
| Return | osid.personnel.Realm | the realm represented by this node | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getParentRealmNodes | ||
| Description |
Gets the parents of this realm. | ||
| Return | osid.personnel.RealmNodeList | the parents of this realm | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getChildRealmNodes | ||
| Description |
Gets the children of this realm. | ||
| Return | osid.personnel.RealmNodeList | the children of this realm | |
| Compliance | mandatory | This method must be implemented. | |