| Package | Description |
|---|---|
| com.sap.aii.af.service.administration.api.cpa | |
| com.sap.aii.af.service.cpa |
| Modifier and Type | Class and Description |
|---|---|
class |
CPAChannelStoppedException |
| 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 |
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. |
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. |
Object |
CPAInboundRuntimeLookupManager.getBindingValue(String valueName)
Returns the Binding attribute value for the given name as Object.
|
BinaryData |
CPAInboundRuntimeLookupManager.getBindingValueAsBinary(String valueName)
Returns the Binding attribute value for the given name as
BinaryData.
|
boolean |
CPAInboundRuntimeLookupManager.getBindingValueAsBoolean(String valueName)
Returns the Binding attribute value for the given name as Boolean.
|
int |
CPAInboundRuntimeLookupManager.getBindingValueAsInt(String valueName)
Returns the Binding attribute value for the given name as Integer.
|
long |
CPAInboundRuntimeLookupManager.getBindingValueAsLong(String valueName)
Returns the Binding attribute value for the given name as Long.
|
String |
CPAInboundRuntimeLookupManager.getBindingValueAsString(String valueName)
Returns the Binding attribute value for the given name as String.
|
TableData |
CPAInboundRuntimeLookupManager.getBindingValueAsTable(String valueName)
Returns the Binding attribute value for the given name as
TableData.
|
Channel |
CPAInboundRuntimeLookupManager.getChannel()
Returns the Channel object for the given Binding.
|
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. |
Channel |
CPAInboundRuntimeLookupManager.getChannelObject(Binding binding) |
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. |
Object |
CPAInboundRuntimeLookupManager.getChannelValue(String valueName)
Returns the Channel attribute value for the given name as Object.
|
BinaryData |
CPAInboundRuntimeLookupManager.getChannelValueAsBinary(String valueName)
Returns the Channel attribute value for the given name as
BinaryData.
|
boolean |
CPAInboundRuntimeLookupManager.getChannelValueAsBoolean(String valueName)
Returns the Channel attribute value for the given name as Boolean.
|
int |
CPAInboundRuntimeLookupManager.getChannelValueAsInt(String valueName)
Returns the Channel attribute value for the given name as Integer.
|
long |
CPAInboundRuntimeLookupManager.getChannelValueAsLong(String valueName)
Returns the Channel attribute value for the given name as Long.
|
String |
CPAInboundRuntimeLookupManager.getChannelValueAsString(String valueName)
Returns the Channel attribute value for the given name as String.
|
TableData |
CPAInboundRuntimeLookupManager.getChannelValueAsTable(String valueName)
Returns the Channel attribute value for the given name as
TableData.
|
<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. |
byte[] |
CPAOutboundRuntimeLookupManager.getHeaderMappingConfig()
Retrieves the HeaderMapping configuration from the Binding object.
|
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. |
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. |
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. |
LinkedList<PartyIdentifier> |
CPALookupManager.getPartyIdentifiersByParty(Party party)
Retrieves all
PartyIdentifier objects for the given XI Party object, either from the
in memory cache, or from the database, dependent on the initialization of the CacheManager. |
Service |
CPALookupManager.getServiceByPartyService(String party,
String service)
Retrieves the
Service object for the given XI Party name and Service
name, either from the in memory cache, or from the database, dependent on the initialization of the
CacheManager. |
LinkedList<ServiceIdentifier> |
CPALookupManager.getServiceIdentifiersByService(Service service)
Retrieves all
ServiceIdentifier objects for the given XI Service object, either from
the in memory cache, or from the database, dependent on the initialization of the CacheManager. |
LinkedList<ServiceUser> |
CPALookupManager.getServiceUserByPartyService(String party,
String service)
Retrieves all
ServiceUser objects for the given Party and Service
names, either from the in memory cache, or from the database, dependent on the initialization of the
CacheManager. |
LinkedList<ServiceUser> |
CPALookupManager.getServiceUserByService(Service service)
Retrieves all
ServiceUser objects for the given Service object, either from the in
memory cache, or from the database, dependent on the initialization of the CacheManager. |
boolean |
CPAInboundRuntimeLookupManager.isBindingValuePassword(String valueName)
Returns if a given Binding attribute value is a password field, or not.
|
boolean |
CPAInboundRuntimeLookupManager.isChannelValuePassword(String valueName)
Returns if a given Channel attribute value is a password field, or not.
|
boolean |
CPALookupManager.userHasPermission(String user,
Binding binding)
Checks whether the given user has the permission to perform the given binding.
|
boolean |
CPALookupManager.userHasPermission(String user,
Service service)
Checks whether the given user has the permission to perform the given service.
|
boolean |
CPALookupManager.userHasPermission(String user,
String party,
String service)
Checks whether the given user has the permission to perform the given service.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TableData.Row.addField(String name,
String value)
Adds the content of a cell (String value) to a table row by column
name.
|
PartyIdentifier |
NormalizationManager.getAlternativePartyIdentifier(String targetPartyAgency,
String targetPartySchema,
String xiParty)
Retrieves a specific alternative Party identifier for a given Agency, Schema and XI Party identifier, if available.
|
LinkedList<PartyIdentifier> |
NormalizationManager.getAlternativePartyIdentifiers(String xiPartyId)
Retrieves the list of all available external alternative
PartyIdentifier objects for a given XI
Party identifier. |
ServiceIdentifier |
NormalizationManager.getAlternativeServiceIdentifier(String targetSchema,
String xiParty,
String xiService)
Retrieves a specific alternative Service identifier for a given Service Schema and XI Service/Party identifiers, if
available.
|
LinkedList<ServiceIdentifier> |
NormalizationManager.getAlternativeServiceIdentifiers(String xiPartyId,
String xiServiceId)
Retrieves the list of all available external alternative
ServiceIdentifier objects for given XI
Service identifiers. |
String[] |
AttributeExtendedCPAObject.getAttributeNames() |
Object |
CPAObject.getValue(String name)
Returns a specific value field's data, identified by the given name (as Object).
|
BinaryData |
CPAObject.getValueAsBinary(String name)
Returns a specific value field's data, identified by the given name (as Binary data).
|
boolean |
CPAObject.getValueAsBoolean(String name)
Returns a specific value field's data, identified by the given name (as boolean).
|
Date |
CPAObject.getValueAsDate(String name)
Returns a specific value field's data, identified by the given name (as Datea).
|
int |
CPAObject.getValueAsInt(String name)
Returns a specific value field's data, identified by the given name (as int).
|
Integer |
CPAObject.getValueAsIntObject(String name)
Returns a specific value field's data, identified by the given name (as int).
|
long |
CPAObject.getValueAsLong(String name)
Returns a specific value field's data, identified by the given name (as long).
|
Long |
CPAObject.getValueAsLongObject(String name)
Returns a specific value field's data, identified by the given name (as long).
|
String |
CPAObject.getValueAsString(String name)
Returns a specific value field's data, identified by the given name (as String).
|
TableData |
CPAObject.getValueAsTable(String name)
Returns a specific value field's data, identified by the given name (as Table data).
|
Timestamp |
CPAObject.getValueAsTimestamp(String name)
Returns a specific value field's data, identified by the given name (as Timestamp).
|
Party |
NormalizationManager.getXIParty(String partyAgency,
String partySchema,
String partyIdentifier)
Retrieves an XI
Party object, based on some given alternative party agency and schema (like e.g. |
Service |
NormalizationManager.getXIService(String serviceSchema,
String serviceIdentifier)
This method can only be used, if the external alternative identifiers are unique in respect to the XI internal
Party and Service combinations (mapping 2-level addressing information to 1-level
addressing). |
Service |
NormalizationManager.getXIService(String xiParty,
String serviceSchema,
String serviceIdentifier)
Retrieves an XI
Service object, based on some given alternative service schema and service
identifier for a given XI Party identifier. |
LinkedList<Service> |
NormalizationManager.getXIServices(String serviceSchema,
String serviceIdentifier)
This method returns all
Service objects with the same serviceSchema and serviceIdentifier. |
boolean |
CPAObject.isPassword(String name)
Checks if the given field is a password.
|
void |
PartyCallBackController.registerForPartyEvent(String partyName,
AbstractPartyCallBackHandler callBackHandler)
Register for party refresh event.
|
void |
PartyCallBackController.unregisterForPartyEvent(String partyName,
AbstractPartyCallBackHandler callBackHandler)
Unregister for party refresh event.
|
Copyright 2019 SAP AG Complete Copyright Notice