Uses of Class
fr.gouv.vitam.storage.engine.common.exception.StorageTechnicalException
-
Packages that use StorageTechnicalException Package Description fr.gouv.vitam.ihmrecette.appserver Provides the web server application and configuration for the IHM Recette module and the rest resource it usesfr.gouv.vitam.storage.engine.common.referential Provides common Referential interfaces and factories for the Storage Engine module : -
-
Uses of StorageTechnicalException in fr.gouv.vitam.ihmrecette.appserver
Methods in fr.gouv.vitam.ihmrecette.appserver that throw StorageTechnicalException Modifier and Type Method Description VitamAsyncInputStreamResponse
StorageService. download(java.lang.Integer tenantId, DataCategory dataCategory, java.lang.String strategyId, java.lang.String offerId, java.lang.String objectId)
java.util.List<OfferReference>
StorageService. getOffersReferences(java.lang.String strategyId)
-
Uses of StorageTechnicalException in fr.gouv.vitam.storage.engine.common.referential
Methods in fr.gouv.vitam.storage.engine.common.referential that throw StorageTechnicalException Modifier and Type Method Description java.util.Map<java.lang.String,StorageStrategy>
StorageStrategyProvider. getStorageStrategies()
Retrieve all the available storage strategiesStorageStrategy
StorageStrategyProvider. getStorageStrategy(java.lang.String idStrategy)
Retrieve a storage strategy by its id
-