OSID Logo
OSID Specifications
personnel package
Version 3.0.0
Interfaceosid.personnel.OrganizationNode
Implementsosid.OsidNode
Used Byosid.personnel.OrganizationHierarchySession
osid.personnel.OrganizationNodeList
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 OrganizationHierarchySession .

MethodgetOrganization
Description

Gets the Organization at this node.

Returnosid.personnel.Organizationthe organization represented by this node
CompliancemandatoryThis method must be implemented.
MethodgetParentOrganizationNodes
Description

Gets the parents of this organization.

Returnosid.personnel.OrganizationNodeListthe parents of this organization
CompliancemandatoryThis method must be implemented.
MethodgetChildOrganizationNodes
Description

Gets the children of this organization.

Returnosid.personnel.OrganizationNodeListthe children of this organization
CompliancemandatoryThis method must be implemented.