Uses of Class
fr.gouv.vitam.storage.engine.common.exception.StorageNotFoundException
Package
Description
Provides module and resource interfaces and a binary data POJO for the Access Internal module.
Provides core implementation for the Access Internal module.
Provides the web server application and configuration for the IHM Recette module and the rest resource it uses
Provides reconstruction service classes for Logbook server module
Provides Storage Engine client interface, factory and implementations.
Provides a Distribution interface for the Storage Engine Server module
Provides a Distribution implementation for the Storage Engine Server module
-
Uses of StorageNotFoundException in fr.gouv.vitam.access.internal.api
Modifier and TypeMethodDescriptionjavax.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.getObjectByPersistentIdentifier
(String persistentIdentifier) Gets a Response as InputStream according the founded object by persistent identifier.javax.ws.rs.core.Response
AccessInternalModule.getObjectByUnitPersistentIdentifier
(String persistentIdentifier, String qualifier, Integer version) javax.ws.rs.core.Response
AccessInternalModule.getOneObjectFromObjectGroup
(String idObjectGroup, String qualifier, int version, 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
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
AccessInternalModuleImpl.getAccessLog
(com.fasterxml.jackson.databind.JsonNode params) javax.ws.rs.core.Response
AccessInternalModuleImpl.getObjectByPersistentIdentifier
(String persistentIdentifier) javax.ws.rs.core.Response
AccessInternalModuleImpl.getObjectByUnitPersistentIdentifier
(String persistentIdentifier, String qualifier, Integer version) javax.ws.rs.core.Response
AccessInternalModuleImpl.getOneObjectFromObjectGroup
(String idObjectGroup, String qualifier, int version, String idUnit) -
Uses of StorageNotFoundException in fr.gouv.vitam.collect.internal.core.service
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
CollectService.getBinaryByUsageAndVersion
(CollectUnitModel unitModel, DataObjectVersionType usage, int version) -
Uses of StorageNotFoundException in fr.gouv.vitam.functional.administration.core.audit
-
Uses of StorageNotFoundException 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 StorageNotFoundException in fr.gouv.vitam.logbook.common.server.reconstruction
Modifier and TypeMethodDescriptionLoad data from storage -
Uses of StorageNotFoundException in fr.gouv.vitam.metadata.core.reconstruction.service
Modifier and TypeMethodDescriptionRestoreBackupService.loadData
(String strategy, String referentOffer, MetadataCollections collection, String filename, long offset) Load data from storageRestoreBackupService.loadData
(String strategy, String referentOffer, DataCategory category, String filename) -
Uses of StorageNotFoundException in fr.gouv.vitam.processing.engine.core.operation
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
OperationContextMonitor.getInformation
(String strategy, String operationContainer, LogbookTypeProcess logbookTypeProcess) -
Uses of StorageNotFoundException in fr.gouv.vitam.storage.engine.client
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
StorageClient.getContainerAsync
(String strategyId, 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
(String strategyId, String offerId, 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
(String strategyId, String guid, DataCategory type, AccessLogInfoModel logInfo) javax.ws.rs.core.Response
StorageClientMock.getContainerAsync
(String strategyId, String offerId, String objectName, DataCategory type, AccessLogInfoModel logInfo) -
Uses of StorageNotFoundException in fr.gouv.vitam.storage.engine.server.distribution
-
Uses of StorageNotFoundException in fr.gouv.vitam.storage.engine.server.distribution.impl
Modifier and TypeMethodDescriptionReadOnlyShieldStorageDistribution.getReferentOffer
(String strategyId) StorageDistributionImpl.getReferentOffer
(String strategyId)