Uses of Class
fr.gouv.vitam.storage.engine.client.exception.StorageAlreadyExistsClientException
Packages that use StorageAlreadyExistsClientException
Package
Description
Provides Storage Engine client interface, factory and implementations.
Plugin package in worker module
-
Uses of StorageAlreadyExistsClientException in fr.gouv.vitam.functionaltest.cucumber.step
Methods in fr.gouv.vitam.functionaltest.cucumber.step that throw StorageAlreadyExistsClientException -
Uses of StorageAlreadyExistsClientException in fr.gouv.vitam.storage.engine.client
Methods in fr.gouv.vitam.storage.engine.client that throw StorageAlreadyExistsClientExceptionModifier and TypeMethodDescriptionStorageClient.bulkStoreFilesFromWorkspace(String strategyId, BulkObjectStoreRequest bulkObjectStoreRequest) Store objects available in workspace into offersStorageClient.storeFileFromWorkspace(String strategyId, DataCategory type, String guid, ObjectDescription description) Store an object available in workspace by its vitam guidStorageClientMock.storeFileFromWorkspace(String strategyId, DataCategory type, String guid, ObjectDescription description) -
Uses of StorageAlreadyExistsClientException in fr.gouv.vitam.worker.core.plugin
Methods in fr.gouv.vitam.worker.core.plugin that throw StorageAlreadyExistsClientExceptionModifier and TypeMethodDescriptionprotected BulkObjectStoreResponseStoreObjectActionHandler.storeObjects(HandlerIO handler, String strategy, BulkObjectStoreRequest bulkObjectStoreRequest)