OSID Logo
OSID Specifications
control rules package
Version 3.1.0
Interfaceosid.control.rules.DeviceEnablerQueryInspector
Implementsosid.OsidEnablerQueryInspector
Used Byosid.control.rules.DeviceEnablerSearchResults
osid.control.rules.DeviceEnablerSmartSystemSession
Description

This is the query inspector for examining device enabler queries.

Like all OsidQueryInspectors, DeviceEnablerQueryInspector is stateful and must not be accessed by multiple processing threads.

MethodgetRuledDeviceIdTerms
Description

Gets the device Id query terms.

Returnosid.search.terms.IdTerm[] the query terms
Compliancemandatory This method must be implemented.
MethodgetRuledDeviceTerms
Description

Gets the device query terms.

Returnosid.control.DeviceQueryInspector[] the query terms
Compliancemandatory This method must be implemented.
MethodgetSystemIdTerms
Description

Gets the system Id query terms.

Returnosid.search.terms.IdTerm[] the query terms
Compliancemandatory This method must be implemented.
MethodgetSystemTerms
Description

Gets the system query terms.

Returnosid.control.SystemQueryInspector[] the query terms
Compliancemandatory This method must be implemented.
MethodgetDeviceEnablerQueryInspectorRecord
Description

Gets the device enabler query inspector record corresponding to the given DeviceEnabler record Type.

Parametersosid.type.TypedeviceEnablerRecordType a device enabler record type
Returnosid.control.rules.records.DeviceEnablerQueryInspectorRecord the device enabler query inspector record
ErrorsNULL_ARGUMENT deviceEnablerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(deviceEnablerRecordType) is false
Compliancemandatory This method must be implemented.