| Interface | osid.checklist.ChecklistSearchSession | ||
|---|---|---|---|
| Implements | osid.checklist.ChecklistQuerySession | ||
| 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 | getChecklistSearch | ||
| Description | 
                     Gets a checklist search.  | ||
| Return | osid.checklist.ChecklistSearch | the checklist search | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getChecklistSearchOrder | ||
| Description | 
                     Gets a checklist search order. The   | ||
| Return | osid.checklist.ChecklistSearchOrder | the checklist search order | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getChecklistsBySearch | ||
| Description | 
                     Gets the search results matching the given search.  | ||
| Parameters | osid.checklist.ChecklistQuery | checklistQuery | the checklist query | 
osid.checklist.ChecklistSearch | checklistSearch | the checklist search | |
| Return | osid.checklist.ChecklistSearchResults | the search results | |
| Errors | NULL_ARGUMENT |  checklistQuery  or  checklistSearch  is  
null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| UNSUPPORTED |  checklistQuery  or  checklistSearch  is not of 
this service  |                 ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getChecklistQueryFromInspector | ||
| Description | 
                     Gets an entry query from an inspector. The inspector is 
                    available from an   | ||
| Parameters | osid.checklist.ChecklistQueryInspector | checklistQueryInspector | a checklist query inspector | 
| Return | osid.checklist.ChecklistQuery | the checklist query | |
| Errors | NULL_ARGUMENT |  checklistQueryInspector  is  null   |                 |
| UNSUPPORTED |  checklistQueryInspector  is not of this service  |                 ||
| Compliance | mandatory | This method must be implemented. | |