Class IngestInternalConfiguration
java.lang.Object
fr.gouv.vitam.common.server.application.configuration.DefaultVitamApplicationConfiguration
fr.gouv.vitam.ingest.internal.upload.rest.IngestInternalConfiguration
- All Implemented Interfaces:
VitamApplicationConfiguration
,VitamApplicationConfigurationInterface
Ingest Internal Configuration
-
Field Summary
Fields inherited from class fr.gouv.vitam.common.server.application.configuration.DefaultVitamApplicationConfiguration
jettyConfig
-
Constructor Summary
ConstructorDescriptionIngestInternalConfiguration empty constructor for YAMLFactory -
Method Summary
Modifier and TypeMethodDescriptionMust return the value of a 'workspaceUrl' attributeMust return the value of a 'workspaceUrl' attributesetProcessingUrl
(String processingUrl) setWorkspaceUrl
(String workspaceUrl) Methods inherited from class fr.gouv.vitam.common.server.application.configuration.DefaultVitamApplicationConfiguration
getAdminBasicAuth, getJettyConfig, isAuthentication, isAuthorizeTrackTotalHits, isEnableSession, isEnableXsrFilter, isTenantFilter, setAdminBasicAuth, setAuthentication, setAuthorizeTrackTotalHits, setEnableSession, setEnableXsrFilter, setJettyConfig, setTenantFilter
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface fr.gouv.vitam.common.server.application.configuration.VitamApplicationConfigurationInterface
getBaseUri, getBaseUrl, setBaseUri, setBaseUrl
-
Constructor Details
-
IngestInternalConfiguration
public IngestInternalConfiguration()IngestInternalConfiguration empty constructor for YAMLFactory
-
-
Method Details
-
getWorkspaceUrl
Must return the value of a 'workspaceUrl' attribute- Returns:
- the workspaceUrl value
-
setWorkspaceUrl
- Parameters:
workspaceUrl
- the workspace Url to set- Returns:
- this
- Throws:
IllegalArgumentException
- if workspaceUrl is null or empty
-
getProcessingUrl
Must return the value of a 'workspaceUrl' attribute- Returns:
- the workspaceUrl value
-
setProcessingUrl
- Parameters:
processingUrl
- the processing Url to set- Returns:
- this
- Throws:
IllegalArgumentException
- if processingUrl is null or empty
-