Class GroupSuggestion
java.lang.Object
org.nuxeo.ecm.platform.suggestbox.service.Suggestion
org.nuxeo.ecm.platform.suggestbox.service.GroupSuggestion
- All Implemented Interfaces:
Serializable
Suggest to navigate to a specific group profile.
- See Also:
-
Field Summary
Fields inherited from class org.nuxeo.ecm.platform.suggestbox.service.Suggestion
DATE_FORMAT_PATTERN, description, disabled, highlights, iconURL, id, label, thumbnailURL, type
-
Constructor Summary
-
Method Summary
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 Details
-
groupId
-
-
Constructor Details
-
GroupSuggestion
-
-
Method Details
-
getGroupId
-
getObjectUrl
- Specified by:
getObjectUrl
in classSuggestion
- Returns:
- the url to access to the object. It used by the navigation in the select2.
-