Class BaseLiteralArgument
- 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.BaseLiteralArgument
-
- All Implemented Interfaces:
Argument
,LiteralArgument
,StaticArgument
- Direct Known Subclasses:
LuceneLiteralArgument
public class BaseLiteralArgument extends BaseStaticArgument implements LiteralArgument
- Author:
- andyh
-
-
Constructor Summary
Constructors Constructor Description BaseLiteralArgument(String name, QName type, Serializable value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QName
getType()
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
-
-
-
-
Constructor Detail
-
BaseLiteralArgument
public BaseLiteralArgument(String name, QName type, Serializable value)
-
-
Method Detail
-
getValue
public Serializable getValue(FunctionEvaluationContext context)
-
getType
public QName getType()
- Specified by:
getType
in interfaceLiteralArgument
-
-