OSID Logo
OSID Specifications
installation package
Version 3.0.0
Release Candidate Preview
Interfaceosid.installation.DepotNode
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 DepotHierarchySession.

MethodgetDepot
Description

Gets the Depot at this node.

Returnosid.installation.Depotthe depot represented by this node
CompliancemandatoryThis method must be implemented.
MethodgetParentDepotNodes
Description

Gets the parents of this depot.

Returnosid.installation.DepotNodeListthe parents of the id
CompliancemandatoryThis method must be implemented.
MethodgetChildDepotNodes
Description

Gets the children of this depot.

Returnosid.installation.DepotNodeListthe children of this depot
CompliancemandatoryThis method must be implemented.