| Interface | osid.journaling.BranchSearchSession | ||
|---|---|---|---|
| Implements | osid.journaling.BranchQuerySession | ||
| Description | 
                 This session provides methods for searching among    This session defines views that offer differing behaviors for searching. 
  Branches may have a query record indicated by their 
                respective recod types. The query record is accessed via the 
                  | ||
| Method | getBranchSearch | ||
| Description | 
                     Gets a branch search.  | ||
| Return | osid.journaling.BranchSearch | the branch search | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getBranchSearchOrder | ||
| Description | 
                     Gets a branch search order. The   | ||
| Return | osid.journaling.BranchSearchOrder | the branch search order | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getBranchesBySearch | ||
| Description | 
                     Gets the search results matching the given search query using the given search.  | ||
| Parameters | osid.journaling.BranchQuery | branchQuery | the branch query | 
osid.journaling.BranchSearch | branchSearch | the branch search | |
| Return | osid.journaling.BranchSearchResults | the returned search results | |
| Errors | NULL_ARGUMENT |  branchQuery  or  branchSearch  is  null 
  |                 |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| UNSUPPORTED |  branchQuery  or  branchSearch  is not of this 
service  |                 ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getBranchQueryFromInspector | ||
| Description | 
                     Gets a branch query from an inspector. The inspector is 
                    available from a   | ||
| Parameters | osid.journaling.BranchQueryInspector | branchQueryInspector | a branch query inspector | 
| Return | osid.journaling.BranchQuery | the branch query | |
| Errors | NULL_ARGUMENT |  branchQueryInspector  is  null   |                 |
| UNSUPPORTED |  branchQueryInspector  is not of this service  |                 ||
| Compliance | mandatory | This method must be implemented. | |