Interface OrganizationNode

All Superinterfaces:
Containable, Identifiable, OsidNode

public interface OrganizationNode 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 OrganizationHierarchySession .

  • Method Details

    • getOrganization

      Organization getOrganization()
      Gets the Organization at this node.
      Returns:
      the organization represented by this node
      Compliance:
      mandatory - This method must be implemented.
    • getParentOrganizationNodes

      OrganizationNodeList getParentOrganizationNodes()
      Gets the parents of this organization.
      Returns:
      the parents of this organization
      Compliance:
      mandatory - This method must be implemented.
    • getChildOrganizationNodes

      OrganizationNodeList getChildOrganizationNodes()
      Gets the children of this organization.
      Returns:
      the children of this organization
      Compliance:
      mandatory - This method must be implemented.