OSID Logo
OSID Specifications
contact rules package
Version 3.1.0
Interfaceosid.contact.rules.ContactEnablerSearchOrder
Implementsosid.OsidEnablerSearchOrder
Used Byosid.contact.rules.ContactEnablerSearchSession
osid.contact.rules.ContactEnablerSmartAddressBookSession
Description

An interface for specifying the ordering of search results.

MethodgetContactEnablerSearchOrderRecord
Description

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

Parametersosid.type.TypecontactEnablerRecordType a contact enabler record type
Returnosid.contact.rules.records.ContactEnablerSearchOrderRecord the contact enabler search order record
ErrorsNULL_ARGUMENT contactEnablerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(contactEnablerRecordType) is false
Compliancemandatory This method must be implemented.