OSID Logo
OSID Specifications
mapping path rules package
Version 3.0.0
Interfaceosid.mapping.path.rules.SpeedZoneEnablerSearch
Implementsosid.OsidSearch
Used Byosid.mapping.path.rules.SpeedZoneEnablerSearchSession
Description

The search interface for governing speed zone enabler searches.

MethodsearchAmongSpeedZoneEnablers
Description

Execute this search among the given list of speed zone enablers.

Parametersosid.id.IdListspeedZoneEnablerIdslist of speed zone enablers
ErrorsNULL_ARGUMENTspeedZoneEnablerIds is null
CompliancemandatoryThis method must be implemented.
MethodorderSpeedZoneEnablerResults
Description

Specify an ordering to the search results.

Parametersosid.mapping.path.rules.SpeedZoneEnablerSearchOrderspeedZoneEnablerSearchOrderspeed zone enabler search order
ErrorsNULL_ARGUMENTspeedZoneEnablerSearchOrder is null
UNSUPPORTEDspeedZoneEnablerSearchOrder is not of this service
CompliancemandatoryThis method must be implemented.
MethodgetSpeedZoneEnablerSearchRecord
Description

Gets the speed zone enabler search record corresponding to the given speed zone enabler search record Type .This method is used to retrieve an object implementing the requested record.

Parametersosid.type.TypespeedZoneEnablerSearchRecordTypea speed zone enabler search record type
Returnosid.mapping.path.rules.records.SpeedZoneEnablerSearchRecordthe speed zone enabler search record
ErrorsNULL_ARGUMENTspeedZoneEnablerSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTEDhasRecordType(speedZoneEnablerSearchRecordType) is false
CompliancemandatoryThis method must be implemented.