OSID Logo
OSID Specifications
voting rules package
Version 3.1.0
Interfaceosid.voting.rules.RaceProcessorEnablerSearch
Implementsosid.OsidSearch
Used Byosid.voting.rules.RaceProcessorEnablerSearchSession
Description

The search interface for governing race processor enabler searches.

MethodsearchAmongRaceProcessorEnablers
Description

Execute this search among the given list of race processor enablers.

Parametersosid.id.IdListraceProcessorEnablerIds list of race processor enablers
ErrorsNULL_ARGUMENT raceProcessorEnablerIds is null
Compliancemandatory This method must be implemented.
MethodorderRaceProcessorEnablerResults
Description

Specify an ordering to the search results.

Parametersosid.voting.rules.RaceProcessorEnablerSearchOrderraceProcessorEnablerSearchOrder race processor enabler search order
ErrorsNULL_ARGUMENT raceProcessorEnablerSearchOrder is null
UNSUPPORTED raceProcessorEnablerSearchOrder is not of this service
Compliancemandatory This method must be implemented.
MethodgetRaceProcessorEnablerSearchRecord
Description

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

Parametersosid.type.TyperaceProcessorEnablerSearchRecordType a race processor enabler search record type
Returnosid.voting.rules.records.RaceProcessorEnablerSearchRecord the race processor enabler search record
ErrorsNULL_ARGUMENT raceProcessorEnablerSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(raceProcessorEnablerSearchRecordType) is false
Compliancemandatory This method must be implemented.