Uses of Class
fr.gouv.vitam.ingest.internal.upload.rest.IngestInternalConfiguration
-
Packages that use IngestInternalConfiguration Package Description fr.gouv.vitam.ingest.internal.upload.rest Provides the web server application and configuration for the Ingest Internal module and the rest resources it uses. -
-
Uses of IngestInternalConfiguration in fr.gouv.vitam.ingest.internal.upload.rest
Methods in fr.gouv.vitam.ingest.internal.upload.rest that return IngestInternalConfiguration Modifier and Type Method Description IngestInternalConfiguration
IngestInternalConfiguration. setProcessingUrl(java.lang.String processingUrl)
IngestInternalConfiguration
IngestInternalConfiguration. setWorkspaceUrl(java.lang.String workspaceUrl)
Constructors in fr.gouv.vitam.ingest.internal.upload.rest with parameters of type IngestInternalConfiguration Constructor Description IngestInternalResource(IngestInternalConfiguration configuration)
IngestInternalResource constructor
-