Interface ProcessInstanceCommentResource

All Known Implementing Classes:
ProcessInstanceCommentResourceImpl

public interface ProcessInstanceCommentResource
  • Method Details

    • getComments

      List<CommentDto> getComments()
    • deleteComment

      void deleteComment(String commentId)
    • updateComment

      void updateComment(CommentDto comment)
    • deleteComments

      void deleteComments()