OSID Logo
OSID Specifications
mapping path rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.mapping.path.rules.SpeedZoneEnablerSearch
Implementsosid.OsidSearch
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_ARGUMENT speedZoneEnablerIds 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_ARGUMENT speedZoneEnablerSearchOrder is null
UNSUPPORTED speedZoneEnablerSearchOrder 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_ARGUMENT speedZoneEnablerSearchRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(speedZoneEnablerSearchRecordType) is false
CompliancemandatoryThis method must be implemented.