Uses of Class
fr.gouv.vitam.storage.engine.common.exception.StorageTechnicalException
Packages that use StorageTechnicalException
Package
Description
Provides the web server application and configuration for the IHM Recette module and the rest resource it uses
Provides common Referential interfaces and factories for the Storage Engine
module :
Provides a Distribution interface for the Storage Engine Server module
Provides a Distribution implementation for the Storage Engine Server module
-
Uses of StorageTechnicalException in fr.gouv.vitam.ihmrecette.appserver
Methods in fr.gouv.vitam.ihmrecette.appserver that throw StorageTechnicalExceptionModifier and TypeMethodDescriptionStorageService.checkAccessRequestStatus
(Integer tenantId, String strategyId, String offerId, String accessRequestId) StorageService.createAccessRequest
(Integer tenantId, String strategyId, String offerId, String objectId, DataCategory category) StorageService.download
(Integer tenantId, DataCategory dataCategory, String strategyId, String offerId, String objectId) StorageService.getOffersReferences
(String strategyId) StorageService.removeAccessRequest
(Integer tenantId, String strategyId, String offerId, String accessRequestId) -
Uses of StorageTechnicalException in fr.gouv.vitam.storage.engine.common.referential
Methods in fr.gouv.vitam.storage.engine.common.referential that throw StorageTechnicalExceptionModifier and TypeMethodDescriptionStorageStrategyProvider.getStorageStrategies()
Retrieve all the available storage strategiesStorageStrategyProvider.getStorageStrategy
(String idStrategy) Retrieve a storage strategy by its id -
Uses of StorageTechnicalException in fr.gouv.vitam.storage.engine.server.distribution
Methods in fr.gouv.vitam.storage.engine.server.distribution that throw StorageTechnicalException -
Uses of StorageTechnicalException in fr.gouv.vitam.storage.engine.server.distribution.impl
Methods in fr.gouv.vitam.storage.engine.server.distribution.impl that throw StorageTechnicalExceptionModifier and TypeMethodDescriptionstatic StorageDistribution
StorageDistributionFactory.createStorageDistribution
(StorageConfiguration storageConfiguration, StorageLog storageLogService, AlertService alertService) ReadOnlyShieldStorageDistribution.getReferentOffer
(String strategyId) StorageDistributionImpl.getReferentOffer
(String strategyId)