Uses of Class
fr.gouv.vitam.ingest.external.common.config.IngestExternalConfiguration
Package
Description
Provides Ingest external common configuration classes
Provides core implementation for the Ingest External module.
Provides the web server application for the Ingest External module and the rest resources it uses.
-
Uses of IngestExternalConfiguration in fr.gouv.vitam.ingest.external.common.config
Modifier and TypeMethodDescriptionIngestExternalConfiguration.setAntiVirusScriptName
(String antiVirusScriptName) IngestExternalConfiguration.setBaseUploadPath
(String baseUploadPath) IngestExternalConfiguration.setFailedUploadDir
(String failedUploadDir) IngestExternalConfiguration.setFileActionAfterUpload
(String fileActionAfterUpload) IngestExternalConfiguration.setSuccessfulUploadDir
(String successfulUploadDir) IngestExternalConfiguration.setTimeoutScanDelay
(long timeoutScanDelay) -
Uses of IngestExternalConfiguration in fr.gouv.vitam.ingest.external.core
ModifierConstructorDescriptionIngestExternalImpl
(IngestExternalConfiguration config, FormatIdentifierFactory formatIdentifierFactory, IngestInternalClientFactory ingestInternalClientFactory, ManifestDigestValidator manifestDigestValidator) -
Uses of IngestExternalConfiguration in fr.gouv.vitam.ingest.external.rest
ModifierConstructorDescriptionIngestExternalResource
(IngestExternalConfiguration ingestExternalConfiguration, SecureEndpointRegistry secureEndpointRegistry, FormatIdentifierFactory formatIdentifierFactory, IngestInternalClientFactory ingestInternalClientFactory) Constructor IngestExternalResource