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

java.lang.Object
  extended by org.alfresco.repo.search.impl.querymodel.impl.BaseArgument
      extended by org.alfresco.repo.search.impl.querymodel.impl.BaseStaticArgument
          extended by org.alfresco.repo.search.impl.querymodel.impl.BaseLiteralArgument
              extended by org.alfresco.repo.search.impl.querymodel.impl.lucene.LuceneLiteralArgument
All Implemented Interfaces:
Argument, LiteralArgument, StaticArgument

public class LuceneLiteralArgument
extends BaseLiteralArgument


Constructor Summary
LuceneLiteralArgument(java.lang.String name, QName type, java.io.Serializable value)
           
 
Method Summary
 
Methods inherited from class org.alfresco.repo.search.impl.querymodel.impl.BaseLiteralArgument
getType, 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

LuceneLiteralArgument

public LuceneLiteralArgument(java.lang.String name,
                             QName type,
                             java.io.Serializable value)
Parameters:
name -
type -
value -


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