Xpath constraints and virtual attributes

4
Is it possible to use virtual attributes in Xpath constraints? For example [Employee/age > 25] The 'age' would be a virtual attribute in this case
asked
2 answers
5

No, this is not possible. The reason is that virtual attributes can be implemented at many different ways, for example a complex microflow or a custom Java action. XPath queries are translated to SQL queries and executed in the database. It is generally not possible for the Runtime to convert your virtual attribute logic into a SQL query statement.

answered
0

<body></html>

answered