Interface | osid.grading.GradeEntrySearchSession | ||
---|---|---|---|
Implements | osid.grading.GradeEntryQuerySession | ||
Description |
This session provides methods for searching This session defines views that offer differing behaviors for searching.
Grade entries may have a query record indicated by their
respective record types. The query record is accessed via the
| ||
Method | getGradeEntrySearch | ||
Description |
Gets a grade entry search. | ||
Return | osid.grading.GradeEntrySearch | the grade entry search | |
Compliance | mandatory | This method must be implemented. | |
Method | getGradeEntrySearchOrder | ||
Description |
Gets a grade entry search order. The | ||
Return | osid.grading.GradeEntrySearchOrder | the grade entry search order | |
Compliance | mandatory | This method must be implemented. | |
Method | getGradeEntriesBySearch | ||
Description |
Gets the search results matching the given search query using the given search. | ||
Parameters | osid.grading.GradeEntryQuery | gradeEntryQuery | the grade entry query |
osid.grading.GradeEntrySearch | gradeEntrySearch | the grade entry search | |
Return | osid.grading.GradeEntrySearchResults | the grade entry search results | |
Errors | NULL_ARGUMENT | gradeEntryQuery or gradeEntrySearch is
null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
UNSUPPORTED | gradeEntrySearch or gradeEntryQuery is not of
this service | ||
Compliance | mandatory | This method must be implemented. | |
Method | getGradeEntryQueryFromInspector | ||
Description |
Gets a grade entry query from an inspector. The
inspector is available from an | ||
Parameters | osid.grading.GradeEntryQueryInspector | gradeEntryQueryInspector | a grade entry query inspector |
Return | osid.grading.GradeEntryQuery | the grade entry query | |
Errors | NULL_ARGUMENT | gradeEntryQueryInspector is null | |
UNSUPPORTED | gradeEntryQueryInspector is not of this service | ||
Compliance | mandatory | This method must be implemented. |