Uses of Class
org.nuxeo.ecm.platform.suggestbox.service.SuggestionException
Packages that use SuggestionException
Package
Description
-
Uses of SuggestionException in org.nuxeo.ecm.platform.suggestbox.automation
Methods in org.nuxeo.ecm.platform.suggestbox.automation that throw SuggestionException -
Uses of SuggestionException in org.nuxeo.ecm.platform.suggestbox.service
Methods in org.nuxeo.ecm.platform.suggestbox.service that throw SuggestionExceptionModifier and TypeMethodDescriptionSuggester.suggest
(String userInput, SuggestionContext context) Compute a list of possible user actions or intents given their input and context.SuggestionService.suggest
(String userInput, SuggestionContext context) Call the suggesters registered for the given suggestion point mentioned in the context and aggregate the results.SuggestionService.suggest
(String userInput, SuggestionContext suggestionContext, String suggester) Call a single suggester registered under the provided name.SuggestionServiceImpl.suggest
(String userInput, SuggestionContext context) SuggestionServiceImpl.suggest
(String input, SuggestionContext context, String suggesterName) -
Uses of SuggestionException in org.nuxeo.ecm.platform.suggestbox.service.suggesters
Methods in org.nuxeo.ecm.platform.suggestbox.service.suggesters that throw SuggestionExceptionModifier and TypeMethodDescriptionDocumentLookupSuggester.suggest
(String userInput, SuggestionContext context) UserGroupLookupSuggester.suggest
(String userInput, SuggestionContext context)