Class SimpleConstraint
- java.lang.Object
-
- org.alfresco.repo.search.impl.querymodel.impl.BaseConstraint
-
- org.alfresco.repo.search.impl.querymodel.impl.SimpleConstraint
-
- All Implemented Interfaces:
Constraint
public class SimpleConstraint extends BaseConstraint
- Author:
- Andy
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.alfresco.repo.search.impl.querymodel.Constraint
Constraint.Occur
-
-
Constructor Summary
Constructors Constructor Description SimpleConstraint(Constraint.Occur occur)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
evaluate()
-
Methods inherited from class org.alfresco.repo.search.impl.querymodel.impl.BaseConstraint
getBoost, getOccur, setBoost, setOccur
-
-
-
-
Constructor Detail
-
SimpleConstraint
public SimpleConstraint(Constraint.Occur occur)
-
-