| Interface | osid.lexicon.batch.LexiconBatchProxyManager | ||
|---|---|---|---|
| Implements | osid.OsidProxyManager | ||
osid.lexicon.batch.LexiconBatchProfile | |||
| Used By | osid.lexicon.LexiconProxyManager | ||
| Description |
The lexicon proxy manager provides access to lexicon batch
sessions and provides interoperability tests for various
aspects of this service. Methods in this manager support the
passing of a
| ||
| Method | getTextBatchAdminSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.lexicon.batch.TextBatchAdminSession | a TextBatchAdminSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| 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 |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.lexicon.batch.TextBatchAdminSession | a TextBatchAdminSession | |
| Errors | NOT_FOUND | no Press found by the given Id | |
| NULL_ARGUMENT | pressId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsTextBatchAdmin() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if supportsTextBatchAdmin()
and supportsVisibleFederation() are true | |
| Method | getIdiomBatchAdminSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.lexicon.batch.IdiomBatchAdminSession | an IdiomBatchAdminSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| 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 |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.lexicon.batch.IdiomBatchAdminSession | an IdiomBatchAdminSession | |
| Errors | NOT_FOUND | no Press found by the given Id | |
| NULL_ARGUMENT | pressId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIdiomBatchAdmin() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if supportsIdiomBatchAdmin()
and supportsVisibleFederation() are true | |
| Method | getParameterBatchAdminSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.lexicon.batch.ParameterBatchAdminSession | a ParameterBatchAdminSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| 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 |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.lexicon.batch.ParameterBatchAdminSession | a ParameterBatchAdminSession | |
| Errors | NOT_FOUND | no Press found by the given Id | |
| NULL_ARGUMENT | pressId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsParameterBatchAdmin() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsParameterBatchAdmin() and
supportsVisibleFederation() are true | |
| Method | getPressBatchAdminSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.lexicon.batch.PressBatchAdminSession | a PressBatchAdminSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsPressBatchAdmin() is false | ||
| Compliance | optional | This method must be implemented if supportsPressBatchAdmin()
is true . | |