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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe context path to the change infos transition request endpointThe context path to the reversion transition request endpointThe service client to use when calling search.getUrl()
The base url for an external catalog service:https://localhost:8447/catalog
.void
setChangeInfosUri
(String changeInfosUri) The context path to the change infos transition request endpointvoid
setRevertUri
(String revertUri) The context path to the reversion transition request endpointvoid
setServiceClient
(String serviceClient) The service client to use when calling search.void
The base url for an external catalog service:https://localhost:8447/catalog
.
-
Constructor Details
-
ExternalSandboxProperties
public ExternalSandboxProperties()
-
-
Method Details
-
getUrl
The base url for an external catalog service:https://localhost:8447/catalog
. -
getChangeInfosUri
The context path to the change infos transition request endpoint -
getRevertUri
The context path to the reversion transition request endpoint -
getServiceClient
The service client to use when calling search. Default is "bulkopsclient" -
setUrl
The base url for an external catalog service:https://localhost:8447/catalog
. -
setChangeInfosUri
The context path to the change infos transition request endpoint -
setRevertUri
The context path to the reversion transition request endpoint -
setServiceClient
The service client to use when calling search. Default is "bulkopsclient"
-