public class TaskCommentResourceImpl extends Object implements TaskCommentResource
Constructor and Description |
---|
TaskCommentResourceImpl(ProcessEngine engine,
String taskId,
String rootResourcePath) |
Modifier and Type | Method and Description |
---|---|
CommentDto |
createComment(javax.ws.rs.core.UriInfo uriInfo,
CommentDto commentDto) |
CommentDto |
getComment(String commentId) |
List<CommentDto> |
getComments() |
public TaskCommentResourceImpl(ProcessEngine engine, String taskId, String rootResourcePath)
public List<CommentDto> getComments()
getComments
in interface TaskCommentResource
public CommentDto getComment(String commentId)
getComment
in interface TaskCommentResource
public CommentDto createComment(javax.ws.rs.core.UriInfo uriInfo, CommentDto commentDto)
createComment
in interface TaskCommentResource
Copyright © 2022. All rights reserved.