| Package | Description |
|---|---|
| com.sap.aii.af.service.administration.api.cpa | |
| com.sap.aii.af.service.cpa | |
| com.sap.aii.af.service.headermapping |
| Modifier and Type | Method and Description |
|---|---|
Binding |
CPAInboundRuntimeLookupManager.getBinding()
Returns the inbound Binding object for the message header fields, given
in the constuctor.
|
Binding |
CPALookupManager.getBinding(String adapterType,
String adapterNamespace,
Direction direction,
String fromParty,
String fromService,
String toParty,
String toService,
String interfaceName,
String interfaceNamespace)
Retrieves the
Binding object for the given key values, either from the in memory cache, or from the
database, dependent on the initialization of the CacheManager. |
Binding |
CPALookupManager.getBindingByChannelId(String channelId)
Retrieves the
Binding object for the given channelId, either from the in memory cache, or from the
database, dependent on the initialization of the CacheManager. |
Binding |
CPAInboundRuntimeLookupManager.getInboundBinding()
Same as calling
CPAInboundRuntimeLookupManager#getInboundBinding(boolean); with parameter value ignore==false |
Binding |
CPAInboundRuntimeLookupManager.getInboundBinding(boolean ignore)
Depending on the
CacheManager initialization, this method
returns the Binding object as configured in the constructor,
either from the memory cache, or directly from the database. |
Binding |
CPAInboundRuntimeLookupManager.getOutboundBinding()
Same as calling
CPAInboundRuntimeLookupManager#getOutboundBinding(boolean); with parameter value ignore==false |
Binding |
CPAInboundRuntimeLookupManager.getOutboundBinding(boolean ignore)
Depending on the
CacheManager initialization, this method
returns the Binding object as configured in the constructor,
either from the memory cache, or directly from the database. |
| Modifier and Type | Method and Description |
|---|---|
LinkedList<Binding> |
CPALookupManager.getBindings(String adapterType,
String adapterNamespace,
Direction direction,
String fromParty,
String toParty)
Retrieves the
Binding objects for the given key values, either from the in memory cache, or from the
database, dependent on the initialization of the CacheManager. |
| Modifier and Type | Method and Description |
|---|---|
LinkedList<BindingUser> |
CPALookupManager.getBindingUsersByBinding(Binding binding)
Retrieves all
BindingUser objects for the given Binding either from the in memory
cache, or from the database, dependent on the initialization of the CacheManager. |
Channel |
CPAInboundRuntimeLookupManager.getChannelObject(Binding binding) |
boolean |
CPALookupManager.userHasPermission(String user,
Binding binding)
Checks whether the given user has the permission to perform the given binding.
|
| Modifier and Type | Field and Description |
|---|---|
static CPAObjectType<Binding> |
CPAObjectType.BINDING |
| Modifier and Type | Method and Description |
|---|---|
static Map |
HeaderMapper.getMappedHeader(Message message,
Binding binding)
Returns a Map of key-value-pairs where each key is one of the constants
FROM_PARTY, FROM_SERVICE, TO_PARTY, TO_SERVICE
and the value is the one to which the respective header field should be mapped
If the Map is empty no mapping is required.
|
Copyright 2018 SAP AG Complete Copyright Notice