Interface BallotConstrainerEnablerForm

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

public interface BallotConstrainerEnablerForm extends OsidEnablerForm

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

  • Method Details

    • getBallotConstrainerEnablerFormRecord

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