| Interface | osid.voting.rules.RaceProcessorSearchResults | ||
|---|---|---|---|
| Implements | osid.OsidSearchResults | ||
| Description |
This interface provides a means to capture results of a search. | ||
| Method | getRaceProcessors | ||
| Description |
Gets the | ||
| Return | osid.voting.rules.RaceProcessorList | the race processor list | |
| Errors | ILLEGAL_STATE | list has already been retrieved | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRaceProcessorQueryInspector | ||
| Description |
Gets the inspector for the query to examine the terms used in the search. | ||
| Return | osid.voting.rules.RaceProcessorQueryInspector | the race processor query inspector | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRaceProcessorSearchResultsRecord | ||
| Description |
Gets the race processor search results 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.RaceProcessorSearchResultsRecord | the race processor search results record | |
| Errors | NULL_ARGUMENT | raceProcessorSearchRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure occurred | ||
| UNSUPPORTED | hasRecordType(raceProcessorSearchRecordType) is false
| ||
| Compliance | mandatory | This method must be implemented. | |