Uses of Class
org.nuxeo.ecm.core.query.QueryParseException
-
Packages that use QueryParseException Package Description org.nuxeo.ecm.core.opencmis.impl.server org.nuxeo.ecm.core.query.sql org.nuxeo.ecm.core.query.sql.parser org.nuxeo.ecm.directory.memory -
-
Uses of QueryParseException in org.nuxeo.ecm.core.opencmis.impl.server
Methods in org.nuxeo.ecm.core.opencmis.impl.server that throw QueryParseException Modifier and Type Method Description String
CMISQLtoNXQL. getNXQL(String cmisql, NuxeoCmisService service, Map<String,org.apache.chemistry.opencmis.commons.definitions.PropertyDefinition<?>> typeInfo, boolean searchAllVersions)
Gets the NXQL from a CMISQL query. -
Uses of QueryParseException in org.nuxeo.ecm.core.query.sql
Methods in org.nuxeo.ecm.core.query.sql that throw QueryParseException Modifier and Type Method Description static SQLQuery
SQLQueryParser. parse(Reader reader)
static SQLQuery
SQLQueryParser. parse(String string)
-
Uses of QueryParseException in org.nuxeo.ecm.core.query.sql.parser
Methods in org.nuxeo.ecm.core.query.sql.parser that throw QueryParseException Modifier and Type Method Description void
parser. parseFailed(String message, java_cup.runtime.Symbol token)
void
parser. report_fatal_error(String message, Object info)
void
parser. unrecovered_syntax_error(java_cup.runtime.Symbol cur_token)
-
Uses of QueryParseException in org.nuxeo.ecm.directory.memory
Methods in org.nuxeo.ecm.directory.memory that return QueryParseException Modifier and Type Method Description protected QueryParseException
MapExpressionEvaluator. unknownProperty(String name)
protected QueryParseException
MemoryDirectoryExpressionEvaluator. unknownProperty(String name)
-