| Interface | osid.topology.path.PathSearchSession | ||
|---|---|---|---|
| Implements | osid.topology.path.PathQuerySession | ||
| Description | 
                 This session provides methods for searching among    This session defines views that offer differing behaviors for searching. 
  Paths may have a query record indicated by their 
                respective record types. The query record is accessed via the 
                  | ||
| Method | getPathSearch | ||
| Description | 
                     Gets a path search.  | ||
| Return | osid.topology.path.PathSearch | the path search | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getPathSearchOrder | ||
| Description | 
                     Gets a path search order. The   | ||
| Return | osid.topology.path.PathSearchOrder | the path search order | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getPathsBySearch | ||
| Description | 
                     Gets the search results matching the given search query using the given search.  | ||
| Parameters | osid.topology.path.PathQuery | pathQuery | the path query | 
osid.topology.path.PathSearch | pathSearch | the path search | |
| Return | osid.topology.path.PathSearchResults | the path search results | |
| Errors | NULL_ARGUMENT |  pathQuery  or  pathSearch  is  null 
  |                 |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| UNSUPPORTED |  pathQuery  or  pathSearch  is not of this 
service  |                 ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getPathQueryFromInspector | ||
| Description | 
                     Gets a path query from an inspector. The inspector is 
                    available from a   | ||
| Parameters | osid.topology.path.PathQueryInspector | pathQueryInspector | a path query inspector | 
| Return | osid.topology.path.PathQuery | the path query | |
| Errors | NULL_ARGUMENT |  pathQueryInspector  is  null   |                 |
| UNSUPPORTED |  pathQueryInspector  is not of this service  |                 ||
| Compliance | mandatory | This method must be implemented. | |