public interface SubjectNode 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 SubjectHierarchySession.
| Modifier and Type | Method and Description |
|---|---|
SubjectNodeList |
getChildSubjectNodes()
Gets the children of this subject.
|
SubjectNodeList |
getParentSubjectNodes()
Gets the parents of this subject.
|
Subject |
getSubject()
Gets the
Subject at this node. |
getChildIds, getParentIds, hasChildren, hasParents, isLeaf, isRootgetId, isCurrentisSequesteredSubject getSubject()
Subject at this node.mandatory - This method must be implemented. SubjectNodeList getParentSubjectNodes()
id mandatory - This method must be implemented. SubjectNodeList getChildSubjectNodes()
mandatory - This method must be implemented.