| Interface | osid.assessment.authoring.AssessmentPartSearch | ||
|---|---|---|---|
| Implements | osid.OsidSearch | ||
| Description |
The search interface for governing assessment part searches. | ||
| Method | searchAmongAssessmentParts | ||
| Description |
Execute this search among the given list of assessment parts. | ||
| Parameters | osid.id.IdList | bankIds | list of assessment parts |
| Errors | NULL_ARGUMENT | bankIds is null | |
| Compliance | mandatory | This method must be implemented. | |
| Method | orderAssessmentPartResults | ||
| Description |
Specify an ordering to the search results. | ||
| Parameters | osid.assessment.authoring.AssessmentPartSearchOrder | assessmentPartSearchOrder | assessment part search order |
| Errors | NULL_ARGUMENT | assessmentPartSearchOrder is null | |
| UNSUPPORTED | assessmentPartSearchOrder is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getAssessmentPartSearchRecord | ||
| Description |
Gets the assessment part search 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.AssessmentPartSearchRecord | the assessment part search record | |
| Errors | NULL_ARGUMENT | assessmentPartSearchRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(assessmentPartSearchRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |