| Interface | osid.voting.rules.RaceConstrainerSearchResults | ||
|---|---|---|---|
| Implements | osid.OsidSearchResults | ||
| Description |
This interface provides a means to capture results of a search. | ||
| Method | getRaceConstrainers | ||
| Description |
Gets the | ||
| Return | osid.voting.rules.RaceConstrainerList | the race constrainer list | |
| Errors | ILLEGAL_STATE | list has already been retrieved | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRaceConstrainerQueryInspector | ||
| Description |
Gets the inspector for the query to examine the terms used in the search. | ||
| Return | osid.voting.rules.RaceConstrainerQueryInspector | the race constrainer query inspector | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRaceConstrainerSearchResultsRecord | ||
| Description |
Gets the race constrainer search results record
corresponding to the given race constrainer search record
| ||
| Parameters | osid.type.Type | raceConstrainerSearchRecordType | a race constrainer search record type |
| Return | osid.voting.rules.records.RaceConstrainerSearchResultsRecord | the race constrainer search results record | |
| Errors | NULL_ARGUMENT | raceConstrainerSearchRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure occurred | ||
| UNSUPPORTED | hasRecordType(raceConstrainerSearchRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |