Uses of Enum Class
org.alfresco.repo.search.impl.querymodel.JoinType
Packages that use JoinType
Package
Description
-
Uses of JoinType in org.alfresco.repo.search.impl.querymodel
Methods in org.alfresco.repo.search.impl.querymodel that return JoinTypeModifier and TypeMethodDescriptionSource.getJoinType()static JoinTypeReturns the enum constant of this class with the specified name.static JoinType[]JoinType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.alfresco.repo.search.impl.querymodel with parameters of type JoinTypeModifier and TypeMethodDescriptionQueryModelFactory.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 JoinTypeMethods in org.alfresco.repo.search.impl.querymodel.impl with parameters of type JoinTypeModifier and TypeMethodDescriptionvoidBaseJoin.setJoinType(JoinType joinType) voidBaseSelector.setJoinType(JoinType joinType) Constructors in org.alfresco.repo.search.impl.querymodel.impl with parameters of type JoinTypeModifierConstructorDescriptionBaseJoin(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 JoinTypeModifier and TypeMethodDescriptionLuceneQueryModelFactory.createJoin(Source left, Source right, JoinType joinType, Constraint joinCondition) Constructors in org.alfresco.repo.search.impl.querymodel.impl.lucene with parameters of type JoinTypeModifierConstructorDescriptionLuceneJoin(Source left, Source right, JoinType joinType, Constraint joinConstraint)