Uses of Interface
org.alfresco.repo.search.impl.querymodel.Constraint
Packages that use Constraint
Package
Description
-
Uses of Constraint in org.alfresco.opencmis.search
Methods in org.alfresco.opencmis.search that return ConstraintModifier and TypeMethodDescriptionstatic Constraint
CMISFTSQueryParser.buildFTS
(String ftsExpression, QueryModelFactory factory, FunctionEvaluationContext functionEvaluationContext, Selector selector, Map<String, Column> columnMap, String defaultField) -
Uses of Constraint in org.alfresco.repo.search.impl.parsers
Methods in org.alfresco.repo.search.impl.parsers that return ConstraintModifier and TypeMethodDescriptionstatic Constraint
FTSQueryParser.buildFTS
(String ftsExpression, QueryModelFactory factory, FunctionEvaluationContext functionEvaluationContext, Selector selector, Map<String, Column> columnMap, FTSParser.Mode mode, QueryOptions.Connective defaultFieldConnective, Map<String, String> templates, String defaultField, FTSQueryParser.RerankPhase rerankPhase) -
Uses of Constraint in org.alfresco.repo.search.impl.querymodel
Subinterfaces of Constraint in org.alfresco.repo.search.impl.querymodelModifier and TypeInterfaceDescriptioninterface
interface
interface
A constraint defined by a function that returns a boolean value.Methods in org.alfresco.repo.search.impl.querymodel that return ConstraintModifier and TypeMethodDescriptionQueryModelFactory.createConjunction
(List<Constraint> constraints) QueryModelFactory.createDisjunction
(List<Constraint> constraints) QueryModelFactory.createFunctionalConstraint
(Function function, Map<String, Argument> functionArguments) Query.getConstraint()
Get the constraints for the query.Join.getJoinCondition()
Get the join condition.Methods in org.alfresco.repo.search.impl.querymodel that return types with arguments of type ConstraintModifier and TypeMethodDescriptionConjunction.getConstraints()
Get the list of constraints which must all be metDisjunction.getConstraints()
Get the list of constraints for which at least one must be met.Methods in org.alfresco.repo.search.impl.querymodel with parameters of type ConstraintModifier and TypeMethodDescriptionQueryModelFactory.createJoin
(Source left, Source right, JoinType joinType, Constraint joinCondition) QueryModelFactory.createQuery
(List<Column> columns, Source source, Constraint constraint, List<Ordering> orderings) Method parameters in org.alfresco.repo.search.impl.querymodel with type arguments of type ConstraintModifier and TypeMethodDescriptionQueryModelFactory.createConjunction
(List<Constraint> constraints) QueryModelFactory.createDisjunction
(List<Constraint> constraints) -
Uses of Constraint in org.alfresco.repo.search.impl.querymodel.impl
Classes in org.alfresco.repo.search.impl.querymodel.impl that implement ConstraintModifier and TypeClassDescriptionclass
class
class
class
class
Methods in org.alfresco.repo.search.impl.querymodel.impl that return ConstraintMethods in org.alfresco.repo.search.impl.querymodel.impl that return types with arguments of type ConstraintModifier and TypeMethodDescriptionBaseConjunction.getConstraints()
BaseDisjunction.getConstraints()
Constructors in org.alfresco.repo.search.impl.querymodel.impl with parameters of type ConstraintModifierConstructorDescriptionBaseJoin
(Source left, Source right, JoinType joinType, Constraint joinConstraint) Constructor parameters in org.alfresco.repo.search.impl.querymodel.impl with type arguments of type ConstraintModifierConstructorDescriptionBaseConjunction
(List<Constraint> constraints) BaseDisjunction
(List<Constraint> constraints) -
Uses of Constraint in org.alfresco.repo.search.impl.querymodel.impl.lucene
Classes in org.alfresco.repo.search.impl.querymodel.impl.lucene that implement ConstraintModifier and TypeClassDescriptionclass
LuceneConjunction<Q,
S, E extends Throwable> class
LuceneDisjunction<Q,
S, E extends Throwable> class
LuceneFunctionalConstraint<Q,
S, E extends Throwable> Methods in org.alfresco.repo.search.impl.querymodel.impl.lucene that return ConstraintModifier and TypeMethodDescriptionLuceneQueryModelFactory.createConjunction
(List<Constraint> constraints) LuceneQueryModelFactory.createDisjunction
(List<Constraint> constraints) LuceneQueryModelFactory.createFunctionalConstraint
(Function function, Map<String, Argument> functionArguments) Methods in org.alfresco.repo.search.impl.querymodel.impl.lucene with parameters of type ConstraintModifier and TypeMethodDescriptionLuceneQueryModelFactory.createJoin
(Source left, Source right, JoinType joinType, Constraint joinCondition) LuceneQueryModelFactory.createQuery
(List<Column> columns, Source source, Constraint constraint, List<Ordering> orderings) Method parameters in org.alfresco.repo.search.impl.querymodel.impl.lucene with type arguments of type ConstraintModifier and TypeMethodDescriptionLuceneQueryModelFactory.createConjunction
(List<Constraint> constraints) LuceneQueryModelFactory.createDisjunction
(List<Constraint> constraints) Constructors in org.alfresco.repo.search.impl.querymodel.impl.lucene with parameters of type ConstraintModifierConstructorDescriptionLuceneJoin
(Source left, Source right, JoinType joinType, Constraint joinConstraint) LuceneQuery
(List<Column> columns, Source source, Constraint constraint, List<Ordering> orderings) Constructor parameters in org.alfresco.repo.search.impl.querymodel.impl.lucene with type arguments of type ConstraintModifierConstructorDescriptionLuceneConjunction
(List<Constraint> constraints) LuceneDisjunction
(List<Constraint> constraints)