OSID Logo
OSID Specifications
contact rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.contact.rules.ContactEnablerSearchOrder
Implementsosid.OsidEnablerSearchOrder
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.TypecontactEnablerRecordTypea contact enabler record type
Returnosid.contact.rules.records.ContactEnablerSearchOrderRecordthe contact enabler search order record
ErrorsNULL_ARGUMENT contactEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(contactEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.