Reference: Sample Studio MVEL Expressions
Variable | Sample Expression | Description |
|---|---|---|
|
| Retrieves the value of the property myProperty from the
MediationContext . |
| Retrieves the property someProperty from the
MediationContext if the property value is set to
someValue . | |
|
| Retrieves a document from an integration event with filename
eib_transform_output.txt and adds a variable
named var1 . |
| Retrieves a document with the given label. | |
|
| Retrieves an attribute name. |
| Retrieves an integration map value. | |
|
| Retrieves the cc.hostname environment property set
as -Dcc.hostname on the command line. |
| Displays as true if environment properties contain the given
key. | |
|
| Retrieves a list of files for a URL. |
|
| Retrieves an integration attribute named username .
|
| Displays as true if an integration service with the given name
exists. | |
|
| Retrieves the value of a launch parameter with the given name. |
| Displays as true if a parameter with the given label
exists. | |
|
| Retrieves the root part of a message as text from the
MediationMessage interface. |
| Retrieves MediationContext variables. | |
|
| Sets data in an mtable . |
| Retrieves data from an mtable . | |
|
| Retrieves the header someHeader from the root
part. |
| Implements the xpathB method to evaluate an XPath
Boolean expression. | |
|
| Retrieves the value of the property myProperty
from the MediationContext . |
| Retrieves the value of the property bean.property
from the MediationContext . | |
|
| Retrieves the name attribute of the bean called
Fred in the Spring context. |
| Accesses the Spring application context. | |
|
| Checks whether the current message in the
MediationContext is the last message that the
splitter component will generate. |
| Implements the cleanString(String) function to
ensure that an assembly component produces well-formed XML. | |
|
| Retrieves the length of the variable
myVariable . |
| Retrieves the MIME type associated with the variable
myVariable . | |
|
| Checks whether there are differences between 2 documents. |
| Retrieves a list of differences between 2 documents. |