Package org.alfresco.rest.framework.resource.parameters.where
-
Interface Summary Interface Description Query Represents a Query defined by a WHERE clause, passed in as a parameter in a GET call to the Rest api.QueryHelper.WalkerCallback An interface used when walking a query tree. -
Class Summary Class Description QueryHelper Provides helper methods for handling a WHERE query.QueryHelper.WalkerCallbackAdapter Default implementation.QueryImpl Represents a Query defined by a WHERE clause, passed in as a parameter in a GET call to the Rest api.WhereCompiler Processes a String expression using Antlr, it uses the Where grammar for the public api. -
Exception Summary Exception Description InvalidQueryException Thrown when an invalid query syntax is used.