OSID Logo
OSID Specifications
voting rules package
Version 3.1.0
Interfaceosid.voting.rules.VoteEnablerSearchOrder
Implementsosid.OsidEnablerSearchOrder
Used Byosid.voting.rules.VoteEnablerSearchSession
osid.voting.rules.VoteEnablerSmartPollsSession
Description

An interface for specifying the ordering of search results.

MethodgetVoteEnablerSearchOrderRecord
Description

Gets the vote enabler search order record corresponding to the given vote enabler record Type. Multiple retrievals return the same underlying object.

Parametersosid.type.TypevoteEnablerRecordType a vote enabler record type
Returnosid.voting.rules.records.VoteEnablerSearchOrderRecord the vote enabler search order record
ErrorsNULL_ARGUMENT voteEnablerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(voteEnablerRecordType) is false
Compliancemandatory This method must be implemented.