Uses of Interface
org.alfresco.repo.search.impl.querymodel.Source
-
Packages that use Source Package Description org.alfresco.repo.search.impl.querymodel org.alfresco.repo.search.impl.querymodel.impl org.alfresco.repo.search.impl.querymodel.impl.lucene -
-
Uses of Source in org.alfresco.repo.search.impl.querymodel
Subinterfaces of Source in org.alfresco.repo.search.impl.querymodel Modifier and Type Interface Description interface
Join
interface
Selector
Methods in org.alfresco.repo.search.impl.querymodel that return Source Modifier and Type Method Description Source
Join. getLeft()
The source for the left hand side of the joinSource
Join. getRight()
The source for the right hand side of the joinSource
Query. getSource()
Get the source for the query Must not be null.Methods in org.alfresco.repo.search.impl.querymodel with parameters of type Source Modifier and Type Method Description Join
QueryModelFactory. createJoin(Source left, Source right, JoinType joinType, Constraint joinCondition)
Query
QueryModelFactory. createQuery(java.util.List<Column> columns, Source source, Constraint constraint, java.util.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 Source Modifier and Type Class Description class
BaseJoin
class
BaseSelector
Methods in org.alfresco.repo.search.impl.querymodel.impl that return Source Modifier and Type Method Description Source
BaseJoin. getLeft()
Source
BaseJoin. getRight()
Source
BaseQuery. getSource()
Constructors in org.alfresco.repo.search.impl.querymodel.impl with parameters of type Source Constructor Description BaseJoin(Source left, Source right, JoinType joinType, Constraint joinConstraint)
BaseQuery(java.util.List<Column> columns, Source source, Constraint constraint, java.util.List<Ordering> orderings)
-
Uses of Source in org.alfresco.repo.search.impl.querymodel.impl.lucene
Classes in org.alfresco.repo.search.impl.querymodel.impl.lucene that implement Source Modifier and Type Class Description class
LuceneJoin
class
LuceneSelector<Q,S,E extends java.lang.Throwable>
Methods in org.alfresco.repo.search.impl.querymodel.impl.lucene with parameters of type Source Modifier and Type Method Description Join
LuceneQueryModelFactory. createJoin(Source left, Source right, JoinType joinType, Constraint joinCondition)
Query
LuceneQueryModelFactory. createQuery(java.util.List<Column> columns, Source source, Constraint constraint, java.util.List<Ordering> orderings)
Constructors in org.alfresco.repo.search.impl.querymodel.impl.lucene with parameters of type Source Constructor Description LuceneJoin(Source left, Source right, JoinType joinType, Constraint joinConstraint)
LuceneQuery(java.util.List<Column> columns, Source source, Constraint constraint, java.util.List<Ordering> orderings)
-