Uses of Interface
org.alfresco.rest.framework.resource.parameters.where.Query
-
Packages that use Query Package Description org.alfresco.rest.framework.resource.parameters org.alfresco.rest.framework.resource.parameters.where org.alfresco.rest.framework.tools -
-
Uses of Query in org.alfresco.rest.framework.resource.parameters
Methods in org.alfresco.rest.framework.resource.parameters that return Query Modifier and Type Method Description Query
Parameters. getQuery()
Represents a Query specified by the client.Query
Params. getQuery()
Constructors in org.alfresco.rest.framework.resource.parameters with parameters of type Query Constructor Description RecognizedParams(java.util.Map<java.lang.String,java.lang.String[]> requestParameters, Paging paging, BeanPropertiesFilter filter, java.util.Map<java.lang.String,BeanPropertiesFilter> relationshipFilter, java.util.List<java.lang.String> include, java.util.List<java.lang.String> select, Query query, java.util.List<SortColumn> sorting, boolean includeSource)
-
Uses of Query in org.alfresco.rest.framework.resource.parameters.where
Classes in org.alfresco.rest.framework.resource.parameters.where that implement Query Modifier and Type Class Description class
QueryImpl
Represents a Query defined by a WHERE clause, passed in as a parameter in a GET call to the Rest api.Fields in org.alfresco.rest.framework.resource.parameters.where declared as Query Modifier and Type Field Description static Query
QueryImpl. EMPTY
Methods in org.alfresco.rest.framework.resource.parameters.where with parameters of type Query Modifier and Type Method Description static void
QueryHelper. walk(Query query, QueryHelper.WalkerCallback callback)
Walks a query with a callback for each operation -
Uses of Query in org.alfresco.rest.framework.tools
Methods in org.alfresco.rest.framework.tools that return Query Modifier and Type Method Description default Query
RecognizedParamsExtractor. getWhereClause(java.lang.String whereParam)
Takes the "where" parameter and turns it into a Java Object that can be used for querying
-