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 | Method and Description |
---|---|
JoinType |
Join.getJoinType()
Get the join type
|
static JoinType |
JoinType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JoinType[] |
JoinType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Join |
QueryModelFactory.createJoin(Source left,
Source right,
JoinType joinType,
Constraint joinCondition) |
Modifier and Type | Method and Description |
---|---|
JoinType |
BaseJoin.getJoinType() |
Constructor and Description |
---|
BaseJoin(Source left,
Source right,
JoinType joinType,
Constraint joinConstraint) |
Modifier and Type | Method and Description |
---|---|
Join |
LuceneQueryModelFactory.createJoin(Source left,
Source right,
JoinType joinType,
Constraint joinCondition) |
Constructor and Description |
---|
LuceneJoin(Source left,
Source right,
JoinType joinType,
Constraint joinConstraint) |
Copyright © 2005–2016 Alfresco Software. All rights reserved.