Interface RaceConstrainerEnablerQueryInspector

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

public interface RaceConstrainerEnablerQueryInspector extends OsidEnablerQueryInspector

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

  • Method Details

    • getRuledRaceConstrainerIdTerms

      IdTerm[] getRuledRaceConstrainerIdTerms()
      Gets the race constrainer Id query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getRuledRaceConstrainerTerms

      RaceConstrainerQueryInspector[] getRuledRaceConstrainerTerms()
      Gets the race 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.
    • getRaceConstrainerEnablerQueryInspectorRecord

      RaceConstrainerEnablerQueryInspectorRecord getRaceConstrainerEnablerQueryInspectorRecord(Type raceConstrainerEnablerRecordType) throws OperationFailedException
      Gets the race constrainer enabler query inspector record corresponding to the given RaceConstrainerEnabler record Type .
      Parameters:
      raceConstrainerEnablerRecordType - a race constrainer enabler record type
      Returns:
      the race constrainer enabler query inspector record
      Throws:
      NullArgumentException - raceConstrainerEnablerRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(raceConstrainerEnablerRecordType) is false
      Compliance:
      mandatory - This method must be implemented.