Interface | osid.provisioning.DistributorNode | ||
---|---|---|---|
Implements | osid.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
| ||
Method | getDistributor | ||
Description |
Gets the | ||
Return | osid.provisioning.Distributor | the distributor represented by this node | |
Compliance | mandatory | This method must be implemented. | |
Method | getParentDistributorNodes | ||
Description |
Gets the parents of this distributor. | ||
Return | osid.provisioning.DistributorNodeList | the parents of this distributor | |
Compliance | mandatory | This method must be implemented. | |
Method | getChildDistributorNodes | ||
Description |
Gets the children of this distributor. | ||
Return | osid.provisioning.DistributorNodeList | the children of this distributor | |
Compliance | mandatory | This method must be implemented. |