OSID Logo
OSID Specifications
voting rules package
Version 3.0.0
Interfaceosid.voting.rules.RaceProcessorEnablerQueryInspector
Implementsosid.OsidEnablerQueryInspector
Used Byosid.voting.rules.RaceProcessorEnablerSearchResults
osid.voting.rules.RaceProcessorEnablerSmartPollsSession
Description

This is the query inspector for examining race processor enabler queries.

MethodgetRuledRaceProcessorIdTerms
Description

Gets the race processor Id query terms.

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

Gets the race processor query terms.

Returnosid.voting.rules.RaceProcessorQueryInspector[]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.
MethodgetRaceProcessorEnablerQueryInspectorRecord
Description

Gets the race processor enabler query inspector record corresponding to the given RaceProcessorEnabler record Type .

Parametersosid.type.TyperaceProcessorEnablerRecordTypea race processor enabler record type
Returnosid.voting.rules.records.RaceProcessorEnablerQueryInspectorRecordthe race processor enabler query inspector record
ErrorsNULL_ARGUMENTraceProcessorEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(raceProcessorEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.