Uses of Class
pro.taskana.workbasket.rest.models.DistributionTargetsCollectionRepresentationModel
Packages that use DistributionTargetsCollectionRepresentationModel
-
Uses of DistributionTargetsCollectionRepresentationModel in pro.taskana.workbasket.rest
Methods in pro.taskana.workbasket.rest that return types with arguments of type DistributionTargetsCollectionRepresentationModelModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DistributionTargetsCollectionRepresentationModel>WorkbasketController.getDistributionTargets(String workbasketId) This endpoint retrieves all Distribution Targets for a requested Workbasket.org.springframework.http.ResponseEntity<DistributionTargetsCollectionRepresentationModel>WorkbasketController.setDistributionTargetsForWorkbasketId(String sourceWorkbasketId, List<String> targetWorkbasketIds) This endpoint replaces all Distribution Targets for a given Workbasket with the provided ones. -
Uses of DistributionTargetsCollectionRepresentationModel in pro.taskana.workbasket.rest.assembler
Methods in pro.taskana.workbasket.rest.assembler that return DistributionTargetsCollectionRepresentationModelModifier and TypeMethodDescriptionWorkbasketSummaryRepresentationModelAssembler.buildCollectionEntity(List<WorkbasketSummaryRepresentationModel> content)