Interface | osid.voting.rules.RaceProcessorEnablerQueryInspector | ||
---|---|---|---|
Implements | osid.OsidEnablerQueryInspector | ||
Description |
This is the query inspector for examining race processor enabler queries. | ||
Method | getRuledRaceProcessorIdTerms | ||
Description |
Gets the race processor | ||
Return | osid.search.terms.IdTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getRuledRaceProcessorTerms | ||
Description |
Gets the race processor query terms. | ||
Return | osid.voting.rules.RaceProcessorQueryInspector[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getPollsIdTerms | ||
Description |
Gets the polls | ||
Return | osid.search.terms.IdTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getPollsTerms | ||
Description |
Gets the polls query terms. | ||
Return | osid.voting.PollsQueryInspector[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getRaceProcessorEnablerQueryInspectorRecord | ||
Description |
Gets the race processor enabler query inspector record
corresponding to the given | ||
Parameters | osid.type.Type | raceProcessorEnablerRecordType | a race processor enabler record type |
Return | osid.voting.rules.records.RaceProcessorEnablerQueryInspectorRecord | the race processor enabler query inspector record | |
Errors | NULL_ARGUMENT | raceProcessorEnablerRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(raceProcessorEnablerRecordType) is
false | ||
Compliance | mandatory | This method must be implemented. |