Interface | osid.learning.batch.LearningBatchManager | ||
---|---|---|---|
Implements | osid.OsidManager | ||
osid.learning.batch.LearningBatchProfile | |||
Description |
The learning batch manager provides access to learning batch sessions and provides interoperability tests for various aspects of this service. The sessions included in this manager are:
| ||
Method | getObjectiveBatchAdminSession | ||
Description |
Gets the | ||
Return | osid.learning.batch.ObjectiveBatchAdminSession | an ObjectiveBatchAdminSession | |
Errors | 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 |
Return | osid.learning.batch.ObjectiveBatchAdminSession | an ObjectiveBatchAdminSession | |
Errors | NOT_FOUND | no ObjectiveBank found by the given Id | |
NULL_ARGUMENT | objectiveBankId 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 | ||
Return | osid.learning.batch.ActivityBatchAdminSession | an ActivityBatchAdminSession | |
Errors | 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 |
Return | osid.learning.batch.ActivityBatchAdminSession | an ActivityBatchAdminSession | |
Errors | NOT_FOUND | no ObjectiveBank found by the given Id | |
NULL_ARGUMENT | objectiveBankId 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 | ||
Return | osid.learning.batch.ProficiencyBatchAdminSession | a ProficiencyBatchAdminSession | |
Errors | 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 |
Return | osid.learning.batch.ProficiencyBatchAdminSession | a ProficiencyBatchAdminSession | |
Errors | NOT_FOUND | no ObjectiveBank found by the given Id | |
NULL_ARGUMENT | objectiveBankId 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 | ||
Return | osid.learning.batch.ObjectiveBankBatchAdminSession | an ObjectiveBankBatchAdminSession | |
Errors | OPERATION_FAILED | unable to complete request | |
UNIMPLEMENTED | supportsObjectiveBankBatchAdmin() is false | ||
Compliance | optional | This method must be implemented if supportsObjectiveBankBatchAdmin()
is true. |