org.alfresco.repo.search.impl.querymodel.impl.lucene
Class LucenePropertyArgument

java.lang.Object
  extended by org.alfresco.repo.search.impl.querymodel.impl.BaseArgument
      extended by org.alfresco.repo.search.impl.querymodel.impl.BaseDynamicArgument
          extended by org.alfresco.repo.search.impl.querymodel.impl.BasePropertyArgument
              extended by org.alfresco.repo.search.impl.querymodel.impl.lucene.LucenePropertyArgument
All Implemented Interfaces:
Argument, DynamicArgument, PropertyArgument

public class LucenePropertyArgument
extends BasePropertyArgument


Constructor Summary
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
 

Constructor Detail

LucenePropertyArgument

public LucenePropertyArgument(java.lang.String name,
                              boolean queryable,
                              boolean orderable,
                              java.lang.String selector,
                              java.lang.String propertyName)
Parameters:
name -
queryable -
orderable -
selector -
propertyName -


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.