| Interface | osid.control.rules.DeviceEnablerSearchResults | ||
|---|---|---|---|
| Implements | osid.OsidSearchResults | ||
| Description |
This interface provides a means to capture results of a search. | ||
| Method | getDeviceEnablers | ||
| Description |
Gets the | ||
| Return | osid.control.rules.DeviceEnablerList | the device enabler list | |
| Errors | ILLEGAL_STATE | list has already been retrieved | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getDeviceEnablerQueryInspector | ||
| Description |
Gets the inspector for the query to examine the terms used in the search. | ||
| Return | osid.control.rules.DeviceEnablerQueryInspector | the device enabler query inspector | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getDeviceEnablerSearchResultsRecord | ||
| Description |
Gets the device enabler search results record
corresponding to the given device enabler search record
| ||
| Parameters | osid.type.Type | deviceEnablerSearchRecordType | a device enabler search record type |
| Return | osid.control.rules.records.DeviceEnablerSearchResultsRecord | the device enabler search results record | |
| Errors | NULL_ARGUMENT | deviceEnablerSearchRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure occurred | ||
| UNSUPPORTED | hasRecordType(deviceEnablerSearchRecordType) is false
| ||
| Compliance | mandatory | This method must be implemented. | |