Uses of Interface
org.alfresco.repo.search.impl.querymodel.Source
Packages that use Source
Package
Description
-
Uses of Source in org.alfresco.repo.search.impl.querymodel
Subinterfaces of Source in org.alfresco.repo.search.impl.querymodelMethods in org.alfresco.repo.search.impl.querymodel that return SourceModifier and TypeMethodDescriptionJoin.getLeft()
The source for the left hand side of the joinJoin.getRight()
The source for the right hand side of the joinQuery.getSource()
Get the source for the query Must not be null.Methods in org.alfresco.repo.search.impl.querymodel with parameters of type SourceModifier and TypeMethodDescriptionQueryModelFactory.createJoin
(Source left, Source right, JoinType joinType, Constraint joinCondition) QueryModelFactory.createQuery
(List<Column> columns, Source source, Constraint constraint, List<Ordering> orderings) -
Uses of Source in org.alfresco.repo.search.impl.querymodel.impl
Classes in org.alfresco.repo.search.impl.querymodel.impl that implement SourceMethods in org.alfresco.repo.search.impl.querymodel.impl that return SourceConstructors in org.alfresco.repo.search.impl.querymodel.impl with parameters of type Source -
Uses of Source in org.alfresco.repo.search.impl.querymodel.impl.lucene
Classes in org.alfresco.repo.search.impl.querymodel.impl.lucene that implement SourceMethods in org.alfresco.repo.search.impl.querymodel.impl.lucene with parameters of type SourceModifier and TypeMethodDescriptionLuceneQueryModelFactory.createJoin
(Source left, Source right, JoinType joinType, Constraint joinCondition) LuceneQueryModelFactory.createQuery
(List<Column> columns, Source source, Constraint constraint, List<Ordering> orderings) Constructors in org.alfresco.repo.search.impl.querymodel.impl.lucene with parameters of type SourceModifierConstructorDescriptionLuceneJoin
(Source left, Source right, JoinType joinType, Constraint joinConstraint) LuceneQuery
(List<Column> columns, Source source, Constraint constraint, List<Ordering> orderings)