| Interface | osid.hierarchy.HierarchySearchSession | ||
|---|---|---|---|
| Implements | osid.hierarchy.HierarchyQuerySession | ||
| Description | 
                 This session provides methods for searching among     Hierarchies may have a query record indicated by their 
                respective record types. The query record query is accessed 
                via the   | ||
| Method | getHierarchySearch | ||
| Description | 
                     Gets a hierarchy search.  | ||
| Return | osid.hierarchy.HierarchySearch | the hierarchy search | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getHierarchySearchOrder | ||
| Description | 
                     Gets a hierarchy search order. The   | ||
| Return | osid.hierarchy.HierarchySearchOrder | the hierarchy search order | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getHierarchiesBySearch | ||
| Description | 
                     Gets the search results matching the given search query using the given search.  | ||
| Parameters | osid.hierarchy.HierarchyQuery | hierarchyQuery | the hierarchy query | 
osid.hierarchy.HierarchySearch | hierarchySearch | the hierarchy search | |
| Return | osid.hierarchy.HierarchySearchResults | the hierarchy search results | |
| Errors | NULL_ARGUMENT |  hierarchyQuery  or  hierarchySearch  is  
null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| UNSUPPORTED |  hierarchyQuery  or  hierarchySearch  is not of 
this service  |                 ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getHierarchyQueryFromInspector | ||
| Description | 
                     Gets a hierarchy query from an inspector. The inspector 
                    is available from a   | ||
| Parameters | osid.hierarchy.HierarchyQueryInspector | hierarchyQueryInspector | a hierarchy query inspector | 
| Return | osid.hierarchy.HierarchyQuery | the hierarchy query | |
| Errors | NULL_ARGUMENT |  hierarchyQueryInspector  is  null   |                 |
| UNSUPPORTED |  hierarchyQueryInspector  is not of this service  |                 ||
| Compliance | mandatory | This method must be implemented. | |