Class CommentProperties

java.lang.Object
su.onno.ui.comments.CommentProperties

@ConfigurationProperties(prefix="onno.comments") public class CommentProperties extends Object
Configuration for the /api/comments discussion-thread feature, under the onno.comments.* namespace. Comments are a generic collaboration surface: any catalog or document detail page gets a thread of authored, timestamped notes, stored in the framework-owned onno_comments table rather than in any app-modelled entity.
  • Constructor Details

    • CommentProperties

      public CommentProperties()
  • Method Details

    • isEnabled

      public boolean isEnabled()
    • setEnabled

      public void setEnabled(boolean enabled)
    • getMaxLength

      public int getMaxLength()
    • setMaxLength

      public void setMaxLength(int maxLength)
    • getMentions

      public CommentProperties.Mentions getMentions()