Interface | osid.voting.rules.RaceProcessorEnablerSearch | ||
---|---|---|---|
Implements | osid.OsidSearch | ||
Description |
The search interface for governing race processor enabler searches. | ||
Method | searchAmongRaceProcessorEnablers | ||
Description |
Execute this search among the given list of race processor enablers. | ||
Parameters | osid.id.IdList | raceProcessorEnablerIds | list of race processor enablers |
Errors | NULL_ARGUMENT | raceProcessorEnablerIds is null | |
Compliance | mandatory | This method must be implemented. | |
Method | orderRaceProcessorEnablerResults | ||
Description |
Specify an ordering to the search results. | ||
Parameters | osid.voting.rules.RaceProcessorEnablerSearchOrder | raceProcessorEnablerSearchOrder | race processor enabler search order |
Errors | NULL_ARGUMENT | raceProcessorEnablerSearchOrder is null | |
UNSUPPORTED | raceProcessorEnablerSearchOrder is not of this service | ||
Compliance | mandatory | This method must be implemented. | |
Method | getRaceProcessorEnablerSearchRecord | ||
Description |
Gets the race processor enabler search 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.RaceProcessorEnablerSearchRecord | the race processor enabler search record | |
Errors | NULL_ARGUMENT | raceProcessorEnablerSearchRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(raceProcessorEnablerSearchRecordType) is
false | ||
Compliance | mandatory | This method must be implemented. |