| Interface | osid.assessment.AssessmentTakenSearchSession | ||
|---|---|---|---|
| Implements | osid.assessment.AssessmentTakenQuerySession | ||
| Description | 
                 This session provides methods for searching among    This session defines views that offer differing behaviors for searching. 
  Assessments taken may have query records indicated by 
                their respective record types. The query record is accessed 
                via the   | ||
| Method | getAssessmentTakenSearch | ||
| Description | 
                     Gets an assessment taken search.  | ||
| Return | osid.assessment.AssessmentTakenSearch | the assessment taken search | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAssessmentTakenSearchOrder | ||
| Description | 
                     Gets an assessment taken search order. The   | ||
| Return | osid.assessment.AssessmentTakenSearchOrder | the assessment taken search order | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAssessmentsTakenBySearch | ||
| Description | 
                     Gets the search results matching the given search query using the given assessment taken query.  | ||
| Parameters | osid.assessment.AssessmentTakenQuery | assessmentTakenQuery | the assessment taken query | 
osid.assessment.AssessmentTakenSearch | assessmentTakenSearch | the assessment taken search | |
| Return | osid.assessment.AssessmentTakenSearchResults | the assessment taken search results | |
| Errors | NULL_ARGUMENT |  assessmentTakenQuery  or  assessmentTakenSearch  
is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure occurred | ||
| UNSUPPORTED |  assessmentTakenQuery  or  assessmentTakenSearch  
is not of this service  |                 ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getAssessmentTakenQueryFromInspector | ||
| Description | 
                     Gets an assessment taken query from an inspector. The 
                    inspector is available from an   | ||
| Parameters | osid.assessment.AssessmentTakenQueryInspector | assessmentTakenQueryInspector | an assessment taken query inspector | 
| Return | osid.assessment.AssessmentTakenQuery | the assessment taken query | |
| Errors | NULL_ARGUMENT |  assessmentTakenQueryInspector  is  null   |                 |
| UNSUPPORTED |  assessmentTakenQueryInspector  is not of this service  |                 ||
| Compliance | mandatory | This method must be implemented. | |