Show Table of Contents
16.18. MVEL Expressions
Table 16.4. MVEL Expressions
| Expression | Result |
|---|---|
properties.Order |
Use this to obtain the property object named
. Order
|
attachment.1 |
Obtains the first attachment object.
|
attachment.AttachmentOne |
Obtains the attachment named
AttachmentOne
|
attachment.1.Order |
Obtains
getOrder()return object on the attached object.
|
body.Order1.lineitem |
Obtains the object named
Order1 from the body of the message. It will then call getLineitem() on this object. More elements can be added to the query in order to traverse the bean graph.
|

Where did the comment section go?
Red Hat's documentation publication system recently went through an upgrade to enable speedier, more mobile-friendly content. We decided to re-evaluate our commenting platform to ensure that it meets your expectations and serves as an optimal feedback mechanism. During this redesign, we invite your input on providing feedback on Red Hat documentation via the discussion platform.