OSID Logo
OSID Specifications
repository package
Version 3.1.0
Interfaceosid.repository.RepositoryNode
Implementsosid.OsidNode
Used Byosid.repository.RepositoryHierarchySession
osid.repository.RepositoryNodeList
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 RepositoryHierarchySession.

MethodgetRepository
Description

Gets the Repository at this node.

Returnosid.repository.Repository the repository represented by this node
Compliancemandatory This method must be implemented.
MethodgetParentRepositoryNodes
Description

Gets the parents of this repository.

Returnosid.repository.RepositoryNodeList the parents of the id
Compliancemandatory This method must be implemented.
MethodgetChildRepositoryNodes
Description

Gets the children of this repository.

Returnosid.repository.RepositoryNodeList the children of this repository
Compliancemandatory This method must be implemented.