Class Equals
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.Equals
- All Implemented Interfaces:
Function
- Direct Known Subclasses:
LuceneEquals
- Author:
- andyh
-
Field Summary
FieldsFields inherited from class org.alfresco.repo.search.impl.querymodel.impl.BaseComparison
ARG_LHS, ARG_MODE, ARG_RHS, ARGS
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetValue
(Map<String, Argument> args, FunctionEvaluationContext context) Evaluation a functionMethods 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 Details
-
NAME
- See Also:
-
-
Constructor Details
-
Equals
public Equals()
-
-
Method Details
-
getValue
Description copied from interface:Function
Evaluation a functioncontext
- FunctionEvaluationContext- Returns:
- Serializable
-