OSID Logo
OSID Specifications
voting rules package
Version 3.1.0
Interfaceosid.voting.rules.VoteEnablerSearch
Implementsosid.OsidSearch
Used Byosid.voting.rules.VoteEnablerSearchSession
Description

The search interface for governing vote enabler searches.

MethodsearchAmongVoteEnablers
Description

Execute this search among the given list of vote enablers.

Parametersosid.id.IdListvoteEnablerIds list of vote enablers
ErrorsNULL_ARGUMENT voteEnablerIds is null
Compliancemandatory This method must be implemented.
MethodorderVoteEnablerResults
Description

Specify an ordering to the search results.

Parametersosid.voting.rules.VoteEnablerSearchOrdervoteEnablerSearchOrder vote enabler search order
ErrorsNULL_ARGUMENT voteEnablerSearchOrder is null
UNSUPPORTED voteEnablerSearchOrder is not of this service
Compliancemandatory This method must be implemented.
MethodgetVoteEnablerSearchRecord
Description

Gets the vote enabler search record corresponding to the given vote enabler search record Type .This method is used to retrieve an object implementing the requested record.

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