OSID Logo
OSID Specifications
mapping path rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.mapping.path.rules.SpeedZoneEnablerQueryInspector
Implementsosid.OsidEnablerQueryInspector
Description

This is the query inspector for examining speed zone enabler queries.

MethodgetRuledSpeedZoneIdTerms
Description

Gets the speed zone Id query terms.

Returnosid.search.terms.IdTerm[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetRuledSpeedZoneTerms
Description

Gets the speed zone query terms.

Returnosid.mapping.path.SpeedZoneQueryInspector[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetMapIdTerms
Description

Gets the map Id query terms.

Returnosid.search.terms.IdTerm[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetMapTerms
Description

Gets the map query terms.

Returnosid.mapping.MapQueryInspector[]the query terms
CompliancemandatoryThis method must be implemented.
MethodgetSpeedZoneEnablerQueryInspectorRecord
Description

Gets the speed zone enabler query inspector record corresponding to the given SpeedZoneEnabler record Type.

Parametersosid.type.TypespeedZoneEnablerRecordTypea speed zone enabler record type
Returnosid.mapping.path.rules.records.SpeedZoneEnablerQueryInspectorRecordthe speed zone enabler query inspector record
ErrorsNULL_ARGUMENT speedZoneEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(speedZoneEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.