public interface DeviceSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
DeviceQueryInspector |
getDeviceQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
DeviceList |
getDevices()
Gets the device list resulting from a search.
|
DeviceSearchResultsRecord |
getDeviceSearchResultsRecord(Type deviceSearchRecordType)
Gets the device search results record corresponding to the given
device search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeDeviceList getDevices()
IllegalStateException - list already retrievedmandatory - This method must be implemented. DeviceQueryInspector getDeviceQueryInspector()
mandatory - This method must be implemented. DeviceSearchResultsRecord getDeviceSearchResultsRecord(Type deviceSearchRecordType) throws OperationFailedException
Type. This method is used to
retrieve an object implementing the requested record.deviceSearchRecordType - a device search record typeNullArgumentException - deviceSearchRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(deviceSearchRecordType) is false
mandatory - This method must be implemented.