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
- Author:
- andyh
-
Constructor Summary
ConstructorsConstructorDescriptionLucenePropertyArgument(String name, boolean queryable, boolean orderable, String selector, String propertyName) -
Method Summary
Methods inherited from class org.alfresco.repo.search.impl.querymodel.impl.BasePropertyArgument
getPropertyName, getSelector, 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