Interface | osid.grading.GradebookColumnSmartGradebookSession | ||
---|---|---|---|
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 | getGradebookColumnQuery | ||
Description |
Gets a gradebook column query. | ||
Return | osid.grading.GradebookColumnQuery | the gradebook column query | |
Compliance | mandatory | This method must be implemented. | |
Method | getGradebookColumnSearchOrder | ||
Description |
Gets a gradebook column search order. | ||
Return | osid.grading.GradebookColumnSearchOrder | the gradebook column search order | |
Compliance | mandatory | This method must be implemented. | |
Method | applyGradebookColumnQuery | ||
Description |
Applies a gradebook column query to this gradebook. | ||
Parameters | osid.grading.GradebookColumnQuery | gradebookColumnQuery | the gradebook column query |
Errors | NULL_ARGUMENT | gradebookColumnQuery is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure occurred | ||
UNSUPPORTED | gradebookColumnQuery not of this service | ||
Compliance | mandatory | This method must be implemented. | |
Method | inspectGradebookColumnQuery | ||
Description |
Gets a gradebook column query inspector for this gradebook. | ||
Return | osid.grading.GradebookColumnQueryInspector | the gradebook column query inspector | |
Errors | OPERATION_FAILED | unable to complete request | |
PERMISSION_DENIED | authorization failure occurred | ||
Compliance | mandatory | This method must be implemented. | |
Method | applyGradebookColumnSequencing | ||
Description |
Applies a gradebook column search order to this gradebook. | ||
Parameters | osid.grading.GradebookColumnSearchOrder | gradebookColumnSearchOrder | the gradebook column search order |
Errors | NULL_ARGUMENT | gradebookColumnSearchOrder is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure occurred | ||
UNSUPPORTED | gradebookColumnSearchOrder not of this service | ||
Compliance | mandatory | This method must be implemented. | |
Method | getGradebookColumnQueryFromInspector | ||
Description |
Gets a gradebook column query from an inspector. | ||
Parameters | osid.grading.GradebookColumnQuery | gradebookColumnQueryInspector | a gradebook column query inspector |
Return | osid.grading.GradebookColumnQuery | the gradebook column query | |
Errors | NULL_ARGUMENT | gradebookColumnQueryInspector is null | |
UNSUPPORTED | gradebookColumnQueryInspector is not of this service | ||
Compliance | mandatory | This method must be implemented. |