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