Class SuggestOperation
- java.lang.Object
-
- org.nuxeo.ecm.platform.suggestbox.automation.SuggestOperation
-
public class SuggestOperation extends Object
Operation used to suggest result by getting and calling all the suggesters defined in contributions.- Since:
- 6.0
-
-
Field Summary
Fields Modifier and Type Field Description static String
ID
protected String
searchTerm
protected SuggestionService
serviceSuggestion
protected CoreSession
session
-
Constructor Summary
Constructors Constructor Description SuggestOperation()
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
session
protected CoreSession session
-
serviceSuggestion
protected SuggestionService serviceSuggestion
-
searchTerm
protected String searchTerm
-
-
Method Detail
-
run
public Blob run() throws SuggestionException, IOException
- Throws:
SuggestionException
IOException
-
-