Interface AddressBookNode

All Superinterfaces:
Containable, Identifiable, OsidNode

public interface AddressBookNode 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 AddressBookHierarchySession .

  • Method Details

    • getAddressBook

      AddressBook getAddressBook()
      Gets the AddressBook at this node.
      Returns:
      the address book represented by this node
      Compliance:
      mandatory - This method must be implemented.
    • getParentAddressBookNodes

      AddressBookNodeList getParentAddressBookNodes()
      Gets the parents of this address book.
      Returns:
      the parents of this address book
      Compliance:
      mandatory - This method must be implemented.
    • getChildAddressBookNodes

      AddressBookNodeList getChildAddressBookNodes()
      Gets the children of this address book.
      Returns:
      the children of this address book
      Compliance:
      mandatory - This method must be implemented.