Uses of Class
pro.taskana.workbasket.rest.models.WorkbasketDefinitionCollectionRepresentationModel
-
Packages that use WorkbasketDefinitionCollectionRepresentationModel Package Description pro.taskana.workbasket.rest pro.taskana.workbasket.rest.assembler -
-
Uses of WorkbasketDefinitionCollectionRepresentationModel in pro.taskana.workbasket.rest
Methods in pro.taskana.workbasket.rest that return types with arguments of type WorkbasketDefinitionCollectionRepresentationModel Modifier and Type Method Description org.springframework.http.ResponseEntity<WorkbasketDefinitionCollectionRepresentationModel>WorkbasketDefinitionController. exportWorkbaskets(String[] domain)This endpoint exports all Workbaskets with the corresponding Workbasket Access Items and Distribution Targets. -
Uses of WorkbasketDefinitionCollectionRepresentationModel in pro.taskana.workbasket.rest.assembler
Methods in pro.taskana.workbasket.rest.assembler that return WorkbasketDefinitionCollectionRepresentationModel Modifier and Type Method Description WorkbasketDefinitionCollectionRepresentationModelWorkbasketDefinitionRepresentationModelAssembler. buildCollectionEntity(List<WorkbasketDefinitionRepresentationModel> content)
-