Class CommentProperties.Mentions

java.lang.Object
su.onno.ui.comments.CommentProperties.Mentions
Enclosing class:
CommentProperties

public static class CommentProperties.Mentions extends Object
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 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)