Class BaseDynamicArgument
java.lang.Object
org.alfresco.repo.search.impl.querymodel.impl.BaseArgument
org.alfresco.repo.search.impl.querymodel.impl.BaseDynamicArgument
- All Implemented Interfaces:
Argument,DynamicArgument
- Direct Known Subclasses:
BaseFunctionArgument,BasePropertyArgument
- Author:
- andyh
-
Constructor Summary
Constructors -
Method Summary
Methods 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, toString, wait, wait, waitMethods inherited from interface org.alfresco.repo.search.impl.querymodel.Argument
getName, getValue, isOrderable, isQueryable
-
Constructor Details
-
BaseDynamicArgument
- Parameters:
name- Stringqueryable- booleanorderable- boolean
-