| Interface | osid.checklist.TodoSmartChecklistSession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Description | 
                 This session manages queries and sequencing to create 
                "smart" dynamic catalogs. A   This   | ||
| Method | getChecklistId | ||
| Description | 
                     Gets the   | ||
| Return | osid.id.Id | the  Checklist Id  associated with this session  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getChecklist | ||
| Description | 
                     Gets the   | ||
| Return | osid.checklist.Checklist | the  Checklist  associated with this session  | |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | canManageSmartChecklists | ||
| Description | 
                     Tests if this user can manage smart checklists. A 
                    return of true does not guarantee successful 
                    authorization. A return of false indicates that it is 
                    known methods in this session will result in a   | ||
| Return | boolean |  false  if smart checklist management is not authorized, 
 true  otherwise  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getTodoQuery | ||
| Description | 
                     Gets a todo query.  | ||
| Return | osid.checklist.TodoQuery | the todo query | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getTodoSearchOrder | ||
| Description | 
                     Gets a todo search order.  | ||
| Return | osid.checklist.TodoSearchOrder | the todo search order | |
| Compliance | mandatory | This method must be implemented. | |
| Method | applyTodoQuery | ||
| Description | 
                     Applies a todo query to this checklist.  | ||
| Parameters | osid.checklist.TodoQuery | todoQuery | the todo query | 
| Errors | NULL_ARGUMENT |  todoQuery  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure occurred | ||
| UNSUPPORTED |  todoQuery  not of this service  |                 ||
| Compliance | mandatory | This method must be implemented. | |
| Method | inspectTodoQuery | ||
| Description | 
                     Gets a todo query inspector for this checklist.  | ||
| Return | osid.checklist.TodoQueryInspector | the todo query inspector | |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure occurred | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | applyTodoSequencing | ||
| Description | 
                     Applies a todo search order to this checklist.  | ||
| Parameters | osid.checklist.TodoSearchOrder | todoSearchOrder | the todo search order | 
| Errors | NULL_ARGUMENT |  todoSearchOrder  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure occurred | ||
| UNSUPPORTED |  todoSearchOrder  not of this service  |                 ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getTodoQueryFromInspector | ||
| Description | 
                     Gets a todo query from an inspector.  | ||
| Parameters | osid.checklist.TodoQueryInspector | todoQueryInspector | a query inspector | 
| Return | osid.checklist.TodoQuery | the todo query | |
| Errors | NULL_ARGUMENT |  todoQueryInspector  is  null   |                 |
| UNSUPPORTED |  todoQueryInspector  is not of this service  |                 ||
| Compliance | mandatory | This method must be implemented. | |