| Interface | osid.learning.batch.LearningBatchProxyManager | ||
|---|---|---|---|
| Implements | osid.OsidProxyManager | ||
osid.learning.batch.LearningBatchProfile | |||
| Description |
The learning batch proxy manager provides access to
learning batch sessions and provides interoperability tests
for various aspects of this service. Methods in this manager
support the passing of a
| ||
| Method | getObjectiveBatchAdminSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.learning.batch.ObjectiveBatchAdminSession | an ObjectiveBatchAdminSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsObjectiveBatchAdmin() is false | ||
| Compliance | optional | This method must be implemented if supportsObjectiveBatchAdmin()
is true. | |
| Method | getObjectiveBatchAdminSessionForObjectiveBank | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | objectiveBankId | the Id of the ObjectiveBank |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.learning.batch.ObjectiveBatchAdminSession | an ObjectiveBatchAdminSession | |
| Errors | NOT_FOUND | no ObjectiveBank found by the given Id | |
| NULL_ARGUMENT | objectiveBankId or proxy is null
| ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsObjectiveBatchAdmin() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if supportsObjectiveBatchAdmin()
and supportsVisibleFederation() are true | |
| Method | getActivityBatchAdminSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.learning.batch.ActivityBatchAdminSession | an ActivityBatchAdminSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsActivityBatchAdmin() is false | ||
| Compliance | optional | This method must be implemented if supportsActivityBatchAdmin()
is true. | |
| Method | getActivityBatchAdminSessionForObjectiveBank | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | objectiveBankId | the Id of the ObjectiveBank |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.learning.batch.ActivityBatchAdminSession | an ActivityBatchAdminSession | |
| Errors | NOT_FOUND | no ObjectiveBank found by the given Id | |
| NULL_ARGUMENT | objectiveBankId or proxy is null
| ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsActivityBatchAdmin() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if supportsActivityBatchAdmin()
and supportsVisibleFederation() are true | |
| Method | getProficiencyBatchAdminSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.learning.batch.ProficiencyBatchAdminSession | a ProficiencyBatchAdminSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsProficiencyBatchAdmin() is false | ||
| Compliance | optional | This method must be implemented if supportsProficiencyBatchAdmin()
is true. | |
| Method | getProficiencyBatchAdminSessionForObjectiveBank | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | objectiveBankId | the Id of the ObjectiveBank |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.learning.batch.ProficiencyBatchAdminSession | a ProficiencyBatchAdminSession | |
| Errors | NOT_FOUND | no ObjectiveBank found by the given Id | |
| NULL_ARGUMENT | objectiveBankId or proxy is null
| ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsProficiencyBatchAdmin() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if supportsProficiencyBatchAdmin()
and supportsVisibleFederation() are true | |
| Method | getObjectiveBankBatchAdminSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.learning.batch.ObjectiveBankBatchAdminSession | an ObjectiveBankBatchAdminSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsObjectiveBankBatchAdmin() is false | ||
| Compliance | optional | This method must be implemented if supportsObjectiveBankBatchAdmin()
is true. | |