OSID Logo
OSID Specifications
voting rules package
Version 3.0.0
Interfaceosid.voting.rules.RaceProcessorSearch
Implementsosid.OsidSearch
Used Byosid.voting.rules.RaceProcessorSearchSession
Description

The search interface for governing race processor searches.

MethodsearchAmongRaceProcessors
Description

Execute this search among the given list of race processors.

Parametersosid.id.IdListpollsIdslist of race processors
ErrorsNULL_ARGUMENTpollsIds is null
CompliancemandatoryThis method must be implemented.
MethodorderRaceProcessorResults
Description

Specify an ordering to the search results.

Parametersosid.voting.rules.RaceProcessorSearchOrderraceProcessorSearchOrderrace processor search order
ErrorsNULL_ARGUMENTraceProcessorSearchOrder is null
UNSUPPORTEDraceProcessorSearchOrder is not of this service
CompliancemandatoryThis method must be implemented.
MethodgetRaceProcessorSearchRecord
Description

Gets the race processor search record corresponding to the given race processor search record Type .This method is used to retrieve an object implementing the requested record.

Parametersosid.type.TyperaceProcessorSearchRecordTypea race processor search record type
Returnosid.voting.rules.records.RaceProcessorSearchRecordthe race processor search record
ErrorsNULL_ARGUMENTraceProcessorSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(raceProcessorSearchRecordType) is false
CompliancemandatoryThis method must be implemented.