Uses of Class
org.nuxeo.ecm.platform.suggestbox.service.Suggestion
-
Packages that use Suggestion Package Description org.nuxeo.ecm.platform.suggestbox.service org.nuxeo.ecm.platform.suggestbox.service.suggesters -
-
Uses of Suggestion in org.nuxeo.ecm.platform.suggestbox.service
Subclasses of Suggestion in org.nuxeo.ecm.platform.suggestbox.service Modifier and Type Class Description class
DocumentSuggestion
Suggest to navigate to a specific document.class
GroupSuggestion
Suggest to navigate to a specific group profile.class
SearchDocumentsSuggestion
Deprecated.since 6.0.class
UserSuggestion
Suggest to navigate to a specific user profile.Methods in org.nuxeo.ecm.platform.suggestbox.service that return Suggestion Modifier and Type Method Description Suggestion
Suggestion. disable()
static Suggestion
DocumentSuggestion. fromDocumentModel(DocumentModel doc)
Suggestion
Suggestion. withDescription(String description)
Suggestion
Suggestion. withHighlights(Map<String,List<String>> highlights)
Suggestion
Suggestion. withThumbnailURL(String thumbnailURL)
Methods in org.nuxeo.ecm.platform.suggestbox.service that return types with arguments of type Suggestion 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 Suggestion in org.nuxeo.ecm.platform.suggestbox.service.suggesters
Methods in org.nuxeo.ecm.platform.suggestbox.service.suggesters that return types with arguments of type Suggestion 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)
-