Class ExternalSandboxProperties

java.lang.Object
com.broadleafcommerce.bulkoperations.service.provider.external.ExternalSandboxProperties

@ConfigurationProperties("broadleaf.bulkoperations.sandboxprovider") public class ExternalSandboxProperties extends Object
Since:
Bulk Operations Service 1.0.2, Release Train 2.1.4, Release Train 2.2.0
  • Constructor Details

    • ExternalSandboxProperties

      public ExternalSandboxProperties()
  • Method Details

    • getUrl

      public String getUrl()
      The base url for an external catalog service: https://localhost:8447/catalog.
    • getChangeInfosUri

      public String getChangeInfosUri()
      The context path to the change infos transition request endpoint
    • getRevertUri

      public String getRevertUri()
      The context path to the reversion transition request endpoint
    • getServiceClient

      public String getServiceClient()
      The service client to use when calling search. Default is "bulkopsclient"
    • setUrl

      public void setUrl(String url)
      The base url for an external catalog service: https://localhost:8447/catalog.
    • setChangeInfosUri

      public void setChangeInfosUri(String changeInfosUri)
      The context path to the change infos transition request endpoint
    • setRevertUri

      public void setRevertUri(String revertUri)
      The context path to the reversion transition request endpoint
    • setServiceClient

      public void setServiceClient(String serviceClient)
      The service client to use when calling search. Default is "bulkopsclient"