| Interface | osid.checklist.ChecklistQuerySession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Description | 
                 This session provides methods for searching   Checklists may have a query record indicated by their 
                respective record types. The query record is accessed via the 
                  | ||
| Method | canSearchChecklists | ||
| 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 | getChecklistQuery | ||
| Description | 
                     Gets a checklist query.  | ||
| Return | osid.checklist.ChecklistQuery | the checklist query | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getChecklistsByQuery | ||
| Description | 
                     Gets a list of   | ||
| Parameters | osid.checklist.ChecklistQuery | checklistQuery | the checklist query | 
| Return | osid.checklist.ChecklistList | the returned  ChecklistList   | |
| Errors | NULL_ARGUMENT |  checklistQuery  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| UNSUPPORTED |  checklistQuery  is not of this service  |                 ||
| Compliance | mandatory | This method must be implemented. | |