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