Uses of Class
org.nuxeo.client.objects.comment.Comment
-
Packages that use Comment Package Description org.nuxeo.client.objects.comment -
-
Uses of Comment in org.nuxeo.client.objects.comment
Subclasses of Comment in org.nuxeo.client.objects.comment Modifier and Type Class Description classAnnotationThis API is available since Nuxeo Server 10.2.Methods in org.nuxeo.client.objects.comment that return Comment Modifier and Type Method Description CommentCommentAdapter. create(Comment comment)CommentCommentAdapter. fetch(java.lang.String commentId)CommentCommentAdapter. fetchByEntityId(java.lang.String entityId)CommentCommentAdapter. update(java.lang.String commentId, Comment comment)CommentCommentAdapter. update(Comment comment)CommentCommentAdapter. updateByEntityId(java.lang.String entityId, Comment comment)Methods in org.nuxeo.client.objects.comment with parameters of type Comment Modifier and Type Method Description CommentCommentAdapter. create(Comment comment)CommentCommentAdapter. update(java.lang.String commentId, Comment comment)CommentCommentAdapter. update(Comment comment)CommentCommentAdapter. updateByEntityId(java.lang.String entityId, Comment comment)
-