| Interface | osid.voting.rules.BallotConstrainerEnablerSearch | ||
|---|---|---|---|
| Implements | osid.OsidSearch | ||
| Description |
The search interface for governing ballot constrainer enabler searches. | ||
| Method | searchAmongBallotConstrainerEnablers | ||
| Description |
Execute this search among the given list of ballot constrainer enablers. | ||
| Parameters | osid.id.IdList | ballotConstrainerEnablerIds | list of ballot constrainer enablers |
| Errors | NULL_ARGUMENT | ballotConstrainerEnablerIds is null | |
| Compliance | mandatory | This method must be implemented. | |
| Method | orderBallotConstrainerEnablerResults | ||
| Description |
Specify an ordering to the search results. | ||
| Parameters | osid.voting.rules.BallotConstrainerEnablerSearchOrder | ballotConstrainerEnablerSearchOrder | ballot constrainer enabler search order |
| Errors | NULL_ARGUMENT | ballotConstrainerEnablerSearchOrder is null | |
| UNSUPPORTED | ballotConstrainerEnablerSearchOrder is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getBallotConstrainerEnablerSearchRecord | ||
| Description |
Gets the ballot constrainer enabler search record
corresponding to the given ballot constrainer enabler
search record | ||
| Parameters | osid.type.Type | ballotConstrainerEnablerSearchRecordType | a ballot constrainer enabler search record type |
| Return | osid.voting.rules.records.BallotConstrainerEnablerSearchRecord | the ballot constrainer enabler search record | |
| Errors | NULL_ARGUMENT | ballotConstrainerEnablerSearchRecordType is null
| |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(ballotConstrainerEnablerSearchRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |