Interface ObstacleEnablerQueryInspector

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

public interface ObstacleEnablerQueryInspector extends OsidEnablerQueryInspector

This is the query interface for examining obstacle enabler queries.

  • Method Details

    • getRuledObstacleIdTerms

      IdTerm[] getRuledObstacleIdTerms()
      Gets the obstacle Id query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getRuledObstacleTerms

      ObstacleQueryInspector[] getRuledObstacleTerms()
      Gets the obstacle query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getMapIdTerms

      IdTerm[] getMapIdTerms()
      Gets the map Id query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getMapTerms

      MapQueryInspector[] getMapTerms()
      Gets the map query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getObstacleEnablerQueryInspectorRecord

      ObstacleEnablerQueryInspectorRecord getObstacleEnablerQueryInspectorRecord(Type obstacleEnablerRecordType) throws OperationFailedException
      Gets the obstacle enabler query inspector record corresponding to the given ObstacleEnabler record Type .
      Parameters:
      obstacleEnablerRecordType - an obstacle enabler record type
      Returns:
      the obstacle enabler query inspector record
      Throws:
      NullArgumentException - obstacleEnablerRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(obstacleEnablerRecordType) is false
      Compliance:
      mandatory - This method must be implemented.