OSID Logo
OSID Specifications
voting rules package
Version 3.0.0
Interfaceosid.voting.rules.RaceConstrainerQueryInspector
Implementsosid.OsidConstrainerQueryInspector
Used Byosid.voting.rules.RaceConstrainerEnablerQueryInspector
osid.voting.rules.RaceConstrainerSearchResults
osid.voting.rules.RaceConstrainerSmartPollsSession
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_ARGUMENTraceConstrainerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(raceConstrainerRecordType) is false
CompliancemandatoryThis method must be implemented.