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 interface
Annotation
Annotation interfaceClasses in org.nuxeo.ecm.platform.comment.api that implement Comment Modifier and Type Class Description class
AnnotationImpl
class
CommentImpl
Methods in org.nuxeo.ecm.platform.comment.api that return Comment Modifier and Type Method Description Comment
CommentManager. createComment(CoreSession session, Comment comment)
Creates a comment.Comment
CommentAdapterFactory. getAdapter(DocumentModel doc, Class<?> itf)
Comment
CommentManager. getComment(CoreSession session, String commentId)
Gets a comment.default Comment
CommentManager. getExternalComment(CoreSession session, String entityId)
Deprecated.since 11.1, useCommentManager.getExternalComment(CoreSession, String, String)
insteadComment
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 insteadComment
CommentManager. updateComment(CoreSession session, String commentId, Comment comment)
Updates a comment.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)
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 void
Comments. commentToDocumentModel(Comment comment, DocumentModel documentModel)
Deprecated.since 11.1, usegetDocument()
withDocumentModelJsonReader
insteadComment
CommentManager. createComment(CoreSession session, Comment comment)
Creates a comment.static void
Comments. documentModelToComment(DocumentModel documentModel, Comment comment)
Deprecated.since 11.1, unusedComment
CommentManager. updateComment(CoreSession session, String commentId, Comment comment)
Updates a comment.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
Methods in org.nuxeo.ecm.platform.comment.impl that return Comment Modifier and Type Method Description Comment
BridgeCommentManager. createComment(CoreSession session, Comment comment)
Comment
CommentManagerImpl. createComment(CoreSession session, Comment comment)
Deprecated.Comment
PropertyCommentManager. createComment(CoreSession session, Comment comment)
Deprecated.Comment
TreeCommentManager. createComment(CoreSession session, Comment comment)
protected static Comment
CommentJsonReader. fillCommentEntity(com.fasterxml.jackson.databind.JsonNode jn, Comment comment)
Comment
BridgeCommentManager. getComment(CoreSession session, String commentId)
Comment
CommentManagerImpl. getComment(CoreSession session, String commentId)
Deprecated.Comment
PropertyCommentManager. getComment(CoreSession session, String commentId)
Deprecated.Comment
TreeCommentManager. getComment(CoreSession session, String commentId)
Comment
BridgeCommentManager. getExternalComment(CoreSession session, String documentId, String entityId)
Comment
CommentManagerImpl. getExternalComment(CoreSession session, String documentId, String entityId)
Deprecated.Comment
PropertyCommentManager. getExternalComment(CoreSession session, String documentId, String entityId)
Deprecated.Comment
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)
Comment
BridgeCommentManager. updateComment(CoreSession session, String commentId, Comment comment)
Comment
CommentManagerImpl. updateComment(CoreSession session, String commentId, Comment comment)
Deprecated.Comment
PropertyCommentManager. updateComment(CoreSession session, String commentId, Comment comment)
Deprecated.Comment
TreeCommentManager. updateComment(CoreSession session, String commentId, Comment comment)
Comment
BridgeCommentManager. updateExternalComment(CoreSession session, String documentId, String entityId, Comment comment)
Comment
CommentManagerImpl. updateExternalComment(CoreSession session, String documentId, String entityId, Comment comment)
Deprecated.Comment
PropertyCommentManager. updateExternalComment(CoreSession session, String documentId, String entityId, Comment comment)
Deprecated.Comment
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 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 Comment
BridgeCommentManager. createComment(CoreSession session, Comment comment)
Comment
CommentManagerImpl. createComment(CoreSession session, Comment comment)
Deprecated.Comment
PropertyCommentManager. createComment(CoreSession session, Comment comment)
Deprecated.Comment
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)
Comment
BridgeCommentManager. updateComment(CoreSession session, String commentId, Comment comment)
Comment
CommentManagerImpl. updateComment(CoreSession session, String commentId, Comment comment)
Deprecated.Comment
PropertyCommentManager. updateComment(CoreSession session, String commentId, Comment comment)
Deprecated.Comment
TreeCommentManager. updateComment(CoreSession session, String commentId, Comment comment)
Comment
BridgeCommentManager. updateExternalComment(CoreSession session, String documentId, String entityId, Comment comment)
Comment
CommentManagerImpl. updateExternalComment(CoreSession session, String documentId, String entityId, Comment comment)
Deprecated.Comment
PropertyCommentManager. updateExternalComment(CoreSession session, String documentId, String entityId, Comment comment)
Deprecated.Comment
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
Methods in org.nuxeo.ecm.restapi.server.jaxrs.comment that return Comment Modifier and Type Method Description Comment
CommentAdapter. getComment(String commentId)
Comment
CommentAdapter. getExternalComment(String entityId)
Comment
CommentAdapter. 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.Response
CommentAdapter. createComment(Comment comment)
javax.ws.rs.core.Response
CommentAdapter. updateComment(String commentId, Comment comment)
Comment
CommentAdapter. updateExternalComment(String entityId, Comment comment)
-