Interface | osid.grading.batch.GradingBatchProxyManager | ||
---|---|---|---|
Implements | osid.OsidProxyManager | ||
osid.grading.batch.GradingBatchProfile | |||
Description |
The grading batch proxy manager provides access to grading
batch sessions and provides interoperability tests for various
aspects of this service. Methods in this manager support the
passing of a
| ||
Method | getGradeSystemBatchAdminSession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.grading.batch.GradeSystemBatchAdminSession | a GradeSystemBatchAdminSession | |
Errors | NULL_ARGUMENT | proxy is null | |
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 |
osid.proxy.Proxy | proxy | a proxy | |
Return | osid.grading.batch.GradeSystemBatchAdminSession | a GradeSystemBatchAdminSession | |
Errors | NOT_FOUND | no Gradebook found by the given Id | |
NULL_ARGUMENT | gradebookId or proxy 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 | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.grading.batch.GradeEntryBatchAdminSession | a GradeEntryBatchAdminSession | |
Errors | NULL_ARGUMENT | proxy is null | |
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 |
osid.proxy.Proxy | proxy | a proxy | |
Return | osid.grading.batch.GradeEntryBatchAdminSession | a GradeEntryBatchAdminSession | |
Errors | NOT_FOUND | no Gradebook found by the given Id | |
NULL_ARGUMENT | gradebookId or proxy 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 | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.grading.batch.GradebookColumnBatchAdminSession | a GradebookColumnBatchAdminSession | |
Errors | NULL_ARGUMENT | proxy is null | |
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 |
osid.proxy.Proxy | proxy | a proxy | |
Return | osid.grading.batch.GradebookColumnBatchAdminSession | a GradebookColumnBatchAdminSession | |
Errors | NOT_FOUND | no Gradebook found by the given Id | |
NULL_ARGUMENT | gradebookId or proxy 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 | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.grading.batch.GradebookBatchAdminSession | a GradebookBatchAdminSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsGradebookBatchAdmin() is false | ||
Compliance | optional | This method must be implemented if supportsGradebookBatchAdmin()
is true. |