OSID Logo
OSID Specifications
voting rules package
Version 3.0.0
Interfaceosid.voting.rules.BallotConstrainerEnablerSearch
Implementsosid.OsidSearch
Used Byosid.voting.rules.BallotConstrainerEnablerSearchSession
Description

The search interface for governing ballot constrainer enabler searches.

MethodsearchAmongBallotConstrainerEnablers
Description

Execute this search among the given list of ballot constrainer enablers.

Parametersosid.id.IdListballotConstrainerEnablerIdslist of ballot constrainer enablers
ErrorsNULL_ARGUMENTballotConstrainerEnablerIds is null
CompliancemandatoryThis method must be implemented.
MethodorderBallotConstrainerEnablerResults
Description

Specify an ordering to the search results.

Parametersosid.voting.rules.BallotConstrainerEnablerSearchOrderballotConstrainerEnablerSearchOrderballot constrainer enabler search order
ErrorsNULL_ARGUMENTballotConstrainerEnablerSearchOrder is null
UNSUPPORTEDballotConstrainerEnablerSearchOrder is not of this service
CompliancemandatoryThis method must be implemented.
MethodgetBallotConstrainerEnablerSearchRecord
Description

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

Parametersosid.type.TypeballotConstrainerEnablerSearchRecordTypea ballot constrainer enabler search record type
Returnosid.voting.rules.records.BallotConstrainerEnablerSearchRecordthe ballot constrainer enabler search record
ErrorsNULL_ARGUMENTballotConstrainerEnablerSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(ballotConstrainerEnablerSearchRecordType) is false
CompliancemandatoryThis method must be implemented.