| Interface | osid.assessment.authoring.AssessmentPartSearchResults | ||
|---|---|---|---|
| Implements | osid.OsidSearchResults | ||
| Description | 
                 This interface provides a means to capture results of a search.  | ||
| Method | getAssessmentParts | ||
| Description | 
                     Gets the   | ||
| Return | osid.assessment.authoring.AssessmentPartList | the assessment part list | |
| Errors | ILLEGAL_STATE | list has already been retrieved | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAssessmentPartQueryInspector | ||
| Description | 
                     Gets the inspector for the query to examine the terms used in the search.  | ||
| Return | osid.assessment.authoring.AssessmentPartQueryInspector | the assessment part query inspector | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getAssessmentPartSearchResultsRecord | ||
| Description | 
                     Gets the assessment part search results record 
                    corresponding to the given assessment part search record 
                      | ||
| Parameters | osid.type.Type | assessmentPartSearchRecordType | an assessment part search record type | 
| Return | osid.assessment.authoring.records.AssessmentPartSearchResultsRecord | the assessment part search results record | |
| Errors | NULL_ARGUMENT |  assessmentPartSearchRecordType  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure occurred | ||
| UNSUPPORTED |  hasRecordType(assessmentPartSearchRecordType)  is  
false   |                 ||
| Compliance | mandatory | This method must be implemented. | |