return objList;
}
public void processQueryAndCatchExc(String statement) {
QueryUtil queryUtil = new QueryUtil();
CmisQueryWalker walker = queryUtil.traverseStatementAndCatchExc(statement, queryObj, null);
whereTree = walker.getWherePredicateTree();
}
public ObjectList buildResultList(TypeManager tm, String user, Boolean includeAllowableActions,
IncludeRelationships includeRelationships, String renditionFilter, BigInteger maxItems, BigInteger skipCount) {