Uses of Class
com.bytedesk.kanban.task.TaskRequest
Packages that use TaskRequest
-
Uses of TaskRequest in com.bytedesk.kanban.task
Methods in com.bytedesk.kanban.task with parameters of type TaskRequestModifier and TypeMethodDescriptionTaskRestService.create(TaskRequest request) protected org.springframework.data.jpa.domain.Specification<TaskEntity>TaskRestService.createSpecification(TaskRequest request) voidTaskRestService.delete(TaskRequest request) TaskRestController.export(TaskRequest request, jakarta.servlet.http.HttpServletResponse response) private voidTaskRestService.handleTodoListAssociation(TaskRequest request, TaskEntity savedEntity) 处理与TodoList的关联关系static org.springframework.data.jpa.domain.Specification<TaskEntity>TaskSpecification.search(TaskRequest request, AuthService authService) TaskRestService.update(TaskRequest request)