Modifier and Type | Method and Description |
---|---|
org.apache.http.client.HttpClient |
HttpClientFactory.createHttpClient(Destination destination)
Creates an
HttpClient based on the given Destination . |
org.apache.http.client.HttpClient |
DefaultHttpClientFactory.createHttpClient(Destination destination) |
Destination |
AbstractDestinationFacade.getDestination(String destinationName)
Returns the
Destination for the given name. |
static Destination |
DestinationAccessor.getDestination(String destinationName)
Returns the
Destination for the given name. |
Destination |
DestinationFacade.getDestination(String destinationName)
Returns the
Destination for the given name. |
Map<String,Destination> |
AbstractDestinationFacade.getDestinationsByName()
Returns all destinations that are of type
DestinationType.HTTP by their names. |
static Map<String,Destination> |
DestinationAccessor.getDestinationsByName()
Returns all known
Destination s that are of type DestinationType.HTTP by their names. |
Map<String,Destination> |
DestinationFacade.getDestinationsByName()
Returns all destinations that are of type
DestinationType.HTTP by their names. |
DestinationType |
AbstractDestinationFacade.getDestinationType(String destinationName)
Returns the
DestinationType of the destination with the given name. |
static DestinationType |
DestinationAccessor.getDestinationType(String destinationName)
Returns the
DestinationType of the destination with the given name. |
DestinationType |
DestinationFacade.getDestinationType(String destinationName)
Returns the
DestinationType of the destination with the given name. |
GenericDestination |
AbstractDestinationFacade.getGenericDestination(String destinationName)
Returns the
GenericDeclaration for the given name. |
static GenericDestination |
DestinationAccessor.getGenericDestination(String destinationName)
Returns the
GenericDeclaration for the given name. |
GenericDestination |
DestinationFacade.getGenericDestination(String destinationName)
Returns the
GenericDeclaration for the given name. |
GenericDestination |
ScpNeoDestinationFacade.getGenericDestination(String destinationName)
Returns the
GenericDeclaration for the given name. |
Map<String,GenericDestination> |
DefaultDestinationFacade.getGenericDestinationsByName()
Returns all destinations by their names.
|
static Map<String,GenericDestination> |
DestinationAccessor.getGenericDestinationsByName()
Returns all known destinations by their names, irrespective of their type.
|
Map<String,GenericDestination> |
DestinationFacade.getGenericDestinationsByName()
Returns all destinations by their names.
|
Map<String,GenericDestination> |
ScpCfDestinationFacade.getGenericDestinationsByName()
Returns all destinations by their names.
|
Map<String,GenericDestination> |
ScpNeoDestinationFacade.getGenericDestinationsByName()
Returns all destinations by their names.
|
List<Header> |
Destination.getHeaders(URI requestUri) |
List<Header> |
AbstractDestination.getHeaders(URI requestUri) |
List<Header> |
ScpCfDestination.getHeaders(URI requestUri) |
List<Header> |
ScpNeoDestination.getHeaders(URI requestUri) |
static org.apache.http.client.HttpClient |
HttpClientAccessor.getHttpClient(Destination destination) |
static org.apache.http.client.HttpClient |
HttpClientAccessor.getHttpClient(String destinationName) |
com.google.common.base.Optional<KeyStore> |
Destination.getKeyStore() |
com.google.common.base.Optional<KeyStore> |
DefaultDestination.getKeyStore() |
com.google.common.base.Optional<KeyStore> |
ScpCfDestination.getKeyStore() |
com.google.common.base.Optional<ProxyConfiguration> |
Destination.getProxyConfiguration() |
com.google.common.base.Optional<ProxyConfiguration> |
ScpCfDestination.getProxyConfiguration() |
com.google.common.base.Optional<ProxyConfiguration> |
ScpNeoDestination.getProxyConfiguration() |
RfcDestination |
AbstractDestinationFacade.getRfcDestination(String destinationName)
Returns the
RfcDestination for the given name. |
static RfcDestination |
DestinationAccessor.getRfcDestination(String destinationName)
Returns the
RfcDestination for the given name. |
RfcDestination |
DestinationFacade.getRfcDestination(String destinationName)
Returns the
RfcDestination for the given name. |
Map<String,RfcDestination> |
AbstractDestinationFacade.getRfcDestinationsByName()
Returns all destinations that are of type
DestinationType.RFC by their names. |
static Map<String,RfcDestination> |
DestinationAccessor.getRfcDestinationsByName()
Returns all known
RfcDestination s that are of type DestinationType.RFC by their names. |
Map<String,RfcDestination> |
DestinationFacade.getRfcDestinationsByName()
Returns all destinations that are of type
DestinationType.RFC by their names. |
com.google.common.base.Optional<KeyStore> |
Destination.getTrustStore() |
com.google.common.base.Optional<KeyStore> |
DefaultDestination.getTrustStore() |
com.google.common.base.Optional<KeyStore> |
ScpCfDestination.getTrustStore() |
Modifier and Type | Class and Description |
---|---|
class |
DestinationOAuthTokenException
This exception is thrown, when the authentication failed because of problems in OAuth.
|
class |
DestinationPathsNotMergeableException
This exception is thrown if destination URI paths cannot be merged.
|
class |
DestinationTypeNotSupportedException
This exception is thrown if a
DestinationType is not supported by a method. |
Modifier and Type | Method and Description |
---|---|
abstract QueryResultT |
Query.execute(ErpEndpoint erpEndpoint)
Executes a given query against the given S/4HANA endpoint.
|
InfoQueryResult |
InfoQuery.execute(ErpEndpoint erpEndpoint)
Executes
InfoQuery against a given erpEndpoint. |
<QueryT extends Query<QueryT,QueryResultT>,QueryResultT extends QueryResult<QueryT,QueryResultT>,QuerySerializerT extends QuerySerializer<QueryT,QueryResultT>> |
ErpEndpoint.executeQuery(QueryT query,
QuerySerializerT querySerializer)
Executes the given query, writes an audit log entry, and measures the execution time.
|
ErpSystemInfo |
ErpEndpoint.getErpSystemInfo()
Deprecated.
No longer supported, do not use.
|
ErpSystemInfo |
ErpEndpoint.getErpSystemInfoIgnoringCache()
Deprecated.
No longer supported, do not use.
|
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
RfcQueryResult |
RfcQuery.execute(ErpEndpoint erpEndpoint) |
BapiQueryResult |
BapiQuery.execute(ErpEndpoint erpEndpoint) |
Copyright © 2018 SAP SE. All rights reserved.