OSID Logo
OSID Specifications
voting rules package
Version 3.0.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.TypevoteEnablerRecordTypea vote enabler record type
Returnosid.voting.rules.records.VoteEnablerSearchOrderRecordthe vote enabler search order record
ErrorsNULL_ARGUMENTvoteEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(voteEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.