Package org.nuxeo.ecm.platform.suggestbox.service
-
Interface Summary Interface Description Suggester SuggestionService Pluggable service to generate user action suggestions based on text input and contextual data. -
Class Summary Class Description CommonSuggestionTypes DocumentSuggestion Suggest to navigate to a specific document.GroupSuggestion Suggest to navigate to a specific group profile.SearchDocumentsSuggestion Deprecated. since 6.0.Suggestion Base class for building data transfer objects for results of requests to the SuggestionService.SuggestionContext Base class and default implementation for passing contextual information to the suggestion service.SuggestionServiceImpl The Class SuggestionServiceImpl.UserSuggestion Suggest to navigate to a specific user profile. -
Exception Summary Exception Description ComponentInitializationException Exception thrown when a runtime component related to the SuggestionService fails to initialize due to invalid configuration parameters or missing requirements on the platform.SuggestionException Exception raised when a suggester cannot perform it's suggestion due to inconsistent configuration or problem when calling a backend service: in that case the backend service exception should be wrapped as the cause.SuggestionHandlingException Exception raised when the SuggestionService is unable to execute the selected suggestion.