OSID Logo
OSID Specifications
voting rules package
Version 3.0.0
Interfaceosid.voting.rules.RaceConstrainerSearchOrder
Implementsosid.OsidConstrainerSearchOrder
Used Byosid.voting.rules.RaceConstrainerSearchSession
osid.voting.rules.RaceConstrainerSmartPollsSession
Description

An interface for specifying the ordering of search results.

MethodgetRaceConstrainerSearchOrderRecord
Description

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

Parametersosid.type.TyperaceConstrainerRecordTypea race constrainer record type
Returnosid.voting.rules.records.RaceConstrainerSearchOrderRecordthe race constrainer search order record
ErrorsNULL_ARGUMENTraceConstrainerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(raceConstrainerRecordType) is false
CompliancemandatoryThis method must be implemented.