| Package | Description |
|---|---|
| pro.taskana.task.rest.models | |
| pro.taskana.workbasket.rest | |
| pro.taskana.workbasket.rest.assembler | |
| pro.taskana.workbasket.rest.models |
| Modifier and Type | Field and Description |
|---|---|
protected WorkbasketSummaryRepresentationModel |
TaskSummaryRepresentationModel.workbasketSummary |
| Modifier and Type | Method and Description |
|---|---|
WorkbasketSummaryRepresentationModel |
TaskSummaryRepresentationModel.getWorkbasketSummary() |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskSummaryRepresentationModel.setWorkbasketSummary(WorkbasketSummaryRepresentationModel workbasketSummary) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<TaskanaPagedModel<WorkbasketSummaryRepresentationModel>> |
WorkbasketController.getDistributionTargets(String workbasketId) |
org.springframework.http.ResponseEntity<TaskanaPagedModel<WorkbasketSummaryRepresentationModel>> |
WorkbasketController.getWorkbaskets(org.springframework.util.MultiValueMap<String,String> params) |
org.springframework.http.ResponseEntity<TaskanaPagedModel<WorkbasketSummaryRepresentationModel>> |
WorkbasketController.removeDistributionTargetForWorkbasketId(String targetWorkbasketId) |
org.springframework.http.ResponseEntity<TaskanaPagedModel<WorkbasketSummaryRepresentationModel>> |
WorkbasketController.setDistributionTargetsForWorkbasketId(String sourceWorkbasketId,
List<String> targetWorkbasketIds) |
| Modifier and Type | Method and Description |
|---|---|
WorkbasketSummaryRepresentationModel |
WorkbasketSummaryRepresentationModelAssembler.toModel(pro.taskana.workbasket.api.models.WorkbasketSummary workbasketSummary) |
| Modifier and Type | Method and Description |
|---|---|
TaskanaPagedModel<WorkbasketSummaryRepresentationModel> |
WorkbasketSummaryRepresentationModelAssembler.toDistributionTargetPageModel(List<pro.taskana.workbasket.api.models.WorkbasketSummary> workbasketSummaries,
org.springframework.hateoas.PagedModel.PageMetadata pageMetadata) |
TaskanaPagedModel<WorkbasketSummaryRepresentationModel> |
WorkbasketSummaryRepresentationModelAssembler.toPageModel(Iterable<pro.taskana.workbasket.api.models.WorkbasketSummary> entities,
org.springframework.hateoas.PagedModel.PageMetadata pageMetadata) |
| Modifier and Type | Method and Description |
|---|---|
pro.taskana.workbasket.api.models.WorkbasketSummary |
WorkbasketSummaryRepresentationModelAssembler.toEntityModel(WorkbasketSummaryRepresentationModel repModel) |
| Modifier and Type | Class and Description |
|---|---|
class |
WorkbasketRepresentationModel
EntityModel class for
Workbasket. |
Copyright © 2020. All rights reserved.