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
- Author:
- andyh
-
-
Constructor Summary
Constructors Constructor Description BaseListArgument(String name, List<Argument> arguments)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Argument>
getArguments()
Serializable
getValue(FunctionEvaluationContext context)
boolean
isQueryable()
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
-
-
-
-
Method Detail
-
getArguments
public List<Argument> getArguments()
- Specified by:
getArguments
in interfaceListArgument
-
getValue
public Serializable getValue(FunctionEvaluationContext context)
-
isQueryable
public boolean isQueryable()
- Specified by:
isQueryable
in interfaceArgument
- Overrides:
isQueryable
in classBaseArgument
-
-