Uses of Interface
org.nuxeo.ecm.platform.comment.api.Comment
Packages that use Comment
Package
Description
-
Uses of Comment in org.nuxeo.ecm.platform.comment.api
Subinterfaces of Comment in org.nuxeo.ecm.platform.comment.apiClasses in org.nuxeo.ecm.platform.comment.api that implement CommentMethods in org.nuxeo.ecm.platform.comment.api that return CommentModifier 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 CommentCommentManager.getExternalComment(CoreSession session, String entityId) Deprecated.CommentManager.getExternalComment(CoreSession session, String documentId, String entityId) Gets an external comment by itsentityIdunder the document withdocumentId.static CommentComments.newComment(DocumentModel commentModel) Deprecated.since 11.1, useDocumentModel.getAdapter(Class)withCommentclass 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 itsentityIdunder the document withdocumentId.default CommentCommentManager.updateExternalComment(CoreSession session, String entityId, Comment comment) Deprecated.since 11.1, useCommentManager.updateExternalComment(CoreSession, String, String, Comment)insteadMethods in org.nuxeo.ecm.platform.comment.api that return types with arguments of type CommentModifier 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.Methods in org.nuxeo.ecm.platform.comment.api with parameters of type CommentModifier and TypeMethodDescriptionstatic voidComments.commentToDocumentModel(Comment comment, DocumentModel documentModel) Deprecated.since 11.1, usegetDocument()withDocumentModelJsonReaderinsteadCommentManager.createComment(CoreSession session, Comment comment) Creates a comment.static voidComments.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 itsentityIdunder the document withdocumentId.default CommentCommentManager.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
Methods in org.nuxeo.ecm.platform.comment.impl that return CommentModifier and TypeMethodDescriptionBridgeCommentManager.createComment(CoreSession session, Comment comment) PropertyCommentManager.createComment(CoreSession session, Comment comment) Deprecated.TreeCommentManager.createComment(CoreSession session, Comment comment) protected static CommentCommentJsonReader.fillCommentEntity(com.fasterxml.jackson.databind.JsonNode jn, Comment comment) BridgeCommentManager.getComment(CoreSession session, String commentId) PropertyCommentManager.getComment(CoreSession session, String commentId) Deprecated.TreeCommentManager.getComment(CoreSession session, String commentId) BridgeCommentManager.getExternalComment(CoreSession session, String documentId, String entityId) PropertyCommentManager.getExternalComment(CoreSession session, String documentId, String entityId) Deprecated.TreeCommentManager.getExternalComment(CoreSession session, String documentId, String entityId) protected CommentCommentJsonReader.readEntity(com.fasterxml.jackson.databind.JsonNode jn) protected CommentTreeCommentManager.update(CoreSession session, Comment comment, DocumentModel commentDoc) BridgeCommentManager.updateComment(CoreSession session, String commentId, Comment comment) 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) PropertyCommentManager.updateExternalComment(CoreSession session, String documentId, String entityId, Comment comment) Deprecated.TreeCommentManager.updateExternalComment(CoreSession session, String documentId, String entityId, Comment comment) Methods in org.nuxeo.ecm.platform.comment.impl that return types with arguments of type CommentModifier 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) 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) Methods in org.nuxeo.ecm.platform.comment.impl with parameters of type CommentModifier and TypeMethodDescriptionBridgeCommentManager.createComment(CoreSession session, Comment comment) PropertyCommentManager.createComment(CoreSession session, Comment comment) Deprecated.TreeCommentManager.createComment(CoreSession session, Comment comment) protected static CommentCommentJsonReader.fillCommentEntity(com.fasterxml.jackson.databind.JsonNode jn, Comment comment) protected voidAbstractCommentManager.fillCommentForCreation(CoreSession session, Comment comment) protected CommentTreeCommentManager.update(CoreSession session, Comment comment, DocumentModel commentDoc) BridgeCommentManager.updateComment(CoreSession session, String commentId, Comment comment) 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) PropertyCommentManager.updateExternalComment(CoreSession session, String documentId, String entityId, Comment comment) Deprecated.TreeCommentManager.updateExternalComment(CoreSession session, String documentId, String entityId, Comment comment) protected static voidCommentJsonWriter.writeCommentEntity(Comment entity, com.fasterxml.jackson.core.JsonGenerator jg, RenderingContext ctx) protected voidCommentJsonWriter.writeEntityBody(Comment entity, com.fasterxml.jackson.core.JsonGenerator jg) protected voidCommentJsonWriter.writeRepliesSummary(CoreSession session, Comment entity, com.fasterxml.jackson.core.JsonGenerator jg) -
Uses of Comment in org.nuxeo.ecm.restapi.server.comment
Methods in org.nuxeo.ecm.restapi.server.comment that return CommentModifier and TypeMethodDescriptionCommentAdapter.getComment(String commentId) CommentAdapter.getExternalComment(String entityId) CommentAdapter.updateExternalComment(String entityId, Comment comment) Methods in org.nuxeo.ecm.restapi.server.comment that return types with arguments of type CommentModifier and TypeMethodDescriptionAnnotationAdapter.getComments(List<String> annotationIds) Deprecated.since 11.3, useAnnotationAdapter.getCommentsFromBody(String)insteadCommentAdapter.getComments(Long pageSize, Long currentPageIndex) AnnotationAdapter.getCommentsFromBody(String payload) Methods in org.nuxeo.ecm.restapi.server.comment with parameters of type CommentModifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponseCommentAdapter.createComment(Comment comment) jakarta.ws.rs.core.ResponseCommentAdapter.updateComment(String commentId, Comment comment) CommentAdapter.updateExternalComment(String entityId, Comment comment)
CommentManager.getExternalComment(CoreSession, String, String)instead