Uses of Class
fr.gouv.vitam.storage.engine.client.exception.StorageNotFoundClientException
-
Packages that use StorageNotFoundClientException Package Description fr.gouv.vitam.functional.administration.audit.service 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 StorageNotFoundClientException in fr.gouv.vitam.functional.administration.audit.service
Methods in fr.gouv.vitam.functional.administration.audit.service that throw StorageNotFoundClientException Modifier and Type Method Description voidReferentialAuditService. runAudit(java.lang.String collectionName, int tenant) -
Uses of StorageNotFoundClientException in fr.gouv.vitam.functionaltest.cucumber.step
Methods in fr.gouv.vitam.functionaltest.cucumber.step that throw StorageNotFoundClientException 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 StorageNotFoundClientException in fr.gouv.vitam.storage.engine.client
Methods in fr.gouv.vitam.storage.engine.client that throw StorageNotFoundClientException Modifier and Type Method Description BulkObjectStoreResponseStorageClient. bulkStoreFilesFromWorkspace(java.lang.String strategyId, BulkObjectStoreRequest bulkObjectStoreRequest)Store objects available in workspace into offerscom.fasterxml.jackson.databind.JsonNodeStorageClient. getInformation(java.lang.String strategyId, DataCategory type, java.lang.String guid, java.util.List<java.lang.String> offerIds, boolean noCache)Get object information from objects in storagecom.fasterxml.jackson.databind.JsonNodeStorageClientMock. getInformation(java.lang.String strategyId, DataCategory type, java.lang.String guid, java.util.List<java.lang.String> offerIds, boolean noCache)java.util.List<java.lang.String>StorageClient. getOffers(java.lang.String strategyId)get List of offers for a strategyjava.util.List<java.lang.String>StorageClientMock. getOffers(java.lang.String strategyId)com.fasterxml.jackson.databind.JsonNodeStorageClient. getStorageInformation(java.lang.String strategyId)Check if the storage of objects could be done, knowing a required sizeCloseableIterator<ObjectEntry>StorageClient. listContainer(java.lang.String strategyId, DataCategory type)List object type in containerStoredInfoResultStorageClient. 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 StorageNotFoundClientException in fr.gouv.vitam.worker.core.plugin
Methods in fr.gouv.vitam.worker.core.plugin that throw StorageNotFoundClientException Modifier and Type Method Description protected BulkObjectStoreResponseStoreObjectActionHandler. storeObjects(java.lang.String startegy, BulkObjectStoreRequest bulkObjectStoreRequest)
-