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

public class IngestInternalConfiguration extends DefaultVitamApplicationConfiguration
Ingest Internal Configuration
  • Constructor Details

    • IngestInternalConfiguration

      public IngestInternalConfiguration()
      IngestInternalConfiguration empty constructor for YAMLFactory
  • Method Details

    • getWorkspaceUrl

      public String getWorkspaceUrl()
      Must return the value of a 'workspaceUrl' attribute
      Returns:
      the workspaceUrl value
    • setWorkspaceUrl

      public IngestInternalConfiguration setWorkspaceUrl(String workspaceUrl)
      Parameters:
      workspaceUrl - the workspace Url to set
      Returns:
      this
      Throws:
      IllegalArgumentException - if workspaceUrl is null or empty
    • getProcessingUrl

      public String getProcessingUrl()
      Must return the value of a 'workspaceUrl' attribute
      Returns:
      the workspaceUrl value
    • setProcessingUrl

      public IngestInternalConfiguration setProcessingUrl(String processingUrl)
      Parameters:
      processingUrl - the processing Url to set
      Returns:
      this
      Throws:
      IllegalArgumentException - if processingUrl is null or empty