| Interface | osid.voting.rules.RaceConstrainerEnablerQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidEnablerQueryInspector | ||
| Description |
This is the query inspector for examining race constrainer enabler queries. | ||
| Method | getRuledRaceConstrainerIdTerms | ||
| Description |
Gets the race constrainer | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRuledRaceConstrainerTerms | ||
| Description |
Gets the race constrainer query terms. | ||
| Return | osid.voting.rules.RaceConstrainerQueryInspector[] | 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 | getRaceConstrainerEnablerQueryInspectorRecord | ||
| Description |
Gets the race constrainer enabler query inspector
record corresponding to the given | ||
| Parameters | osid.type.Type | raceConstrainerEnablerRecordType | a race constrainer enabler record type |
| Return | osid.voting.rules.records.RaceConstrainerEnablerQueryInspectorRecord | the race constrainer enabler query inspector record | |
| Errors | NULL_ARGUMENT | raceConstrainerEnablerRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(raceConstrainerEnablerRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |