| Package | Description |
|---|---|
| com.sap.aii.af.service.administration.api.cpa |
| Modifier and Type | Method and Description |
|---|---|
CPAInboundRuntimeLookupManager |
CPAFactory.createInboundRuntimeLookupManager(String adapterType,
String adapterNamespace,
String fromParty,
String toParty,
String fromService,
String toService,
String action,
String actionNS)
Creates an instance of the
CPAInboundRuntimeLookupManager interface. |
CPAOutboundRuntimeLookupManager |
CPAFactory.createOutboundRuntimeLookupManager(String adapterType,
String adapterNamespace,
String fromParty,
String toParty,
String fromService,
String toService,
String action,
String actionNS)
Creates an instance of the
CPAOutboundRuntimeLookupManager interface. |
CPAOutboundRuntimeLookupManager |
CPAFactory.createOutboundRuntimeLookupManager(String adapterType,
String adapterNamespace,
String fromParty,
String toParty,
String fromService,
String toService,
String action,
String actionNS,
String messageId)
Creates an instance of the
CPAOutboundRuntimeLookupManager interface. |
LinkedList<CPAObject> |
CPALookupManager.getAllCachedCPAObjects()
Returns all CPA cache objects.
|
<E extends CPAObject> |
CPALookupManager.getAllCPAObjects(CPAObjectType<E> cpaObjectType)
Retrieves all CPAObjects of the given type, either from the in memory cache, or from the database, dependent on the
initialization of the
CacheManager. |
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. |
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. |
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 |
CPALookupManager.getChannelByChannelName(String party,
String service,
String channelName,
String adapterType,
String adapterNamespace)
Retrieves all
Channel objects for a given adapter type (and namespace), either from the in memory
cache, or from the database, dependent on the initialization of the CacheManager. |
LinkedList<Channel> |
CPALookupManager.getChannelsByAdapterType(String adapterType,
String adapterNamespace)
Retrieves all
Channel objects for a given adapter type (and namespace), either from the in memory
cache, or from the database, dependent on the initialization of the CacheManager. |
<E extends CPAObject> |
CPALookupManager.getCPAObject(CPAObjectType<E> cpaObjectType,
String objectId)
Retrieves a CPAObject by type and objectId, either from the memory cache, or from the database, dependent on the
initialization of the
CacheManager. |
LinkedList<ModuleConfig> |
CPALookupManager.getModuleConfigByChannelId(String channelId)
Retrieves all
ModuleConfig objects for the given XI channelId, either from the in memory cache, or
from the database, dependent on the initialization of the CacheManager. |
LinkedList<ModuleConfig> |
CPALookupManager.getModuleConfigByNamespace(String channelId,
String moduleNS)
Retrieves all
ModuleConfig objects for the given XI channelId and module namespace, either from the
in memory cache, or from the database, dependent on the initialization of the CacheManager. |
LinkedList<com.sap.aii.af.service.cpa.ModuleSequence> |
CPALookupManager.getModuleSequenceByChannelId(String channelId)
Retrieves all
ModuleSequence objects for the given XI channelId, either from the in memory cache, or
from the database, dependent on the initialization of the CacheManager. |
boolean |
CPALookupManager.userHasPermission(String user,
Binding binding)
Checks whether the given user has the permission to perform the given binding.
|
Copyright 2019 SAP AG Complete Copyright Notice