OSID Logo
OSID Specifications
messaging package
Version 3.1.0
Interfaceosid.messaging.MailboxSearch
Implementsosid.OsidSearch
Used Byosid.messaging.MailboxSearchSession
Description

The interface for governing mailbox searches.

MethodsearchAmongMailboxes
Description

Execute this search among the given list of mailboxes.

Parametersosid.id.IdListmailboxIds list of mailboxes
ErrorsNULL_ARGUMENT mailboxIds is null
Compliancemandatory This method must be implemented.
MethodorderMailboxResults
Description

Specify an ordering to the search results.

Parametersosid.messaging.MailboxSearchOrdermailboxSearchOrder mailbox search order
ErrorsNULL_ARGUMENT mailboxSearchOrder is null
UNSUPPORTED mailboxSearchOrder is not of this service
Compliancemandatory This method must be implemented.
MethodgetMailboxSearchRecord
Description

Gets the mailbox search record corresponding to the given mailbox search record Type. This method must be used to retrieve an object implementing the requested record interface along with all of its ancestor interfaces.

Parametersosid.type.TypemailboxSearchRecordType a mailbox search record type
Returnosid.messaging.records.MailboxSearchRecord the mailbox search record
ErrorsNULL_ARGUMENT mailboxSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(mailboxSearchRecordType) is false
Compliancemandatory This method must be implemented.