Class BaseFunctionArgument
java.lang.Object
org.alfresco.repo.search.impl.querymodel.impl.BaseArgument
org.alfresco.repo.search.impl.querymodel.impl.BaseDynamicArgument
org.alfresco.repo.search.impl.querymodel.impl.BaseFunctionArgument
- All Implemented Interfaces:
Argument,DynamicArgument,FunctionArgument,FunctionInvokation
- Direct Known Subclasses:
LuceneFunctionArgument
- Author:
- andyh
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the functionGet the functions arguments.getValue(FunctionEvaluationContext context) booleantoString()Methods inherited from class org.alfresco.repo.search.impl.querymodel.impl.BaseArgument
getName, isOrderableMethods 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.Argument
getName, isOrderable
-
Constructor Details
-
BaseFunctionArgument
-
-
Method Details
-
getValue
-
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
-
isQueryable
public boolean isQueryable()- Specified by:
isQueryablein interfaceArgument- Overrides:
isQueryablein classBaseArgument
-