Interface TaskCommentResource
- All Known Implementing Classes:
TaskCommentResourceImpl
public interface TaskCommentResource
-
Method Summary
Modifier and TypeMethodDescriptioncreateComment
(javax.ws.rs.core.UriInfo uriInfo, CommentDto comment) void
deleteComment
(String commentId) void
getComment
(String commentId) void
updateComment
(CommentDto comment)
-
Method Details
-
getComments
List<CommentDto> getComments() -
getComment
-
createComment
-
deleteComment
-
updateComment
-
deleteComments
void deleteComments()
-