| Interface | osid.assessment.BankQuerySession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Description | 
                 This session provides methods for searching among   Banks may have aquery record indicated by their respective 
                record types. The query record is accessed via the   | ||
| Method | canSearchBanks | ||
| 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 | getBankQuery | ||
| Description | 
                     Gets a bank query.  | ||
| Return | osid.assessment.BankQuery | a bank query | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getBanksByQuery | ||
| Description | 
                     Gets a list of   | ||
| Parameters | osid.assessment.BankQuery | bankQuery | the bank query | 
| Return | osid.assessment.BankList | the returned  BankList   | |
| Errors | NULL_ARGUMENT |  bankQuery  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure occurred | ||
| UNSUPPORTED |  bankQuery  is not of this service  |                 ||
| Compliance | mandatory | This method must be implemented. | |