Interface CommentConverter
- All Known Implementing Classes:
CommentConverterImpl
public interface CommentConverter
- Author:
- George Lefter
-
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.
-
Method Details
-
updateDocumentModel
Transforms the comment object into the document model. -
getDocumentType
String getDocumentType()Returns the type for comment document models.
-