org.alfresco.repo.search.impl.querymodel.impl
Class BaseListArgument

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.BaseListArgument
All Implemented Interfaces:
Argument, ListArgument, StaticArgument
Direct Known Subclasses:
LuceneListArgument

public class BaseListArgument
extends BaseStaticArgument
implements ListArgument


Constructor Summary
BaseListArgument(java.lang.String name, java.util.List arguments)
           
 
Method Summary
 java.util.List getArguments()
           
 java.io.Serializable getValue(FunctionEvaluationContext context)
           
 boolean isQueryable()
           
 java.lang.String 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

BaseListArgument

public BaseListArgument(java.lang.String name,
                        java.util.List arguments)
Parameters:
name -
Method Detail

getArguments

public java.util.List getArguments()
Specified by:
getArguments in interface ListArgument

getValue

public java.io.Serializable getValue(FunctionEvaluationContext context)
Specified by:
getValue in interface Argument

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

isQueryable

public boolean isQueryable()
Specified by:
isQueryable in interface Argument
Overrides:
isQueryable in class BaseArgument


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