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 QueryCMISQueryParser. 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 QueryQueryModelFactory. 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 QueryEngineResultsQueryEngine. 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 classBaseQuery -
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 classLuceneQuery<Q,S,E extends Throwable>Methods in org.alfresco.repo.search.impl.querymodel.impl.lucene that return Query Modifier and Type Method Description QueryLuceneQueryModelFactory. createQuery(List<Column> columns, Source source, Constraint constraint, List<Ordering> orderings)
-