| Interface | osid.control.rules.InputEnablerSearchOrder | ||
|---|---|---|---|
| Implements | osid.OsidEnablerSearchOrder | ||
| Description |
An interface for specifying the ordering of search results. | ||
| Method | getInputEnablerSearchOrderRecord | ||
| Description |
Gets the input enabler search order record
corresponding to the given input enabler record | ||
| Parameters | osid.type.Type | inputEnablerRecordType | an input enabler record type |
| Return | osid.control.rules.records.InputEnablerSearchOrderRecord | the input enabler search order record | |
| Errors | NULL_ARGUMENT | inputEnablerRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(inputEnablerRecordType) is false
| ||
| Compliance | mandatory | This method must be implemented. | |