| Package | Description |
|---|---|
| pro.taskana.task.rest | |
| pro.taskana.task.rest.assembler | |
| pro.taskana.task.rest.models |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<TaskanaPagedModel<TaskSummaryRepresentationModel>> |
TaskController.deleteTasks(org.springframework.util.MultiValueMap<String,String> params) |
org.springframework.http.ResponseEntity<TaskanaPagedModel<TaskSummaryRepresentationModel>> |
TaskController.getTasks(org.springframework.util.MultiValueMap<String,String> params) |
| Modifier and Type | Method and Description |
|---|---|
TaskSummaryRepresentationModel |
TaskSummaryRepresentationModelAssembler.toModel(pro.taskana.task.api.models.TaskSummary taskSummary) |
| Modifier and Type | Method and Description |
|---|---|
TaskanaPagedModel<TaskSummaryRepresentationModel> |
TaskSummaryRepresentationModelAssembler.toPageModel(List<pro.taskana.task.api.models.TaskSummary> taskSummaries,
org.springframework.hateoas.PagedModel.PageMetadata pageMetadata) |
| Modifier and Type | Method and Description |
|---|---|
pro.taskana.task.api.models.TaskSummary |
TaskSummaryRepresentationModelAssembler.toEntityModel(TaskSummaryRepresentationModel repModel) |
| Modifier and Type | Class and Description |
|---|---|
class |
TaskRepresentationModel
EntityModel class for
Task. |
Copyright © 2020. All rights reserved.