Class LucenePropertyArgument
- 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.BasePropertyArgument
-
- org.alfresco.repo.search.impl.querymodel.impl.lucene.LucenePropertyArgument
-
- All Implemented Interfaces:
Argument
,DynamicArgument
,PropertyArgument
public class LucenePropertyArgument extends BasePropertyArgument
- Author:
- andyh
-
-
Constructor Summary
Constructors Constructor Description LucenePropertyArgument(java.lang.String name, boolean queryable, boolean orderable, java.lang.String selector, java.lang.String propertyName)
-
Method Summary
-
Methods inherited from class org.alfresco.repo.search.impl.querymodel.impl.BasePropertyArgument
getPropertyName, getSelector, 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
-
-