Interface BallotConstrainerForm

All Superinterfaces:
Extensible, Identifiable, OsidBrowsableForm, OsidConstrainerForm, OsidExtensibleForm, OsidForm, OsidIdentifiableForm, OsidObjectForm, OsidOperableForm, OsidRuleForm, Suppliable

public interface BallotConstrainerForm extends OsidConstrainerForm

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

  • Method Details

    • getBallotConstrainerFormRecord

      BallotConstrainerFormRecord getBallotConstrainerFormRecord(Type ballotConstrainerRecordType) throws OperationFailedException
      Gets the BallotConstrainerFormRecord corresponding to the given ballot constrainer record Type .
      Parameters:
      ballotConstrainerRecordType - a ballot constrainer record type
      Returns:
      the ballot constrainer form record
      Throws:
      NullArgumentException - ballotConstrainerRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(ballotConstrainerRecordType) is false
      Compliance:
      mandatory - This method must be implemented.