Boolean includeAllowableActions, IncludeRelationships includeRelationships, String renditionFilter,
BigInteger maxItems, BigInteger skipCount) {
TypeManager tm = getTypeManager(repositoryId);
ObjectStore objectStore = getObjectStore(repositoryId);
InMemoryQueryProcessor queryProcessor = new InMemoryQueryProcessor(getStore(repositoryId));
ObjectList objList = queryProcessor.query(tm, objectStore, user, repositoryId, statement, searchAllVersions,
includeAllowableActions, includeRelationships, renditionFilter, maxItems, skipCount);
// LOG.debug("Query result, number of matching objects: " +
// objList.getNumItems());
return objList;