OSID Logo
OSID Specifications
personnel package
Version 3.1.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.Organization the organization represented by this node
Compliancemandatory This method must be implemented.
MethodgetParentOrganizationNodes
Description

Gets the parents of this organization.

Returnosid.personnel.OrganizationNodeList the parents of this organization
Compliancemandatory This method must be implemented.
MethodgetChildOrganizationNodes
Description

Gets the children of this organization.

Returnosid.personnel.OrganizationNodeList the children of this organization
Compliancemandatory This method must be implemented.