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 interfaceJoininterfaceSelectorMethods in org.alfresco.repo.search.impl.querymodel that return Source Modifier and Type Method Description SourceJoin. getLeft()The source for the left hand side of the joinSourceJoin. getRight()The source for the right hand side of the joinSourceQuery. 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 JoinQueryModelFactory. createJoin(Source left, Source right, JoinType joinType, Constraint joinCondition)QueryQueryModelFactory. 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 Source Modifier and Type Class Description classBaseJoinclassBaseSelectorMethods in org.alfresco.repo.search.impl.querymodel.impl that return Source Modifier and Type Method Description SourceBaseJoin. getLeft()SourceBaseJoin. getRight()SourceBaseQuery. 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(List<Column> columns, Source source, Constraint constraint, 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 classLuceneJoinclassLuceneSelector<Q,S,E extends Throwable>Methods in org.alfresco.repo.search.impl.querymodel.impl.lucene with parameters of type Source Modifier and Type Method Description JoinLuceneQueryModelFactory. createJoin(Source left, Source right, JoinType joinType, Constraint joinCondition)QueryLuceneQueryModelFactory. 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 Source Constructor Description LuceneJoin(Source left, Source right, JoinType joinType, Constraint joinConstraint)LuceneQuery(List<Column> columns, Source source, Constraint constraint, List<Ordering> orderings)
-