Uses of Class
org.camunda.bpm.engine.rest.dto.task.CommentDto
Package
Description
-
Uses of CommentDto in org.camunda.bpm.engine.rest.dto.task
-
Uses of CommentDto in org.camunda.bpm.engine.rest.sub.runtime
Modifier and TypeMethodDescriptionvoid
ProcessInstanceCommentResource.updateComment
(CommentDto comment) -
Uses of CommentDto in org.camunda.bpm.engine.rest.sub.runtime.impl
Modifier and TypeMethodDescriptionvoid
ProcessInstanceCommentResourceImpl.updateComment
(CommentDto comment) Updates message for a given processInstanceId and commentId -
Uses of CommentDto in org.camunda.bpm.engine.rest.sub.task
Modifier and TypeMethodDescriptionTaskCommentResource.createComment
(jakarta.ws.rs.core.UriInfo uriInfo, CommentDto comment) TaskCommentResource.getComment
(String commentId) Modifier and TypeMethodDescriptionTaskCommentResource.createComment
(jakarta.ws.rs.core.UriInfo uriInfo, CommentDto comment) void
TaskCommentResource.updateComment
(CommentDto comment) -
Uses of CommentDto in org.camunda.bpm.engine.rest.sub.task.impl
Modifier and TypeMethodDescriptionTaskCommentResourceImpl.createComment
(jakarta.ws.rs.core.UriInfo uriInfo, CommentDto commentDto) TaskCommentResourceImpl.getComment
(String commentId) Modifier and TypeMethodDescriptionTaskCommentResourceImpl.createComment
(jakarta.ws.rs.core.UriInfo uriInfo, CommentDto commentDto) void
TaskCommentResourceImpl.updateComment
(CommentDto comment)