Interface | osid.mapping.path.PathSearchSession | ||
---|---|---|---|
Implements | osid.mapping.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.mapping.path.PathSearch | the path search | |
Compliance | mandatory | This method must be implemented. | |
Method | getPathSearchOrder | ||
Description |
Gets a path search order. The | ||
Return | osid.mapping.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.mapping.path.PathQuery | pathQuery | the path query |
osid.mapping.path.PathSearch | pathSearch | the path search | |
Return | osid.mapping.path.PathSearchResults | the returned 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.mapping.path.PathQueryInspector | pathQueryInspector | a path query inspector |
Return | osid.mapping.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. |