I'd like to use the JCR API to access a node underneath a folder.
I am here: /content/dam/Agility project/agility_products/wm/wmap/wmapsp (this is a sling:orderedFolder)
but I want to point here instead: /content/dam/Agility project/agility_products/wm/wmap/wmapsp/wmapsp.jpg (this is a dam:Asset)
So I want to go one level down from the orderedFolder to the dam:Asset just underneath it. How to I do that through the JCR API please?
Thanks.