Interface | osid.voting.rules.RaceProcessorSearchSession | ||
---|---|---|---|
Implements | osid.voting.rules.RaceProcessorQuerySession | ||
Description |
This session provides methods for searching among This session defines views that offer differing behaviors for searching.
| ||
Method | getRaceProcessorSearch | ||
Description |
Gets a race processor search. | ||
Return | osid.voting.rules.RaceProcessorSearch | the race processor search | |
Compliance | mandatory | This method must be implemented. | |
Method | getRaceProcessorSearchOrder | ||
Description |
Gets a race processor search order. The | ||
Return | osid.voting.rules.RaceProcessorSearchOrder | the race processor search order | |
Compliance | mandatory | This method must be implemented. | |
Method | getRaceProcessorsBySearch | ||
Description |
Gets the search results matching the given search query using the given search. | ||
Parameters | osid.voting.rules.RaceProcessorQuery | raceProcessorQuery | the race processor query |
osid.voting.rules.RaceProcessorSearch | raceProcessorSearch | the race processor search | |
Return | osid.voting.rules.RaceProcessorSearchResults | the returned search results | |
Errors | NULL_ARGUMENT | raceProcessorQuery or raceProcessorSearch is
null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
UNSUPPORTED | raceProcessorQuery or raceProcessorSearch is
not of this service | ||
Compliance | mandatory | This method must be implemented. | |
Method | getRaceProcessorQueryFromInspector | ||
Description |
Gets a race processor query from an inspector. The
inspector is available from a | ||
Parameters | osid.voting.rules.RaceProcessorQueryInspector | raceProcessorQueryInspector | a race processor query inspector |
Return | osid.voting.rules.RaceProcessorQuery | the race processor query | |
Errors | NULL_ARGUMENT | raceProcessorQueryInspector is null | |
UNSUPPORTED | raceProcessorQueryInspector is not of this service | ||
Compliance | mandatory | This method must be implemented. |