Uses of Class
fr.gouv.vitam.storage.engine.client.exception.StorageAlreadyExistsClientException
-
Packages that use StorageAlreadyExistsClientException Package Description fr.gouv.vitam.functionaltest.cucumber.step fr.gouv.vitam.storage.engine.client Provides Storage Engine client interface, factory and implementations.fr.gouv.vitam.worker.core.plugin 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 Modifier and Type Method Description boolean
StorageStep. store(java.nio.file.Path sip, java.lang.String uri, java.lang.String strategy, java.lang.String guid)
Store a file -
Uses of StorageAlreadyExistsClientException in fr.gouv.vitam.storage.engine.client
Methods in fr.gouv.vitam.storage.engine.client that throw StorageAlreadyExistsClientException Modifier and Type Method Description BulkObjectStoreResponse
StorageClient. bulkStoreFilesFromWorkspace(java.lang.String strategyId, BulkObjectStoreRequest bulkObjectStoreRequest)
Store objects available in workspace into offersStoredInfoResult
StorageClient. storeFileFromWorkspace(java.lang.String strategyId, DataCategory type, java.lang.String guid, ObjectDescription description)
Store an object available in workspace by its vitam guidStoredInfoResult
StorageClientMock. storeFileFromWorkspace(java.lang.String strategyId, DataCategory type, java.lang.String guid, ObjectDescription description)
-
Uses of StorageAlreadyExistsClientException in fr.gouv.vitam.worker.core.plugin
Methods in fr.gouv.vitam.worker.core.plugin that throw StorageAlreadyExistsClientException Modifier and Type Method Description protected BulkObjectStoreResponse
StoreObjectActionHandler. storeObjects(java.lang.String startegy, BulkObjectStoreRequest bulkObjectStoreRequest)
-