Uses of Class
org.alfresco.rest.framework.resource.parameters.where.InvalidQueryException
-
Packages that use InvalidQueryException Package Description org.alfresco.rest.framework.resource.parameters.where org.alfresco.rest.framework.tools -
-
Uses of InvalidQueryException in org.alfresco.rest.framework.resource.parameters.where
Fields in org.alfresco.rest.framework.resource.parameters.where declared as InvalidQueryException Modifier and Type Field Description protected static InvalidQueryException
QueryHelper.WalkerCallbackAdapter. UNSUPPORTED
-
Uses of InvalidQueryException in org.alfresco.rest.framework.tools
Methods in org.alfresco.rest.framework.tools that throw InvalidQueryException Modifier and Type Method Description default Query
RecognizedParamsExtractor. getWhereClause(String whereParam)
Takes the "where" parameter and turns it into a Java Object that can be used for querying
-