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