Interface ProfileNode

All Superinterfaces:
Containable, Identifiable, OsidNode

public interface ProfileNode 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 ProfileHierarchySession .

  • Method Details

    • getProfile

      Profile getProfile()
      Gets the Profile at this node.
      Returns:
      the profile represented by this node
      Compliance:
      mandatory - This method must be implemented.
    • getParentProfileNodes

      ProfileNodeList getParentProfileNodes()
      Gets the parents of this profile.
      Returns:
      the parents of this profile
      Compliance:
      mandatory - This method must be implemented.
    • getChildProfileNodes

      ProfileNodeList getChildProfileNodes()
      Gets the children of this profile.
      Returns:
      the children of this profile
      Compliance:
      mandatory - This method must be implemented.