| Package | Description |
|---|---|
| pro.taskana.rest | |
| pro.taskana.rest.resource |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<TaskCommentResource> |
TaskCommentController.createTaskComment(String taskId,
TaskCommentResource taskCommentResource) |
org.springframework.http.ResponseEntity<TaskCommentResource> |
TaskCommentController.deleteTaskComment(String taskCommentId) |
org.springframework.http.ResponseEntity<TaskCommentResource> |
TaskCommentController.getTaskComment(String taskCommentId) |
org.springframework.http.ResponseEntity<TaskCommentResource> |
TaskCommentController.updateTaskComment(String taskCommentId,
TaskCommentResource taskCommentResource) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<TaskCommentResource> |
TaskCommentController.createTaskComment(String taskId,
TaskCommentResource taskCommentResource) |
org.springframework.http.ResponseEntity<TaskCommentResource> |
TaskCommentController.updateTaskComment(String taskCommentId,
TaskCommentResource taskCommentResource) |
| Modifier and Type | Method and Description |
|---|---|
TaskCommentResource |
TaskCommentResourceAssembler.toResource(pro.taskana.task.api.models.TaskComment taskComment) |
| Modifier and Type | Method and Description |
|---|---|
List<TaskCommentResource> |
TaskCommentListResource.getContent() |
| Modifier and Type | Method and Description |
|---|---|
pro.taskana.task.api.models.TaskComment |
TaskCommentResourceAssembler.toModel(TaskCommentResource taskCommentResource) |
| Constructor and Description |
|---|
TaskCommentListResource(List<TaskCommentResource> taskCommentResources) |
Copyright © 2020. All rights reserved.