OSID Logo
OSID Specifications
voting rules package
Version 3.0.0
Interfaceosid.voting.rules.VoteEnablerForm
Implementsosid.OsidEnablerForm
Used Byosid.voting.rules.VoteEnablerAdminSession
Description

This is the form for creating and updating VoteEnablers .Like all OsidForms ,various data elements may be set here for use in the create and update methods in the VoteEnablerAdminSession. For each data element that may be set, metadata may be examined to provide display hints or data constraints.

MethodgetVoteEnablerFormRecord
Description

Gets the VoteEnablerFormRecord corresponding to the given vote enabler record Type .

Parametersosid.type.TypevoteEnablerRecordTypea vote enabler record type
Returnosid.voting.rules.records.VoteEnablerFormRecordthe vote enabler form record
ErrorsNULL_ARGUMENTvoteEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(voteEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.