public interface GlobalContainer
Furthermore, in the same as for Container
, you can also access the
fields of the message header by using the GlobalContainer object.
Note that the sequence in which user-defined functions are called is predefined. It depends on the position of the target fields that the function was assigned to. Imagine a target structure in the mapping editor in which all the structure nodes have been expanded. The fields are processed from top to bottom, starting at the root node.
To get a global container object, call the methodContainer.getGlobalContainer()
.Container
Modifier and Type | Method and Description |
---|---|
void |
copyInputAttachments() |
InputAttachments |
getInputAttachments() |
InputHeader |
getInputHeader() |
InputParameters |
getInputParameters() |
OutputAttachments |
getOutputAttachments() |
OutputHeader |
getOutputHeader() |
OutputParameters |
getOutputParameters() |
Object |
getParameter(String name)
Returns the object that was saved under the given name in the global
container by using the setParameter method.
|
Map |
getParameters()
Deprecated.
use getInputParameters() instead
|
AbstractTrace |
getTrace() |
void |
setParameter(String name,
Object value)
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.
|
void setParameter(String name, Object value)
name
- parameter namevalue
- parameter valueObject getParameter(String name)
name
- parameter nameInputHeader getInputHeader()
InputParameters getInputParameters()
InputAttachments getInputAttachments()
OutputHeader getOutputHeader()
OutputParameters getOutputParameters()
AbstractTrace getTrace()
Map getParameters()
OutputAttachments getOutputAttachments()
void copyInputAttachments()
Access Rights |
---|
SC | DC | Public Part | ACH |
---|---|---|---|
[sap.com] SAP_XIAF
|
[sap.com] com.sap.aii.mapping.lib.facade
|
api
|
BC-XI
|
Copyright 2019 SAP AG Complete Copyright Notice