Class LessThan
- java.lang.Object
-
- org.alfresco.repo.search.impl.querymodel.impl.BaseFunction
-
- org.alfresco.repo.search.impl.querymodel.impl.BaseComparison
-
- org.alfresco.repo.search.impl.querymodel.impl.functions.LessThan
-
- All Implemented Interfaces:
Function
- Direct Known Subclasses:
LuceneLessThan
public class LessThan extends BaseComparison
- Author:
- andyh
-
-
Constructor Summary
Constructors Constructor Description LessThan()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Serializable
getValue(Map<String,Argument> args, FunctionEvaluationContext context)
Evaluation a function-
Methods inherited from class org.alfresco.repo.search.impl.querymodel.impl.BaseComparison
getFunctionArgument, getPropertyArgument, getPropertyName, getStaticArgument, getStaticPosition, setPropertyAndStaticArguments
-
Methods inherited from class org.alfresco.repo.search.impl.querymodel.impl.BaseFunction
getArgumentDefinition, getArgumentDefinitions, getName, getReturnType, toString
-
-
-
-
Field Detail
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getValue
public Serializable getValue(Map<String,Argument> args, FunctionEvaluationContext context)
Description copied from interface:Function
Evaluation a functioncontext
- FunctionEvaluationContext- Returns:
- Serializable
-
-