public interface RealmNode extends OsidNode
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.
| Modifier and Type | Method and Description |
|---|---|
RealmNodeList |
getChildRealmNodes()
Gets the children of this realm.
|
RealmNodeList |
getParentRealmNodes()
Gets the parents of this realm.
|
Realm |
getRealm()
Gets the
Realm at this node. |
getChildIds, getParentIds, hasChildren, hasParents, isLeaf, isRootgetId, isCurrentisSequesteredRealm getRealm()
Realm at this node.mandatory - This method must be implemented. RealmNodeList getParentRealmNodes()
mandatory - This method must be implemented. RealmNodeList getChildRealmNodes()
mandatory - This method must be implemented.