Uses of Class
com.bytedesk.core.quartz.QuartzRequest
Packages that use QuartzRequest
Package
Description
Quartz package containing scheduled job definitions and handlers
-
Uses of QuartzRequest in com.bytedesk.core.quartz
Methods in com.bytedesk.core.quartz with parameters of type QuartzRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>
QuartzRestController.create
(QuartzRequest request) QuartzRestService.create
(QuartzRequest quartzRequest) org.springframework.http.ResponseEntity<?>
QuartzRestController.delete
(QuartzRequest request) void
QuartzRestService.delete
(QuartzRequest object) org.springframework.http.ResponseEntity<?>
QuartzRestController.deleteJob
(QuartzRequest request) void
QuartzRestService.deleteJob
(QuartzRequest quartzRequest) QuartzRestController.export
(QuartzRequest request, jakarta.servlet.http.HttpServletResponse response) org.springframework.http.ResponseEntity<?>
QuartzRestController.pauseJob
(QuartzRequest request) void
QuartzRestService.pauseJob
(QuartzRequest quartzRequest) org.springframework.http.ResponseEntity<?>
QuartzRestController.queryByOrg
(QuartzRequest request) org.springframework.data.domain.Page<QuartzResponse>
QuartzRestService.queryByOrg
(QuartzRequest request) org.springframework.http.ResponseEntity<?>
QuartzRestController.queryByUid
(QuartzRequest request) QuartzRestService.queryByUid
(QuartzRequest request) org.springframework.http.ResponseEntity<?>
QuartzRestController.queryByUser
(QuartzRequest request) org.springframework.data.domain.Page<QuartzResponse>
QuartzRestService.queryByUser
(QuartzRequest request) org.springframework.http.ResponseEntity<?>
QuartzRestController.resumeJob
(QuartzRequest request) void
QuartzRestService.resumeJob
(QuartzRequest quartzRequest) org.springframework.http.ResponseEntity<?>
QuartzRestController.startJob
(QuartzRequest request) void
QuartzRestService.startJob
(QuartzRequest quartzRequest) org.springframework.http.ResponseEntity<?>
QuartzRestController.update
(QuartzRequest request) QuartzRestService.update
(QuartzRequest quartzRequest)