Package | Description |
---|---|
com.sap.cloud.sdk.cloudplatform.connectivity | |
com.sap.cloud.sdk.testutil |
Modifier and Type | Class and Description |
---|---|
class |
ScpNeoRfcDestination |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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 | Method and Description |
---|---|
RfcDestination |
MockUtil.mockRfcDestination()
Mocks an
RfcDestination by redirecting to an actual ERP system for destination name
ErpDestination.getDefaultName() . |
RfcDestination |
MockUtil.mockRfcDestination(ErpSystem erpSystem)
Mocks an
RfcDestination by redirecting to an actual ERP system for destination name
ErpDestination.getDefaultName() . |
RfcDestination |
MockUtil.mockRfcDestination(ErpSystem erpSystem,
Credentials credentials)
Mocks an
RfcDestination for the given ErpSystem and Credentials for destination name
ErpDestination.getDefaultName() . |
RfcDestination |
MockUtil.mockRfcDestination(MockRfcDestination destination)
Mocks an
RfcDestination for the given MockRfcDestination . |
RfcDestination |
MockUtil.mockRfcDestination(String systemAlias)
Mocks an
RfcDestination by redirecting to an actual ERP system for destination name
ErpDestination.getDefaultName() . |
RfcDestination |
MockUtil.mockRfcDestination(String destinationName,
ErpSystem erpSystem)
Mocks an
RfcDestination by redirecting to an actual ERP system for the given destination name. |
RfcDestination |
MockUtil.mockRfcDestination(String destinationName,
ErpSystem erpSystem,
Credentials credentials)
|
RfcDestination |
MockUtil.mockRfcDestination(String destinationName,
ErpSystem erpSystem,
Credentials credentials,
Map<String,String> propertiesByName)
Mocks an
RfcDestination for the given parameters. |
RfcDestination |
MockUtil.mockRfcDestination(String destinationName,
String systemAlias)
Mocks an
RfcDestination by redirecting to an actual ERP system for the given destination name. |
Copyright © 2017 SAP SE. All rights reserved.