Package | Description |
---|---|
com.sap.cloud.sdk.cloudplatform.connectivity | |
com.sap.cloud.sdk.s4hana.connectivity | |
com.sap.cloud.sdk.s4hana.connectivity.rfc |
Modifier and Type | Method and Description |
---|---|
Destination |
DestinationFacade.getDestination(String destinationName)
Returns the
Destination for the given name. |
static Destination |
DestinationAccessor.getDestination(String destinationName)
Returns the
Destination for the given name. |
Destination |
AbstractDestinationFacade.getDestination(String destinationName)
Returns the
Destination for the given name. |
DestinationType |
DestinationFacade.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 |
AbstractDestinationFacade.getDestinationType(String destinationName)
Returns the
DestinationType of the destination with the given name. |
GenericDestination |
DestinationFacade.getGenericDestination(String destinationName)
Returns the
GenericDestination for the given name. |
static GenericDestination |
DestinationAccessor.getGenericDestination(String destinationName)
Returns the
GenericDestination for the given name. |
GenericDestination |
AbstractDestinationFacade.getGenericDestination(String destinationName)
Returns the
GenericDestination for the given name. |
GenericDestination |
ScpNeoDestinationFacade.getGenericDestination(String destinationName)
Returns the
GenericDestination for the given name. |
static org.apache.http.client.HttpClient |
HttpClientAccessor.getHttpClient(String destinationName) |
RfcDestination |
DestinationFacade.getRfcDestination(String destinationName)
Returns the
RfcDestination for the given name. |
static RfcDestination |
DestinationAccessor.getRfcDestination(String destinationName)
Returns the
RfcDestination for the given name. |
RfcDestination |
AbstractDestinationFacade.getRfcDestination(String destinationName)
Returns the
RfcDestination for the given name. |
Modifier and Type | Method and Description |
---|---|
QueryResultT |
Query.execute()
Executes a given query using the default
ErpConfigContext . |
abstract QueryResultT |
Query.execute(ErpConfigContext configContext)
Executes a given query using the given
ErpConfigContext . |
QueryResultT |
QueryExecutor.execute(ErpConfigContext configContext,
QueryT query)
Executes a query against an SAP S/4HANA system.
|
QueryResultT |
HttpRequestExecutor.execute(ErpConfigContext configContext,
QueryT query,
QuerySerializer<QueryT,QueryResultT> querySerializer)
Serializes the given query, executes it, and the deserializes the response.
|
String |
HttpRequestExecutor.execute(ErpConfigContext configContext,
SerializedQuery<QueryT> serializedQuery)
Executes the given
serializedQuery as a HttpUriRequest , returning the body of the
HttpResponse received. |
Modifier and Type | Method and Description |
---|---|
RfcQueryResult |
RfcQuery.execute(ErpConfigContext configContext)
Executes a given query using the given
ErpConfigContext . |
BapiQueryResult |
BapiQuery.execute(ErpConfigContext configContext)
Executes a given query using the given
ErpConfigContext . |
Copyright © 2019 SAP SE. All rights reserved.