Uses of Class
pro.taskana.task.rest.models.TaskSummaryCollectionRepresentationModel
Packages that use TaskSummaryCollectionRepresentationModel
-
Uses of TaskSummaryCollectionRepresentationModel in pro.taskana.task.rest
Methods in pro.taskana.task.rest that return types with arguments of type TaskSummaryCollectionRepresentationModelModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<TaskSummaryCollectionRepresentationModel>TaskController.deleteTasks(TaskQueryFilterParameter filterParameter, TaskQueryFilterCustomFields filterCustomFields, TaskQueryFilterCustomIntFields filterCustomIntFields) This endpoint deletes an aggregation of Tasks and returns the deleted Tasks. -
Uses of TaskSummaryCollectionRepresentationModel in pro.taskana.task.rest.assembler
Methods in pro.taskana.task.rest.assembler that return TaskSummaryCollectionRepresentationModelModifier and TypeMethodDescriptionTaskSummaryRepresentationModelAssembler.buildCollectionEntity(List<TaskSummaryRepresentationModel> content)