OSID Logo
OSID Specifications
messaging package
Version 3.0.0
Release Candidate Preview
Interfaceosid.messaging.MailboxNode
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 MailboxHierarchySession.

MethodgetMailbox
Description

Gets the Mailbox at this node.

Returnosid.messaging.Mailboxthe mailbox represented by this node
CompliancemandatoryThis method must be implemented.
MethodgetParentMailboxNodes
Description

Gets the parents of this mailbox.

Returnosid.messaging.MailboxNodeListthe parents of this mailbox
CompliancemandatoryThis method must be implemented.
MethodgetChildMailboxNodes
Description

Gets the children of this mailbox.

Returnosid.messaging.MailboxNodeListthe children of this mailbox
CompliancemandatoryThis method must be implemented.