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