Interface DistributorNode

All Superinterfaces:
Containable, Identifiable, OsidNode

public interface DistributorNode extends OsidNode

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 .

  • Method Details

    • getDistributor

      Distributor getDistributor()
      Gets the Distributor at this node.
      Returns:
      the distributor represented by this node
      Compliance:
      mandatory - This method must be implemented.
    • getParentDistributorNodes

      DistributorNodeList getParentDistributorNodes()
      Gets the parents of this distributor.
      Returns:
      the parents of this distributor
      Compliance:
      mandatory - This method must be implemented.
    • getChildDistributorNodes

      DistributorNodeList getChildDistributorNodes()
      Gets the children of this distributor.
      Returns:
      the children of this distributor
      Compliance:
      mandatory - This method must be implemented.