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