public interface MailboxNode 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 MailboxHierarchySession.
Modifier and Type | Method and Description |
---|---|
MailboxNodeList |
getChildMailboxNodes()
Gets the children of this mailbox.
|
Mailbox |
getMailbox()
Gets the
Mailbox at this node. |
MailboxNodeList |
getParentMailboxNodes()
Gets the parents of this mailbox.
|
getChildIds, getParentIds, hasChildren, hasParents, isLeaf, isRoot
getId, isCurrent
isSequestered
Mailbox getMailbox()
Mailbox
at this node.mandatory
- This method must be implemented. MailboxNodeList getParentMailboxNodes()
mandatory
- This method must be implemented. MailboxNodeList getChildMailboxNodes()
mandatory
- This method must be implemented.