Class SearchDocumentsSuggestion
- java.lang.Object
-
- org.nuxeo.ecm.platform.suggestbox.service.Suggestion
-
- org.nuxeo.ecm.platform.suggestbox.service.SearchDocumentsSuggestion
-
- All Implemented Interfaces:
Serializable
@Deprecated public class SearchDocumentsSuggestion extends Suggestion
Deprecated.since 6.0. The redirection to the search tab is not handled by a Suggestion anymore.Suggest to search for documents meeting some specific search criteria.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Map<String,Serializable>
searchCriteria
Deprecated.-
Fields inherited from class org.nuxeo.ecm.platform.suggestbox.service.Suggestion
DATE_FORMAT_PATTERN, description, disabled, highlights, iconURL, id, label, thumbnailURL, type
-
-
Constructor Summary
Constructors Constructor Description SearchDocumentsSuggestion(String id, String label, String iconURL)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
getObjectUrl()
Deprecated.Map<String,Serializable>
getSearchCriteria()
Deprecated.SearchDocumentsSuggestion
withSearchCriterion(String searchField, Serializable searchValue)
Deprecated.-
Methods inherited from class org.nuxeo.ecm.platform.suggestbox.service.Suggestion
disable, getDescription, getHighlights, getIconURL, getId, getIsDisabled, getLabel, getThumbnailURL, getType, toString, withDescription, withHighlights, withThumbnailURL
-
-
-
-
Field Detail
-
searchCriteria
protected final Map<String,Serializable> searchCriteria
Deprecated.
-
-
Method Detail
-
withSearchCriterion
public SearchDocumentsSuggestion withSearchCriterion(String searchField, Serializable searchValue)
Deprecated.
-
getSearchCriteria
public Map<String,Serializable> getSearchCriteria()
Deprecated.
-
getObjectUrl
public String getObjectUrl()
Deprecated.- Specified by:
getObjectUrl
in classSuggestion
- Returns:
- the url to access to the object. It used by the navigation in the select2.
-
-