Uses of Interface
org.alfresco.repo.search.impl.querymodel.Constraint
-
-
Uses of Constraint in org.alfresco.opencmis.search
Methods in org.alfresco.opencmis.search that return Constraint Modifier and Type Method Description static ConstraintCMISFTSQueryParser. 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 Constraint Modifier and Type Method Description static ConstraintFTSQueryParser. 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.querymodel Modifier and Type Interface Description interfaceConjunctioninterfaceDisjunctioninterfaceFunctionalConstraintA constraint defined by a function that returns a boolean value.Methods in org.alfresco.repo.search.impl.querymodel that return Constraint Modifier and Type Method Description ConstraintQueryModelFactory. createConjunction(List<Constraint> constraints)ConstraintQueryModelFactory. createDisjunction(List<Constraint> constraints)ConstraintQueryModelFactory. createFunctionalConstraint(Function function, Map<String,Argument> functionArguments)ConstraintQuery. getConstraint()Get the constraints for the query.ConstraintJoin. getJoinCondition()Get the join condition.Methods in org.alfresco.repo.search.impl.querymodel that return types with arguments of type Constraint Modifier and Type Method Description List<Constraint>Conjunction. getConstraints()Get the list of constraints which must all be metList<Constraint>Disjunction. 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 Constraint Modifier and Type Method Description JoinQueryModelFactory. createJoin(Source left, Source right, JoinType joinType, Constraint joinCondition)QueryQueryModelFactory. 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 Constraint Modifier and Type Method Description ConstraintQueryModelFactory. createConjunction(List<Constraint> constraints)ConstraintQueryModelFactory. 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 Constraint Modifier and Type Class Description classBaseConjunctionclassBaseConstraintclassBaseDisjunctionclassBaseFunctionalConstraintclassSimpleConstraintMethods in org.alfresco.repo.search.impl.querymodel.impl that return Constraint Modifier and Type Method Description ConstraintBaseQuery. getConstraint()ConstraintBaseJoin. getJoinCondition()Methods in org.alfresco.repo.search.impl.querymodel.impl that return types with arguments of type Constraint Modifier and Type Method Description List<Constraint>BaseConjunction. getConstraints()List<Constraint>BaseDisjunction. getConstraints()Constructors in org.alfresco.repo.search.impl.querymodel.impl with parameters of type Constraint Constructor Description BaseJoin(Source left, Source right, JoinType joinType, Constraint joinConstraint)BaseQuery(List<Column> columns, Source source, Constraint constraint, List<Ordering> orderings)Constructor parameters in org.alfresco.repo.search.impl.querymodel.impl with type arguments of type Constraint Constructor Description BaseConjunction(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 Constraint Modifier and Type Class Description classLuceneConjunction<Q,S,E extends Throwable>classLuceneDisjunction<Q,S,E extends Throwable>classLuceneFunctionalConstraint<Q,S,E extends Throwable>Methods in org.alfresco.repo.search.impl.querymodel.impl.lucene that return Constraint Modifier and Type Method Description ConstraintLuceneQueryModelFactory. createConjunction(List<Constraint> constraints)ConstraintLuceneQueryModelFactory. createDisjunction(List<Constraint> constraints)ConstraintLuceneQueryModelFactory. createFunctionalConstraint(Function function, Map<String,Argument> functionArguments)Methods in org.alfresco.repo.search.impl.querymodel.impl.lucene with parameters of type Constraint Modifier and Type Method Description JoinLuceneQueryModelFactory. createJoin(Source left, Source right, JoinType joinType, Constraint joinCondition)QueryLuceneQueryModelFactory. 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 Constraint Modifier and Type Method Description ConstraintLuceneQueryModelFactory. createConjunction(List<Constraint> constraints)ConstraintLuceneQueryModelFactory. createDisjunction(List<Constraint> constraints)Constructors in org.alfresco.repo.search.impl.querymodel.impl.lucene with parameters of type Constraint Constructor Description LuceneJoin(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 Constraint Constructor Description LuceneConjunction(List<Constraint> constraints)LuceneDisjunction(List<Constraint> constraints)
-