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