Uses of Class
org.alfresco.repo.search.impl.querymodel.JoinType
-
Packages that use JoinType 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 JoinType in org.alfresco.repo.search.impl.querymodel
Methods in org.alfresco.repo.search.impl.querymodel that return JoinType Modifier and Type Method Description JoinType
Source. getJoinType()
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.Methods in org.alfresco.repo.search.impl.querymodel with parameters of type JoinType Modifier and Type Method Description Join
QueryModelFactory. createJoin(Source left, Source right, JoinType joinType, Constraint joinCondition)
void
Source. setJoinType(JoinType joinType)
-
Uses of JoinType in org.alfresco.repo.search.impl.querymodel.impl
Methods in org.alfresco.repo.search.impl.querymodel.impl that return JoinType Modifier and Type Method Description JoinType
BaseJoin. getJoinType()
JoinType
BaseSelector. getJoinType()
Methods in org.alfresco.repo.search.impl.querymodel.impl with parameters of type JoinType Modifier and Type Method Description void
BaseJoin. setJoinType(JoinType joinType)
void
BaseSelector. setJoinType(JoinType joinType)
Constructors in org.alfresco.repo.search.impl.querymodel.impl with parameters of type JoinType Constructor Description BaseJoin(Source left, Source right, JoinType joinType, Constraint joinConstraint)
-
Uses of JoinType in org.alfresco.repo.search.impl.querymodel.impl.lucene
Methods in org.alfresco.repo.search.impl.querymodel.impl.lucene with parameters of type JoinType Modifier and Type Method Description Join
LuceneQueryModelFactory. createJoin(Source left, Source right, JoinType joinType, Constraint joinCondition)
Constructors in org.alfresco.repo.search.impl.querymodel.impl.lucene with parameters of type JoinType Constructor Description LuceneJoin(Source left, Source right, JoinType joinType, Constraint joinConstraint)
-