Uses of Class
org.nuxeo.ecm.platform.suggestbox.service.SuggestionContext
-
Packages that use SuggestionContext Package Description org.nuxeo.ecm.platform.suggestbox.service org.nuxeo.ecm.platform.suggestbox.service.suggesters -
-
Uses of SuggestionContext in org.nuxeo.ecm.platform.suggestbox.service
Methods in org.nuxeo.ecm.platform.suggestbox.service that return SuggestionContext Modifier and Type Method Description SuggestionContextSuggestionContext. withCurrentDocument(DocumentModel currentDocument)SuggestionContextSuggestionContext. withLocale(Locale locale)SuggestionContextSuggestionContext. withMessages(Map<String,String> messages)SuggestionContextSuggestionContext. withSession(CoreSession session)Methods in org.nuxeo.ecm.platform.suggestbox.service with parameters of type SuggestionContext Modifier and Type Method Description List<Suggestion>Suggester. suggest(String userInput, SuggestionContext context)Compute a list of possible user actions or intents given their input and context.List<Suggestion>SuggestionService. suggest(String userInput, SuggestionContext context)Call the suggesters registered for the given suggestion point mentioned in the context and aggregate the results.List<Suggestion>SuggestionService. suggest(String userInput, SuggestionContext suggestionContext, String suggester)Call a single suggester registered under the provided name.List<Suggestion>SuggestionServiceImpl. suggest(String userInput, SuggestionContext context)List<Suggestion>SuggestionServiceImpl. suggest(String input, SuggestionContext context, String suggesterName) -
Uses of SuggestionContext in org.nuxeo.ecm.platform.suggestbox.service.suggesters
Methods in org.nuxeo.ecm.platform.suggestbox.service.suggesters with parameters of type SuggestionContext Modifier and Type Method Description List<Suggestion>DocumentLookupSuggester. suggest(String userInput, SuggestionContext context)List<Suggestion>DocumentSearchByDateSuggester. suggest(String userInput, SuggestionContext context)Deprecated.List<Suggestion>DocumentSearchByPropertySuggester. suggest(String userInput, SuggestionContext context)Deprecated.List<Suggestion>UserGroupLookupSuggester. suggest(String userInput, SuggestionContext context)
-