Interface | osid.voting.rules.RaceProcessorSearch | ||
---|---|---|---|
Implements | osid.OsidSearch | ||
Description |
The search interface for governing race processor searches. | ||
Method | searchAmongRaceProcessors | ||
Description |
Execute this search among the given list of race processors. | ||
Parameters | osid.id.IdList | pollsIds | list of race processors |
Errors | NULL_ARGUMENT | pollsIds is null | |
Compliance | mandatory | This method must be implemented. | |
Method | orderRaceProcessorResults | ||
Description |
Specify an ordering to the search results. | ||
Parameters | osid.voting.rules.RaceProcessorSearchOrder | raceProcessorSearchOrder | race processor search order |
Errors | NULL_ARGUMENT | raceProcessorSearchOrder is null | |
UNSUPPORTED | raceProcessorSearchOrder is not of this service | ||
Compliance | mandatory | This method must be implemented. | |
Method | getRaceProcessorSearchRecord | ||
Description |
Gets the race processor search record corresponding to
the given race processor search record | ||
Parameters | osid.type.Type | raceProcessorSearchRecordType | a race processor search record type |
Return | osid.voting.rules.records.RaceProcessorSearchRecord | the race processor search record | |
Errors | NULL_ARGUMENT | raceProcessorSearchRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(raceProcessorSearchRecordType) is false
| ||
Compliance | mandatory | This method must be implemented. |