Uses of Class
fr.gouv.vitam.common.model.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
-
Uses of LocalFile in fr.gouv.vitam.ingest.external.client
Modifier 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