| Interface | osid.mapping.path.rules.ObstacleEnablerQuerySession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Description | 
                 This session provides methods for searching among  This session defines views that offer differing behaviors for searching. 
  obstacle enabler 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 | canSearchObstacleEnablers | ||
| 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 obstacle enabler in maps which are children of this broker 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 | getObstacleEnablerQuery | ||
| Description | 
                     Gets an obstacle enabler query.  | ||
| Return | osid.mapping.path.rules.ObstacleEnablerQuery | the obstacle enabler query | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getObstacleEnablersByQuery | ||
| Description | 
                     Gets a list of   | ||
| Parameters | osid.mapping.path.rules.ObstacleEnablerQuery | obstacleEnablerQuery | the obstacle enabler query | 
| Return | osid.mapping.path.rules.ObstacleEnablerList | the returned  ObstacleEnablerList   | |
| Errors | NULL_ARGUMENT |  obstacleEnablerQuery  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| UNSUPPORTED |  obstacleEnablerQuery  is not of this service  |                 ||
| Compliance | mandatory | This method must be implemented. | |