Interface | osid.assessment.AssessmentTakenSearchResults | ||
---|---|---|---|
Implements | osid.OsidSearchResults | ||
Description |
This interface provides a means to capture results of a search. | ||
Method | getAssessmentsTaken | ||
Description |
Gets the assessment taken list resulting from the search. | ||
Return | osid.assessment.AssessmentTakenList | the assessment taken list | |
Errors | ILLEGAL_STATE | the assessment taken list has already been retrieved | |
Compliance | mandatory | This method must be implemented. | |
Method | getAssessmentTakenQueryInspector | ||
Description |
Gets the inspector for the query to examine the terms used in the search. | ||
Return | osid.assessment.AssessmentTakenQueryInspector | the query inspector | |
Compliance | mandatory | This method must be implemented. | |
Method | getAssessmentTakenSearchResultsRecord | ||
Description |
Gets the assessment taken record corresponding to the
given assessment taken search record | ||
Parameters | osid.type.Type | assessmentTakenSearchRecordType | an assessment taken search record type |
Return | osid.assessment.records.AssessmentTakenSearchResultsRecord | the assessment taken search results record | |
Errors | NULL_ARGUMENT | assessmentTakenSearchRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(assessmentTakenSearchRecordType) is
false | ||
Compliance | mandatory | This method must be implemented. |