| Interface | osid.assessment.ItemQuerySession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Description | 
                 This session provides methods for searching  This session defines views that offer differing behaviors for searching. 
  Assessment items may have a query record indicated by 
                their respective record types. Thequery record is accessed via 
                the   | ||
| Method | getBankId | ||
| Description | 
                     Gets the   | ||
| Return | osid.id.Id | the  Bank Id  associated with this session  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getBank | ||
| Description | 
                     Gets the   | ||
| Return | osid.assessment.Bank | the  Bank  associated with this session  | |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | canSearchItems | ||
| 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 | useFederatedBankView | ||
| Description | 
                     Federates the view for methods in this session. A federated view will include assessment items in assessment banks which are children of this assessment bank in the assessment bank hierarchy.  | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | useIsolatedBankView | ||
| Description | 
                     Isolates the view for methods in this session. An isolated view restricts searches to this assessment bank only.  | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | getItemQuery | ||
| Description | 
                     Gets an assessment item query.  | ||
| Return | osid.assessment.ItemQuery | the assessment item query | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getItemsByQuery | ||
| Description | 
                     Gets a list of   | ||
| Parameters | osid.assessment.ItemQuery | itemQuery | the item query | 
| Return | osid.assessment.ItemList | the returned  ItemList   | |
| Errors | NULL_ARGUMENT |  itemQuery  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure occurred | ||
| UNSUPPORTED |  itemQuery  is not of this service  |                 ||
| Compliance | mandatory | This method must be implemented. | |