Class CommentProperties

java.lang.Object
com.onec.ui.comments.CommentProperties

@ConfigurationProperties(prefix="onec.comments") public class CommentProperties extends Object
Configuration for the /api/comments discussion-thread feature, under the onec.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 onec_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)