Class TaskCommentResourceImpl
java.lang.Object
org.camunda.bpm.engine.rest.sub.task.impl.TaskCommentResourceImpl
- All Implemented Interfaces:
TaskCommentResource
-
Constructor Summary
ConstructorDescriptionTaskCommentResourceImpl
(ProcessEngine engine, String taskId, String rootResourcePath) -
Method Summary
Modifier and TypeMethodDescriptioncreateComment
(jakarta.ws.rs.core.UriInfo uriInfo, CommentDto commentDto) void
deleteComment
(String commentId) void
getComment
(String commentId) void
updateComment
(CommentDto comment)
-
Constructor Details
-
TaskCommentResourceImpl
-
-
Method Details
-
getComments
- Specified by:
getComments
in interfaceTaskCommentResource
-
getComment
- Specified by:
getComment
in interfaceTaskCommentResource
-
deleteComment
- Specified by:
deleteComment
in interfaceTaskCommentResource
-
updateComment
- Specified by:
updateComment
in interfaceTaskCommentResource
-
deleteComments
public void deleteComments()- Specified by:
deleteComments
in interfaceTaskCommentResource
-
createComment
- Specified by:
createComment
in interfaceTaskCommentResource
-