Interface | osid.grading.GradeEntryQuerySession | ||
---|---|---|---|
Implements | osid.OsidSession | ||
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 | getGradebookId | ||
Description |
Gets the | ||
Return | osid.id.Id | the Gradebook Id associated with this session | |
Compliance | mandatory | This method must be implemented. | |
Method | getGradebook | ||
Description |
Gets the | ||
Return | osid.grading.Gradebook | the Gradebook associated with this session | |
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | canSearchGradeEntries | ||
Description |
Tests if this user can perform | ||
Return | boolean | false if search methods are not authorized, true
otherwise | |
Compliance | mandatory | This method must be implemented. | |
Method | useFederatedGradebookView | ||
Description |
Federates the view for methods in this session. A federated view will include grade entries in gradebooks which are children of this gradebook in the gradebook hierarchy. | ||
Compliance | mandatory | This method is must be implemented. | |
Method | useIsolatedGradebookView | ||
Description |
Isolates the view for methods in this session. An isolated view restricts searches to this gradebook only. | ||
Compliance | mandatory | This method is must be implemented. | |
Method | getGradeEntryQuery | ||
Description |
Gets a grade entry query. | ||
Return | osid.grading.GradeEntryQuery | the grade entry query | |
Compliance | mandatory | This method must be implemented. | |
Method | getGradeEntriesByQuery | ||
Description |
Gets a list of entries matching the given grade entry query. | ||
Parameters | osid.grading.GradeEntryQuery | gradeEntryQuery | the grade entry query |
Return | osid.grading.GradeEntryList | the returned GradeEntryList | |
Errors | NULL_ARGUMENT | gradeEntryQuery is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
UNSUPPORTED | gradeEntryQuery is not of this service | ||
Compliance | mandatory | This method must be implemented. |