Class BaseConstraint
java.lang.Object
org.alfresco.repo.search.impl.querymodel.impl.BaseConstraint
- All Implemented Interfaces:
Constraint
- Direct Known Subclasses:
BaseConjunction,BaseDisjunction,BaseFunctionalConstraint,SimpleConstraint
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.alfresco.repo.search.impl.querymodel.Constraint
Constraint.Occur -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloatgetBoost()getOccur()voidsetBoost(float boost) voidsetOccur(Constraint.Occur occur) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.alfresco.repo.search.impl.querymodel.Constraint
evaluate
-
Constructor Details
-
BaseConstraint
public BaseConstraint()
-
-
Method Details
-
getOccur
- Specified by:
getOccurin interfaceConstraint
-
setOccur
- Specified by:
setOccurin interfaceConstraint
-
getBoost
public float getBoost()- Specified by:
getBoostin interfaceConstraint
-
setBoost
public void setBoost(float boost) - Specified by:
setBoostin interfaceConstraint
-