OSID Logo
OSID Specifications
provisioning package
Version 3.1.0
Interfaceosid.provisioning.DistributorNode
Implementsosid.OsidNode
Used Byosid.provisioning.DistributorHierarchySession
osid.provisioning.DistributorNodeList
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.Distributor the distributor represented by this node
Compliancemandatory This method must be implemented.
MethodgetParentDistributorNodes
Description

Gets the parents of this distributor.

Returnosid.provisioning.DistributorNodeList the parents of this distributor
Compliancemandatory This method must be implemented.
MethodgetChildDistributorNodes
Description

Gets the children of this distributor.

Returnosid.provisioning.DistributorNodeList the children of this distributor
Compliancemandatory This method must be implemented.