Uses of Interface
org.osid.messaging.MailboxList
Packages that use MailboxList
Package
Description
The Open Service Interface Definitions for the org.osid.messaging
service.
-
Uses of MailboxList in org.osid.messaging
Methods in org.osid.messaging that return MailboxListModifier and TypeMethodDescriptionMailboxHierarchySession.getChildMailboxes(Id mailboxId) Gets the children of the given mailbox.MailboxLookupSession.getMailboxes()Gets allMailboxes.MailboxSearchResults.getMailboxes()Gets the mailbox list resulting from the search.MailboxLookupSession.getMailboxesByGenusType(Type mailboxGenusType) Gets aMailboxcorresponding to the given mailbox genusTypewhich does not include mailboxes of types derived from the specifiedType.MailboxLookupSession.getMailboxesByIds(IdList mailboxIds) Gets aMailboxLidtcorresponding to the givenIdList.MessageMailboxSession.getMailboxesByMessage(Id messageId) Gets the list ofMailboxobjects mapped to aMessage.MailboxLookupSession.getMailboxesByParentGenusType(Type mailboxGenusType) Gets aMailboxListcorresponding to the given psocess genusTypeand include any additional mailboxes with genus types derived from the specifiedType.In plenary mode, the returned list contains all known mailboxes or an error results.MailboxLookupSession.getMailboxesByProvider(Id resourceId) Gets aMailboxListfor the given provider.MailboxQuerySession.getMailboxesByQuery(MailboxQuery mailboxQuery) Gets a list ofMailboxesmatching the given mailbox query.MailboxLookupSession.getMailboxesByRecordType(Type mailboxRecordType) Gets aMailboxListcontaining the given mailbox recordType.MailboxHierarchySession.getParentMailboxes(Id mailboxId) Gets the parents of the given mailbox.MailboxHierarchySession.getRootMailboxes()Gets the root mailboxes in the mailbox hierarchy.