OSID Logo
OSID Specifications
control rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.control.rules.DeviceEnablerQueryInspector
Implementsosid.OsidEnablerQueryInspector
Description

This is the query inspector for examining device enabler queries.

MethodgetRuledTriggerIdTerms
Description

Gets the trigger Id query terms.

Returnosid.search.terms.IdTerm[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetRuledTriggerTerms
Description

Gets the trigger query terms.

Returnosid.control.TriggerQueryInspector[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetSystemIdTerms
Description

Gets the system Id query terms.

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

Gets the system query terms.

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

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

Parametersosid.type.TypedeviceEnablerRecordTypea device enabler record type
Returnosid.control.rules.records.DeviceEnablerQueryInspectorRecordthe device enabler query inspector record
ErrorsNULL_ARGUMENT deviceEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(deviceEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.