Uses of Enum
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 JoinType
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 JoinTypeModifier and TypeMethodDescriptionQueryModelFactory.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 JoinTypeMethods in org.alfresco.repo.search.impl.querymodel.impl with parameters of type JoinTypeModifier and TypeMethodDescriptionvoid
BaseJoin.setJoinType
(JoinType joinType) void
BaseSelector.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)