Uses of Class
org.camunda.bpm.engine.rest.dto.task.CommentDto
Packages that use CommentDto
Package
Description
-
Uses of CommentDto in org.camunda.bpm.engine.rest.dto.task
Methods in org.camunda.bpm.engine.rest.dto.task that return CommentDto -
Uses of CommentDto in org.camunda.bpm.engine.rest.sub.runtime
Methods in org.camunda.bpm.engine.rest.sub.runtime that return types with arguments of type CommentDtoMethods in org.camunda.bpm.engine.rest.sub.runtime with parameters of type CommentDtoModifier and TypeMethodDescriptionvoid
ProcessInstanceCommentResource.updateComment
(CommentDto comment) -
Uses of CommentDto in org.camunda.bpm.engine.rest.sub.runtime.impl
Methods in org.camunda.bpm.engine.rest.sub.runtime.impl that return types with arguments of type CommentDtoMethods in org.camunda.bpm.engine.rest.sub.runtime.impl with parameters of type CommentDtoModifier 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
Methods in org.camunda.bpm.engine.rest.sub.task that return CommentDtoModifier and TypeMethodDescriptionTaskCommentResource.createComment
(jakarta.ws.rs.core.UriInfo uriInfo, CommentDto comment) TaskCommentResource.getComment
(String commentId) Methods in org.camunda.bpm.engine.rest.sub.task that return types with arguments of type CommentDtoMethods in org.camunda.bpm.engine.rest.sub.task with parameters of type CommentDtoModifier 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
Methods in org.camunda.bpm.engine.rest.sub.task.impl that return CommentDtoModifier and TypeMethodDescriptionTaskCommentResourceImpl.createComment
(jakarta.ws.rs.core.UriInfo uriInfo, CommentDto commentDto) TaskCommentResourceImpl.getComment
(String commentId) Methods in org.camunda.bpm.engine.rest.sub.task.impl that return types with arguments of type CommentDtoMethods in org.camunda.bpm.engine.rest.sub.task.impl with parameters of type CommentDtoModifier and TypeMethodDescriptionTaskCommentResourceImpl.createComment
(jakarta.ws.rs.core.UriInfo uriInfo, CommentDto commentDto) void
TaskCommentResourceImpl.updateComment
(CommentDto comment)