| Package | Description |
|---|---|
| pro.taskana.task.api | |
| pro.taskana.task.api.models | |
| pro.taskana.task.internal | |
| pro.taskana.task.internal.models |
| Modifier and Type | Method and Description |
|---|---|
TaskComment |
TaskService.createTaskComment(TaskComment taskComment)
Create a task comment.
|
TaskComment |
TaskService.getTaskComment(String taskCommentId)
Retrieves a task comment for a given taskCommentId.
|
TaskComment |
TaskService.newTaskComment(String taskId)
Returns a not persisted instance of
TaskComment. |
TaskComment |
TaskService.updateTaskComment(TaskComment taskComment)
Update a task comment.
|
| Modifier and Type | Method and Description |
|---|---|
List<TaskComment> |
TaskService.getTaskComments(String taskId)
Retrieves a list of task comments for a given taskId.
|
| Modifier and Type | Method and Description |
|---|---|
TaskComment |
TaskService.createTaskComment(TaskComment taskComment)
Create a task comment.
|
TaskComment |
TaskService.updateTaskComment(TaskComment taskComment)
Update a task comment.
|
| Modifier and Type | Method and Description |
|---|---|
TaskComment |
TaskComment.copy()
Duplicates this TaskComment without the id.
|
| Modifier and Type | Method and Description |
|---|---|
TaskComment |
TaskServiceImpl.createTaskComment(TaskComment taskComment) |
TaskComment |
TaskServiceImpl.getTaskComment(String taskCommentid) |
TaskComment |
TaskServiceImpl.newTaskComment(String taskId) |
TaskComment |
TaskServiceImpl.updateTaskComment(TaskComment taskComment) |
| Modifier and Type | Method and Description |
|---|---|
List<TaskComment> |
TaskServiceImpl.getTaskComments(String taskId) |
| Modifier and Type | Method and Description |
|---|---|
TaskComment |
TaskServiceImpl.createTaskComment(TaskComment taskComment) |
TaskComment |
TaskServiceImpl.updateTaskComment(TaskComment taskComment) |
| Modifier and Type | Class and Description |
|---|---|
class |
TaskCommentImpl |
Copyright © 2020. All rights reserved.