Package com.onec.ui.comments
Class CommentProperties
java.lang.Object
com.onec.ui.comments.CommentProperties
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanvoidsetEnabled(boolean enabled) voidsetMaxLength(int maxLength)
-
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)
-