| Interface | osid.contact.AddressBookNode | ||
|---|---|---|---|
| Implements | osid.OsidNode | ||
| Description |
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
| ||
| Method | getAddressBook | ||
| Description |
Gets the | ||
| Return | osid.contact.AddressBook | the address book represented by this node | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getParentAddressBookNodes | ||
| Description |
Gets the parents of this address book. | ||
| Return | osid.contact.AddressBookNodeList | the parents of this address book | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getChildAddressBookNodes | ||
| Description |
Gets the children of this address book. | ||
| Return | osid.contact.AddressBookNodeList | the children of this address book | |
| Compliance | mandatory | This method must be implemented. | |