Class BaseListArgument
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.BaseListArgument
- All Implemented Interfaces:
Argument
,ListArgument
,StaticArgument
- Direct Known Subclasses:
LuceneListArgument
- Author:
- andyh
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.alfresco.repo.search.impl.querymodel.impl.BaseArgument
getName, isOrderable
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
-
Constructor Details
-
BaseListArgument
- Parameters:
name
- String
-
-
Method Details
-
getArguments
- Specified by:
getArguments
in interfaceListArgument
-
getValue
-
toString
-
isQueryable
public boolean isQueryable()- Specified by:
isQueryable
in interfaceArgument
- Overrides:
isQueryable
in classBaseArgument
-