| Interface | osid.voting.rules.BallotConstrainerSearchResults | ||
|---|---|---|---|
| Implements | osid.OsidSearchResults | ||
| Description |
This interface provides a means to capture results of a search. | ||
| Method | getBallotConstrainers | ||
| Description |
Gets the | ||
| Return | osid.voting.rules.BallotConstrainerList | the ballot constrainer list | |
| Errors | ILLEGAL_STATE | list has already been retrieved | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getBallotConstrainerQueryInspector | ||
| Description |
Gets the inspector for the query to examine the terms used in the search. | ||
| Return | osid.voting.rules.BallotConstrainerQueryInspector | the ballot constrainer query inspector | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getBallotConstrainerSearchResultsRecord | ||
| Description |
Gets the ballot constrainer search results record
corresponding to the given ballot constrainer search
record | ||
| Parameters | osid.type.Type | ballotConstrainerSearchRecordType | a ballot constrainer search record type |
| Return | osid.voting.rules.records.BallotConstrainerSearchResultsRecord | the ballot constrainer search results record | |
| Errors | NULL_ARGUMENT | ballotConstrainerSearchRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure occurred | ||
| UNSUPPORTED | hasRecordType(ballotConstrainerSearchRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |