Uses of Class
pro.taskana.task.rest.models.TransferTaskRepresentationModel
Packages that use TransferTaskRepresentationModel
-
Uses of TransferTaskRepresentationModel in pro.taskana.task.rest
Methods in pro.taskana.task.rest with parameters of type TransferTaskRepresentationModelModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<TaskRepresentationModel>TaskController.transferTask(String taskId, String workbasketId, TransferTaskRepresentationModel transferTaskRepresentationModel) This endpoint transfers a given Task to a given Workbasket, if possible.org.springframework.http.ResponseEntity<BulkOperationResultsRepresentationModel>TaskController.transferTasks(String workbasketId, TransferTaskRepresentationModel transferTaskRepresentationModel) This endpoint transfers a list of Tasks listed in the body to a given Workbasket, if possible.