Class BaseConjunction
java.lang.Object
org.alfresco.repo.search.impl.querymodel.impl.BaseConstraint
org.alfresco.repo.search.impl.querymodel.impl.BaseConjunction
- All Implemented Interfaces:
Conjunction
,Constraint
- Direct Known Subclasses:
LuceneConjunction
- Author:
- andyh
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.alfresco.repo.search.impl.querymodel.Constraint
Constraint.Occur
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.alfresco.repo.search.impl.querymodel.impl.BaseConstraint
getBoost, getOccur, setBoost, setOccur
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.alfresco.repo.search.impl.querymodel.Constraint
getBoost, getOccur, setBoost, setOccur
-
Constructor Details
-
BaseConjunction
-
-
Method Details
-
getConstraints
Description copied from interface:Conjunction
Get the list of constraints which must all be met- Specified by:
getConstraints
in interfaceConjunction
-
evaluate
public boolean evaluate()- Specified by:
evaluate
in interfaceConstraint
-
toString
-