OSID Logo
OSID Specifications
dictionary batch package
Version 3.0.0
Interfaceosid.dictionary.batch.DictionaryBatchProxyManager
Implementsosid.OsidProxyManager
osid.dictionary.batch.DictionaryBatchProfile
Used Byosid.dictionary.DictionaryProxyManager
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 Proxy object. The sessions included in this manager are:

  • EntryBatchAdminSession : a session to create, modify and delete entries in bulk
  • DictionaryBatchAdminSession : a session to create, modify and delete dictionaries in bulk
MethodgetEntryBatchAdminSession
Description

Gets the OsidSession associated with the bulk entry administration service.

Parametersosid.proxy.Proxyproxya proxy
Returnosid.dictionary.batch.EntryBatchAdminSessionan EntryBatchAdminSession
ErrorsNULL_ARGUMENTproxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsEntryBatchAdmin() is false
ComplianceoptionalThis method must be implemented if supportsEntryBatchAdmin() is true .
MethodgetEntryBatchAdminSessionForDictionary
Description

Gets the OsidSession associated with the bulk entry administration service for the given dictionary.

Parametersosid.id.IddictionaryIdthe Id of the Dictionary
osid.proxy.Proxyproxya proxy
Returnosid.dictionary.batch.EntryBatchAdminSessionan EntryBatchAdminSession
ErrorsNOT_FOUNDno Dictionary found by the given Id
NULL_ARGUMENTdictionaryId or proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsEntryBatchAdmin() or supportsVisibleFederation() is false
ComplianceoptionalThis method must be implemented if supportsEntryBatchAdmin() and supportsVisibleFederation() are true
MethodgetDictionaryBatchAdminSession
Description

Gets the OsidSession associated with the bulk dictionary administration service.

Parametersosid.proxy.Proxyproxya proxy
Returnosid.dictionary.batch.DictionaryBatchAdminSessiona DictionaryBatchAdminSession
ErrorsNULL_ARGUMENTproxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsDictionaryBatchAdmin() is false
ComplianceoptionalThis method must be implemented if supportsDictionaryBatchAdmin() is true .