Interface BallotConstrainerEnablerQueryInspector

All Superinterfaces:
Extensible, OsidBrowsableQueryInspector, OsidEnablerQueryInspector, OsidExtensibleQueryInspector, OsidIdentifiableQueryInspector, OsidObjectQueryInspector, OsidOperableQueryInspector, OsidQueryInspector, OsidRuleQueryInspector, OsidTemporalQueryInspector

public interface BallotConstrainerEnablerQueryInspector extends OsidEnablerQueryInspector

This is the query inspector for examining ballot constrainer enabler queries.

  • Method Details

    • getRuledBallotConstrainerIdTerms

      IdTerm[] getRuledBallotConstrainerIdTerms()
      Gets the ballot constrainer Id query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getRuledBallotConstrainerTerms

      BallotConstrainerQueryInspector[] getRuledBallotConstrainerTerms()
      Gets the ballot constrainer query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getPollsIdTerms

      IdTerm[] getPollsIdTerms()
      Gets the polls Id query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getPollsTerms

      PollsQueryInspector[] getPollsTerms()
      Gets the polls query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getBallotConstrainerEnablerQueryInspectorRecord

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