Class LuceneListArgument
- 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.BaseListArgument
-
- org.alfresco.repo.search.impl.querymodel.impl.lucene.LuceneListArgument
-
- All Implemented Interfaces:
Argument
,ListArgument
,StaticArgument
public class LuceneListArgument extends BaseListArgument
- Author:
- andyh
-
-
Constructor Summary
Constructors Constructor Description LuceneListArgument(java.lang.String name, java.util.List<Argument> arguments)
-
Method Summary
-
Methods inherited from class org.alfresco.repo.search.impl.querymodel.impl.BaseListArgument
getArguments, getValue, isQueryable, toString
-
Methods inherited from class org.alfresco.repo.search.impl.querymodel.impl.BaseArgument
getName, isOrderable
-
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
-
-
-
-
Constructor Detail
-
LuceneListArgument
public LuceneListArgument(java.lang.String name, java.util.List<Argument> arguments)
- Parameters:
name
- String
-
-