| Interface | osid.recognition.batch.RecognitionBatchProxyManager | ||
|---|---|---|---|
| Implements | osid.OsidProxyManager | ||
osid.recognition.batch.RecognitionBatchProfile | |||
| Description |
The recognition batch proxy manager provides access to
recognition batch sessions and provides interoperability tests
for various aspects of this service. Methods in this manager
support the passing of a
| ||
| Method | getConferralBatchAdminSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.recognition.batch.ConferralBatchAdminSession | a ConferralBatchAdminSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsConferralBatchAdmin() is false | ||
| Compliance | optional | This method must be implemented if supportsConferralBatchAdmin()
is true. | |
| Method | getConferralBatchAdminSessionForAcademy | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | academyId | the Id of the Academy |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.recognition.batch.ConferralBatchAdminSession | a ConferralBatchAdminSession | |
| Errors | NOT_FOUND | no Academy found by the given Id | |
| NULL_ARGUMENT | academyId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsConferralBatchAdmin() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if supportsConferralBatchAdmin()
and supportsVisibleFederation() are true | |
| Method | getAwardBatchAdminSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.recognition.batch.AwardBatchAdminSession | an AwardBatchAdminSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsAwardBatchAdmin() is false | ||
| Compliance | optional | This method must be implemented if supportsAwardBatchAdmin()
is true. | |
| Method | getAwardBatchAdminSessionForAcademy | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | academyId | the Id of the Academy |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.recognition.batch.AwardBatchAdminSession | an AwardBatchAdminSession | |
| Errors | NOT_FOUND | no Academy found by the given Id | |
| NULL_ARGUMENT | academyId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsAwardBatchAdmin() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if supportsAwardBatchAdmin()
and supportsVisibleFederation() are true | |
| Method | getConvocationBatchAdminSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.recognition.batch.ConvocationBatchAdminSession | a ConvocationBatchAdminSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsConvocationBatchAdmin() is false | ||
| Compliance | optional | This method must be implemented if supportsConvocationBatchAdmin()
is true. | |
| Method | getConvocationBatchAdminSessionForAcademy | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | academyId | the Id of the Academy |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.recognition.batch.ConvocationBatchAdminSession | a ConvocationBatchAdminSession | |
| Errors | NOT_FOUND | no Academy found by the given Id | |
| NULL_ARGUMENT | academyId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsConvocationBatchAdmin() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if supportsConvocationBatchAdmin()
and supportsVisibleFederation() are true | |
| Method | getAcademyBatchAdminSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.recognition.batch.AcademyBatchAdminSession | a AcademyBatchAdminSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsAcademyBatchAdmin() is false | ||
| Compliance | optional | This method must be implemented if supportsAcademyBatchAdmin()
is true. | |