Interface CommentDataManager

    • Method Detail

      • findEventsByProcessInstanceId

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

        void deleteCommentsByTaskId​(String taskId)
      • deleteCommentsByProcessInstanceId

        void deleteCommentsByProcessInstanceId​(String processInstanceId)
      • findCommentsByProcessInstanceId

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

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