OSID Logo
OSID Specifications
voting rules package
Version 3.0.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.IdListraceProcessorEnablerIdslist of race processor enablers
ErrorsNULL_ARGUMENTraceProcessorEnablerIds is null
CompliancemandatoryThis method must be implemented.
MethodorderRaceProcessorEnablerResults
Description

Specify an ordering to the search results.

Parametersosid.voting.rules.RaceProcessorEnablerSearchOrderraceProcessorEnablerSearchOrderrace processor enabler search order
ErrorsNULL_ARGUMENTraceProcessorEnablerSearchOrder is null
UNSUPPORTEDraceProcessorEnablerSearchOrder is not of this service
CompliancemandatoryThis 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.TyperaceProcessorEnablerSearchRecordTypea race processor enabler search record type
Returnosid.voting.rules.records.RaceProcessorEnablerSearchRecordthe race processor enabler search record
ErrorsNULL_ARGUMENTraceProcessorEnablerSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(raceProcessorEnablerSearchRecordType) is false
CompliancemandatoryThis method must be implemented.