| Interface | osid.topology.GraphQuerySession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Description | 
                 This session provides methods for searching among   Graphs may have a query record indicated by their 
                respective record types. The query record is accessed via the 
                  | ||
| Method | canSearchGraphs | ||
| 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 | getGraphQuery | ||
| Description | 
                     Gets a graph query.  | ||
| Return | osid.topology.GraphQuery | the graph query | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getGraphsByQuery | ||
| Description | 
                     Gets a list of   | ||
| Parameters | osid.topology.GraphQuery | graphQuery | the graph query | 
| Return | osid.topology.GraphList | the returned  GraphList   | |
| Errors | NULL_ARGUMENT |  graphQuery  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| UNSUPPORTED |  graphQuery  is not of this service  |                 ||
| Compliance | mandatory | This method must be implemented. | |