Interface | osid.dictionary.batch.DictionaryBatchProxyManager | ||
---|---|---|---|
Implements | osid.OsidProxyManager | ||
osid.dictionary.batch.DictionaryBatchProfile | |||
Description |
The dictionary batch proxy manager provides access to
dictionary batch sessions and provides interoperability tests
for various aspects of this service. Methods in this manager
support the passing of a
| ||
Method | getEntryBatchAdminSession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.dictionary.batch.EntryBatchAdminSession | an EntryBatchAdminSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsEntryBatchAdmin() is false | ||
Compliance | optional | This method must be implemented if supportsEntryBatchAdmin()
is true. | |
Method | getEntryBatchAdminSessionForDictionary | ||
Description |
Gets the | ||
Parameters | osid.id.Id | dictionaryId | the Id of the Dictionary |
osid.proxy.Proxy | proxy | a proxy | |
Return | osid.dictionary.batch.EntryBatchAdminSession | an EntryBatchAdminSession | |
Errors | NOT_FOUND | no Dictionary found by the given Id | |
NULL_ARGUMENT | dictionaryId or proxy is null | ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsEntryBatchAdmin() or
supportsVisibleFederation() is false | ||
Compliance | optional | This method must be implemented if supportsEntryBatchAdmin()
and supportsVisibleFederation() are true | |
Method | getDictionaryBatchAdminSession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.dictionary.batch.DictionaryBatchAdminSession | a DictionaryBatchAdminSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsDictionaryBatchAdmin() is false | ||
Compliance | optional | This method must be implemented if supportsDictionaryBatchAdmin()
is true. |