OSID Logo
OSID Specifications
voting rules package
Version 3.1.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.IdListpollsIds list of race processors
ErrorsNULL_ARGUMENT pollsIds is null
Compliancemandatory This method must be implemented.
MethodorderRaceProcessorResults
Description

Specify an ordering to the search results.

Parametersosid.voting.rules.RaceProcessorSearchOrderraceProcessorSearchOrder race processor search order
ErrorsNULL_ARGUMENT raceProcessorSearchOrder is null
UNSUPPORTED raceProcessorSearchOrder is not of this service
Compliancemandatory This 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.TyperaceProcessorSearchRecordType a race processor search record type
Returnosid.voting.rules.records.RaceProcessorSearchRecord the race processor search record
ErrorsNULL_ARGUMENT raceProcessorSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(raceProcessorSearchRecordType) is false
Compliancemandatory This method must be implemented.