| Interface | osid.personnel.OrganizationNode | ||
|---|---|---|---|
| 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 | getOrganization | ||
| Description |
Gets the | ||
| Return | osid.personnel.Organization | the organization represented by this node | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getParentOrganizationNodes | ||
| Description |
Gets the parents of this organization. | ||
| Return | osid.personnel.OrganizationNodeList | the parents of this organization | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getChildOrganizationNodes | ||
| Description |
Gets the children of this organization. | ||
| Return | osid.personnel.OrganizationNodeList | the children of this organization | |
| Compliance | mandatory | This method must be implemented. | |