Interface RaceProcessorEnablerQueryInspector

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

public interface RaceProcessorEnablerQueryInspector extends OsidEnablerQueryInspector

This is the query inspector for examining race processor enabler queries.

  • Method Details

    • getRuledRaceProcessorIdTerms

      IdTerm[] getRuledRaceProcessorIdTerms()
      Gets the race processor Id query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getRuledRaceProcessorTerms

      RaceProcessorQueryInspector[] getRuledRaceProcessorTerms()
      Gets the race processor 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.
    • getRaceProcessorEnablerQueryInspectorRecord

      RaceProcessorEnablerQueryInspectorRecord getRaceProcessorEnablerQueryInspectorRecord(Type raceProcessorEnablerRecordType) throws OperationFailedException
      Gets the race processor enabler query inspector record corresponding to the given RaceProcessorEnabler record Type .
      Parameters:
      raceProcessorEnablerRecordType - a race processor enabler record type
      Returns:
      the race processor enabler query inspector record
      Throws:
      NullArgumentException - raceProcessorEnablerRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(raceProcessorEnablerRecordType) is false
      Compliance:
      mandatory - This method must be implemented.