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

S

SAPAdapterResources - Interface in com.sap.aii.af.service.resource
The methods of this interface are intended to be invoked by SAP Adapters within the SAP Adapter Framework.
SAPSecurityResources - Class in com.sap.aii.af.service.resource
Central class for SAP Security resources.
SECURITY_RUNTIME_PERMISSION - Static variable in class com.sap.aii.security.lib.Constants
Security Runtime Permission: "XiSecurityRuntimePermission".
SEND - Static variable in interface com.sap.aii.af.lib.ra.cci.XIInteractionSpec
Send an XI message asynchronously (XI AF specific)
SENDER - Static variable in class com.sap.aii.af.service.administration.api.monitoring.ChannelDirection
Identifies a sender channel.
SENDER_NAME - Static variable in interface com.sap.aii.mapping.api.StreamTransformationConstants
Deprecated. As of SAP NetWeaver '04, replaced by StreamTransformationConstants.INTERFACE.
SENDER_NAMESPACE - Static variable in interface com.sap.aii.mapping.api.StreamTransformationConstants
Deprecated. As of SAP NetWeaver '04, replaced by StreamTransformationConstants.INTERFACE_NAMESPACE.
SENDER_PARTY - Static variable in interface com.sap.aii.mapping.api.StreamTransformationConstants
The sender party.
SENDER_PARTY_AGENCY - Static variable in interface com.sap.aii.mapping.api.StreamTransformationConstants
The agency of the sender party.
SENDER_PARTY_SCHEME - Static variable in interface com.sap.aii.mapping.api.StreamTransformationConstants
The scheme of the sender party.
SENDER_SERVICE - Static variable in interface com.sap.aii.mapping.api.StreamTransformationConstants
The sender service.
SENDER_SYSTEM - Static variable in interface com.sap.aii.mapping.api.StreamTransformationConstants
Deprecated. As of SAP NetWeaver '04, replaced by StreamTransformationConstants.SENDER_SERVICE.
senderParty(String) - Method in class com.sap.aii.af.service.administration.api.monitoring.ProcessContextFactory.ParamSet
Assigns a sender party to this parameter set.
senderParty_ - Variable in class com.sap.aii.af.service.administration.api.monitoring.ProcessContextFactory.ParamSet
 
senderService(String) - Method in class com.sap.aii.af.service.administration.api.monitoring.ProcessContextFactory.ParamSet
Assigns a sender service to this parameter set.
senderService_ - Variable in class com.sap.aii.af.service.administration.api.monitoring.ProcessContextFactory.ParamSet
 
SERVICE - Static variable in class com.sap.aii.af.service.cpa.CPAObjectType
 
Service - Interface in com.sap.aii.af.service.cpa
The CPA Cache service API allows adapter implementations to retrieve their adapter specific configuration (CPA objects) from the local persistent and in-memory cache.
Service - Class in com.sap.engine.interfaces.messaging.api
A Service, offered by a Party, can act on multiple processes (Actions).
Service(String, String) - Constructor for class com.sap.engine.interfaces.messaging.api.Service
Constructs a new Service object with a name and a type.
Service(String) - Constructor for class com.sap.engine.interfaces.messaging.api.Service
Constructs a new Service object with a name but no type.
SERVICE_IDENTIFIER - Static variable in class com.sap.aii.af.service.cpa.CPAObjectType
 
SERVICE_USER - Static variable in class com.sap.aii.af.service.cpa.CPAObjectType
 
ServiceIdentifier - Interface in com.sap.aii.af.service.cpa
The CPA Cache service API allows adapter implementations to retrieve their adapter specific configuration (CPA objects) from the local persistent and in-memory cache.
ServiceUser - Interface in com.sap.aii.af.service.cpa
The ServiceUser class represents a runtime user who is allowed to process the message of a Party/Service combination.
setAttachment(Attachment) - Method in interface com.sap.aii.mapping.api.OutputAttachments
Adds a new attachment.
setAttribute(String, String) - Method in interface com.sap.engine.interfaces.messaging.api.ErrorInfo
Sets an ErrorInfo attribute.
setAttribute(String, String) - Method in interface com.sap.engine.interfaces.messaging.api.Payload
Sets the specified payload attribute value for the given content attribute name, like e.g. content-type or content-disposition.
setChannelId(String) - Method in interface com.sap.aii.af.lib.ra.cci.XIConnectionSpec
setChannelId() sets the XI channel ID for which a CCI connection is requested.
setContent(byte[]) - Method in interface com.sap.engine.interfaces.messaging.api.Payload
Set content as byte array into payload.
setContent(byte[], String) - Method in interface com.sap.engine.interfaces.messaging.api.TextPayload
Sets the content as byte array into payload, also specifying the encoding.
setContentType(String) - Method in class com.sap.aii.mapping.api.OutputHeader
Message objects have an attribute "content type".
setContentType(String) - Method in interface com.sap.engine.interfaces.messaging.api.Payload
Sets the content type of the payload.
setCorrelationId(String) - Method in interface com.sap.engine.interfaces.messaging.api.Message
Sets the correlation ID that identifies a sequence of message, which sematically belong together.
setData(byte[]) - Method in class com.sap.aii.af.service.cpa.BinaryData
Sets the binary data (not Base64 encoded).
setData(byte[], boolean) - Method in class com.sap.aii.af.service.cpa.BinaryData
Sets the binary data (either raw or Base64 encoded).
setDeliverySemantics(DeliverySemantics) - Method in interface com.sap.engine.interfaces.messaging.api.Message
Sets the delivery semantics (QoS) of the outgoing message.
setDescription(String) - Method in interface com.sap.engine.interfaces.messaging.api.Message
Sets the description of the message
setDescription(String) - Method in interface com.sap.engine.interfaces.messaging.api.Payload
Sets a description of the payload.
setDocument(XMLPayload) - Method in interface com.sap.engine.interfaces.messaging.api.Message
Sets the main document.
setErrorCategory(String) - Method in exception com.sap.engine.interfaces.messaging.api.exception.MessagingException
 
setErrorCode(String) - Method in exception com.sap.engine.interfaces.messaging.api.exception.MessagingException
 
setErrorInfo(ErrorInfo) - Method in interface com.sap.engine.interfaces.messaging.api.Message
Sets the ErrorInfo container for the current message, that was created with createErrorInfo method before.
setErrorSource(String) - Method in exception com.sap.engine.interfaces.messaging.api.exception.MessagingException
 
setExecutionTimeout(Integer) - Method in interface com.sap.aii.af.lib.ra.cci.XIInteractionSpec
setExecutionTimeout() specifies the timeout for synchronous interaction execution.
setFunctionName(String) - Method in interface com.sap.aii.af.lib.ra.cci.XIInteractionSpec
setFunctionName() sets the XI AF specific function name of the function that must be executed with this interaction.
setHelper(AbstractHelper) - Method in class com.sap.aii.mapping.api.AbstractTransformation
ONLY FOR XI INTERNAL USE!
setInt(String, int) - Method in class com.sap.aii.mapping.api.OutputParameters
 
setInteractionVerb(int) - Method in interface com.sap.aii.af.lib.ra.cci.XIInteractionSpec
setInteractionVerb() sets the JCA CCI interaction verb valid for this interaction.
setMainPayload(Payload) - Method in interface com.sap.engine.interfaces.messaging.api.Message
Sets the main payload.
setMessageProperty(String, String, String) - Method in interface com.sap.engine.interfaces.messaging.api.Message
Deprecated. Use setMessageProperty(MessagePropertyKey, String), instead.
setMessageProperty(MessagePropertyKey, String) - Method in interface com.sap.engine.interfaces.messaging.api.Message
Sets an additional message field, if supported by the Message protocol implementation.
setName(String) - Method in interface com.sap.engine.interfaces.messaging.api.Payload
Sets the name of this payload.
setNestedException(Exception) - Method in exception com.sap.engine.interfaces.messaging.api.exception.MessagingException
 
setOperationName(String) - Method in class com.sap.aii.mapping.lookup.SystemAccessor
Sets the operation name.
setOperationNamespace(String) - Method in class com.sap.aii.mapping.lookup.SystemAccessor
Sets the operation namespace.
setParameter(Map) - Method in interface com.sap.aii.mapping.api.StreamTransformation
Deprecated. Is called from the rumtime after executing the default constructor and before calling StreamTransformation.execute(InputStream, OutputStream).
setParameter(String, Object) - Method in interface com.sap.aii.mappingtool.tf7.rt.Container
Saves an object under the given name in a container for a user-specific function.
setParameter(String, Object) - Method in interface com.sap.aii.mappingtool.tf7.rt.GlobalContainer
Saves a given object under the given name in a global container, which can be accessed by all user-defined functions of a message mapping.
setPassword(String) - Method in interface com.sap.aii.af.lib.ra.cci.XIConnectionSpec
setPassword() sets the credential (password) used by the principal that requests a corresponding CCI connection.
setPrincipalData(Object) - Method in class com.sap.aii.af.lib.mp.module.ModuleData
Sets the principle data that represents usually the message to be processed.
setRefToMessageId(String) - Method in interface com.sap.engine.interfaces.messaging.api.Message
Sets the ID that indicates which message this message refers to.
setSchema(String) - Method in interface com.sap.engine.interfaces.messaging.api.XMLPayload
Sets the parameter containing a URL to an XML document schema.
setSequenceId(String) - Method in interface com.sap.engine.interfaces.messaging.api.Message
Sets the ID that identifies the sequence of an EOIO message exchange.
setString(String, String) - Method in class com.sap.aii.mapping.api.OutputParameters
 
setSupplementalData(String, Object) - Method in class com.sap.aii.af.lib.mp.module.ModuleData
Sets a supplement data for the rest of the module chain
setText(String) - Method in interface com.sap.engine.interfaces.messaging.api.TextPayload
Sets the content as String.
setText(String, String) - Method in interface com.sap.engine.interfaces.messaging.api.TextPayload
Sets the content as String, with the given encoding.
setUserName(String) - Method in interface com.sap.aii.af.lib.ra.cci.XIConnectionSpec
setUserName() sets the principal (user name) that requests a corresponding CCI connection.
setValue(String, Object) - Method in class com.sap.aii.mapping.api.OutputParameters
 
setVersion(String) - Method in interface com.sap.engine.interfaces.messaging.api.XMLPayload
Sets the version of this payload.
setXIMessage(Message) - Method in interface com.sap.aii.af.lib.ra.cci.XIMessageRecord
Associate a new XI message object with this record.
size() - Method in class com.sap.aii.af.service.cpa.BinaryData
Return the size of the byte array, or -1 in case of the content being null.
size() - Method in class com.sap.aii.mapping.api.DynamicConfiguration
Returns the number of entries of this DynamicConfiguration.
size(String) - Method in class com.sap.aii.mapping.api.DynamicConfiguration
Returns the number of entries with the specified namespace.
SOLUTION_MANAGER_CONTEXT - Static variable in class com.sap.aii.mapping.value.api.XIVMFactory
Standard context for the solution manager.
startRunnable(Runnable) - Method in interface com.sap.aii.af.service.resource.SAPAdapterResources
Allows resource adapters to start their own threads.
StreamTransformation - Interface in com.sap.aii.mapping.api
Deprecated. As of SAP NetWeaver NEW YORK, replaced by AbstractTransformation. Nevertheless this interface is still supported. So it is not necessary to change existing mappings that use this deprecated interface.
StreamTransformationConstants - Interface in com.sap.aii.mapping.api
This interface contains constants that can be used in a java mapping to access runtime parameters.
StreamTransformationException - Exception in com.sap.aii.mapping.api
This exception can be thrown by AbstractTransformation.transform(TransformationInput, TransformationOutput) to indicate problem during mapping.
StreamTransformationException(String) - Constructor for exception com.sap.aii.mapping.api.StreamTransformationException
Constructs a StreamTransformationException with the specified detail message.
StreamTransformationException(String, Throwable) - Constructor for exception com.sap.aii.mapping.api.StreamTransformationException
Constructs a StreamTransformationException with the specified detail message and root cause.
StreamTransformationRuntimeException - Exception in com.sap.aii.mapping.api
 
StreamTransformationRuntimeException(String) - Constructor for exception com.sap.aii.mapping.api.StreamTransformationRuntimeException
Constructs an StreamTransformationException with the specified detail message.
StreamTransformationRuntimeException(String, Throwable) - Constructor for exception com.sap.aii.mapping.api.StreamTransformationRuntimeException
Constructs an StreamTransformationException with the specified detail message and root cause.
SUCCESS - Static variable in class com.sap.engine.interfaces.messaging.api.auditlog.AuditLogStatus
 
supplementalDataTable - Variable in class com.sap.aii.af.lib.mp.module.ModuleData
 
SUPPRESS - Static variable in interface com.sap.aii.mappingtool.tf7.rt.ResultList
This constant represents the suppress value.
SYNC - Static variable in class com.sap.engine.interfaces.messaging.api.pmi.ProcessingMode
 
SYNC_RECEIVE - Static variable in interface com.sap.aii.af.lib.ra.cci.XIInteractionSpec
CCI JCA 1.0 standard interaction verb, currently not used by XI AF
SYNC_SEND - Static variable in interface com.sap.aii.af.lib.ra.cci.XIInteractionSpec
CCI JCA 1.0 standard interaction verb, must be set for the "Send" function
SYNC_SEND_RECEIVE - Static variable in interface com.sap.aii.af.lib.ra.cci.XIInteractionSpec
CCI JCA 1.0 standard interaction verb, must be set for all others than the "Send" function
SYSTEM - Static variable in class com.sap.engine.interfaces.messaging.api.AckType
 
SYSTEM_ACK - Static variable in class com.sap.engine.interfaces.messaging.api.MessageClass
 
SYSTEM_ERROR - Static variable in class com.sap.engine.interfaces.messaging.api.AckType
 
SYSTEM_ERROR - Static variable in class com.sap.engine.interfaces.messaging.api.MessageClass
 
SYSTEM_LEVEL - Static variable in class com.sap.aii.security.lib.PermissionMode
Run's the KeyStoreManager under user based permission.
SystemAccessor - Class in com.sap.aii.mapping.lookup
Accessor for a communication with a remote system.
SystemAccessor.Internal - Interface in com.sap.aii.mapping.lookup
Internal system accessor.

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