Interface | osid.topology.GraphSearchSession | ||
---|---|---|---|
Implements | osid.topology.GraphQuerySession | ||
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 | getGraphSearch | ||
Description |
Gets a graph search. | ||
Return | osid.topology.GraphSearch | the graph search | |
Compliance | mandatory | This method must be implemented. | |
Method | getGraphSearchOrder | ||
Description |
Gets a graph search order. The | ||
Return | osid.topology.GraphSearchOrder | the graph search order | |
Compliance | mandatory | This method must be implemented. | |
Method | getGraphsBySearch | ||
Description |
Gets the search results matching the given search query using the given search. | ||
Parameters | osid.topology.GraphQuery | graphQuery | the graph query |
osid.topology.GraphSearch | graphSearch | the graph search | |
Return | osid.topology.GraphSearchResults | the graph search results | |
Errors | NULL_ARGUMENT | graphQuery or graphSearch is null
| |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
UNSUPPORTED | graphQuery or graphSearch is not of this
service | ||
Compliance | mandatory | This method must be implemented. | |
Method | getGraphQueryFromInspector | ||
Description |
Gets a graph query from an inspector. The inspector is
available from a | ||
Parameters | osid.topology.GraphQueryInspector | graphQueryInspector | a graph query inspector |
Return | osid.topology.GraphQuery | the graph query | |
Errors | NULL_ARGUMENT | graphQueryInspector is null | |
UNSUPPORTED | graphQueryInspector is not of this service | ||
Compliance | mandatory | This method must be implemented. |