OSID Logo
OSID Specifications
voting rules package
Version 3.1.0
Interfaceosid.voting.rules.RaceConstrainerEnablerSearchOrder
Implementsosid.OsidEnablerSearchOrder
Used Byosid.voting.rules.RaceConstrainerEnablerSearchSession
osid.voting.rules.RaceConstrainerEnablerSmartPollsSession
Description

An interface for specifying the ordering of search results.

MethodgetRaceConstrainerEnablerSearchOrderRecord
Description

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

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