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 |
---|---|
SapClient |
ErpSystemInfo.getSapClient()
Deprecated.
No longer supported, do not use.
|
SapClient |
ErpConfigContext.getSapClient()
The
SapClient to be used for connecting to the ERP. |
Constructor and Description |
---|
ErpConfigContext(SapClient sapClient)
Creates an ERP configuration context using the default ERP destination name
ErpDestination.getDefaultName() and the current Locale . |
ErpConfigContext(String destinationName,
SapClient sapClient)
Creates an ERP configuration context using the current
Locale . |
ErpConfigContext(String destinationName,
SapClient sapClient,
Locale locale)
Creates an ERP configuration context.
|
ErpConfigContext(String destinationName,
SapClient sapClient,
String sapClientProperty,
Locale locale,
String localeProperty)
Creates an ERP configuration context.
|
ErpConfigContext(String destinationName,
String destinationNameRfc,
SapClient sapClient,
String sapClientProperty,
Locale locale,
String localeProperty)
Creates an ERP configuration context.
|
ErpSystemInfo(int interfaceVersion,
ErpEdition erpEdition,
ErpRelease erpRelease,
DatabaseSystem databaseSystem,
String databaseSchema,
ErpSignature erpSignature,
SapClient sapClient,
String systemTimeZone,
String userTimeZone,
String userName)
Deprecated.
|
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) |
Class<SapClient> |
SapClientConverter.getType() |
Class<SapClient> |
SapClient.getType() |
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) |
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(SapClient sapClient)
Mocks an ERP
Destination with name ErpDestination.getDefaultName() and starts a mock server
pointing all calls against the ERP destination towards the mock server instance. |
com.github.tomakehurst.wiremock.junit.WireMockRule |
MockUtil.mockErpServer(SapClient sapClient,
String relativePath)
Mocks an ERP
Destination with name ErpDestination.getDefaultName() and starts a mock server
pointing all calls against the ERP destination towards the mock server instance. |
com.github.tomakehurst.wiremock.junit.WireMockRule |
MockUtil.mockErpServer(String destinationName,
SapClient sapClient,
String relativePath)
Mocks an ERP
Destination and starts a mock server pointing all calls against the ERP destination towards
the mock server instance. |
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 ,
ERP edition ErpEdition.CLOUD ,
an application server host equal to the host of parameter uri ,
and instance number "00" . |
ErpSystem(String alias,
URI uri,
String systemId,
SapClient sapClient,
Locale locale,
ErpEdition erpEdition,
ProxyConfiguration proxyConfiguration,
String applicationServer,
String instanceNumber)
Constructs a new ERP system.
|
ErpSystem(String alias,
URI uri,
String systemId,
SapClient sapClient,
ProxyConfiguration proxyConfiguration,
ErpEdition erpEdition)
Constructs a new ERP system using
locale
Locale.ENGLISH ,
an application server host equal to the host of parameter uri ,
and instance number "00" . |
ErpSystem(URI uri,
String systemId,
SapClient sapClient)
Constructs a new ERP system without a proxy using
the system
alias = systemId + "_" + sapClient
locale Locale.ENGLISH ,
ERP edition ErpEdition.CLOUD ,
an application server host equal to the host of parameter uri ,
and instance number "00" . |
Copyright © 2018 SAP SE. All rights reserved.