Uses of Interface
org.nuxeo.ecm.platform.comment.api.Comment
-
Packages that use Comment Package Description org.nuxeo.ecm.platform.comment.api org.nuxeo.ecm.platform.comment.impl org.nuxeo.ecm.restapi.server.jaxrs.comment -
-
Uses of Comment in org.nuxeo.ecm.platform.comment.api
Subinterfaces of Comment in org.nuxeo.ecm.platform.comment.api Modifier and Type Interface Description interfaceAnnotationAnnotation interfaceClasses in org.nuxeo.ecm.platform.comment.api that implement Comment Modifier and Type Class Description classAnnotationImplclassCommentImplMethods in org.nuxeo.ecm.platform.comment.api that return Comment Modifier and Type Method Description CommentCommentManager. createComment(CoreSession session, Comment comment)Creates a comment.CommentCommentAdapterFactory. getAdapter(DocumentModel doc, Class<?> itf)CommentCommentManager. getComment(CoreSession session, String commentId)Gets a comment.default CommentCommentManager. getExternalComment(CoreSession session, String entityId)Deprecated.since 11.1, useCommentManager.getExternalComment(CoreSession, String, String)insteadCommentCommentManager. 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 insteadCommentCommentManager. updateComment(CoreSession session, String commentId, Comment comment)Updates a comment.CommentCommentManager. 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 Comment Modifier and Type Method Description List<Comment>CommentManager. getComments(CoreSession session, String documentId)Gets all comments for a document.List<Comment>CommentManager. getComments(CoreSession session, String documentId, boolean sortAscending)Gets all comments for a document.PartialList<Comment>CommentManager. getComments(CoreSession session, String documentId, Long pageSize, Long currentPageIndex)Gets all comments for a document.PartialList<Comment>CommentManager. getComments(CoreSession session, String documentId, Long pageSize, Long currentPageIndex, boolean sortAscending)Gets all comments for a document.List<Comment>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 Comment Modifier and Type Method Description static voidComments. commentToDocumentModel(Comment comment, DocumentModel documentModel)Deprecated.since 11.1, usegetDocument()withDocumentModelJsonReaderinsteadCommentCommentManager. createComment(CoreSession session, Comment comment)Creates a comment.static voidComments. documentModelToComment(DocumentModel documentModel, Comment comment)Deprecated.since 11.1, unusedCommentCommentManager. updateComment(CoreSession session, String commentId, Comment comment)Updates a comment.CommentCommentManager. 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 Comment Modifier and Type Method Description CommentBridgeCommentManager. createComment(CoreSession session, Comment comment)CommentCommentManagerImpl. createComment(CoreSession session, Comment comment)Deprecated.CommentPropertyCommentManager. createComment(CoreSession session, Comment comment)Deprecated.CommentTreeCommentManager. createComment(CoreSession session, Comment comment)protected static CommentCommentJsonReader. fillCommentEntity(com.fasterxml.jackson.databind.JsonNode jn, Comment comment)CommentBridgeCommentManager. getComment(CoreSession session, String commentId)CommentCommentManagerImpl. getComment(CoreSession session, String commentId)Deprecated.CommentPropertyCommentManager. getComment(CoreSession session, String commentId)Deprecated.CommentTreeCommentManager. getComment(CoreSession session, String commentId)CommentBridgeCommentManager. getExternalComment(CoreSession session, String documentId, String entityId)CommentCommentManagerImpl. getExternalComment(CoreSession session, String documentId, String entityId)Deprecated.CommentPropertyCommentManager. getExternalComment(CoreSession session, String documentId, String entityId)Deprecated.CommentTreeCommentManager. 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)CommentBridgeCommentManager. updateComment(CoreSession session, String commentId, Comment comment)CommentCommentManagerImpl. updateComment(CoreSession session, String commentId, Comment comment)Deprecated.CommentPropertyCommentManager. updateComment(CoreSession session, String commentId, Comment comment)Deprecated.CommentTreeCommentManager. updateComment(CoreSession session, String commentId, Comment comment)CommentBridgeCommentManager. updateExternalComment(CoreSession session, String documentId, String entityId, Comment comment)CommentCommentManagerImpl. updateExternalComment(CoreSession session, String documentId, String entityId, Comment comment)Deprecated.CommentPropertyCommentManager. updateExternalComment(CoreSession session, String documentId, String entityId, Comment comment)Deprecated.CommentTreeCommentManager. updateExternalComment(CoreSession session, String documentId, String entityId, Comment comment)Methods in org.nuxeo.ecm.platform.comment.impl that return types with arguments of type Comment Modifier and Type Method Description List<Comment>AbstractCommentManager. getComments(CoreSession session, String documentId)List<Comment>AbstractCommentManager. getComments(CoreSession session, String documentId, boolean sortAscending)PartialList<Comment>AbstractCommentManager. getComments(CoreSession session, String documentId, Long pageSize, Long currentPageIndex)List<Comment>BridgeCommentManager. getComments(CoreSession session, String documentId)PartialList<Comment>BridgeCommentManager. getComments(CoreSession session, String documentId, Long pageSize, Long currentPageIndex, boolean sortAscending)List<Comment>BridgeCommentManager. getComments(CoreSession session, Collection<String> documentIds)PartialList<Comment>CommentManagerImpl. getComments(CoreSession s, String documentId, Long pageSize, Long currentPageIndex, boolean sortAscending)Deprecated.List<Comment>CommentManagerImpl. getComments(CoreSession session, Collection<String> documentIds)Deprecated.PartialList<Comment>PropertyCommentManager. getComments(CoreSession session, String documentId, Long pageSize, Long currentPageIndex, boolean sortAscending)Deprecated.List<Comment>PropertyCommentManager. getComments(CoreSession session, Collection<String> documentIds)Deprecated.PartialList<Comment>TreeCommentManager. getComments(CoreSession session, String documentId, Long pageSize, Long currentPageIndex, boolean sortAscending)List<Comment>TreeCommentManager. getComments(CoreSession session, Collection<String> documentIds)protected Stream<Comment>CommentManagerImpl. streamAllComments(CoreSession session, String docId)Deprecated.Methods in org.nuxeo.ecm.platform.comment.impl with parameters of type Comment Modifier and Type Method Description CommentBridgeCommentManager. createComment(CoreSession session, Comment comment)CommentCommentManagerImpl. createComment(CoreSession session, Comment comment)Deprecated.CommentPropertyCommentManager. createComment(CoreSession session, Comment comment)Deprecated.CommentTreeCommentManager. 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)CommentBridgeCommentManager. updateComment(CoreSession session, String commentId, Comment comment)CommentCommentManagerImpl. updateComment(CoreSession session, String commentId, Comment comment)Deprecated.CommentPropertyCommentManager. updateComment(CoreSession session, String commentId, Comment comment)Deprecated.CommentTreeCommentManager. updateComment(CoreSession session, String commentId, Comment comment)CommentBridgeCommentManager. updateExternalComment(CoreSession session, String documentId, String entityId, Comment comment)CommentCommentManagerImpl. updateExternalComment(CoreSession session, String documentId, String entityId, Comment comment)Deprecated.CommentPropertyCommentManager. updateExternalComment(CoreSession session, String documentId, String entityId, Comment comment)Deprecated.CommentTreeCommentManager. updateExternalComment(CoreSession session, String documentId, String entityId, Comment comment)protected static voidCommentJsonWriter. writeCommentEntity(Comment entity, com.fasterxml.jackson.core.JsonGenerator jg)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.jaxrs.comment
Methods in org.nuxeo.ecm.restapi.server.jaxrs.comment that return Comment Modifier and Type Method Description CommentCommentAdapter. getComment(String commentId)CommentCommentAdapter. getExternalComment(String entityId)CommentCommentAdapter. updateExternalComment(String entityId, Comment comment)Methods in org.nuxeo.ecm.restapi.server.jaxrs.comment that return types with arguments of type Comment Modifier and Type Method Description List<Comment>AnnotationAdapter. getComments(List<String> annotationIds)Deprecated.since 11.3, useAnnotationAdapter.getCommentsFromBody(String)insteadPartialList<Comment>CommentAdapter. getComments(Long pageSize, Long currentPageIndex)List<Comment>AnnotationAdapter. getCommentsFromBody(String payload)Methods in org.nuxeo.ecm.restapi.server.jaxrs.comment with parameters of type Comment Modifier and Type Method Description javax.ws.rs.core.ResponseCommentAdapter. createComment(Comment comment)javax.ws.rs.core.ResponseCommentAdapter. updateComment(String commentId, Comment comment)CommentCommentAdapter. updateExternalComment(String entityId, Comment comment)
-