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, 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
-
BaseDisjunction
-
-
Method Details
-
getConstraints
Description copied from interface:Disjunction
Get the list of constraints for which at least one must be met.- Specified by:
getConstraints
in interfaceDisjunction
-
evaluate
public boolean evaluate()- Specified by:
evaluate
in interfaceConstraint
-
toString
-