Class BaseFunctionalConstraint
java.lang.Object
org.alfresco.repo.search.impl.querymodel.impl.BaseConstraint
org.alfresco.repo.search.impl.querymodel.impl.BaseFunctionalConstraint
- All Implemented Interfaces:
Constraint,FunctionalConstraint,FunctionInvokation
- Direct Known Subclasses:
LuceneFunctionalConstraint
- Author:
- andyh
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.alfresco.repo.search.impl.querymodel.Constraint
Constraint.Occur -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.alfresco.repo.search.impl.querymodel.impl.BaseConstraint
getBoost, getOccur, setBoost, setOccurMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.alfresco.repo.search.impl.querymodel.Constraint
getBoost, getOccur, setBoost, setOccur
-
Constructor Details
-
BaseFunctionalConstraint
-
-
Method Details
-
evaluate
public boolean evaluate()- Specified by:
evaluatein interfaceConstraint
-
getFunction
Description copied from interface:FunctionInvokationGet the function- Specified by:
getFunctionin interfaceFunctionInvokation- Returns:
- Function
-
getFunctionArguments
Description copied from interface:FunctionInvokationGet the functions arguments.- Specified by:
getFunctionArgumentsin interfaceFunctionInvokation- Returns:
- Map
-
toString
-