OSID Logo
OSID Specifications
voting rules package
Version 3.0.0
Interfaceosid.voting.rules.RaceConstrainerSearch
Implementsosid.OsidSearch
Used Byosid.voting.rules.RaceConstrainerSearchSession
Description

The search interface for governing race constrainer searches.

MethodsearchAmongRaceConstrainers
Description

Execute this search among the given list of race constrainers.

Parametersosid.id.IdListpollsIdslist of race constrainers
ErrorsNULL_ARGUMENTpollsIds is null
CompliancemandatoryThis method must be implemented.
MethodorderRaceConstrainerResults
Description

Specify an ordering to the search results.

Parametersosid.voting.rules.RaceConstrainerSearchOrderraceConstrainerSearchOrderrace constrainer search order
ErrorsNULL_ARGUMENTraceConstrainerSearchOrder is null
UNSUPPORTEDraceConstrainerSearchOrder is not of this service
CompliancemandatoryThis method must be implemented.
MethodgetRaceConstrainerSearchRecord
Description

Gets the race constrainer search record corresponding to the given race constrainer search record Type .This method is used to retrieve an object implementing the requested record.

Parametersosid.type.TyperaceConstrainerSearchRecordTypea race constrainer search record type
Returnosid.voting.rules.records.RaceConstrainerSearchRecordthe race constrainer search record
ErrorsNULL_ARGUMENTraceConstrainerSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(raceConstrainerSearchRecordType) is false
CompliancemandatoryThis method must be implemented.