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 JoinTypeSource. getJoinType()static JoinTypeJoinType. 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 JoinQueryModelFactory. createJoin(Source left, Source right, JoinType joinType, Constraint joinCondition)voidSource. 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 JoinTypeBaseJoin. getJoinType()JoinTypeBaseSelector. getJoinType()Methods in org.alfresco.repo.search.impl.querymodel.impl with parameters of type JoinType Modifier and Type Method Description voidBaseJoin. setJoinType(JoinType joinType)voidBaseSelector. 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 JoinLuceneQueryModelFactory. 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)
-