Interface | osid.mapping.path.rules.SpeedZoneEnablerSearchResults | ||
---|---|---|---|
Implements | osid.OsidSearchResults | ||
Description |
This interface provides a means to capture results of a search. | ||
Method | getSpeedZoneEnablers | ||
Description |
Gets the | ||
Return | osid.mapping.path.rules.SpeedZoneEnablerList | the speed zone enabler list | |
Errors | ILLEGAL_STATE | list has already been retrieved | |
Compliance | mandatory | This method must be implemented. | |
Method | getSpeedZoneEnablerQueryInspector | ||
Description |
Gets the inspector for the query to examine the terms used in the search. | ||
Return | osid.mapping.path.rules.SpeedZoneEnablerQueryInspector | the speed zone enabler query inspector | |
Compliance | mandatory | This method must be implemented. | |
Method | getSpeedZoneEnablerSearchResultsRecord | ||
Description |
Gets the speed zone enabler search results record
corresponding to the given speed zone enabler search
record | ||
Parameters | osid.type.Type | speedZoneEnablerSearchRecordType | a speed zone enabler search record type |
Return | osid.mapping.path.rules.records.SpeedZoneEnablerSearchResultsRecord | the speed zone enabler search results record | |
Errors | NULL_ARGUMENT | speedZoneEnablerSearchRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure occurred | ||
UNSUPPORTED | hasRecordType(speedZoneEnablerSearchRecordType) is
false | ||
Compliance | mandatory | This method must be implemented. |