Interface | osid.messaging.MailboxNode | ||
---|---|---|---|
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 | getMailbox | ||
Description |
Gets the | ||
Return | osid.messaging.Mailbox | the mailbox represented by this node | |
Compliance | mandatory | This method must be implemented. | |
Method | getParentMailboxNodes | ||
Description |
Gets the parents of this mailbox. | ||
Return | osid.messaging.MailboxNodeList | the parents of this mailbox | |
Compliance | mandatory | This method must be implemented. | |
Method | getChildMailboxNodes | ||
Description |
Gets the children of this mailbox. | ||
Return | osid.messaging.MailboxNodeList | the children of this mailbox | |
Compliance | mandatory | This method must be implemented. |