public interface DictionaryBatchProxyManager extends OsidProxyManager, DictionaryBatchProfile
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 | Modifier and Type | Method and Description |
|---|---|
DictionaryBatchAdminSession |
getDictionaryBatchAdminSession(Proxy proxy)
Gets the
OsidSession associated with the bulk
dictionary administration service. |
EntryBatchAdminSession |
getEntryBatchAdminSession(Proxy proxy)
Gets the
OsidSession associated with the bulk entry
administration service. |
EntryBatchAdminSession |
getEntryBatchAdminSessionForDictionary(Id dictionaryId,
Proxy proxy)
Gets the
OsidSession associated with the bulk entry
administration service for the given dictionary. |
changeBranch, initialize, rollbackServiceclosesupportsDictionaryBatchAdmin, supportsEntryBatchAdmin, supportsVisibleFederationgetBranch, getBranchId, getDescription, getDisplayName, getId, getLocales, getProxyRecordTypes, getReleaseDate, getVersion, supportsJournalBranching, supportsJournalRollback, supportsOSIDVersion, supportsProxyRecordTypegetBranding, getBrandingIds, getLicense, getProvider, getProviderIdEntryBatchAdminSession getEntryBatchAdminSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the bulk entry
administration service.proxy - a proxy EntryBatchAdminSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsEntryBatchAdmin() is false optional - This method must be implemented if
supportsEntryBatchAdmin() is true. EntryBatchAdminSession getEntryBatchAdminSessionForDictionary(Id dictionaryId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the bulk entry
administration service for the given dictionary.dictionaryId - the Id of the Dictionary
proxy - a proxy EntryBatchAdminSession NotFoundException - no Dictionary found
by the given Id NullArgumentException - dictionaryId or
proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsEntryBatchAdmin() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsEntryBatchAdmin() and
supportsVisibleFederation() are true
DictionaryBatchAdminSession getDictionaryBatchAdminSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the bulk
dictionary administration service.proxy - a proxy DictionaryBatchAdminSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsDictionaryBatchAdmin() is false optional - This method must be implemented if
supportsDictionaryBatchAdmin() is true.