Class LuceneParameterArgument
- 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.lucene.LuceneParameterArgument
-
- All Implemented Interfaces:
Argument
,ParameterArgument
,StaticArgument
public class LuceneParameterArgument extends BaseParameterArgument
- Author:
- andyh
-
-
Constructor Summary
Constructors Constructor Description LuceneParameterArgument(String name, String parameterName)
-
Method Summary
-
Methods inherited from class org.alfresco.repo.search.impl.querymodel.impl.BaseParameterArgument
getParameterName, getValue, toString
-
Methods inherited from class org.alfresco.repo.search.impl.querymodel.impl.BaseArgument
getName, isOrderable, isQueryable
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.alfresco.repo.search.impl.querymodel.Argument
getName, isOrderable, isQueryable
-
-