Interface CourseCatalogNode

All Superinterfaces:
Containable, Identifiable, OsidNode

public interface CourseCatalogNode 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 CourseCatalogHierarchySession .

  • Method Details

    • getCourseCatalog

      CourseCatalog getCourseCatalog()
      Gets the CourseCatalog at this node.
      Returns:
      the course catalog represented by this node
      Compliance:
      mandatory - This method must be implemented.
    • getParentCourseCatalogNodes

      CourseCatalogNodeList getParentCourseCatalogNodes()
      Gets the parents of this course catalog.
      Returns:
      the parents of this course catalog
      Compliance:
      mandatory - This method must be implemented.
    • getChildCourseCatalogNodes

      CourseCatalogNodeList getChildCourseCatalogNodes()
      Gets the children of this course catalog.
      Returns:
      the children of this course catalog
      Compliance:
      mandatory - This method must be implemented.