| Interface | osid.contact.rules.ContactEnablerSearchOrder | ||
|---|---|---|---|
| Implements | osid.OsidEnablerSearchOrder | ||
| Description |
An interface for specifying the ordering of search results. | ||
| Method | getContactEnablerSearchOrderRecord | ||
| Description |
Gets the contact enabler search order record
corresponding to the given contact enabler record | ||
| Parameters | osid.type.Type | contactEnablerRecordType | a contact enabler record type |
| Return | osid.contact.rules.records.ContactEnablerSearchOrderRecord | the contact enabler search order record | |
| Errors | NULL_ARGUMENT | contactEnablerRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(contactEnablerRecordType) is false
| ||
| Compliance | mandatory | This method must be implemented. | |