Interface | osid.grading.batch.GradingBatchManager | ||
---|---|---|---|
Implements | osid.OsidManager | ||
osid.grading.batch.GradingBatchProfile | |||
Description |
The grading batch manager provides access to grading batch sessions and provides interoperability tests for various aspects of this service. The sessions included in this manager are:
| ||
Method | getGradeSystemBatchAdminSession | ||
Description |
Gets the | ||
Return | osid.grading.batch.GradeSystemBatchAdminSession | a GradeSystemBatchAdminSession | |
Errors | OPERATION_FAILED | unable to complete request | |
UNIMPLEMENTED | supportsGradeSystemBatchAdmin() is false | ||
Compliance | optional | This method must be implemented if supportsGradeSystemBatchAdmin()
is true. | |
Method | getGradeSystemBatchAdminSessionForGradebook | ||
Description |
Gets the | ||
Parameters | osid.id.Id | gradebookId | the Id of the Gradebook |
Return | osid.grading.batch.GradeSystemBatchAdminSession | a GradeSystemBatchAdminSession | |
Errors | NOT_FOUND | no Gradebook found by the given Id | |
NULL_ARGUMENT | gradebookId is null | ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsGradeSystemBatchAdmin() or
supportsVisibleFederation() is false | ||
Compliance | optional | This method must be implemented if supportsGradeSystemBatchAdmin()
and supportsVisibleFederation() are true | |
Method | getGradeEntryBatchAdminSession | ||
Description |
Gets the | ||
Return | osid.grading.batch.GradeEntryBatchAdminSession | a GradeEntryBatchAdminSession | |
Errors | OPERATION_FAILED | unable to complete request | |
UNIMPLEMENTED | supportsGradeEntryBatchAdmin() is false | ||
Compliance | optional | This method must be implemented if supportsGradeEntryBatchAdmin()
is true. | |
Method | getGradeEntryBatchAdminSessionForGradebook | ||
Description |
Gets the | ||
Parameters | osid.id.Id | gradebookId | the Id of the Gradebook |
Return | osid.grading.batch.GradeEntryBatchAdminSession | a GradeEntryBatchAdminSession | |
Errors | NOT_FOUND | no Gradebook found by the given Id | |
NULL_ARGUMENT | gradebookId is null | ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsGradeEntryBatchAdmin() or
supportsVisibleFederation() is false | ||
Compliance | optional | This method must be implemented if supportsGradeEntryBatchAdmin()
and supportsVisibleFederation() are true | |
Method | getGradebookColumnBatchAdminSession | ||
Description |
Gets the | ||
Return | osid.grading.batch.GradebookColumnBatchAdminSession | a GradebookColumnBatchAdminSession | |
Errors | OPERATION_FAILED | unable to complete request | |
UNIMPLEMENTED | supportsGradebookColumnBatchAdmin() is false | ||
Compliance | optional | This method must be implemented if
supportsGradebookColumnBatchAdmin() is true. | |
Method | getGradebookColumnBatchAdminSessionForGradebook | ||
Description |
Gets the | ||
Parameters | osid.id.Id | gradebookId | the Id of the Gradebook |
Return | osid.grading.batch.GradebookColumnBatchAdminSession | a GradebookColumnBatchAdminSession | |
Errors | NOT_FOUND | no Gradebook found by the given Id | |
NULL_ARGUMENT | gradebookId is null | ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsGradebookColumnBatchAdmin() or
supportsVisibleFederation() is false | ||
Compliance | optional | This method must be implemented if
supportsGradebookColumnBatchAdmin() and
supportsVisibleFederation() are true | |
Method | getGradebookBatchAdminSession | ||
Description |
Gets the | ||
Return | osid.grading.batch.GradebookBatchAdminSession | a GradebookBatchAdminSession | |
Errors | OPERATION_FAILED | unable to complete request | |
UNIMPLEMENTED | supportsGradebookBatchAdmin() is false | ||
Compliance | optional | This method must be implemented if supportsGradebookBatchAdmin()
is true. |