OSID Logo
OSID Specifications
contact package
Version 3.0.0
Release Candidate Preview
Interfaceosid.contact.AddressBookNode
Implementsosid.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 AddressBookHierarchySession.

MethodgetAddressBook
Description

Gets the AddressBook at this node.

Returnosid.contact.AddressBookthe address book represented by this node
CompliancemandatoryThis method must be implemented.
MethodgetParentAddressBookNodes
Description

Gets the parents of this address book.

Returnosid.contact.AddressBookNodeListthe parents of this address book
CompliancemandatoryThis method must be implemented.
MethodgetChildAddressBookNodes
Description

Gets the children of this address book.

Returnosid.contact.AddressBookNodeListthe children of this address book
CompliancemandatoryThis method must be implemented.