OSID Logo
OSID Specifications
provisioning package
Version 3.0.0
Release Candidate Preview
Interfaceosid.provisioning.DistributorNode
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 DistributorHierarchySession.

MethodgetDistributor
Description

Gets the Distributor at this node.

Returnosid.provisioning.Distributorthe distributor represented by this node
CompliancemandatoryThis method must be implemented.
MethodgetParentDistributorNodes
Description

Gets the parents of this distributor.

Returnosid.provisioning.DistributorNodeListthe parents of this distributor
CompliancemandatoryThis method must be implemented.
MethodgetChildDistributorNodes
Description

Gets the children of this distributor.

Returnosid.provisioning.DistributorNodeListthe children of this distributor
CompliancemandatoryThis method must be implemented.