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 :fr.gouv.vitam.storage.engine.server.distribution Provides a Distribution interface for the Storage Engine Server modulefr.gouv.vitam.storage.engine.server.distribution.impl 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 StorageTechnicalException Modifier and Type Method Description RequestResponse<AccessRequestStatus>
StorageService. checkAccessRequestStatus(java.lang.Integer tenantId, java.lang.String strategyId, java.lang.String offerId, java.lang.String accessRequestId)
RequestResponse<java.lang.String>
StorageService. createAccessRequest(java.lang.Integer tenantId, java.lang.String strategyId, java.lang.String offerId, java.lang.String objectId, DataCategory category)
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)
RequestResponse<AccessRequestStatus>
StorageService. removeAccessRequest(java.lang.Integer tenantId, java.lang.String strategyId, java.lang.String offerId, java.lang.String accessRequestId)
-
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 -
Uses of StorageTechnicalException in fr.gouv.vitam.storage.engine.server.distribution
Methods in fr.gouv.vitam.storage.engine.server.distribution that throw StorageTechnicalException Modifier and Type Method Description java.lang.String
StorageDistribution. getReferentOffer(java.lang.String strategyId)
-
Uses of StorageTechnicalException in fr.gouv.vitam.storage.engine.server.distribution.impl
Methods in fr.gouv.vitam.storage.engine.server.distribution.impl that throw StorageTechnicalException Modifier and Type Method Description static StorageDistribution
StorageDistributionFactory. createStorageDistribution(StorageConfiguration storageConfiguration, StorageLog storageLogService, AlertService alertService)
java.lang.String
ReadOnlyShieldStorageDistribution. getReferentOffer(java.lang.String strategyId)
java.lang.String
StorageDistributionImpl. getReferentOffer(java.lang.String strategyId)
-