public interface SpeedZoneEnablerSearchResults extends OsidSearchResults
This interface provides a means to capture results of a search.
| Modifier and Type | Method and Description |
|---|---|
SpeedZoneEnablerQueryInspector |
getSpeedZoneEnablerQueryInspector()
Gets the inspector for the query to examine the terms used in the
search.
|
SpeedZoneEnablerList |
getSpeedZoneEnablers()
Gets the
SpeedZoneEnablerList resulting from a search. |
SpeedZoneEnablerSearchResultsRecord |
getSpeedZoneEnablerSearchResultsRecord(Type speedZoneEnablerSearchRecordType)
Gets the speed zone enabler search results record corresponding to the
given speed zone enabler search record
Type. |
getResultSizegetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypeSpeedZoneEnablerList getSpeedZoneEnablers()
SpeedZoneEnablerList resulting from a search.IllegalStateException - list has already been retrievedmandatory - This method must be implemented. SpeedZoneEnablerQueryInspector getSpeedZoneEnablerQueryInspector()
mandatory - This method must be implemented. SpeedZoneEnablerSearchResultsRecord getSpeedZoneEnablerSearchResultsRecord(Type speedZoneEnablerSearchRecordType) throws OperationFailedException, PermissionDeniedException
Type. This
method must be used to retrieve an object implementing the requested
record.speedZoneEnablerSearchRecordType - a speed zone enabler search
record typeNullArgumentException -
speedZoneEnablerSearchRecordType is null
OperationFailedException - unable to complete requestPermissionDeniedException - authorization failure
occurredUnsupportedException -
hasRecordType(speedZoneEnablerSearchRecordType) is
false mandatory - This method must be implemented.