public interface DeviceSearchOrder extends OsidObjectSearchOrder
An interface for specifying the ordering of search results.
Modifier and Type | Method and Description |
---|---|
DeviceSearchOrderRecord |
getDeviceSearchOrderRecord(Type deviceRecordType)
Gets the device search order record corresponding to the given device
record
Type. |
orderByCreateTime, orderByCumulativeRating, orderByDescription, orderByDisplayName, orderByGenusType, orderByLastModifiedTime, orderByState, orderByStatistic
orderById
getRecordTypes, hasRecordType
DeviceSearchOrderRecord getDeviceSearchOrderRecord(Type deviceRecordType) throws OperationFailedException
Type.
Multiple retrievals return the same
underlying object.deviceRecordType
- a device record typeNullArgumentException
- deviceRecordType
is null
OperationFailedException
- unable to complete requestUnsupportedException
-
hasRecordType(deviceRecordType)
is false
mandatory
- This method must be implemented.