OSID Logo
OSID Specifications
messaging package
Version 3.1.0
Interfaceosid.messaging.MailboxSearchOrder
Implementsosid.OsidCatalogSearchOrder
Used Byosid.messaging.MailboxSearchSession
Description

An interface for specifying the ordering of search results.

MethodgetMailboxSearchOrderRecord
Description

Gets the mailbox search order record corresponding to the given mailbox record Type.Multiple retrievals return the same underlying object.

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