Uses of Class
org.nuxeo.ecm.platform.suggestbox.service.Suggestion
Package
Description
-
Uses of Suggestion in org.nuxeo.ecm.platform.suggestbox.service
Modifier and TypeClassDescriptionclass
Suggest to navigate to a specific document.class
Suggest to navigate to a specific group profile.class
Suggest to navigate to a specific user profile.Modifier and TypeMethodDescriptionSuggestion.disable()
static Suggestion
DocumentSuggestion.fromDocumentModel
(DocumentModel doc) Suggestion.withDescription
(String description) Suggestion.withHighlights
(Map<String, List<String>> highlights) Suggestion.withThumbnailURL
(String thumbnailURL) Modifier 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 Suggestion in org.nuxeo.ecm.platform.suggestbox.service.suggesters
Modifier and TypeMethodDescriptionDocumentLookupSuggester.suggest
(String userInput, SuggestionContext context) UserGroupLookupSuggester.suggest
(String userInput, SuggestionContext context)