| Interface | osid.voting.rules.RaceProcessorEnablerSearchResults | ||
|---|---|---|---|
| Implements | osid.OsidSearchResults | ||
| Description |
This interface provides a means to capture results of a search. | ||
| Method | getRaceProcessorEnablers | ||
| Description |
Gets the | ||
| Return | osid.voting.rules.RaceProcessorEnablerList | the race processor enabler list | |
| Errors | ILLEGAL_STATE | list has already been retrieved | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRaceProcessorEnablerQueryInspector | ||
| Description |
Gets the inspector for the query to examine the terms used in the search. | ||
| Return | osid.voting.rules.RaceProcessorEnablerQueryInspector | the race processor enabler query inspector | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRaceProcessorEnablerSearchResultsRecord | ||
| Description |
Gets the race processor enabler search results record
corresponding to the given race processor enabler search
record | ||
| Parameters | osid.type.Type | raceProcessorEnablerSearchRecordType | a race processor enabler search record type |
| Return | osid.voting.rules.records.RaceProcessorEnablerSearchResultsRecord | the race processor enabler search results record | |
| Errors | NULL_ARGUMENT | raceProcessorEnablerSearchRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure occurred | ||
| UNSUPPORTED | hasRecordType(raceProcessorEnablerSearchRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |