public interface SpeedZoneSearch extends OsidSearch
The search interface for governing speed zone searches.
Modifier and Type | Method and Description |
---|---|
SpeedZoneSearchRecord |
getSpeedZoneSearchRecord(Type speedZoneSearchRecordType)
Gets the record corresponding to the given speed zone search record
Type. |
void |
orderSpeedZoneResults(SpeedZoneSearchOrder speedZoneSearchOrder)
Specify an ordering to the search results.
|
void |
searchAmongSpeedZones(IdList speedZoneIds)
Execute this search among the given list of speed zones.
|
limitResultSet
getRecordTypes, hasRecordType
void searchAmongSpeedZones(IdList speedZoneIds)
speedZoneIds
- list of speed zonesNullArgumentException
- speedZoneIds
is
null
mandatory
- This method must be implemented. void orderSpeedZoneResults(SpeedZoneSearchOrder speedZoneSearchOrder)
speedZoneSearchOrder
- speedZone search orderNullArgumentException
- speedZoneSearchOrder
is null
UnsupportedException
- speedZoneSearchOrder
is not of this servicemandatory
- This method must be implemented. SpeedZoneSearchRecord getSpeedZoneSearchRecord(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.