Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.platform.comment.api
Interface CommentConverter

All Known Implementing Classes:
CommentConverterImpl

public interface CommentConverter

Author:
George Lefter

Method Summary
 java.lang.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

updateDocumentModel

void updateDocumentModel(DocumentModel docModel,
                         DocumentModel comment)
Transforms the comment object into the document model.


getDocumentType

java.lang.String getDocumentType()
Returns the type for comment document models.


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.