| Interface | osid.voting.rules.RaceConstrainerSearchSession | ||
|---|---|---|---|
| Implements | osid.voting.rules.RaceConstrainerQuerySession | ||
| Description |
This session provides methods for searching among This session defines views that offer differing behaviors for searching.
| ||
| Method | getRaceConstrainerSearch | ||
| Description |
Gets a race constrainer search. | ||
| Return | osid.voting.rules.RaceConstrainerSearch | the race constrainer search | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRaceConstrainerSearchOrder | ||
| Description |
Gets a race constrainer search order. The | ||
| Return | osid.voting.rules.RaceConstrainerSearchOrder | the race constrainer search order | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRaceConstrainersBySearch | ||
| Description |
Gets the search results matching the given search query using the given search. | ||
| Parameters | osid.voting.rules.RaceConstrainerQuery | raceConstrainerQuery | the race constrainer query |
osid.voting.rules.RaceConstrainerSearch | raceConstrainerSearch | the race constrainer search | |
| Return | osid.voting.rules.RaceConstrainerSearchResults | the returned search results | |
| Errors | NULL_ARGUMENT | raceConstrainerQuery or raceConstrainerSearch
is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| UNSUPPORTED | raceConstrainerQuery or raceConstrainerSearch
is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getRaceConstrainerQueryFromInspector | ||
| Description |
Gets a race constrainer query from an inspector. The
inspector is available from a | ||
| Parameters | osid.voting.rules.RaceConstrainerQueryInspector | raceConstrainerQueryInspector | a race constrainer query inspector |
| Return | osid.voting.rules.RaceConstrainerQuery | the race constrainer query | |
| Errors | NULL_ARGUMENT | raceConstrainerQueryInspector is null | |
| UNSUPPORTED | raceConstrainerQueryInspector is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |