org.alfresco.repo.search.impl.querymodel.impl
Class BaseListArgument
java.lang.Object
org.alfresco.repo.search.impl.querymodel.impl.BaseArgument
org.alfresco.repo.search.impl.querymodel.impl.BaseStaticArgument
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
BaseListArgument
public BaseListArgument(java.lang.String name,
java.util.List arguments)
- Parameters:
name
-
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.