public interface OrganizationNode 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 OrganizationHierarchySession.
| Modifier and Type | Method and Description |
|---|---|
OrganizationNodeList |
getChildOrganizationNodes()
Gets the children of this organization.
|
Organization |
getOrganization()
Gets the
Organization at this node. |
OrganizationNodeList |
getParentOrganizationNodes()
Gets the parents of this organization.
|
getChildIds, getParentIds, hasChildren, hasParents, isLeaf, isRootgetId, isCurrentisSequesteredOrganization getOrganization()
Organization at this node.mandatory - This method must be implemented. OrganizationNodeList getParentOrganizationNodes()
mandatory - This method must be implemented. OrganizationNodeList getChildOrganizationNodes()
mandatory - This method must be implemented.