Uses of Class
fr.gouv.vitam.storage.engine.client.exception.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
-
Uses of StorageAlreadyExistsClientException in fr.gouv.vitam.storage.engine.client
Modifier 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
Modifier and TypeMethodDescriptionprotected BulkObjectStoreResponse
StoreObjectActionHandler.storeObjects
(String startegy, BulkObjectStoreRequest bulkObjectStoreRequest)