Uses of Class
fr.gouv.vitam.storage.engine.common.exception.StorageNotFoundException
-
Packages that use StorageNotFoundException Package Description fr.gouv.vitam.access.internal.api Provides module and resource interfaces and a binary data POJO for the Access Internal module.fr.gouv.vitam.access.internal.core Provides core implementation for the Access Internal module.fr.gouv.vitam.collect.internal.core.service fr.gouv.vitam.functional.administration.core.audit 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.logbook.common.server.reconstruction Provides reconstruction service classes for Logbook server modulefr.gouv.vitam.metadata.core.reconstruction Provides reconstruction classes for Metadata modulefr.gouv.vitam.processing.engine.core.operation fr.gouv.vitam.storage.engine.client Provides Storage Engine client interface, factory and implementations.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 StorageNotFoundException in fr.gouv.vitam.access.internal.api
Methods in fr.gouv.vitam.access.internal.api that throw StorageNotFoundException Modifier and Type Method Description javax.ws.rs.core.Response
AccessInternalModule. getAccessLog(com.fasterxml.jackson.databind.JsonNode params)
Retrieve all accessLog by the concatenation of all accesslog files as InputStreamjavax.ws.rs.core.Response
AccessInternalModule. getOneObjectFromObjectGroup(java.lang.String idObjectGroup, java.lang.String qualifier, int version, java.lang.String idUnit)
Retrieve an object as InputStream based on the associated ObjectGroupId and qualifier + version requested -
Uses of StorageNotFoundException in fr.gouv.vitam.access.internal.core
Methods in fr.gouv.vitam.access.internal.core that throw StorageNotFoundException Modifier and Type Method Description javax.ws.rs.core.Response
AccessInternalModuleImpl. getAccessLog(com.fasterxml.jackson.databind.JsonNode params)
javax.ws.rs.core.Response
AccessInternalModuleImpl. getOneObjectFromObjectGroup(java.lang.String idObjectGroup, java.lang.String qualifier, int version, java.lang.String idUnit)
-
Uses of StorageNotFoundException in fr.gouv.vitam.collect.internal.core.service
Methods in fr.gouv.vitam.collect.internal.core.service that throw StorageNotFoundException Modifier and Type Method Description javax.ws.rs.core.Response
CollectService. getBinaryByUsageAndVersion(CollectUnitModel unitModel, DataObjectVersionType usage, int version)
-
Uses of StorageNotFoundException in fr.gouv.vitam.functional.administration.core.audit
Methods in fr.gouv.vitam.functional.administration.core.audit that throw StorageNotFoundException Modifier and Type Method Description void
ReferentialAuditService. runAudit(java.lang.String collectionName, int tenant)
-
Uses of StorageNotFoundException in fr.gouv.vitam.ihmrecette.appserver
Methods in fr.gouv.vitam.ihmrecette.appserver that throw StorageNotFoundException 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 StorageNotFoundException in fr.gouv.vitam.logbook.common.server.reconstruction
Methods in fr.gouv.vitam.logbook.common.server.reconstruction that throw StorageNotFoundException Modifier and Type Method Description LogbookBackupModel
RestoreBackupService. loadData(java.lang.String strategy, java.lang.String filename, long offset)
Load data from storage -
Uses of StorageNotFoundException in fr.gouv.vitam.metadata.core.reconstruction
Methods in fr.gouv.vitam.metadata.core.reconstruction that throw StorageNotFoundException Modifier and Type Method Description MetadataBackupModel
RestoreBackupService. loadData(java.lang.String strategy, java.lang.String referentOffer, MetadataCollections collection, java.lang.String filename, long offset)
Load data from storagejava.io.InputStream
RestoreBackupService. loadData(java.lang.String strategy, java.lang.String referentOffer, DataCategory category, java.lang.String filename)
-
Uses of StorageNotFoundException in fr.gouv.vitam.processing.engine.core.operation
Methods in fr.gouv.vitam.processing.engine.core.operation that throw StorageNotFoundException Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode
OperationContextMonitor. getInformation(java.lang.String strategy, java.lang.String operationContainer, LogbookTypeProcess logbookTypeProcess)
-
Uses of StorageNotFoundException in fr.gouv.vitam.storage.engine.client
Methods in fr.gouv.vitam.storage.engine.client that throw StorageNotFoundException Modifier and Type Method Description javax.ws.rs.core.Response
StorageClient. getContainerAsync(java.lang.String strategyId, java.lang.String guid, DataCategory type, AccessLogInfoModel logInfo)
Retrieves a binary object knowing its guid as an inputStream for a specific tenant/strategyjavax.ws.rs.core.Response
StorageClient. getContainerAsync(java.lang.String strategyId, java.lang.String offerId, java.lang.String objectName, DataCategory type, AccessLogInfoModel logInfo)
Retrieves a binary object knowing its guid as an inputStream for a specific tenant/strategy/offerIdjavax.ws.rs.core.Response
StorageClientMock. getContainerAsync(java.lang.String strategyId, java.lang.String guid, DataCategory type, AccessLogInfoModel logInfo)
javax.ws.rs.core.Response
StorageClientMock. getContainerAsync(java.lang.String strategyId, java.lang.String offerId, java.lang.String objectName, DataCategory type, AccessLogInfoModel logInfo)
-
Uses of StorageNotFoundException in fr.gouv.vitam.storage.engine.server.distribution
Methods in fr.gouv.vitam.storage.engine.server.distribution that throw StorageNotFoundException Modifier and Type Method Description java.lang.String
StorageDistribution. getReferentOffer(java.lang.String strategyId)
-
Uses of StorageNotFoundException in fr.gouv.vitam.storage.engine.server.distribution.impl
Methods in fr.gouv.vitam.storage.engine.server.distribution.impl that throw StorageNotFoundException Modifier and Type Method Description java.lang.String
ReadOnlyShieldStorageDistribution. getReferentOffer(java.lang.String strategyId)
java.lang.String
StorageDistributionImpl. getReferentOffer(java.lang.String strategyId)
-