| Package | Description |
|---|---|
| pro.taskana.workbasket.rest | |
| pro.taskana.workbasket.rest.assembler | |
| pro.taskana.workbasket.rest.models |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<WorkbasketRepresentationModel> |
WorkbasketController.createWorkbasket(WorkbasketRepresentationModel workbasketRepresentationModel) |
org.springframework.http.ResponseEntity<WorkbasketRepresentationModel> |
WorkbasketController.deleteWorkbasket(String workbasketId) |
org.springframework.http.ResponseEntity<WorkbasketRepresentationModel> |
WorkbasketController.getWorkbasket(String workbasketId) |
org.springframework.http.ResponseEntity<WorkbasketRepresentationModel> |
WorkbasketController.updateWorkbasket(String workbasketId,
WorkbasketRepresentationModel workbasketRepresentationModel) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<WorkbasketRepresentationModel> |
WorkbasketController.createWorkbasket(WorkbasketRepresentationModel workbasketRepresentationModel) |
org.springframework.http.ResponseEntity<WorkbasketRepresentationModel> |
WorkbasketController.updateWorkbasket(String workbasketId,
WorkbasketRepresentationModel workbasketRepresentationModel) |
| Modifier and Type | Method and Description |
|---|---|
WorkbasketRepresentationModel |
WorkbasketRepresentationModelAssembler.toModel(pro.taskana.workbasket.api.models.Workbasket wb) |
| Modifier and Type | Method and Description |
|---|---|
pro.taskana.workbasket.api.models.Workbasket |
WorkbasketDefinitionRepresentationModelAssembler.toEntityModel(WorkbasketRepresentationModel wbResource) |
pro.taskana.workbasket.api.models.Workbasket |
WorkbasketRepresentationModelAssembler.toEntityModel(WorkbasketRepresentationModel wbResource) |
| Modifier and Type | Class and Description |
|---|---|
class |
WorkbasketRepresentationModelWithoutLinks
EntityModel class for
Workbasket but without links property. |
Copyright © 2020. All rights reserved.