| Interface | osid.voting.rules.BallotConstrainerEnablerQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidEnablerQueryInspector | ||
| Description |
This is the query inspector for examining ballot constrainer enabler queries. | ||
| Method | getRuledBallotConstrainerIdTerms | ||
| Description |
Gets the ballot constrainer | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRuledBallotConstrainerTerms | ||
| Description |
Gets the ballot constrainer query terms. | ||
| Return | osid.voting.rules.BallotConstrainerQueryInspector[] | 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 | getBallotConstrainerEnablerQueryInspectorRecord | ||
| Description |
Gets the ballot constrainer enabler query inspector
record corresponding to the given | ||
| Parameters | osid.type.Type | ballotConstrainerEnablerRecordType | a ballot constrainer enabler record type |
| Return | osid.voting.rules.records.BallotConstrainerEnablerQueryInspectorRecord | the ballot constrainer enabler query inspector record | |
| Errors | NULL_ARGUMENT | ballotConstrainerEnablerRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(ballotConstrainerEnablerRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |