public interface SpeedZoneSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
SpeedZoneQueryInspector |
getSpeedZoneQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
SpeedZoneList |
getSpeedZones()
Gets the speed zone list resulting from a search.
|
SpeedZoneSearchResultsRecord |
getSpeedZoneSearchResultsRecord(Type speedZoneSearchRecordType)
Gets the record corresponding to the given speed zone search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeSpeedZoneList getSpeedZones()
IllegalStateException - list already retrievedmandatory - This method must be implemented. SpeedZoneQueryInspector getSpeedZoneQueryInspector()
mandatory - This method must be implemented. SpeedZoneSearchResultsRecord getSpeedZoneSearchResultsRecord(Type speedZoneSearchRecordType) throws OperationFailedException
Type. This method is used to retrieve an object
implementing the requested record.speedZoneSearchRecordType - a speed zone search record typeNullArgumentException -
speedZoneSearchRecordType is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(speedZoneSearchRecordType) is
false mandatory - This method must be implemented.