Interface | osid.assessment.batch.AssessmentBatchProxyManager | ||
---|---|---|---|
Implements | osid.OsidProxyManager | ||
osid.assessment.batch.AssessmentBatchProfile | |||
Description |
The assessment batch proxy manager provides access to
assessment batch sessions and provides interoperability tests
for various aspects of this service. Methods in this manager
support the passing of a
| ||
Method | getItemBatchAdminSession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.assessment.batch.ItemBatchAdminSession | an ItemBatchAdminSession | |
Errors | NULL_ARGUMENT | proxy is null | |
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 |
osid.proxy.Proxy | proxy | a proxy | |
Return | osid.assessment.batch.ItemBatchAdminSession | an ItemBatchAdminSession | |
Errors | NOT_FOUND | no Bank found by the given Id | |
NULL_ARGUMENT | bankId or proxy 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 | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.assessment.batch.AssessmentBatchAdminSession | an AssessmentBatchAdminSession | |
Errors | NULL_ARGUMENT | proxy is null | |
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 |
osid.proxy.Proxy | proxy | a proxy | |
Return | osid.assessment.batch.AssessmentBatchAdminSession | an AssessmentBatchAdminSession | |
Errors | NOT_FOUND | no Bank found by the given Id | |
NULL_ARGUMENT | bankId or proxy 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 | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.assessment.batch.AssessmentOfferedBatchAdminSession | an AssessmentOfferedBatchAdminSession | |
Errors | NULL_ARGUMENT | proxy is null | |
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 |
osid.proxy.Proxy | proxy | a proxy | |
Return | osid.assessment.batch.AssessmentOfferedBatchAdminSession | an AssessmentOfferedBatchAdminSession | |
Errors | NOT_FOUND | no Bank found by the given Id | |
NULL_ARGUMENT | bankId or proxy 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 | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.assessment.batch.AssessmentTakenBatchAdminSession | an AssessmentTakenBatchAdminSession | |
Errors | NULL_ARGUMENT | proxy is null | |
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 |
osid.proxy.Proxy | proxy | a proxy | |
Return | osid.assessment.batch.AssessmentTakenBatchAdminSession | an AssessmentTakenBatchAdminSession | |
Errors | NOT_FOUND | no Bank found by the given Id | |
NULL_ARGUMENT | bankId or proxy 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 | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.assessment.batch.BankBatchAdminSession | a BankBatchAdminSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsBankBatchAdmin() is false | ||
Compliance | optional | This method must be implemented if supportsBankBatchAdmin()
is true. |