| Package | Description |
|---|---|
| pro.taskana.task.rest | |
| pro.taskana.task.rest.assembler |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<TaskCommentRepresentationModel> |
TaskCommentController.createTaskComment(String taskId,
TaskCommentRepresentationModel taskCommentRepresentationModel) |
org.springframework.http.ResponseEntity<TaskCommentRepresentationModel> |
TaskCommentController.deleteTaskComment(String taskCommentId) |
org.springframework.http.ResponseEntity<TaskCommentRepresentationModel> |
TaskCommentController.getTaskComment(String taskCommentId) |
org.springframework.http.ResponseEntity<TaskanaPagedModel<TaskCommentRepresentationModel>> |
TaskCommentController.getTaskComments(String taskId,
org.springframework.util.MultiValueMap<String,String> params) |
org.springframework.http.ResponseEntity<TaskCommentRepresentationModel> |
TaskCommentController.updateTaskComment(String taskCommentId,
TaskCommentRepresentationModel taskCommentRepresentationModel) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<TaskCommentRepresentationModel> |
TaskCommentController.createTaskComment(String taskId,
TaskCommentRepresentationModel taskCommentRepresentationModel) |
org.springframework.http.ResponseEntity<TaskCommentRepresentationModel> |
TaskCommentController.updateTaskComment(String taskCommentId,
TaskCommentRepresentationModel taskCommentRepresentationModel) |
| Modifier and Type | Method and Description |
|---|---|
TaskCommentRepresentationModel |
TaskCommentRepresentationModelAssembler.toModel(pro.taskana.task.api.models.TaskComment taskComment) |
| Modifier and Type | Method and Description |
|---|---|
TaskanaPagedModel<TaskCommentRepresentationModel> |
TaskCommentRepresentationModelAssembler.toPageModel(Iterable<pro.taskana.task.api.models.TaskComment> taskComments,
org.springframework.hateoas.PagedModel.PageMetadata pageMetadata) |
| Modifier and Type | Method and Description |
|---|---|
pro.taskana.task.api.models.TaskComment |
TaskCommentRepresentationModelAssembler.toEntityModel(TaskCommentRepresentationModel repModel) |
Copyright © 2020. All rights reserved.