Interface BallotConstrainerEnabler

All Superinterfaces:
Browsable, Extensible, Identifiable, Operable, OsidEnabler, OsidObject, OsidRule, Temporal

public interface BallotConstrainerEnabler extends OsidEnabler

A BallotConstrainerEnabler describes the rules for making a BallotConstrainer effective.

  • Method Details

    • getBallotConstrainerEnablerRecord

      BallotConstrainerEnablerRecord getBallotConstrainerEnablerRecord(Type ballotConstrainerEnablerRecordType) throws OperationFailedException
      Gets the ballot constrainer enabler record corresponding to the given BallotConstrainerEnabler record Type .This method is used to retrieve an object implementing the requested record. The ballotConstrainerEnablerRecordType may be the Type returned in getRecordTypes() or any of its parents in a Type hierarchy where hasRecordType(ballotConstrainerEnablerRecordType) is true .
      Parameters:
      ballotConstrainerEnablerRecordType - the type of ballot constrainer enabler record to retrieve
      Returns:
      the ballot constrainer enabler record
      Throws:
      NullArgumentException - ballotConstrainerEnablerRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(ballotConstrainerEnablerRecordType) is false
      Compliance:
      mandatory - This method must be implemented.