Package | Description |
---|---|
org.alfresco.repo.search.impl.querymodel | |
org.alfresco.repo.search.impl.querymodel.impl | |
org.alfresco.repo.search.impl.querymodel.impl.lucene |
Modifier and Type | Interface and Description |
---|---|
interface |
Join |
interface |
Selector |
Modifier and Type | Method and Description |
---|---|
Source |
Join.getLeft()
The source for the left hand side of the join
|
Source |
Join.getRight()
The source for the right hand side of the join
|
Source |
Query.getSource()
Get the source for the query
Must not be null.
|
Modifier and Type | Method and Description |
---|---|
Join |
QueryModelFactory.createJoin(Source left,
Source right,
JoinType joinType,
Constraint joinCondition) |
Query |
QueryModelFactory.createQuery(List<Column> columns,
Source source,
Constraint constraint,
List<Ordering> orderings) |
Modifier and Type | Class and Description |
---|---|
class |
BaseJoin |
class |
BaseSelector |
Modifier and Type | Method and Description |
---|---|
Source |
BaseJoin.getLeft() |
Source |
BaseJoin.getRight() |
Source |
BaseQuery.getSource() |
Constructor and Description |
---|
BaseJoin(Source left,
Source right,
JoinType joinType,
Constraint joinConstraint) |
BaseQuery(List<Column> columns,
Source source,
Constraint constraint,
List<Ordering> orderings) |
Modifier and Type | Class and Description |
---|---|
class |
LuceneJoin |
class |
LuceneSelector<Q,S,E extends Throwable> |
Modifier and Type | Method and Description |
---|---|
Join |
LuceneQueryModelFactory.createJoin(Source left,
Source right,
JoinType joinType,
Constraint joinCondition) |
Query |
LuceneQueryModelFactory.createQuery(List<Column> columns,
Source source,
Constraint constraint,
List<Ordering> orderings) |
Constructor and Description |
---|
LuceneJoin(Source left,
Source right,
JoinType joinType,
Constraint joinConstraint) |
LuceneQuery(List<Column> columns,
Source source,
Constraint constraint,
List<Ordering> orderings) |
Copyright © 2005–2017 Alfresco Software. All rights reserved.