Interface DynamicArgument
-
- All Superinterfaces:
Argument
- All Known Subinterfaces:
FunctionArgument,PropertyArgument
- All Known Implementing Classes:
BaseDynamicArgument,BaseFunctionArgument,BasePropertyArgument,LuceneFunctionArgument,LucenePropertyArgument
public interface DynamicArgument extends Argument
A dynamic argument (e.g. non-literal and not a parameter)- Author:
- andyh
-
-
Method Summary
-
Methods inherited from interface org.alfresco.repo.search.impl.querymodel.Argument
getName, getValue, isOrderable, isQueryable
-
-