Uses of Class
fr.gouv.vitam.ingest.external.client.IngestRequestParameters
Packages that use IngestRequestParameters
Package
Description
Provides Ingest External Client interface, factory and implementations.
-
Uses of IngestRequestParameters in fr.gouv.vitam.ingest.external.client
Methods in fr.gouv.vitam.ingest.external.client that return IngestRequestParametersModifier and TypeMethodDescriptionIngestRequestParameters.setManifestDigestAlgo
(String manifestDigestAlgo) IngestRequestParameters.setManifestDigestValue
(String manifestDigestValue) Methods in fr.gouv.vitam.ingest.external.client with parameters of type IngestRequestParametersModifier and TypeMethodDescriptionIngestExternalClient.ingest
(VitamContext vitamContext, InputStream stream, IngestRequestParameters ingestRequestParameters) 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 workflow