Uses of Class
org.camunda.bpm.engine.rest.dto.task.CommentDto
-
-
Uses of CommentDto in org.camunda.bpm.engine.rest.dto.task
Methods in org.camunda.bpm.engine.rest.dto.task that return CommentDto Modifier and Type Method Description static CommentDto
CommentDto. fromComment(Comment comment)
-
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 Modifier and Type Method Description List<CommentDto>
ProcessInstanceCommentResource. getComments()
-
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 Modifier and Type Method Description List<CommentDto>
ProcessInstanceCommentResourceImpl. getComments()
-
Uses of CommentDto in org.camunda.bpm.engine.rest.sub.task
Methods in org.camunda.bpm.engine.rest.sub.task that return CommentDto Modifier and Type Method Description CommentDto
TaskCommentResource. createComment(javax.ws.rs.core.UriInfo uriInfo, CommentDto comment)
CommentDto
TaskCommentResource. getComment(String commentId)
Methods in org.camunda.bpm.engine.rest.sub.task that return types with arguments of type CommentDto Modifier and Type Method Description List<CommentDto>
TaskCommentResource. getComments()
Methods in org.camunda.bpm.engine.rest.sub.task with parameters of type CommentDto Modifier and Type Method Description CommentDto
TaskCommentResource. 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 CommentDto Modifier and Type Method Description CommentDto
TaskCommentResourceImpl. createComment(javax.ws.rs.core.UriInfo uriInfo, CommentDto commentDto)
CommentDto
TaskCommentResourceImpl. getComment(String commentId)
Methods in org.camunda.bpm.engine.rest.sub.task.impl that return types with arguments of type CommentDto Modifier and Type Method Description List<CommentDto>
TaskCommentResourceImpl. getComments()
Methods in org.camunda.bpm.engine.rest.sub.task.impl with parameters of type CommentDto Modifier and Type Method Description CommentDto
TaskCommentResourceImpl. createComment(javax.ws.rs.core.UriInfo uriInfo, CommentDto commentDto)
-