Interface | osid.grading.GradeEntrySearchResults | ||
---|---|---|---|
Implements | osid.OsidSearchResults | ||
Description |
This interface provides a means to capture results of a search. | ||
Method | getGradeEntries | ||
Description |
Gets the package list resulting from the search. | ||
Return | osid.grading.GradeEntryList | the grade entry list | |
Errors | ILLEGAL_STATE | list already retrieved | |
Compliance | mandatory | This method must be implemented. | |
Method | getGradeEntryQueryInspector | ||
Description |
Gets the inspector for the query to examine the terms used in the search. | ||
Return | osid.grading.GradeEntryQueryInspector | the grade entry query inspector | |
Compliance | mandatory | This method must be implemented. | |
Method | getGradeEntrySearchResultsRecord | ||
Description |
Gets the grade entry search results record
corresponding to the given grade entry search record
| ||
Parameters | osid.type.Type | gradeEntrySearchRecordType | a grade entry search record type |
Return | osid.grading.records.GradeEntrySearchResultsRecord | the grade entry search results record | |
Errors | NULL_ARGUMENT | gradeEntrySearchRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(gradeEntrySearchRecordType) is false
| ||
Compliance | mandatory | This method must be implemented. |