| Interface | osid.control.rules.DeviceEnablerQueryInspector | ||
|---|---|---|---|
| Implements | osid.OsidEnablerQueryInspector | ||
| Description |
This is the query inspector for examining device enabler queries. | ||
| Method | getRuledTriggerIdTerms | ||
| Description |
Gets the trigger | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getRuledTriggerTerms | ||
| Description |
Gets the trigger query terms. | ||
| Return | osid.control.TriggerQueryInspector[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getSystemIdTerms | ||
| Description |
Gets the system | ||
| Return | osid.search.terms.IdTerm[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getSystemTerms | ||
| Description |
Gets the system query terms. | ||
| Return | osid.control.SystemQueryInspector[] | the query terms | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getDeviceEnablerQueryInspectorRecord | ||
| Description |
Gets the device enabler query inspector record
corresponding to the given | ||
| Parameters | osid.type.Type | deviceEnablerRecordType | a device enabler record type |
| Return | osid.control.rules.records.DeviceEnablerQueryInspectorRecord | the device enabler query inspector record | |
| Errors | NULL_ARGUMENT | deviceEnablerRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(deviceEnablerRecordType) is false
| ||
| Compliance | mandatory | This method must be implemented. | |