| Interface | osid.mapping.path.rules.SpeedZoneEnablerQuerySession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Description | 
                 This session provides methods for searching among  This session defines views that offer differing behaviors for searching. 
  Speed zone enablers may have a query record indicated by 
                their respective record types. The query record is accessed 
                via the   | ||
| Method | getMapId | ||
| Description | 
                     Gets the   | ||
| Return | osid.id.Id | the  Map Id  associated with this session  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getMap | ||
| Description | 
                     Gets the   | ||
| Return | osid.mapping.Map | the map | |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | canSearchSpeedZoneEnablers | ||
| Description | 
                     Tests if this user can perform   | ||
| Return | boolean |  false  if search methods are not authorized,  true 
 otherwise  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | useFederatedMapView | ||
| Description | 
                     Federates the view for methods in this session. A federated view will include speed zone enablers in maps which are children of this speed zone in the map hierarchy.  | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | useIsolatedMapView | ||
| Description | 
                     Isolates the view for methods in this session. An isolated view restricts lookups to this map only.  | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | getSpeedZoneEnablerQuery | ||
| Description | 
                     Gets a speed zone enabler query.  | ||
| Return | osid.mapping.path.rules.SpeedZoneEnablerQuery | the speed zone enabler query | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getSpeedZoneEnablersByQuery | ||
| Description | 
                     Gets a list of   | ||
| Parameters | osid.mapping.path.rules.SpeedZoneEnablerQuery | speedZoneEnablerQuery | the sespeed zone enabler query | 
| Return | osid.mapping.path.rules.SpeedZoneEnablerList | the returned  SpeedZoneEnablerList   | |
| Errors | NULL_ARGUMENT |  speedZoneEnablerQuery  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| UNSUPPORTED |  speedZoneEnablerQuery  is not of this service  |                 ||
| Compliance | mandatory | This method must be implemented. | |