public interface DeviceEnablerSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
DeviceEnablerQueryInspector |
getDeviceEnablerQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
DeviceEnablerList |
getDeviceEnablers()
Gets the
DeviceEnablerList resulting from a search. |
DeviceEnablerSearchResultsRecord |
getDeviceEnablerSearchResultsRecord(Type deviceEnablerSearchRecordType)
Gets the device enabler search results record corresponding to the
given device enabler search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeDeviceEnablerList getDeviceEnablers()
DeviceEnablerList resulting from a search.IllegalStateException - list has already been retrievedmandatory - This method must be implemented. DeviceEnablerQueryInspector getDeviceEnablerQueryInspector()
mandatory - This method must be implemented. DeviceEnablerSearchResultsRecord getDeviceEnablerSearchResultsRecord(Type deviceEnablerSearchRecordType) throws OperationFailedException, PermissionDeniedException
Type. This method
must be used to retrieve an object implementing the requested record.deviceEnablerSearchRecordType - a device enabler search record
typeNullArgumentException -
deviceEnablerSearchRecordType is null OperationFailedException - unable to complete requestPermissionDeniedException - authorization failure
occurredUnsupportedException -
hasRecordType(deviceEnablerSearchRecordType) is
false mandatory - This method must be implemented.