OSID Logo
OSID Specifications
voting rules package
Version 3.0.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.TyperaceProcessorEnablerRecordTypea race processor enabler record type
Returnosid.voting.rules.records.RaceProcessorEnablerSearchOrderRecordthe race processor enabler search order record
ErrorsNULL_ARGUMENTraceProcessorEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(raceProcessorEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.