When I checked the Filenet content engine documentation, I saw that we can execute regular queries. However I couldn’t find any information about parameterized queries. Is there any way to achieve parameterized query in Java and if not how can I prevent SQL injections in my queries?