Class LuceneFunctionArgument
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
org.alfresco.repo.search.impl.querymodel.impl.lucene.LuceneFunctionArgument
- All Implemented Interfaces:
Argument,DynamicArgument,FunctionArgument,FunctionInvokation
- Author:
- andyh
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.alfresco.repo.search.impl.querymodel.impl.BaseFunctionArgument
getFunction, getFunctionArguments, getValue, isQueryable, toStringMethods 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
-
LuceneFunctionArgument
- Parameters:
name- Stringfunction- Function
-