public interface ProfileNode 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 ProfileHierarchySession.
| Modifier and Type | Method and Description |
|---|---|
ProfileNodeList |
getChildProfileNodes()
Gets the children of this profile.
|
ProfileNodeList |
getParentProfileNodes()
Gets the parents of this profile.
|
Profile |
getProfile()
Gets the
Profile at this node. |
getChildIds, getParentIds, hasChildren, hasParents, isLeaf, isRootgetId, isCurrentisSequesteredProfile getProfile()
Profile at this node.mandatory - This method must be implemented. ProfileNodeList getParentProfileNodes()
mandatory - This method must be implemented. ProfileNodeList getChildProfileNodes()
mandatory - This method must be implemented.