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 booleanStorageStep. 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 BulkObjectStoreResponseStorageClient. bulkStoreFilesFromWorkspace(java.lang.String strategyId, BulkObjectStoreRequest bulkObjectStoreRequest)Store objects available in workspace into offersStoredInfoResultStorageClient. storeFileFromWorkspace(java.lang.String strategyId, DataCategory type, java.lang.String guid, ObjectDescription description)Store an object available in workspace by its vitam guidStoredInfoResultStorageClientMock. 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 BulkObjectStoreResponseStoreObjectActionHandler. storeObjects(java.lang.String startegy, BulkObjectStoreRequest bulkObjectStoreRequest)
-