A B C D E F G H I J K L M N O P R S T U V W X

A

AbstractHelper - Class in com.sap.aii.mapping.api
 
AbstractHelper() - Constructor for class com.sap.aii.mapping.api.AbstractHelper
 
AbstractPartyCallBackHandler - Class in com.sap.aii.af.service.cpa
 
AbstractPartyCallBackHandler() - Constructor for class com.sap.aii.af.service.cpa.AbstractPartyCallBackHandler
 
AbstractTrace - Class in com.sap.aii.mapping.api
A mapping can use an instance of AbstractTrace to add messages to the trace.
AbstractTrace() - Constructor for class com.sap.aii.mapping.api.AbstractTrace
 
AbstractTransformation - Class in com.sap.aii.mapping.api
Each XI Java mapping program must extends this abstract class.
AbstractTransformation() - Constructor for class com.sap.aii.mapping.api.AbstractTransformation
 
AckFactory - Interface in com.sap.engine.interfaces.messaging.api.ack
The AckFactory interface can be used to create the different types of acknowledgement messages, supported by the Messaging System.
ackNotSupported(String, MessageKey, AckType[]) - Method in interface com.sap.engine.interfaces.messaging.api.ack.AckFactory
Used to notify the Messaging System that a received message cannot be acked in one of the following ways because the application doesn't support that feature.
AckType - Class in com.sap.engine.interfaces.messaging.api
The AckType is used to represent the various Acknowledgement Types that are currently supported by the Messaging System: SYSTEM>: SYSTEM_ERROR : APPLICATION : APPLICATION_ERROR :
Action - Class in com.sap.engine.interfaces.messaging.api
The Action of a Message identifies a process within a Service.
Action(String, String) - Constructor for class com.sap.engine.interfaces.messaging.api.Action
Constructs a new Action object with a name and a type.
Action(String) - Constructor for class com.sap.engine.interfaces.messaging.api.Action
Constructs a new Action object with a name but no type.
AdapterAlreadyRegisteredException - Exception in com.sap.aii.af.service.administration.api
An unchecked exception indicating that the given adapter has already been registered using AdapterRegistry.registerAdapter before, i.e.
AdapterAlreadyRegisteredException() - Constructor for exception com.sap.aii.af.service.administration.api.AdapterAlreadyRegisteredException
Constructs an AdapterAlreadyRegisteredException without an explicit message.
AdapterAlreadyRegisteredException(String) - Constructor for exception com.sap.aii.af.service.administration.api.AdapterAlreadyRegisteredException
Constructs an AdapterAlreadyRegisteredException with a message describing the exception.
AdapterCallback - Interface in com.sap.aii.af.service.administration.api
A base interface for any adapter callback that can be registered with the Adapter Framework Adapter Administration API through the AdapterRegistry.registerAdapter method.
AdapterCallbackDuplicateException - Exception in com.sap.aii.af.service.administration.api
An unchecked exception thrown by AdapterRegistry.registerAdapter when any callback interface is provided more than once in the passed AdapterCallback[] array.
AdapterCallbackDuplicateException() - Constructor for exception com.sap.aii.af.service.administration.api.AdapterCallbackDuplicateException
Constructs an AdapterCallbackDuplicateException without an explicit message.
AdapterCallbackDuplicateException(String) - Constructor for exception com.sap.aii.af.service.administration.api.AdapterCallbackDuplicateException
Constructs an AdapterCallbackDuplicateException with a message describing the exception.
AdapterCallbackUnknownException - Exception in com.sap.aii.af.service.administration.api
An unchecked exception thrown by AdapterRegistry.registerAdapter when any of the supplied callbacks is not known to the Adapter Framework.
AdapterCallbackUnknownException() - Constructor for exception com.sap.aii.af.service.administration.api.AdapterCallbackUnknownException
Constructs an AdapterCallbackUnknownException without an explicit message.
AdapterCallbackUnknownException(String) - Constructor for exception com.sap.aii.af.service.administration.api.AdapterCallbackUnknownException
Constructs an AdapterCallbackUnknownException with a message describing the exception.
AdapterCapability - Class in com.sap.aii.af.service.administration.api
Provides an enumeration of adapter capabilities, i.e.
AdapterCapabilityMismatchException - Exception in com.sap.aii.af.service.administration.api
An unchecked exception that is either thrown during an adapter's registration when a conflict between multiple capabilities and/or callbacks is detected or during the invocation of an API that requires a certain capability, which has not been specified during the adapter's registration.
AdapterCapabilityMismatchException() - Constructor for exception com.sap.aii.af.service.administration.api.AdapterCapabilityMismatchException
Constructs an AdapterCapabilityMismatchException without an explicit cause and message.
AdapterCapabilityMismatchException(String) - Constructor for exception com.sap.aii.af.service.administration.api.AdapterCapabilityMismatchException
Constructs an AdapterCapabilityMismatchException with a message describing the exception.
AdapterCapabilityMismatchException(String, Throwable) - Constructor for exception com.sap.aii.af.service.administration.api.AdapterCapabilityMismatchException
Constructs an AdapterCapabilityMismatchException with a cause and message.
AdapterNotRegisteredException - Exception in com.sap.aii.af.service.administration.api
An unchecked exception indicating that the given adapter has not been registered using AdapterRegistry.registerAdapter although this registration is mandatory for using the respective functionality.
AdapterNotRegisteredException() - Constructor for exception com.sap.aii.af.service.administration.api.AdapterNotRegisteredException
Constructs an AdapterNotRegisteredException without an explicit message.
AdapterNotRegisteredException(String) - Constructor for exception com.sap.aii.af.service.administration.api.AdapterNotRegisteredException
Constructs an AdapterNotRegisteredException with a message describing the exception.
AdapterRegistry - Interface in com.sap.aii.af.service.administration.api
Provides an interface to register an adapter with the Adapter Framework.
AdapterRegistryFactory - Class in com.sap.aii.af.service.administration.api
A factory to obtain an instance of an implementation of the AdapterRegistry interface.
addAttachment(Payload) - Method in interface com.sap.engine.interfaces.messaging.api.Message
Adds an attachment to the message.
addAuditLogEntry(MessageKey, AuditLogStatus, String, Object[]) - Method in interface com.sap.engine.interfaces.messaging.api.auditlog.AuditAccess
Writes an AuditLogEntry to the memory audit store with the given status.
addAuditLogEntry(MessageKey, AuditLogStatus, String) - Method in interface com.sap.engine.interfaces.messaging.api.auditlog.AuditAccess
 
addContextChange() - Method in interface com.sap.aii.mappingtool.tf7.rt.ResultList
Appends a context change to the list.
addDebugMessage(String) - Method in class com.sap.aii.mapping.api.AbstractTrace
Add a message with trace level debug to the trace.
addDebugMessage(String, Throwable) - Method in class com.sap.aii.mapping.api.AbstractTrace
Add a message with trace level debug to the trace and the stacktrace of throwable.
addField(String, String) - Method in class com.sap.aii.af.service.cpa.TableData.Row
Adds the content of a cell (String value) to a table row by column name.
addInfo(String) - Method in class com.sap.aii.mapping.api.AbstractTrace
 
addInfo(String, Throwable) - Method in class com.sap.aii.mapping.api.AbstractTrace
Add a message with trace level info to the trace and the stacktrace of throwable.
addInfo(String) - Method in interface com.sap.aii.mapping.api.MappingTrace
Add a message with trace level info to the trace.
addRow(TableData.Row) - Method in class com.sap.aii.af.service.cpa.TableData
Adds a row to the table.
addSuppress() - Method in interface com.sap.aii.mappingtool.tf7.rt.ResultList
Appends the constant ResultList.SUPPRESS to the list.
addTestMessage(String) - Method in class com.sap.aii.mapping.api.AbstractTrace
Add only in test mode a message with trace level debug to the trace.
addValue(Object) - Method in interface com.sap.aii.mappingtool.tf7.rt.ResultList
Appends a value to the results list.
addWarning(String) - Method in class com.sap.aii.mapping.api.AbstractTrace
 
addWarning(String, Throwable) - Method in class com.sap.aii.mapping.api.AbstractTrace
Add a message with trace level warning to the trace and the stacktrace of throwable.
addWarning(String) - Method in interface com.sap.aii.mapping.api.MappingTrace
Add a message with trace level warning to the trace.
AdminException - Exception in com.sap.aii.af.service.administration.api
A base exception for any exceptions related to the com.sap.aii.af.service.administration.
AdminException() - Constructor for exception com.sap.aii.af.service.administration.api.AdminException
Constructs an AdminException without an explicit cause and message.
AdminException(String) - Constructor for exception com.sap.aii.af.service.administration.api.AdminException
Constructs an AdminException with a message describing the exception.
AdminException(String, Throwable) - Constructor for exception com.sap.aii.af.service.administration.api.AdminException
Constructs an AdminException with a cause and message.
AdminRuntimeException - Exception in com.sap.aii.af.service.administration.api
An unchecked base exception for any runtime exceptions related to the com.sap.aii.af.service.administration.
AdminRuntimeException() - Constructor for exception com.sap.aii.af.service.administration.api.AdminRuntimeException
Constructs an AdminRuntimeException without an explicit cause and message.
AdminRuntimeException(String) - Constructor for exception com.sap.aii.af.service.administration.api.AdminRuntimeException
Constructs an AdminRuntimeException with a message describing the exception.
AdminRuntimeException(String, Throwable) - Constructor for exception com.sap.aii.af.service.administration.api.AdminRuntimeException
Constructs an AdminRuntimeException with a cause and message.
APPL_REP - Static variable in class com.sap.aii.mapping.lookup.LookupService.Internal
 
APPL_RUN - Static variable in class com.sap.aii.mapping.lookup.LookupService.Internal
 
APPLICATION - Static variable in class com.sap.engine.interfaces.messaging.api.AckType
 
APPLICATION_ACK - Static variable in class com.sap.engine.interfaces.messaging.api.MessageClass
 
APPLICATION_ERROR - Static variable in class com.sap.engine.interfaces.messaging.api.AckType
 
APPLICATION_ERROR - Static variable in class com.sap.engine.interfaces.messaging.api.MessageClass
 
APPLICATION_MESSAGE - Static variable in class com.sap.engine.interfaces.messaging.api.MessageClass
 
APPLICATION_RESPONSE - Static variable in class com.sap.engine.interfaces.messaging.api.MessageClass
 
applicationAck(String, MessageKey) - Method in interface com.sap.engine.interfaces.messaging.api.ack.AckFactory
Used to notify the Messaging System that the message has been processed by it's final recipient.
applicationErrorAck(String, MessageKey, Exception) - Method in interface com.sap.engine.interfaces.messaging.api.ack.AckFactory
Used to notify the Messaging System that the message could not be processed by it's final recipient.
applicationId - Static variable in class com.sap.aii.mapping.lookup.LookupService.Internal
 
areAttachmentsAvailable() - Method in interface com.sap.aii.mapping.api.InputAttachments
Returns true, if the attachments can be accessed in the mapping.
ASYNC - Static variable in class com.sap.engine.interfaces.messaging.api.pmi.ProcessingMode
 
Attachment - Interface in com.sap.aii.mapping.api
 
AttributeExtendedCPAObject - Interface in com.sap.aii.af.service.cpa
The AttributeExtendedCPAObject interface extends the CPAObject and defines additional methods for reading the adapter metadata related information (i.e. attributes, direction, adaptertype).
AuditAccess - Interface in com.sap.engine.interfaces.messaging.api.auditlog
The AuditAccess interface offers methods to write an AuditLogEntry to the memory audit store with the given status.
AuditLogStatus - Class in com.sap.engine.interfaces.messaging.api.auditlog
The AuditLogStatus object is a typed enum class that indicates the status of a AuditLogEntry object.

A B C D E F G H I J K L M N O P R S T U V W X
Copyright 2012 SAP AG Complete Copyright Notice