Class BaseDisjunction
java.lang.Object
org.alfresco.repo.search.impl.querymodel.impl.BaseConstraint
org.alfresco.repo.search.impl.querymodel.impl.BaseDisjunction
- All Implemented Interfaces:
Constraint,Disjunction
- Direct Known Subclasses:
LuceneDisjunction
- 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, setOccurMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.alfresco.repo.search.impl.querymodel.Constraint
getBoost, getOccur, setBoost, setOccur
-
Constructor Details
-
BaseDisjunction
-
-
Method Details
-
getConstraints
Description copied from interface:DisjunctionGet the list of constraints for which at least one must be met.- Specified by:
getConstraintsin interfaceDisjunction
-
evaluate
public boolean evaluate()- Specified by:
evaluatein interfaceConstraint
-
toString
-