OSID Logo
OSID Specifications
repository package
Version 3.0.0
Release Candidate Preview
Interfaceosid.repository.RepositoryNode
Implementsosid.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 RepositoryHierarchySession.

MethodgetRepository
Description

Gets the Repository at this node.

Returnosid.repository.Repositorythe repository represented by this node
CompliancemandatoryThis method must be implemented.
MethodgetParentRepositoryNodes
Description

Gets the parents of this repository.

Returnosid.repository.RepositoryNodeListthe parents of the id
CompliancemandatoryThis method must be implemented.
MethodgetChildRepositoryNodes
Description

Gets the children of this repository.

Returnosid.repository.RepositoryNodeListthe children of this repository
CompliancemandatoryThis method must be implemented.