Uses of Class
fr.gouv.vitam.storage.engine.common.exception.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
Modifier 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
Modifier 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
-
Uses of StorageTechnicalException in fr.gouv.vitam.storage.engine.server.distribution.impl
Modifier and TypeMethodDescriptionstatic StorageDistribution
StorageDistributionFactory.createStorageDistribution
(StorageConfiguration storageConfiguration, StorageLog storageLogService, AlertService alertService) ReadOnlyShieldStorageDistribution.getReferentOffer
(String strategyId) StorageDistributionImpl.getReferentOffer
(String strategyId)