Uses of Class
com.bytedesk.core.quartz.QuartzEntity
Packages that use QuartzEntity
Package
Description
Quartz package containing scheduled job definitions and handlers
-
Uses of QuartzEntity in com.bytedesk.core.quartz
Methods in com.bytedesk.core.quartz that return QuartzEntityMethods in com.bytedesk.core.quartz that return types with arguments of type QuartzEntityModifier and TypeMethodDescriptionQuartzRepository.findByJobName
(String jobName) org.springframework.data.domain.Page<QuartzEntity>
QuartzRepository.findByOrgUidAndDeleted
(String orgUid, Boolean deleted, org.springframework.data.domain.Pageable pageable) Methods in com.bytedesk.core.quartz with parameters of type QuartzEntityModifier and TypeMethodDescriptionQuartzRestService.convertToResponse
(QuartzEntity entity) void
QuartzRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, QuartzEntity entity) QuartzRestService.save
(QuartzEntity quartzEntity)