OSID Logo
OSID Specifications
voting rules package
Version 3.1.0
Interfaceosid.voting.rules.RaceProcessorEnablerSearchOrder
Implementsosid.OsidEnablerSearchOrder
Used Byosid.voting.rules.RaceProcessorEnablerSearchSession
osid.voting.rules.RaceProcessorEnablerSmartPollsSession
Description

An interface for specifying the ordering of search results.

MethodgetRaceProcessorEnablerSearchOrderRecord
Description

Gets the race processor enabler search order record corresponding to the given race processor enabler record Type. Multiple retrievals return the same underlying object.

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