| Package | Description |
|---|---|
| pro.taskana.rest | |
| pro.taskana.rest.resource |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<TaskResource> |
TaskController.claimTask(String taskId,
String userName) |
org.springframework.http.ResponseEntity<TaskResource> |
TaskController.completeTask(String taskId) |
org.springframework.http.ResponseEntity<TaskResource> |
TaskController.createTask(TaskResource taskResource) |
org.springframework.http.ResponseEntity<TaskResource> |
TaskController.deleteTask(String taskId) |
org.springframework.http.ResponseEntity<TaskResource> |
TaskController.getTask(String taskId) |
org.springframework.http.ResponseEntity<TaskResource> |
TaskController.transferTask(String taskId,
String workbasketId) |
org.springframework.http.ResponseEntity<TaskResource> |
TaskController.updateTask(String taskId,
TaskResource taskResource) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<TaskResource> |
TaskController.createTask(TaskResource taskResource) |
org.springframework.http.ResponseEntity<TaskResource> |
TaskController.updateTask(String taskId,
TaskResource taskResource) |
| Modifier and Type | Method and Description |
|---|---|
TaskResource |
TaskResourceAssembler.toResource(pro.taskana.Task task) |
| Modifier and Type | Method and Description |
|---|---|
pro.taskana.Task |
TaskResourceAssembler.toModel(TaskResource resource) |
Copyright © 2019. All rights reserved.