Uses of Class
pro.taskana.workbasket.rest.models.DistributionTargetsCollectionRepresentationModel
-
Packages that use DistributionTargetsCollectionRepresentationModel Package Description pro.taskana.workbasket.rest pro.taskana.workbasket.rest.assembler -
-
Uses of DistributionTargetsCollectionRepresentationModel in pro.taskana.workbasket.rest
Methods in pro.taskana.workbasket.rest that return types with arguments of type DistributionTargetsCollectionRepresentationModel Modifier and Type Method Description org.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 DistributionTargetsCollectionRepresentationModel Modifier and Type Method Description DistributionTargetsCollectionRepresentationModelWorkbasketSummaryRepresentationModelAssembler. buildCollectionEntity(List<WorkbasketSummaryRepresentationModel> content)
-