OSID Logo
OSID Specifications
voting rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.voting.rules.RaceConstrainerQueryInspector
Implementsosid.OsidConstrainerQueryInspector
Description

This is the query inspector for examining race constrainer queries.

MethodgetRuledRaceIdTerms
Description

Gets the race Id query terms.

Returnosid.search.terms.IdTerm[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetRuledRaceTerms
Description

Gets the race query terms.

Returnosid.voting.RaceQueryInspector[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetPollsIdTerms
Description

Gets the polls Id query terms.

Returnosid.search.terms.IdTerm[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetPollsTerms
Description

Gets the polls query terms.

Returnosid.voting.PollsQueryInspector[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetRaceConstrainerQueryInspectorRecord
Description

Gets the race constrainer query inspector record corresponding to the given RaceConstrainer record Type.

Parametersosid.type.TyperaceConstrainerRecordTypea race constrainer record type
Returnosid.voting.rules.records.RaceConstrainerQueryInspectorRecordthe race constrainer query inspector record
ErrorsNULL_ARGUMENT raceConstrainerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(raceConstrainerRecordType) is false
CompliancemandatoryThis method must be implemented.