Uses of Interface
org.osid.voting.rules.BallotConstrainerForm
Packages that use BallotConstrainerForm
Package
Description
The Open Service Interface Definitions for the org.osid.voting.rules
service.
-
Uses of BallotConstrainerForm in org.osid.voting.rules
Methods in org.osid.voting.rules that return BallotConstrainerFormModifier and TypeMethodDescriptionBallotConstrainerAdminSession.getBallotConstrainerFormForCreate(Type[] ballotConstrainerRecordTypes) Gets the ballot constrainer form for creating new ballot constrainers.BallotConstrainerAdminSession.getBallotConstrainerFormForUpdate(Id ballotConstrainerId) Gets the ballot constrainer form for updating an existing ballot constrainer.Methods in org.osid.voting.rules with parameters of type BallotConstrainerFormModifier and TypeMethodDescriptionBallotConstrainerAdminSession.createBallotConstrainer(BallotConstrainerForm ballotConstrainerForm) Creates a newBallotConstrainer.voidBallotConstrainerAdminSession.updateBallotConstrainer(BallotConstrainerForm ballotConstrainerForm) Updates an existing ballot constrainer.