Class DBLiteralArgument
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
org.alfresco.repo.search.impl.querymodel.impl.db.DBLiteralArgument
- All Implemented Interfaces:
Argument,LiteralArgument,StaticArgument
- Author:
- Andy
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.alfresco.repo.search.impl.querymodel.impl.BaseLiteralArgument
getType, getValue, toStringMethods inherited from class org.alfresco.repo.search.impl.querymodel.impl.BaseArgument
getName, isOrderable, isQueryableMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.alfresco.repo.search.impl.querymodel.Argument
getName, isOrderable, isQueryable
-
Constructor Details
-
DBLiteralArgument
- Parameters:
name- Stringtype- QNamevalue- Serializable
-