Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.connectivity | |
com.sap.cloud.sdk.s4hana.serialization | |
com.sap.cloud.sdk.testutil |
Modifier and Type | Method and Description |
---|---|
default io.vavr.control.Option<SapClient> |
ErpHttpDestinationProperties.getSapClient()
The client to be used by this ErpDestination.
|
Modifier and Type | Method and Description |
---|---|
DefaultErpHttpDestination.Builder |
DefaultErpHttpDestination.Builder.sapClient(SapClient sapClient)
Sets the sap client to be used by the destination currently build.
|
Modifier and Type | Field and Description |
---|---|
static SapClient |
SapClient.DEFAULT
Placeholder to indicate that the default
SapClient should be used when connecting to the ERP. |
static SapClient |
SapClient.EMPTY
Represents a
SapClient with an empty value. |
Modifier and Type | Method and Description |
---|---|
static SapClient |
SapClient.of(String value)
Creates a new
SapClient based on the given String value . |
Modifier and Type | Method and Description |
---|---|
ConvertedObject<SapClient> |
SapClientConverter.fromDomainNonNull(String domainObject)
Actual converter implementation from a domain-specific object to an arbitrary type.
|
Class<SapClient> |
SapClient.getType() |
Class<SapClient> |
SapClientConverter.getType()
Getter for an class object of the type to convert from/to the domain-specific counterpart.
|
ErpTypeConverter<SapClient> |
SapClient.getTypeConverter() |
static Set<SapClient> |
SapClient.toSapClients(Collection<String> values)
Transforms the given collection of Strings representing
SapClient s to a set of SapClient s via the
SapClientConverter . |
Modifier and Type | Method and Description |
---|---|
ConvertedObject<String> |
SapClientConverter.toDomainNonNull(SapClient object)
Actual converter implementation from an arbitrary object to its domain-specific counterpart.
|
Modifier and Type | Method and Description |
---|---|
static Set<String> |
SapClient.toStrings(Collection<SapClient> values)
Transforms the given collection of
SapClient s to a set of Strings representing those SapClient s
via the SapClientConverter . |
Modifier and Type | Method and Description |
---|---|
SapClient |
ErpSystem.getSapClient() |
Modifier and Type | Method and Description |
---|---|
com.github.tomakehurst.wiremock.junit.WireMockRule |
MockUtil.mockErpServer(String destinationName,
SapClient sapClient) |
com.github.tomakehurst.wiremock.junit.WireMockRule |
MockUtil.mockErpServer(String destinationName,
SapClient sapClient,
String relativePath) |
com.github.tomakehurst.wiremock.junit.WireMockRule |
MockUtil.mockErpServer(String destinationName,
SapClient sapClient,
String relativePath,
com.github.tomakehurst.wiremock.core.WireMockConfiguration configuration) |
ErpSystem.ErpSystemBuilder |
ErpSystem.ErpSystemBuilder.sapClient(SapClient sapClient) |
Constructor and Description |
---|
ErpSystem(String alias,
URI uri,
String systemId,
SapClient sapClient)
Constructs a new ERP system without a proxy using
locale
Locale.ENGLISH ,
an application server host equal to the host of parameter uri ,
and instance number "00" .
Delegates to ErpSystem.ErpSystem(String, URI, String, SapClient, Locale, ProxyConfiguration, String, String) . |
ErpSystem(String alias,
URI uri,
String systemId,
SapClient sapClient,
Locale locale,
ProxyConfiguration proxyConfiguration,
String applicationServer,
String instanceNumber)
Constructs a new ERP system.
|
ErpSystem(String alias,
URI uri,
String systemId,
SapClient sapClient,
ProxyConfiguration proxyConfiguration)
Constructs a new ERP system using
locale
Locale.ENGLISH ,
an application server host equal to the host of parameter uri ,
and instance number "00" .
Delegates to ErpSystem.ErpSystem(String, URI, String, SapClient, Locale, ProxyConfiguration, String, String) . |
ErpSystem(URI uri,
String systemId,
SapClient sapClient)
Constructs a new ERP system without a proxy using
the system
alias = systemId + "_" + sapClient
locale Locale.ENGLISH ,
an application server host equal to the host of parameter uri ,
and instance number "00" .
Delegates to ErpSystem.ErpSystem(String, URI, String, SapClient) . |
Copyright © 2019 SAP SE. All rights reserved.