Class CommentConverterImpl
java.lang.Object
org.nuxeo.ecm.platform.comment.impl.CommentConverterImpl
- All Implemented Interfaces:
CommentConverter
- Author:
- George Lefter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the type for comment document models.voidupdateDocumentModel(DocumentModel docModel, DocumentModel comment) Transforms the comment object into the document model.
-
Constructor Details
-
CommentConverterImpl
public CommentConverterImpl()
-
-
Method Details
-
getDocumentType
Description copied from interface:CommentConverterReturns the type for comment document models.- Specified by:
getDocumentTypein interfaceCommentConverter
-
updateDocumentModel
Description copied from interface:CommentConverterTransforms the comment object into the document model.- Specified by:
updateDocumentModelin interfaceCommentConverter
-