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 CollectionManagercollectionManagerprotected OperationContextctxprotected IntegercurrentPageIndexstatic StringIDprotected Stringlangprotected IntegerpageSizeprotected StringsearchTermprotected AutomationServiceserviceprotected CoreSessionsession
-
Constructor Summary
Constructors Constructor Description SuggestCollectionEntry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetLang()protected LocalegetLocale()Blobrun()
-
-
-
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:
OperationExceptionIOException
-
getLocale
protected Locale getLocale()
-
getLang
protected String getLang()
-
-