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