Interface | osid.grading.GradeSystemSmartGradebookSession | ||
---|---|---|---|
Implements | osid.OsidSession | ||
Description |
This session manages queries and sequencing to create
"smart" dynamic catalogs. A This | ||
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 | canManageSmartGradebooks | ||
Description |
Tests if this user can manage smart gradebooks. A
return of true does not guarantee successful
authorization. A return of false indicates that it is
known all methods in this session will result in a | ||
Return | boolean | false if smart gradebook methods are not authorized,
true otherwise | |
Compliance | mandatory | This method must be implemented. | |
Method | getGradeSystemQuery | ||
Description |
Gets a grade system query. | ||
Return | osid.grading.GradeSystemQuery | the grade system query | |
Compliance | mandatory | This method must be implemented. | |
Method | getGradeSystemSearchOrder | ||
Description |
Gets a grade system search order. | ||
Return | osid.grading.GradeSystemSearchOrder | the grade system search order | |
Compliance | mandatory | This method must be implemented. | |
Method | applyGradeSystemQuery | ||
Description |
Applies a grade system query to this gradebook. | ||
Parameters | osid.grading.GradeSystemQuery | gradeSystemQuery | the grade system query |
Errors | NULL_ARGUMENT | gradeSystemQuery is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure occurred | ||
UNSUPPORTED | gradeSystemQuery not of this service | ||
Compliance | mandatory | This method must be implemented. | |
Method | inspectGradeSystemQuery | ||
Description |
Gets a grade system query inspector for this gradebook. | ||
Return | osid.grading.GradeSystemQueryInspector | the grade system query inspector | |
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure occurred | ||
Compliance | mandatory | This method must be implemented. | |
Method | applyGradeSystemSequencing | ||
Description |
Applies a grade system search order to this gradebook. | ||
Parameters | osid.grading.GradeSystemSearchOrder | gradeSystemSearchOrder | the grade system search order |
Errors | NULL_ARGUMENT | gradeSystemSearchOrder is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure occurred | ||
UNSUPPORTED | gradeSystemSearchOrder not of this service | ||
Compliance | mandatory | This method must be implemented. | |
Method | getGradeSystemQueryFromInspector | ||
Description |
Gets a grade system query from an inspector. | ||
Parameters | osid.grading.GradeSystemQueryInspector | gradeSystemQueryInspector | a grade system query inspector |
Return | osid.grading.GradeSystemQuery | the grade system query | |
Errors | NULL_ARGUMENT | gradeSystemQueryInspector is null | |
UNSUPPORTED | gradeSystemQueryInspector is not of this service | ||
Compliance | mandatory | This method must be implemented. |