OSID Logo
OSID Specifications
voting rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.voting.rules.RaceProcessorEnablerSearchOrder
Implementsosid.OsidEnablerSearchOrder
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_ARGUMENT raceProcessorEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(raceProcessorEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.