Interface FunctionalConstraint
-
- All Superinterfaces:
Constraint
,FunctionInvokation
- All Known Implementing Classes:
BaseFunctionalConstraint
,LuceneFunctionalConstraint
public interface FunctionalConstraint extends Constraint, FunctionInvokation
A constraint defined by a function that returns a boolean value.- Author:
- andyh
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.alfresco.repo.search.impl.querymodel.Constraint
Constraint.Occur
-
-
Method Summary
-
Methods inherited from interface org.alfresco.repo.search.impl.querymodel.Constraint
evaluate, getBoost, getOccur, setBoost, setOccur
-
Methods inherited from interface org.alfresco.repo.search.impl.querymodel.FunctionInvokation
getFunction, getFunctionArguments
-
-