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 QuartzEntityModifier and TypeMethodDescriptionprotected QuartzEntityQuartzRestService.doSave(QuartzEntity entity) QuartzRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, QuartzEntity entity) QuartzRestService.save(QuartzEntity quartzEntity) Methods in com.bytedesk.core.quartz that return types with arguments of type QuartzEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<QuartzEntity>QuartzRestService.createSpecification(QuartzRequest request) protected org.springframework.data.domain.Page<QuartzEntity>QuartzRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<QuartzEntity> spec, org.springframework.data.domain.Pageable pageable) QuartzRepository.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) protected QuartzEntityQuartzRestService.doSave(QuartzEntity entity) QuartzRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, QuartzEntity entity) QuartzRestService.save(QuartzEntity quartzEntity) Method parameters in com.bytedesk.core.quartz with type arguments of type QuartzEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<QuartzEntity>QuartzRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<QuartzEntity> spec, org.springframework.data.domain.Pageable pageable)