Class GroupSuggestion
- java.lang.Object
-
- org.nuxeo.ecm.platform.suggestbox.service.Suggestion
-
- org.nuxeo.ecm.platform.suggestbox.service.GroupSuggestion
-
- All Implemented Interfaces:
Serializable
public class GroupSuggestion extends Suggestion
Suggest to navigate to a specific group profile.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected String
groupId
-
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 GroupSuggestion(String groupId, String label, String iconURL)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getGroupId()
String
getObjectUrl()
-
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
-
groupId
protected final String groupId
-
-
Method Detail
-
getGroupId
public String getGroupId()
-
getObjectUrl
public String getObjectUrl()
- Specified by:
getObjectUrl
in classSuggestion
- Returns:
- the url to access to the object. It used by the navigation in the select2.
-
-