Class DBParameterArgument
java.lang.Object
org.alfresco.repo.search.impl.querymodel.impl.BaseArgument
org.alfresco.repo.search.impl.querymodel.impl.BaseStaticArgument
org.alfresco.repo.search.impl.querymodel.impl.BaseParameterArgument
org.alfresco.repo.search.impl.querymodel.impl.db.DBParameterArgument
- All Implemented Interfaces:
Argument,ParameterArgument,StaticArgument
- Author:
- Andy
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.alfresco.repo.search.impl.querymodel.impl.BaseParameterArgument
getParameterName, getValue, toStringMethods inherited from class org.alfresco.repo.search.impl.querymodel.impl.BaseArgument
getName, isOrderable, isQueryableMethods 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, isQueryable
-
Constructor Details
-
DBParameterArgument
- Parameters:
name- StringparameterName- String
-