| Interface | osid.assessment.batch.AssessmentBatchManager | ||
|---|---|---|---|
| Implements | osid.OsidManager | ||
osid.assessment.batch.AssessmentBatchProfile | |||
| Description |
The assessment batch manager provides access to assessment batch sessions and provides interoperability tests for various aspects of this service. The sessions included in this manager are:
| ||
| Method | getItemBatchAdminSession | ||
| Description |
Gets the | ||
| Return | osid.assessment.batch.ItemBatchAdminSession | an ItemBatchAdminSession | |
| Errors | OPERATION_FAILED | unable to complete request | |
| UNIMPLEMENTED | supportsItemBatchAdmin() is false | ||
| Compliance | optional | This method must be implemented if supportsItemBatchAdmin()
is true. | |
| Method | getItemBatchAdminSessionForBank | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | bankId | the Id of the Bank |
| Return | osid.assessment.batch.ItemBatchAdminSession | an ItemBatchAdminSession | |
| Errors | NOT_FOUND | no Bank found by the given Id | |
| NULL_ARGUMENT | bankId is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsItemBatchAdmin() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if supportsItemBatchAdmin()
and supportsVisibleFederation() are true | |
| Method | getAssessmentBatchAdminSession | ||
| Description |
Gets the | ||
| Return | osid.assessment.batch.AssessmentBatchAdminSession | an AssessmentBatchAdminSession | |
| Errors | OPERATION_FAILED | unable to complete request | |
| UNIMPLEMENTED | supportsAssessmentBatchAdmin() is false | ||
| Compliance | optional | This method must be implemented if supportsAssessmentBatchAdmin()
is true. | |
| Method | getAssessmentBatchAdminSessionForBank | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | bankId | the Id of the Bank |
| Return | osid.assessment.batch.AssessmentBatchAdminSession | an AssessmentBatchAdminSession | |
| Errors | NOT_FOUND | no Bank found by the given Id | |
| NULL_ARGUMENT | bankId is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsAssessmentBatchAdmin() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if supportsAssessmentBatchAdmin()
and supportsVisibleFederation() are true | |
| Method | getAssessmentOfferedBatchAdminSession | ||
| Description |
Gets the | ||
| Return | osid.assessment.batch.AssessmentOfferedBatchAdminSession | an AssessmentOfferedBatchAdminSession | |
| Errors | OPERATION_FAILED | unable to complete request | |
| UNIMPLEMENTED | supportsAssessmentOfferedBatchAdmin() is false
| ||
| Compliance | optional | This method must be implemented if
supportsAssessmentOfferedBatchAdmin() is true. | |
| Method | getAssessmentOfferedBatchAdminSessionForBank | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | bankId | the Id of the Bank |
| Return | osid.assessment.batch.AssessmentOfferedBatchAdminSession | an AssessmentOfferedBatchAdminSession | |
| Errors | NOT_FOUND | no Bank found by the given Id | |
| NULL_ARGUMENT | bankId is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsAssessmentOfferedBatchAdmin() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsAssessmentOfferedBatchAdmin() and
supportsVisibleFederation() are true | |
| Method | getAssessmentTakenBatchAdminSession | ||
| Description |
Gets the | ||
| Return | osid.assessment.batch.AssessmentTakenBatchAdminSession | an AssessmentTakenBatchAdminSession | |
| Errors | OPERATION_FAILED | unable to complete request | |
| UNIMPLEMENTED | supportsAssessmentTakenBatchAdmin() is false | ||
| Compliance | optional | This method must be implemented if
supportsAssessmentTakenBatchAdmin() is true. | |
| Method | getAssessmentTakenBatchAdminSessionForBank | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | bankId | the Id of the Bank |
| Return | osid.assessment.batch.AssessmentTakenBatchAdminSession | an AssessmentTakenBatchAdminSession | |
| Errors | NOT_FOUND | no Bank found by the given Id | |
| NULL_ARGUMENT | bankId is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsAssessmentTakenBatchAdmin() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsAssessmentTakenBatchAdmin() and
supportsVisibleFederation() are true | |
| Method | getBankBatchAdminSession | ||
| Description |
Gets the | ||
| Return | osid.assessment.batch.BankBatchAdminSession | a BankBatchAdminSession | |
| Errors | OPERATION_FAILED | unable to complete request | |
| UNIMPLEMENTED | supportsBankBatchAdmin() is false | ||
| Compliance | optional | This method must be implemented if supportsBankBatchAdmin()
is true. | |