Package | Description |
---|---|
org.nuxeo.ecm.platform.suggestbox.jsf | |
org.nuxeo.ecm.platform.suggestbox.service | |
org.nuxeo.ecm.platform.suggestbox.service.suggesters |
Modifier and Type | Field and Description |
---|---|
protected Cached<List<Suggestion>> |
SuggestboxActions.cachedSuggestions |
Modifier and Type | Method and Description |
---|---|
List<Suggestion> |
SuggestboxActions.getSuggestions(Object input)
Callback for the ajax keypress event that triggers the generation of context sensitive action suggestions.
|
Modifier and Type | Class and 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. The redirection to the search tab is not handled by a Suggestion anymore.
|
class |
UserSuggestion
Suggest to navigate to a specific user profile.
|
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
List<Suggestion> |
SuggestionServiceImpl.suggest(String userInput,
SuggestionContext 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> |
Suggester.suggest(String userInput,
SuggestionContext context)
Compute a list of possible user actions or intents given their input and context.
|
List<Suggestion> |
SuggestionServiceImpl.suggest(String input,
SuggestionContext context,
String suggesterName) |
List<Suggestion> |
SuggestionService.suggest(String searchKeywords,
SuggestionContext suggestionContext,
String suggester)
Call a single suggester registered under the provided name.
|
Modifier and Type | Method and Description |
---|---|
List<Suggestion> |
UserGroupLookupSuggester.suggest(String userInput,
SuggestionContext context) |
List<Suggestion> |
DocumentSearchByPropertySuggester.suggest(String userInput,
SuggestionContext context)
Deprecated.
|
List<Suggestion> |
DocumentSearchByDateSuggester.suggest(String userInput,
SuggestionContext context)
Deprecated.
|
List<Suggestion> |
DocumentLookupSuggester.suggest(String userInput,
SuggestionContext context) |
Copyright © 2017 Nuxeo. All rights reserved.