OSID Logo
OSID Specifications
voting rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.voting.rules.RaceConstrainerEnablerSearchOrder
Implementsosid.OsidEnablerSearchOrder
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.TyperaceConstrainerEnablerRecordTypea race constrainer enabler record type
Returnosid.voting.rules.records.RaceConstrainerEnablerSearchOrderRecordthe race constrainer enabler search order record
ErrorsNULL_ARGUMENT raceConstrainerEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(raceConstrainerEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.