Nuxeo Enterprise Platform 5.1

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

All Known Implementing Classes:
CommentConverterImpl

public interface CommentConverter

Author:
George Lefter

Method Summary
 String getDocumentType()
          This method should return the type for comment document models.
 void updateDocumentModel(DocumentModel docModel, DocumentModel comment)
          This method should transform the comment object into the document model.
 

Method Detail

updateDocumentModel

void updateDocumentModel(DocumentModel docModel,
                         DocumentModel comment)
                         throws ClientException
This method should transform the comment object into the document model.

Parameters:
docModel -
comment -
Throws:
ClientException

getDocumentType

String getDocumentType()
This method should return the type for comment document models.

Returns:

Nuxeo Enterprise Platform 5.1

Copyright ? 2007 Nuxeo SAS. All Rights Reserved.