Class SuggestCollectionEntry
- java.lang.Object
-
- org.nuxeo.ecm.automation.core.operations.collections.SuggestCollectionEntry
-
public class SuggestCollectionEntry extends Object
- Since:
- 5.9.3
-
-
Field Summary
Fields Modifier and Type Field Description protected CollectionManager
collectionManager
protected OperationContext
ctx
protected Integer
currentPageIndex
static String
ID
protected String
lang
protected Integer
pageSize
protected String
searchTerm
protected AutomationService
service
protected CoreSession
session
-
Constructor Summary
Constructors Constructor Description SuggestCollectionEntry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
getLang()
protected Locale
getLocale()
Blob
run()
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
currentPageIndex
protected Integer currentPageIndex
-
pageSize
protected Integer pageSize
-
service
protected AutomationService service
-
ctx
protected OperationContext ctx
-
session
protected CoreSession session
-
collectionManager
protected CollectionManager collectionManager
-
lang
protected String lang
-
searchTerm
protected String searchTerm
-
-
Method Detail
-
run
public Blob run() throws OperationException, IOException
- Throws:
OperationException
IOException
-
getLocale
protected Locale getLocale()
-
getLang
protected String getLang()
-
-