Uses of Interface
org.nuxeo.ecm.platform.comment.api.Comment
Package
Description
-
Uses of Comment in org.nuxeo.ecm.platform.comment.api
Modifier and TypeMethodDescriptionCommentManager.createComment
(CoreSession session, Comment comment) Creates a comment.CommentAdapterFactory.getAdapter
(DocumentModel doc, Class<?> itf) CommentManager.getComment
(CoreSession session, String commentId) Gets a comment.default Comment
CommentManager.getExternalComment
(CoreSession session, String entityId) Deprecated.CommentManager.getExternalComment
(CoreSession session, String documentId, String entityId) Gets an external comment by itsentityId
under the document withdocumentId
.static Comment
Comments.newComment
(DocumentModel commentModel) Deprecated.since 11.1, useDocumentModel.getAdapter(Class)
withComment
class insteadCommentManager.updateComment
(CoreSession session, String commentId, Comment comment) Updates a comment.CommentManager.updateExternalComment
(CoreSession session, String documentId, String entityId, Comment comment) Updates an external comment by itsentityId
under the document withdocumentId
.default Comment
CommentManager.updateExternalComment
(CoreSession session, String entityId, Comment comment) Deprecated.since 11.1, useCommentManager.updateExternalComment(CoreSession, String, String, Comment)
insteadModifier and TypeMethodDescriptionCommentManager.getComments
(CoreSession session, String documentId) Gets all comments for a document.CommentManager.getComments
(CoreSession session, String documentId, boolean sortAscending) Gets all comments for a document.CommentManager.getComments
(CoreSession session, String documentId, Long pageSize, Long currentPageIndex) Gets all comments for a document.CommentManager.getComments
(CoreSession session, String documentId, Long pageSize, Long currentPageIndex, boolean sortAscending) Gets all comments for a document.CommentManager.getComments
(CoreSession session, Collection<String> documentIds) Gets all comments for a collection of documents.Modifier and TypeMethodDescriptionstatic void
Comments.commentToDocumentModel
(Comment comment, DocumentModel documentModel) Deprecated.since 11.1, usegetDocument()
withDocumentModelJsonReader
insteadCommentManager.createComment
(CoreSession session, Comment comment) Creates a comment.static void
Comments.documentModelToComment
(DocumentModel documentModel, Comment comment) Deprecated.since 11.1, unusedCommentManager.updateComment
(CoreSession session, String commentId, Comment comment) Updates a comment.CommentManager.updateExternalComment
(CoreSession session, String documentId, String entityId, Comment comment) Updates an external comment by itsentityId
under the document withdocumentId
.default Comment
CommentManager.updateExternalComment
(CoreSession session, String entityId, Comment comment) Deprecated.since 11.1, useCommentManager.updateExternalComment(CoreSession, String, String, Comment)
instead -
Uses of Comment in org.nuxeo.ecm.platform.comment.impl
Modifier and TypeMethodDescriptionBridgeCommentManager.createComment
(CoreSession session, Comment comment) CommentManagerImpl.createComment
(CoreSession session, Comment comment) Deprecated.PropertyCommentManager.createComment
(CoreSession session, Comment comment) Deprecated.TreeCommentManager.createComment
(CoreSession session, Comment comment) protected static Comment
CommentJsonReader.fillCommentEntity
(com.fasterxml.jackson.databind.JsonNode jn, Comment comment) BridgeCommentManager.getComment
(CoreSession session, String commentId) CommentManagerImpl.getComment
(CoreSession session, String commentId) Deprecated.PropertyCommentManager.getComment
(CoreSession session, String commentId) Deprecated.TreeCommentManager.getComment
(CoreSession session, String commentId) BridgeCommentManager.getExternalComment
(CoreSession session, String documentId, String entityId) CommentManagerImpl.getExternalComment
(CoreSession session, String documentId, String entityId) Deprecated.PropertyCommentManager.getExternalComment
(CoreSession session, String documentId, String entityId) Deprecated.TreeCommentManager.getExternalComment
(CoreSession session, String documentId, String entityId) protected Comment
CommentJsonReader.readEntity
(com.fasterxml.jackson.databind.JsonNode jn) protected Comment
TreeCommentManager.update
(CoreSession session, Comment comment, DocumentModel commentDoc) BridgeCommentManager.updateComment
(CoreSession session, String commentId, Comment comment) CommentManagerImpl.updateComment
(CoreSession session, String commentId, Comment comment) Deprecated.PropertyCommentManager.updateComment
(CoreSession session, String commentId, Comment comment) Deprecated.TreeCommentManager.updateComment
(CoreSession session, String commentId, Comment comment) BridgeCommentManager.updateExternalComment
(CoreSession session, String documentId, String entityId, Comment comment) CommentManagerImpl.updateExternalComment
(CoreSession session, String documentId, String entityId, Comment comment) Deprecated.PropertyCommentManager.updateExternalComment
(CoreSession session, String documentId, String entityId, Comment comment) Deprecated.TreeCommentManager.updateExternalComment
(CoreSession session, String documentId, String entityId, Comment comment) Modifier and TypeMethodDescriptionAbstractCommentManager.getComments
(CoreSession session, String documentId) AbstractCommentManager.getComments
(CoreSession session, String documentId, boolean sortAscending) AbstractCommentManager.getComments
(CoreSession session, String documentId, Long pageSize, Long currentPageIndex) BridgeCommentManager.getComments
(CoreSession session, String documentId) BridgeCommentManager.getComments
(CoreSession session, String documentId, Long pageSize, Long currentPageIndex, boolean sortAscending) BridgeCommentManager.getComments
(CoreSession session, Collection<String> documentIds) CommentManagerImpl.getComments
(CoreSession s, String documentId, Long pageSize, Long currentPageIndex, boolean sortAscending) Deprecated.CommentManagerImpl.getComments
(CoreSession session, Collection<String> documentIds) Deprecated.PropertyCommentManager.getComments
(CoreSession session, String documentId, Long pageSize, Long currentPageIndex, boolean sortAscending) Deprecated.PropertyCommentManager.getComments
(CoreSession session, Collection<String> documentIds) Deprecated.TreeCommentManager.getComments
(CoreSession session, String documentId, Long pageSize, Long currentPageIndex, boolean sortAscending) TreeCommentManager.getComments
(CoreSession session, Collection<String> documentIds) CommentManagerImpl.streamAllComments
(CoreSession session, String docId) Deprecated.Modifier and TypeMethodDescriptionBridgeCommentManager.createComment
(CoreSession session, Comment comment) CommentManagerImpl.createComment
(CoreSession session, Comment comment) Deprecated.PropertyCommentManager.createComment
(CoreSession session, Comment comment) Deprecated.TreeCommentManager.createComment
(CoreSession session, Comment comment) protected static Comment
CommentJsonReader.fillCommentEntity
(com.fasterxml.jackson.databind.JsonNode jn, Comment comment) protected void
AbstractCommentManager.fillCommentForCreation
(CoreSession session, Comment comment) protected Comment
TreeCommentManager.update
(CoreSession session, Comment comment, DocumentModel commentDoc) BridgeCommentManager.updateComment
(CoreSession session, String commentId, Comment comment) CommentManagerImpl.updateComment
(CoreSession session, String commentId, Comment comment) Deprecated.PropertyCommentManager.updateComment
(CoreSession session, String commentId, Comment comment) Deprecated.TreeCommentManager.updateComment
(CoreSession session, String commentId, Comment comment) BridgeCommentManager.updateExternalComment
(CoreSession session, String documentId, String entityId, Comment comment) CommentManagerImpl.updateExternalComment
(CoreSession session, String documentId, String entityId, Comment comment) Deprecated.PropertyCommentManager.updateExternalComment
(CoreSession session, String documentId, String entityId, Comment comment) Deprecated.TreeCommentManager.updateExternalComment
(CoreSession session, String documentId, String entityId, Comment comment) protected static void
CommentJsonWriter.writeCommentEntity
(Comment entity, com.fasterxml.jackson.core.JsonGenerator jg) protected void
CommentJsonWriter.writeEntityBody
(Comment entity, com.fasterxml.jackson.core.JsonGenerator jg) protected void
CommentJsonWriter.writeRepliesSummary
(CoreSession session, Comment entity, com.fasterxml.jackson.core.JsonGenerator jg) -
Uses of Comment in org.nuxeo.ecm.restapi.server.jaxrs.comment
Modifier and TypeMethodDescriptionCommentAdapter.getComment
(String commentId) CommentAdapter.getExternalComment
(String entityId) CommentAdapter.updateExternalComment
(String entityId, Comment comment) Modifier and TypeMethodDescriptionAnnotationAdapter.getComments
(List<String> annotationIds) Deprecated.since 11.3, useAnnotationAdapter.getCommentsFromBody(String)
insteadCommentAdapter.getComments
(Long pageSize, Long currentPageIndex) AnnotationAdapter.getCommentsFromBody
(String payload) Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
CommentAdapter.createComment
(Comment comment) javax.ws.rs.core.Response
CommentAdapter.updateComment
(String commentId, Comment comment) CommentAdapter.updateExternalComment
(String entityId, Comment comment)
CommentManager.getExternalComment(CoreSession, String, String)
instead