| Interface | osid.voting.rules.VoteEnablerSearchOrder | ||
|---|---|---|---|
| Implements | osid.OsidEnablerSearchOrder | ||
| Used By | osid.voting.rules.VoteEnablerSearchSession | ||
osid.voting.rules.VoteEnablerSmartPollsSession | |||
| Description |
An interface for specifying the ordering of search results. | ||
| Method | getVoteEnablerSearchOrderRecord | ||
| Description |
Gets the vote enabler search order record corresponding
to the given vote enabler record | ||
| Parameters | osid.type.Type | voteEnablerRecordType | a vote enabler record type |
| Return | osid.voting.rules.records.VoteEnablerSearchOrderRecord | the vote enabler search order record | |
| Errors | NULL_ARGUMENT | voteEnablerRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(voteEnablerRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |