Uses of Interface
org.alfresco.rest.framework.resource.parameters.where.Query
-
Packages that use Query Package Description org.alfresco.rest.api.impl 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.api.impl
Methods in org.alfresco.rest.api.impl with parameters of type Query Modifier and Type Method Description AbstractClassImpl.ModelApiFilter
AbstractClassImpl. getQuery(Query queryParameters)
-
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(Map<String,String[]> requestParameters, Paging paging, BeanPropertiesFilter filter, Map<String,BeanPropertiesFilter> relationshipFilter, List<String> include, List<String> select, Query query, 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(String whereParam)
Takes the "where" parameter and turns it into a Java Object that can be used for querying
-