Interface DeviceEnablerQueryInspector

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

public interface DeviceEnablerQueryInspector extends OsidEnablerQueryInspector

This is the query inspector for examining device enabler queries.

  • Method Details

    • getRuledDeviceIdTerms

      IdTerm[] getRuledDeviceIdTerms()
      Gets the device Id query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getRuledDeviceTerms

      DeviceQueryInspector[] getRuledDeviceTerms()
      Gets the device query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getSystemIdTerms

      IdTerm[] getSystemIdTerms()
      Gets the system Id query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getSystemTerms

      SystemQueryInspector[] getSystemTerms()
      Gets the system query terms.
      Returns:
      the query terms
      Compliance:
      mandatory - This method must be implemented.
    • getDeviceEnablerQueryInspectorRecord

      DeviceEnablerQueryInspectorRecord getDeviceEnablerQueryInspectorRecord(Type deviceEnablerRecordType) throws OperationFailedException
      Gets the device enabler query inspector record corresponding to the given DeviceEnabler record Type .
      Parameters:
      deviceEnablerRecordType - a device enabler record type
      Returns:
      the device enabler query inspector record
      Throws:
      NullArgumentException - deviceEnablerRecordType is null
      OperationFailedException - unable to complete request
      UnsupportedException - hasRecordType(deviceEnablerRecordType) is false
      Compliance:
      mandatory - This method must be implemented.