| Interface | Description |
|---|---|
| CommonSuggestionTypes | |
| Suggester | |
| SuggestionService |
Pluggable service to generate user action suggestions based on text input and
contextual data.
|
| Class | Description |
|---|---|
| DocumentSuggestion |
Suggest to navigate to a specific document.
|
| GroupSuggestion |
Suggest to navigate to a specific group profile.
|
| SearchDocumentsSuggestion |
Suggest to search for documents meeting some specific search criteria.
|
| 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 | |
| UserSuggestion |
Suggest to navigate to a specific user profile.
|
| 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.
|
Copyright © 2011 Nuxeo SA. All Rights Reserved.