OSID Logo
OSID Specifications
messaging package
Version 3.0.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.IdListmailboxIdslist of mailboxes
ErrorsNULL_ARGUMENTmailboxIds is null
CompliancemandatoryThis method must be implemented.
MethodorderMailboxResults
Description

Specify an ordering to the search results.

Parametersosid.messaging.MailboxSearchOrdermailboxSearchOrdermailbox search order
ErrorsNULL_ARGUMENTmailboxSearchOrder is null
UNSUPPORTEDmailboxSearchOrder is not of this service
CompliancemandatoryThis 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.TypemailboxSearchRecordTypea mailbox search record type
Returnosid.messaging.records.MailboxSearchRecordthe mailbox search record
ErrorsNULL_ARGUMENTmailboxSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(mailboxSearchRecordType) is false
CompliancemandatoryThis method must be implemented.