| Interface | osid.control.rules.DeviceEnablerSearchOrder | ||
|---|---|---|---|
| Implements | osid.OsidEnablerSearchOrder | ||
| Used By | osid.control.rules.DeviceEnablerSearchSession | ||
osid.control.rules.DeviceEnablerSmartSystemSession | |||
| Description |
An interface for specifying the ordering of search results. | ||
| Method | getDeviceEnablerSearchOrderRecord | ||
| Description |
Gets the device enabler search order record
corresponding to the given device enabler record
| ||
| Parameters | osid.type.Type | deviceEnablerRecordType | a device enabler record type |
| Return | osid.control.rules.records.DeviceEnablerSearchOrderRecord | the device enabler search order 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. | |