Class DBFunctionArgument
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.db.DBFunctionArgument
- All Implemented Interfaces:
Argument,DynamicArgument,FunctionArgument,FunctionInvokation
- Author:
- Andy
-
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
-
DBFunctionArgument
- Parameters:
name- Stringfunction- Function
-