Uses of Class
fr.gouv.vitam.storage.engine.client.exception.StorageUnavailableDataFromAsyncOfferClientException
-
Packages that use StorageUnavailableDataFromAsyncOfferClientException Package Description fr.gouv.vitam.functional.administration.core.audit fr.gouv.vitam.storage.engine.client Provides Storage Engine client interface, factory and implementations.fr.gouv.vitam.worker.core.plugin.evidence -
-
Uses of StorageUnavailableDataFromAsyncOfferClientException in fr.gouv.vitam.functional.administration.core.audit
Methods in fr.gouv.vitam.functional.administration.core.audit that throw StorageUnavailableDataFromAsyncOfferClientException Modifier and Type Method Description void
ReferentialAuditService. runAudit(java.lang.String collectionName, int tenant)
-
Uses of StorageUnavailableDataFromAsyncOfferClientException in fr.gouv.vitam.storage.engine.client
Methods in fr.gouv.vitam.storage.engine.client that throw StorageUnavailableDataFromAsyncOfferClientException Modifier and Type Method Description RequestResponseOK
StorageClient. copyObjectFromOfferToOffer(java.lang.String objectId, DataCategory category, java.lang.String source, java.lang.String destination, java.lang.String strategyId)
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/offerId -
Uses of StorageUnavailableDataFromAsyncOfferClientException in fr.gouv.vitam.worker.core.plugin.evidence
Methods in fr.gouv.vitam.worker.core.plugin.evidence that throw StorageUnavailableDataFromAsyncOfferClientException Modifier and Type Method Description java.util.List<IdentifierType>
DataRectificationService. correctObjectGroups(EvidenceAuditReportLine line, java.lang.String containerName)
java.util.Optional<IdentifierType>
DataRectificationService. correctUnits(EvidenceAuditReportLine line, java.lang.String containerName)
-