|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.search.impl.querymodel.impl.BaseConstraint
org.alfresco.repo.search.impl.querymodel.impl.BaseDisjunction
public class BaseDisjunction
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.alfresco.repo.search.impl.querymodel.Constraint |
---|
Constraint.Occur |
Constructor Summary | |
---|---|
BaseDisjunction(java.util.List constraints)
|
Method Summary | |
---|---|
boolean |
evaluate()
|
java.util.List |
getConstraints()
Get the list of constraints for which at least one must be met. |
java.lang.String |
toString()
|
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 Detail |
---|
public BaseDisjunction(java.util.List constraints)
Method Detail |
---|
public java.util.List getConstraints()
Disjunction
getConstraints
in interface Disjunction
public boolean evaluate()
evaluate
in interface Constraint
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |