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 TypeMethodDescriptionfloat
getBoost()
getOccur()
void
setBoost
(float boost) void
setOccur
(Constraint.Occur occur) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.alfresco.repo.search.impl.querymodel.Constraint
evaluate
-
Constructor Details
-
BaseConstraint
public BaseConstraint()
-
-
Method Details
-
getOccur
- Specified by:
getOccur
in interfaceConstraint
-
setOccur
- Specified by:
setOccur
in interfaceConstraint
-
getBoost
public float getBoost()- Specified by:
getBoost
in interfaceConstraint
-
setBoost
public void setBoost(float boost) - Specified by:
setBoost
in interfaceConstraint
-