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 StringgetDocumentType()Returns the type for comment document models.voidupdateDocumentModel(DocumentModel docModel, DocumentModel comment)Transforms the comment object into the document model.
-
-
-
Method Detail
-
getDocumentType
public String getDocumentType()
Description copied from interface:CommentConverterReturns the type for comment document models.- Specified by:
getDocumentTypein interfaceCommentConverter
-
updateDocumentModel
public void updateDocumentModel(DocumentModel docModel, DocumentModel comment)
Description copied from interface:CommentConverterTransforms the comment object into the document model.- Specified by:
updateDocumentModelin interfaceCommentConverter
-
-