Interface | osid.grading.GradebookSearchSession | ||
---|---|---|---|
Implements | osid.grading.GradebookQuerySession | ||
Description |
This session provides methods for searching among Gradebooks may have a query record indicated by their
respective record types. The query record is accessed via the
| ||
Method | getGradebookSearch | ||
Description |
Gets a gradebook search. | ||
Return | osid.grading.GradebookSearch | a gradebook search | |
Compliance | mandatory | This method must be implemented. | |
Method | getGradebookSearchOrder | ||
Description |
Gets a gradebook search order. The | ||
Return | osid.grading.GradebookSearchOrder | the gradebook search order | |
Compliance | mandatory | This method must be implemented. | |
Method | getGradebooksBySearch | ||
Description |
Gets the search results matching the given search query using the given search. | ||
Parameters | osid.grading.GradebookQuery | gradebookQuery | the gradebook query |
osid.grading.GradebookSearch | gradebookSearch | the gradebook search | |
Return | osid.grading.GradebookSearchResults | the gradebook search results | |
Errors | NULL_ARGUMENT | gradebookQuery or gradebookSearch is
null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
UNSUPPORTED | gradebookQuery or gradebookSearch is not of
this service | ||
Compliance | mandatory | This method must be implemented. | |
Method | getGradebookQueryFromInspector | ||
Description |
Gets a gradebook query from an inspector. The inspector
is available from an | ||
Parameters | osid.grading.GradebookQueryInspector | gradebookQueryInspector | a gradebook query inspector |
Return | osid.grading.GradebookQuery | the gradebook query | |
Errors | NULL_ARGUMENT | gradebookQueryInspector is null | |
UNSUPPORTED | gradebookQueryInspector is not of this service | ||
Compliance | mandatory | This method must be implemented. |