| Interface | osid.mapping.path.rules.SpeedZoneEnablerSearchOrder | ||
|---|---|---|---|
| Implements | osid.OsidEnablerSearchOrder | ||
| Description |
An interface for specifying the ordering of search results. | ||
| Method | getSpeedZoneEnablerSearchOrderRecord | ||
| Description |
Gets the speed zone enabler search order record
corresponding to the given speed zone enabler record
| ||
| Parameters | osid.type.Type | speedZoneEnablerRecordType | a speed zone enabler record type |
| Return | osid.mapping.path.rules.records.SpeedZoneEnablerSearchOrderRecord | the speed zone enabler search order record | |
| Errors | NULL_ARGUMENT | speedZoneEnablerRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(speedZoneEnablerRecordType) is false
| ||
| Compliance | mandatory | This method must be implemented. | |