Interface FrontOfficeNode

All Superinterfaces:
Containable, Identifiable, OsidNode

public interface FrontOfficeNode 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 FrontOfficeHierarchySession .

  • Method Details

    • getFrontOffice

      FrontOffice getFrontOffice()
      Gets the FrontOffice at this node.
      Returns:
      the front office represented by this node
      Compliance:
      mandatory - This method must be implemented.
    • getParentFrontOfficeNodes

      FrontOfficeNodeList getParentFrontOfficeNodes()
      Gets the parents of this front office.
      Returns:
      the parents of this front office
      Compliance:
      mandatory - This method must be implemented.
    • getChildFrontOfficeNodes

      FrontOfficeNodeList getChildFrontOfficeNodes()
      Gets the children of this front office.
      Returns:
      the children of this front office
      Compliance:
      mandatory - This method must be implemented.