| Interface | osid.voting.rules.VoteEnablerSearch | ||
|---|---|---|---|
| Implements | osid.OsidSearch | ||
| Used By | osid.voting.rules.VoteEnablerSearchSession | ||
| Description |
The search interface for governing vote enabler searches. | ||
| Method | searchAmongVoteEnablers | ||
| Description |
Execute this search among the given list of vote enablers. | ||
| Parameters | osid.id.IdList | voteEnablerIds | list of vote enablers |
| Errors | NULL_ARGUMENT | voteEnablerIds is null | |
| Compliance | mandatory | This method must be implemented. | |
| Method | orderVoteEnablerResults | ||
| Description |
Specify an ordering to the search results. | ||
| Parameters | osid.voting.rules.VoteEnablerSearchOrder | voteEnablerSearchOrder | vote enabler search order |
| Errors | NULL_ARGUMENT | voteEnablerSearchOrder is null | |
| UNSUPPORTED | voteEnablerSearchOrder is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getVoteEnablerSearchRecord | ||
| Description |
Gets the vote enabler search record corresponding to
the given vote enabler search record | ||
| Parameters | osid.type.Type | voteEnablerSearchRecordType | a vote enabler search record type |
| Return | osid.voting.rules.records.VoteEnablerSearchRecord | the vote enabler search record | |
| Errors | NULL_ARGUMENT | voteEnablerSearchRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(voteEnablerSearchRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |