Interface | osid.dictionary.batch.DictionaryBatchManager | ||
---|---|---|---|
Implements | osid.OsidManager | ||
osid.dictionary.batch.DictionaryBatchProfile | |||
Description |
The dictionary batch manager provides access to dictionary batch sessions and provides interoperability tests for various aspects of this service. The sessions included in this manager are:
| ||
Method | getEntryBatchAdminSession | ||
Description |
Gets the | ||
Return | osid.dictionary.batch.EntryBatchAdminSession | an EntryBatchAdminSession | |
Errors | 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 |
Return | osid.dictionary.batch.EntryBatchAdminSession | an EntryBatchAdminSession | |
Errors | NOT_FOUND | no Dictionary found by the given Id | |
NULL_ARGUMENT | dictionaryId 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 | ||
Return | osid.dictionary.batch.DictionaryBatchAdminSession | a DictionaryBatchAdminSession | |
Errors | OPERATION_FAILED | unable to complete request | |
UNIMPLEMENTED | supportsDictionaryBatchAdmin() is false | ||
Compliance | optional | This method must be implemented if supportsDictionaryBatchAdmin()
is true. |