Interface CommentEntityManager

    • Method Detail

      • findCommentsByTaskId

        List<Comment> findCommentsByTaskId​(String taskId)
        Deprecated.
      • findCommentsByTaskIdAndType

        List<Comment> findCommentsByTaskIdAndType​(String taskId,
                                                  String type)
        Deprecated.
      • findEventsByTaskId

        List<Event> findEventsByTaskId​(String taskId)
        Deprecated.
      • findEventsByProcessInstanceId

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

        void deleteCommentsByTaskId​(String taskId)
        Deprecated.
      • deleteCommentsByProcessInstanceId

        void deleteCommentsByProcessInstanceId​(String processInstanceId)
        Deprecated.
      • findCommentsByProcessInstanceId

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

        List<Comment> findCommentsByProcessInstanceId​(String processInstanceId,
                                                      String type)
        Deprecated.
      • findComment

        Comment findComment​(String commentId)
        Deprecated.
      • findEvent

        Event findEvent​(String commentId)
        Deprecated.