Package su.onno.ui.comments
Class CommentProperties.Mentions
java.lang.Object
su.onno.ui.comments.CommentProperties.Mentions
- Enclosing class:
CommentProperties
Settings for
@-mentions in comment bodies — letting a comment reference any catalog or
document (users included) the author can read. Stored as a token in the body and resolved live,
so mentions inherit the same per-entity read gate as everything else.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintbooleanvoidsetEnabled(boolean enabled) voidsetPerEntityLimit(int perEntityLimit) voidsetSuggestionLimit(int suggestionLimit)
-
Constructor Details
-
Mentions
public Mentions()
-
-
Method Details
-
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean enabled) -
getSuggestionLimit
public int getSuggestionLimit() -
setSuggestionLimit
public void setSuggestionLimit(int suggestionLimit) -
getPerEntityLimit
public int getPerEntityLimit() -
setPerEntityLimit
public void setPerEntityLimit(int perEntityLimit)
-