Class TaskCommentResourceImpl
- java.lang.Object
-
- org.camunda.bpm.engine.rest.sub.task.impl.TaskCommentResourceImpl
-
- All Implemented Interfaces:
TaskCommentResource
public class TaskCommentResourceImpl extends Object implements TaskCommentResource
-
-
Constructor Summary
Constructors Constructor Description TaskCommentResourceImpl(ProcessEngine engine, String taskId, String rootResourcePath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommentDto
createComment(javax.ws.rs.core.UriInfo uriInfo, CommentDto commentDto)
CommentDto
getComment(String commentId)
List<CommentDto>
getComments()
-
-
-
Constructor Detail
-
TaskCommentResourceImpl
public TaskCommentResourceImpl(ProcessEngine engine, String taskId, String rootResourcePath)
-
-
Method Detail
-
getComments
public List<CommentDto> getComments()
- Specified by:
getComments
in interfaceTaskCommentResource
-
getComment
public CommentDto getComment(String commentId)
- Specified by:
getComment
in interfaceTaskCommentResource
-
createComment
public CommentDto createComment(javax.ws.rs.core.UriInfo uriInfo, CommentDto commentDto)
- Specified by:
createComment
in interfaceTaskCommentResource
-
-