Interface CommentDataManager

    • Method Detail

      • findEventsByProcessInstanceId

        List<Event> findEventsByProcessInstanceId​(String processInstanceId)
      • deleteCommentsByTaskId

        void deleteCommentsByTaskId​(String taskId)
      • deleteCommentsByProcessInstanceId

        void deleteCommentsByProcessInstanceId​(String processInstanceId)
      • bulkDeleteCommentsForTaskIds

        void bulkDeleteCommentsForTaskIds​(Collection<String> taskIds)
      • bulkDeleteCommentsForProcessInstanceIds

        void bulkDeleteCommentsForProcessInstanceIds​(Collection<String> processInstanceIds)
      • findCommentsByProcessInstanceId

        List<Comment> findCommentsByProcessInstanceId​(String processInstanceId)
      • findCommentsByProcessInstanceId

        List<Comment> findCommentsByProcessInstanceId​(String processInstanceId,
                                                      String type)