Retrieve lists using xpath in java actions

0
i need a java action to retrieve list of objects with the following parameters: 1- Object name: the entity that stored the list of objects. 2- xpath : xpath to be applied with the query.   Return value : should be the list of objects with the same type of input object.
asked
3 answers
0

Maybe these resources can be of use?

https://docs.mendix.com/howto/logic-business-rules/extending-your-application-with-custom-java

https://www.mendix.com/blog/easy-xpath-retrieval-in-java/

I hope this helps.

answered
0

Check this for the approach : https://forum.mendix.com/link/questions/102642 

answered
0

how to return list of objects related to current user ?

answered