OSID Logo
OSID Specifications
control package
Version 3.1.0
Interfaceosid.control.DeviceQueryInspector
Implementsosid.OsidObjectQueryInspector
Used Byosid.control.DeviceSearchResults
osid.control.DeviceSmartSystemSession
osid.control.InputQueryInspector
osid.control.SystemQueryInspector
osid.control.rules.DeviceEnablerQueryInspector
Description

This is the query inspector for examining device queries.

MethodgetDeviceQueryInspectorRecord
Description

Gets the device query inspector record corresponding to the given Device record Type.

Parametersosid.type.TypedeviceRecordType a device record type
Returnosid.control.records.DeviceQueryInspectorRecord the device query inspector record
ErrorsNULL_ARGUMENT deviceRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(deviceRecordType) is false
Compliancemandatory This method must be implemented.