Class BaseSelectorArgument
- 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.BaseSelectorArgument
-
- All Implemented Interfaces:
Argument
,SelectorArgument
,StaticArgument
- Direct Known Subclasses:
LuceneSelectorArgument
public class BaseSelectorArgument extends BaseStaticArgument implements SelectorArgument
- Author:
- andyh
-
-
Constructor Summary
Constructors Constructor Description BaseSelectorArgument(String name, String selector)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getSelector()
Serializable
getValue(FunctionEvaluationContext context)
String
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
-
-
-
-
Method Detail
-
getSelector
public String getSelector()
- Specified by:
getSelector
in interfaceSelectorArgument
-
getValue
public Serializable getValue(FunctionEvaluationContext context)
-
-