Class CommentAdapter

    • Constructor Detail

      • CommentAdapter

        public CommentAdapter​(Document document)
      • CommentAdapter

        protected CommentAdapter​(NuxeoClient nuxeoClient,
                                 java.lang.String repositoryName,
                                 java.lang.String documentId)
    • Method Detail

      • list

        public Comments list​(long pageSize,
                             long currentPageIndex)
      • fetch

        public Comment fetch​(java.lang.String commentId)
      • fetchByEntityId

        public Comment fetchByEntityId​(java.lang.String entityId)
      • update

        public Comment update​(java.lang.String commentId,
                              Comment comment)
      • updateByEntityId

        public Comment updateByEntityId​(java.lang.String entityId,
                                        Comment comment)
      • remove

        public void remove​(java.lang.String commentId)
      • removeByEntityId

        public void removeByEntityId​(java.lang.String entityId)
      • repliesAdapter

        public CommentAdapter repliesAdapter​(java.lang.String parentId)