Package | Description |
---|---|
org.camunda.bpm.engine.rest.dto.task | |
org.camunda.bpm.engine.rest.sub.task | |
org.camunda.bpm.engine.rest.sub.task.impl |
Modifier and Type | Method and Description |
---|---|
static CommentDto |
CommentDto.fromComment(Comment comment) |
Modifier and Type | Method and Description |
---|---|
CommentDto |
TaskCommentResource.createComment(javax.ws.rs.core.UriInfo uriInfo,
CommentDto comment) |
CommentDto |
TaskCommentResource.getComment(String commentId) |
Modifier and Type | Method and Description |
---|---|
List<CommentDto> |
TaskCommentResource.getComments() |
Modifier and Type | Method and Description |
---|---|
CommentDto |
TaskCommentResource.createComment(javax.ws.rs.core.UriInfo uriInfo,
CommentDto comment) |
Modifier and Type | Method and Description |
---|---|
CommentDto |
TaskCommentResourceImpl.createComment(javax.ws.rs.core.UriInfo uriInfo,
CommentDto commentDto) |
CommentDto |
TaskCommentResourceImpl.getComment(String commentId) |
Modifier and Type | Method and Description |
---|---|
List<CommentDto> |
TaskCommentResourceImpl.getComments() |
Modifier and Type | Method and Description |
---|---|
CommentDto |
TaskCommentResourceImpl.createComment(javax.ws.rs.core.UriInfo uriInfo,
CommentDto commentDto) |
Copyright © 2022. All rights reserved.