OSID Logo
OSID Specifications
voting rules package
Version 3.1.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.IdListpollsIds list of race constrainers
ErrorsNULL_ARGUMENT pollsIds is null
Compliancemandatory This method must be implemented.
MethodorderRaceConstrainerResults
Description

Specify an ordering to the search results.

Parametersosid.voting.rules.RaceConstrainerSearchOrderraceConstrainerSearchOrder race constrainer search order
ErrorsNULL_ARGUMENT raceConstrainerSearchOrder is null
UNSUPPORTED raceConstrainerSearchOrder is not of this service
Compliancemandatory This 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.TyperaceConstrainerSearchRecordType a race constrainer search record type
Returnosid.voting.rules.records.RaceConstrainerSearchRecord the race constrainer search record
ErrorsNULL_ARGUMENT raceConstrainerSearchRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(raceConstrainerSearchRecordType) is false
Compliancemandatory This method must be implemented.