Uses of Class
fr.gouv.vitam.common.model.LocalFile
Packages that use LocalFile
Package
Description
This package contains simple POJOs and DTOs that may be shared commonly by all vitam internal components
Provides Ingest External Client interface, factory and implementations.
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 -
Uses of LocalFile in fr.gouv.vitam.ingest.external.client
Methods in fr.gouv.vitam.ingest.external.client with parameters of type LocalFileModifier and TypeMethodDescriptionIngestExternalClient.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 LocalFile in fr.gouv.vitam.ingest.external.rest
Methods in fr.gouv.vitam.ingest.external.rest with parameters of type LocalFile