Interface TaskCommentResource

All Known Implementing Classes:
TaskCommentResourceImpl

public interface TaskCommentResource
  • Method Details

    • getComments

      List<CommentDto> getComments()
    • getComment

      CommentDto getComment(String commentId)
    • createComment

      CommentDto createComment(@Context javax.ws.rs.core.UriInfo uriInfo, CommentDto comment)
    • deleteComment

      void deleteComment(String commentId)
    • updateComment

      void updateComment(CommentDto comment)
    • deleteComments

      void deleteComments()