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