Uses of Class
fr.gouv.vitam.common.model.LocalFile
-
Packages that use LocalFile Package Description fr.gouv.vitam.common.model This package contains simple POJOs and DTOs that may be shared commonly by all vitam internal componentsfr.gouv.vitam.ingest.external.client Provides Ingest External Client interface, factory and implementations.fr.gouv.vitam.ingest.external.rest Provides the web server application for the Ingest External module and the rest resources it uses. -
-
Uses of LocalFile in fr.gouv.vitam.common.model
Methods in fr.gouv.vitam.common.model that return LocalFile Modifier and Type Method Description LocalFile
LocalFile. setPath(java.lang.String path)
-
Uses of LocalFile in fr.gouv.vitam.ingest.external.client
Methods in fr.gouv.vitam.ingest.external.client with parameters of type LocalFile Modifier and Type Method Description RequestResponse<java.lang.Void>
IngestExternalClient. ingestLocal(VitamContext vitamContext, LocalFile localFile, IngestRequestParameters ingestRequestParameters)
ingest a file that has been uploaded locally on a vitam folder then launch an ingest workflowRequestResponse<java.lang.Void>
IngestExternalClient. ingestLocal(VitamContext vitamContext, LocalFile localFile, java.lang.String contextId, java.lang.String action)
ingest a file that has been uploaded locally on a vitam folder then launch an ingest workflow -
Uses of LocalFile in fr.gouv.vitam.ingest.external.rest
Methods in fr.gouv.vitam.ingest.external.rest with parameters of type LocalFile Modifier and Type Method Description void
IngestExternalResource. uploadLocal(java.lang.String contextId, java.lang.String action, java.lang.String manifestDigestAlgo, java.lang.String manifestDigestValue, LocalFile localFile, javax.ws.rs.container.AsyncResponse asyncResponse)
upload a local file
-