Class BasePropertyArgument
- java.lang.Object
-
- org.alfresco.repo.search.impl.querymodel.impl.BaseArgument
-
- org.alfresco.repo.search.impl.querymodel.impl.BaseDynamicArgument
-
- org.alfresco.repo.search.impl.querymodel.impl.BasePropertyArgument
-
- All Implemented Interfaces:
Argument
,DynamicArgument
,PropertyArgument
- Direct Known Subclasses:
LucenePropertyArgument
public class BasePropertyArgument extends BaseDynamicArgument implements PropertyArgument
- Author:
- andyh
-
-
Constructor Summary
Constructors Constructor Description BasePropertyArgument(String name, boolean queryable, boolean orderable, String selector, String propertyName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getPropertyName()
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 interfacePropertyArgument
-
getPropertyName
public String getPropertyName()
- Specified by:
getPropertyName
in interfacePropertyArgument
-
getValue
public Serializable getValue(FunctionEvaluationContext context)
-
-