OSID Logo
OSID Specifications
messaging package
Version 3.1.0
Interfaceosid.messaging.MailboxSearchResults
Implementsosid.OsidSearchResults
Used Byosid.messaging.MailboxSearchSession
Description

This interface provides a means to capture results of a search.

MethodgetMailboxes
Description

Gets the mailbox list resulting from the search.

Returnosid.messaging.MailboxList the mailbox list
ErrorsILLEGAL_STATE list already retrieved
Compliancemandatory This method must be implemented.
MethodgetMailboxQueryInspector
Description

Gets the inspector for the query to examine the terms used in the search.

Returnosid.messaging.MailboxQueryInspector the mailbox query inspector
Compliancemandatory This method must be implemented.
MethodgetMailboxSearchResultsRecord
Description

Gets the mailbox search results 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.MailboxSearchResultsRecord the mailbox search results record
ErrorsNULL_ARGUMENT mailboxSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(mailboxSearchRecordType) is false
Compliancemandatory This method must be implemented.