| Interface | osid.control.DeviceSearchOrder | ||
|---|---|---|---|
| Implements | osid.OsidObjectSearchOrder | ||
| Description |
An interface for specifying the ordering of search results. | ||
| Method | getDeviceSearchOrderRecord | ||
| Description |
Gets the device search order record corresponding to
the given device record | ||
| Parameters | osid.type.Type | deviceRecordType | a device record type |
| Return | osid.control.records.DeviceSearchOrderRecord | the device search order record | |
| Errors | NULL_ARGUMENT | deviceRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(deviceRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |