Modifier and Type | Method and Description |
---|---|
org.apache.http.client.HttpClient |
DefaultHttpClientFactory.createHttpClient(Destination destination) |
org.apache.http.client.HttpClient |
HttpClientFactory.createHttpClient(Destination destination)
Creates an
HttpClient based on the given Destination . |
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. |
Destination |
ScpCfDestinationFacade.getDestination(String destinationName) |
Destination |
ScpNeoDestinationFacade.getDestination(String destinationName) |
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 known
Destination s that are of type DestinationType.HTTP by their names. |
Map<String,Destination> |
ScpCfDestinationFacade.getDestinationsByName() |
Map<String,Destination> |
ScpNeoDestinationFacade.getDestinationsByName() |
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. |
DestinationType |
ScpCfDestinationFacade.getDestinationType(String destinationName) |
DestinationType |
ScpNeoDestinationFacade.getDestinationType(String destinationName) |
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 |
ScpCfDestinationFacade.getGenericDestination(String destinationName) |
GenericDestination |
ScpNeoDestinationFacade.getGenericDestination(String destinationName) |
static Map<String,? extends GenericDestination> |
DestinationAccessor.getGenericDestinationsByName()
Returns all known destinations by their names, irrespective of their type.
|
Map<String,? extends GenericDestination> |
DestinationFacade.getGenericDestinationsByName()
Returns all known
Destination s and RfcDestination s by their names. |
Map<String,? extends GenericDestination> |
ScpCfDestinationFacade.getGenericDestinationsByName() |
Map<String,? extends GenericDestination> |
ScpNeoDestinationFacade.getGenericDestinationsByName() |
static org.apache.http.client.HttpClient |
HttpClientAccessor.getHttpClient(Destination destination) |
static org.apache.http.client.HttpClient |
HttpClientAccessor.getHttpClient(String destinationName) |
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. |
RfcDestination |
ScpCfDestinationFacade.getRfcDestination(String destinationName) |
RfcDestination |
ScpNeoDestinationFacade.getRfcDestination(String destinationName) |
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 known
RfcDestination s that are of type DestinationType.RFC by their names. |
Map<String,RfcDestination> |
ScpCfDestinationFacade.getRfcDestinationsByName() |
Map<String,RfcDestination> |
ScpNeoDestinationFacade.getRfcDestinationsByName() |
Modifier and Type | Class and Description |
---|---|
class |
DestinationOAuthTokenException |
class |
DestinationTypeNotSupportedException |
Modifier and Type | Method and Description |
---|---|
InfoQueryResult |
InfoQuery.execute(ErpEndpoint erpEndpoint)
Executes
InfoQuery against a given erpEndpoint. |
abstract QueryResultT |
Query.execute(ErpEndpoint erpEndpoint)
Executes a given query against the given S/4HANA endpoint.
|
<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 |
---|---|
BapiQueryResult |
BapiQuery.execute(ErpEndpoint erpEndpoint) |
RfcQueryResult |
RfcQuery.execute(ErpEndpoint erpEndpoint) |
Copyright © 2017 SAP SE. All rights reserved.