Uses of Interface
org.alfresco.rest.framework.resource.parameters.where.Query
Packages that use Query
Package
Description
-
Uses of Query in org.alfresco.rest.api.impl
Methods in org.alfresco.rest.api.impl with parameters of type QueryModifier and TypeMethodDescription -
Uses of Query in org.alfresco.rest.framework.resource.parameters
Methods in org.alfresco.rest.framework.resource.parameters that return QueryModifier and TypeMethodDescriptionParameters.getQuery()
Represents a Query specified by the client.Params.getQuery()
Constructors in org.alfresco.rest.framework.resource.parameters with parameters of type QueryModifierConstructorDescriptionRecognizedParams
(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 QueryModifier and TypeClassDescriptionclass
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 QueryMethods in org.alfresco.rest.framework.resource.parameters.where with parameters of type QueryModifier and TypeMethodDescriptionstatic 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 QueryModifier and TypeMethodDescriptiondefault Query
RecognizedParamsExtractor.getWhereClause
(String whereParam) Takes the "where" parameter and turns it into a Java Object that can be used for querying