Interface | osid.voting.rules.BallotConstrainerQueryInspector | ||
---|---|---|---|
Implements | osid.OsidConstrainerQueryInspector | ||
Description |
This is the query interface for examining ballot constrainer queries. | ||
Method | getRuledBallotIdTerms | ||
Description |
Gets the ballot | ||
Return | osid.search.terms.IdTerm[] | the query terms | |
Compliance | mandatory | This method must be implemented. | |
Method | getRuledBallotTerms | ||
Description |
Gets the ballot query terms. | ||
Return | osid.voting.BallotQueryInspector[] | 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 | getBallotConstrainerQueryInspectorRecord | ||
Description |
Gets the ballot constrainer query inspector record
corresponding to the given | ||
Parameters | osid.type.Type | ballotConstrainerRecordType | a ballot constrainer record type |
Return | osid.voting.rules.records.BallotConstrainerQueryInspectorRecord | the ballot constrainer query inspector record | |
Errors | NULL_ARGUMENT | ballotConstrainerRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(ballotConstrainerRecordType) is false
| ||
Compliance | mandatory | This method must be implemented. |