Uses of Interface
org.alfresco.repo.search.impl.querymodel.Query
-
-
Uses of Query in org.alfresco.opencmis.search
Methods in org.alfresco.opencmis.search that return Query Modifier and Type Method Description Query
CMISQueryParser. parse(QueryModelFactory factory, FunctionEvaluationContext functionEvaluationContext)
-
Uses of Query in org.alfresco.repo.search.impl.querymodel
Methods in org.alfresco.repo.search.impl.querymodel that return Query Modifier and Type Method Description Query
QueryModelFactory. createQuery(List<Column> columns, Source source, Constraint constraint, List<Ordering> orderings)
Methods in org.alfresco.repo.search.impl.querymodel with parameters of type Query Modifier and Type Method Description QueryEngineResults
QueryEngine. executeQuery(Query query, QueryOptions options, FunctionEvaluationContext functionContext)
-
Uses of Query in org.alfresco.repo.search.impl.querymodel.impl
Classes in org.alfresco.repo.search.impl.querymodel.impl that implement Query Modifier and Type Class Description class
BaseQuery
-
Uses of Query in org.alfresco.repo.search.impl.querymodel.impl.lucene
Classes in org.alfresco.repo.search.impl.querymodel.impl.lucene that implement Query Modifier and Type Class Description class
LuceneQuery<Q,S,E extends Throwable>
Methods in org.alfresco.repo.search.impl.querymodel.impl.lucene that return Query Modifier and Type Method Description Query
LuceneQueryModelFactory. createQuery(List<Column> columns, Source source, Constraint constraint, List<Ordering> orderings)
-