Hi Marc, I agree that the Javadoc should be improved here. The reason for changing this was that there exist many implementations that extend the CMIS QL grammar. The new structure is a bit more friendly to such kind of extensions.
QueryUtilStrict is the proper replacement. Jens On 05.06.13 21:00, "Michael Brackx" <[email protected]> wrote: >Hi, > >In 0.9.0 QueryUtil is deprecated. >It would be nice if the javadoc hinted at what to use instead. >I assume QueryUtilStrict. > >And also to update the documention of how to use queryUtil at >http://chemistry.apache.org/java/how-to/how-to-process-query.html > >TypeManager tm = new MyTypeManager(); // implements interface TypeManager >MyWalker myWalker = new MyWalker(); >QueryUtilStrict queryUtil = new QueryUtilStrict(statement, tm, myWalker); >queryUtil.processStatementUsingCmisExceptions(); >queryObj = queryUtil.getQueryObject(); > >Michael
