Interface ListArgument
-
- All Superinterfaces:
Argument
,StaticArgument
- All Known Implementing Classes:
BaseListArgument
,LuceneListArgument
public interface ListArgument extends StaticArgument
- Author:
- andyh
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<Argument>
getArguments()
-
Methods inherited from interface org.alfresco.repo.search.impl.querymodel.Argument
getName, getValue, isOrderable, isQueryable
-
-
-
-
Method Detail
-
getArguments
java.util.List<Argument> getArguments()
-
-