| Package | Description |
|---|---|
| pro.taskana.task.api | |
| pro.taskana.task.internal |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskService.deleteTaskComment(String taskCommentId)
Deletes the task comment with the given Id.
|
TaskComment |
TaskService.getTaskComment(String taskCommentId)
Retrieves a task comment for a given taskCommentId.
|
TaskComment |
TaskService.updateTaskComment(TaskComment taskComment)
Update a task comment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TaskServiceImpl.deleteTaskComment(String taskCommentId) |
TaskComment |
TaskServiceImpl.getTaskComment(String taskCommentid) |
TaskComment |
TaskServiceImpl.updateTaskComment(TaskComment taskComment) |
Copyright © 2020. All rights reserved.