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 TaskCommentResourcepublic CommentDto getComment(String commentId)
getComment in interface TaskCommentResourcepublic CommentDto createComment(javax.ws.rs.core.UriInfo uriInfo, CommentDto commentDto)
createComment in interface TaskCommentResourceCopyright © 2018. All rights reserved.