| Interface | osid.lexicon.batch.LexiconBatchManager | ||
|---|---|---|---|
| Implements | osid.OsidManager | ||
osid.lexicon.batch.LexiconBatchProfile | |||
| Used By | osid.lexicon.LexiconManager | ||
| Description |
The lexicon batch manager provides access to lexicon batch sessions and provides interoperability tests for various aspects of this service. The sessions included in this manager are:
| ||
| Method | getTextBatchAdminSession | ||
| Description |
Gets the | ||
| Return | osid.lexicon.batch.TextBatchAdminSession | a TextBatchAdminSession | |
| Errors | OPERATION_FAILED | unable to complete request | |
| UNIMPLEMENTED | supportsTextBatchAdmin() is false | ||
| Compliance | optional | This method must be implemented if supportsTextBatchAdmin() is
true . | |
| Method | getTextBatchAdminSessionForPress | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | pressId | the Id of the Press |
| Return | osid.lexicon.batch.TextBatchAdminSession | a TextBatchAdminSession | |
| Errors | NOT_FOUND | no Press found by the given Id | |
| NULL_ARGUMENT | pressId is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsOsidObjectBatchAdmin() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if supportsTextAdmin() and
supportsVisibleFederation() are true | |
| Method | getIdiomBatchAdminSession | ||
| Description |
Gets the | ||
| Return | osid.lexicon.batch.IdiomBatchAdminSession | an IdiomBatchAdminSession | |
| Errors | OPERATION_FAILED | unable to complete request | |
| UNIMPLEMENTED | supportsIdiomBatchAdmin() is false | ||
| Compliance | optional | This method must be implemented if supportsIdiomBatchAdmin()
is true . | |
| Method | getIdiomBatchAdminSessionForPress | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | pressId | the Id of the Press |
| Return | osid.lexicon.batch.IdiomBatchAdminSession | an IdiomBatchAdminSession | |
| Errors | NOT_FOUND | no Press found by the given Id | |
| NULL_ARGUMENT | pressId is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsOsidObjectBatchAdmin() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if supportsIdiomAdmin() and
supportsVisibleFederation() are true | |
| Method | getParameterBatchAdminSession | ||
| Description |
Gets the | ||
| Return | osid.lexicon.batch.ParameterBatchAdminSession | a ParameterBatchAdminSession | |
| Errors | OPERATION_FAILED | unable to complete request | |
| UNIMPLEMENTED | supportsParameterBatchAdmin() is false | ||
| Compliance | optional | This method must be implemented if
supportsParameterBatchAdmin() is true . | |
| Method | getParameterBatchAdminSessionForPress | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | pressId | the Id of the Press |
| Return | osid.lexicon.batch.ParameterBatchAdminSession | a ParameterBatchAdminSession | |
| Errors | NOT_FOUND | no Press found by the given Id | |
| NULL_ARGUMENT | pressId is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsOsidObjectBatchAdmin() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if supportsParameterAdmin()
and supportsVisibleFederation() are true | |
| Method | getPressBatchAdminSession | ||
| Description |
Gets the | ||
| Return | osid.lexicon.batch.PressBatchAdminSession | a PressBatchAdminSession | |
| Errors | OPERATION_FAILED | unable to complete request | |
| UNIMPLEMENTED | supportsPressBatchAdmin() is false | ||
| Compliance | optional | This method must be implemented if supportsPressBatchAdmin()
is true . | |