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 CommentDto -
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 CommentDto -
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
(javax.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
(javax.ws.rs.core.UriInfo uriInfo, 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
(javax.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
(javax.ws.rs.core.UriInfo uriInfo, CommentDto commentDto)