Interface RaceQueryInspector

All Superinterfaces:
Extensible, OsidBrowsableQueryInspector, OsidExtensibleQueryInspector, OsidGovernatorQueryInspector, OsidIdentifiableQueryInspector, OsidObjectQueryInspector, OsidOperableQueryInspector, OsidQueryInspector, OsidSourceableQueryInspector, OsidSubjugateableQueryInspector

public interface RaceQueryInspector extends OsidGovernatorQueryInspector, OsidSubjugateableQueryInspector

This is the query inspector for examining race queries.

  • Method Details

    • getBallotIdTerms

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

      BallotQueryInspector[] getBallotTerms()
      Gets the ballot query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getCandidateIdTerms

      IdTerm[] getCandidateIdTerms()
      Gets the candidate Id query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getCandidateTerms

      CandidateQueryInspector[] getCandidateTerms()
      Gets the candidate 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.
    • getRaceQueryInspectorRecord

      RaceQueryInspectorRecord getRaceQueryInspectorRecord(Type raceRecordType) throws OperationFailedException
      Gets the race query inspector record corresponding to the given Race record Type .
      Parameters:
      raceRecordType - a race record type
      Returns:
      the race query inspector record
      Throws:
      NullArgumentException - raceRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(raceRecordType) is false
      Compliance:
      mandatory - This method must be implemented.