Uses of Class
fr.gouv.vitam.ingest.external.api.exception.IngestExternalException
Package
Description
Provides the web server application and configuration for the IHM Demo module and the rest resource it uses
Provides Ingest External Client interface, factory and implementations.
Provides core implementation for the Ingest External module.
-
Uses of IngestExternalException in fr.gouv.vitam.ihmdemo.appserver
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
WebApplicationResource.checkUploadOperation
(String operationId, javax.servlet.http.HttpServletRequest request, String action) Check if the upload operation is done -
Uses of IngestExternalException in fr.gouv.vitam.ingest.external.client
Modifier and TypeMethodDescriptionIngestExternalClient.ingest
(VitamContext vitamContext, InputStream stream, IngestRequestParameters ingestRequestParameters) ingest upload file in local and launch an ingest workflowIngestExternalClient.ingest
(VitamContext vitamContext, InputStream stream, String contextId, String action) ingest upload file in local and launch an ingest workflowIngestExternalClient.ingestLocal
(VitamContext vitamContext, LocalFile localFile, IngestRequestParameters ingestRequestParameters) ingest a file that has been uploaded locally on a vitam folder then launch an ingest workflowIngestExternalClient.ingestLocal
(VitamContext vitamContext, LocalFile localFile, String contextId, String action) ingest a file that has been uploaded locally on a vitam folder then launch an ingest workflow -
Uses of IngestExternalException in fr.gouv.vitam.ingest.external.core
Modifier and TypeMethodDescriptionstatic String
AtrKoBuilder.buildAtrKo
(String messageIdentifier, String archivalAgency, String transferringAgency, String eventType, String addedMessage, StatusCode code, LocalDateTime eventDateTime) To generate a default ATR KO from Ingest External on AV or MimeType checks.IngestExternal.preUploadAndResume
(InputStream input, String workflowIdentifier, GUID guid, String xAction, javax.ws.rs.container.AsyncResponse asyncResponse) IngestExternalImpl.preUploadAndResume
(InputStream input, String workflowIdentifier, GUID guid, String xAction, javax.ws.rs.container.AsyncResponse asyncResponse) IngestExternal.upload
(PreUploadResume preUploadResume, String xAction, GUID guid, String manifestDigestValue, String manifestDigestAlgo) upload the file -- store in local, scan for viruses and then check for supported format (ZIP, TAR, ...)IngestExternalImpl.upload
(PreUploadResume preUploadResume, String xAction, GUID guid, String manifestDigestValue, String manifestDigestAlgo)