索引

A C D E F G H J P Q R S U V 
All Classes and Interfaces|所有程序包|序列化表格

A

add(QuartzJob) - 类中的方法 plus.hiver.module.quartz.utils.SchedulerUtil
添加定时任务
addJob(QuartzJob) - 类中的方法 plus.hiver.module.quartz.controller.QuartzJobController
 
after(JoinPoint) - 类中的方法 plus.hiver.module.quartz.aop.QuartzLogAspect
后置通知(在方法执行之后并返回数据)

C

changeRecordLog(Long) - 类中的方法 plus.hiver.module.quartz.controller.QuartzJobController
 

D

delByIds(Long[]) - 类中的方法 plus.hiver.module.quartz.controller.QuartzLogController
 
delete(QuartzJob) - 类中的方法 plus.hiver.module.quartz.utils.SchedulerUtil
删除定时任务
deleteByJobClassName(String) - 接口中的方法 plus.hiver.module.quartz.dao.QuartzLogDao
通过className删除
deleteByJobClassName(String) - 接口中的方法 plus.hiver.module.quartz.service.QuartzLogService
通过className删除
deleteByJobClassName(String) - 类中的方法 plus.hiver.module.quartz.serviceimpl.QuartzLogServiceImpl
 
deleteJob(Long[]) - 类中的方法 plus.hiver.module.quartz.controller.QuartzJobController
 
doBefore(JoinPoint) - 类中的方法 plus.hiver.module.quartz.aop.QuartzLogAspect
前置通知

E

editJob(QuartzJob) - 类中的方法 plus.hiver.module.quartz.controller.QuartzJobController
 
ERROR - enum class 中的枚举常量 plus.hiver.module.quartz.enums.JobEnums
 
execute(JobExecutionContext) - 类中的方法 plus.hiver.module.quartz.jobs.SampleJob
 
execute(JobExecutionContext) - 类中的方法 plus.hiver.module.quartz.jobs.SampleParamJob
 

F

findByCondition(String, Pageable) - 接口中的方法 plus.hiver.module.quartz.service.QuartzJobService
分页获取
findByCondition(String, Pageable) - 类中的方法 plus.hiver.module.quartz.serviceimpl.QuartzJobServiceImpl
 
findByCondition(QuartzLog, SearchVo, Pageable) - 接口中的方法 plus.hiver.module.quartz.service.QuartzLogService
多条件分页获取
findByCondition(QuartzLog, SearchVo, Pageable) - 类中的方法 plus.hiver.module.quartz.serviceimpl.QuartzLogServiceImpl
 
findByJobClassName(String) - 接口中的方法 plus.hiver.module.quartz.dao.QuartzJobDao
通过类名获取
findByJobClassName(String) - 接口中的方法 plus.hiver.module.quartz.service.QuartzJobService
通过类名获取
findByJobClassName(String) - 类中的方法 plus.hiver.module.quartz.serviceimpl.QuartzJobServiceImpl
 
FINISH - enum class 中的枚举常量 plus.hiver.module.quartz.enums.JobEnums
 

G

getAllByPage(String, PageVo) - 类中的方法 plus.hiver.module.quartz.controller.QuartzJobController
 
getByCondition(QuartzLog, SearchVo, PageVo) - 类中的方法 plus.hiver.module.quartz.controller.QuartzLogController
 
getClass(String) - 类中的静态方法 plus.hiver.module.quartz.utils.SchedulerUtil
 

H

handleCronScheduleMisfirePolicy(CronScheduleBuilder, Integer) - 类中的方法 plus.hiver.module.quartz.utils.SchedulerUtil
设置定时任务失效执行策略

J

JobEnums - plus.hiver.module.quartz.enums中的Enum Class
尊重知识产权,CV 请保留版权,海文科技 https://hiver.cc 出品,不允许非法使用,后果自负

P

pauseJob(QuartzJob) - 类中的方法 plus.hiver.module.quartz.controller.QuartzJobController
 
pauseJob(QuartzJob) - 类中的方法 plus.hiver.module.quartz.utils.SchedulerUtil
暂停执行
plus.hiver.module.quartz.annotation - 程序包 plus.hiver.module.quartz.annotation
 
plus.hiver.module.quartz.aop - 程序包 plus.hiver.module.quartz.aop
 
plus.hiver.module.quartz.controller - 程序包 plus.hiver.module.quartz.controller
 
plus.hiver.module.quartz.dao - 程序包 plus.hiver.module.quartz.dao
 
plus.hiver.module.quartz.entity - 程序包 plus.hiver.module.quartz.entity
 
plus.hiver.module.quartz.enums - 程序包 plus.hiver.module.quartz.enums
 
plus.hiver.module.quartz.jobs - 程序包 plus.hiver.module.quartz.jobs
 
plus.hiver.module.quartz.service - 程序包 plus.hiver.module.quartz.service
 
plus.hiver.module.quartz.serviceimpl - 程序包 plus.hiver.module.quartz.serviceimpl
 
plus.hiver.module.quartz.utils - 程序包 plus.hiver.module.quartz.utils
 

Q

QuartzJob - plus.hiver.module.quartz.entity中的类
任务实体类
QuartzJob() - 类的构造器 plus.hiver.module.quartz.entity.QuartzJob
 
QuartzJobController - plus.hiver.module.quartz.controller中的类
定时任务管理接口
QuartzJobController() - 类的构造器 plus.hiver.module.quartz.controller.QuartzJobController
 
QuartzJobDao - plus.hiver.module.quartz.dao中的接口
定时任务数据处理层
QuartzJobService - plus.hiver.module.quartz.service中的接口
定时任务接口
QuartzJobServiceImpl - plus.hiver.module.quartz.serviceimpl中的类
定时任务接口实现
QuartzJobServiceImpl(QuartzJobDao) - 类的构造器 plus.hiver.module.quartz.serviceimpl.QuartzJobServiceImpl
 
QuartzLog - plus.hiver.module.quartz.entity中的类
定时任务执行日志
QuartzLog() - 类的构造器 plus.hiver.module.quartz.entity.QuartzLog
 
quartzLogAspect() - 类中的方法 plus.hiver.module.quartz.aop.QuartzLogAspect
Controller层切点 注解方式
QuartzLogAspect - plus.hiver.module.quartz.aop中的类
Spring AOP实现日志管理
QuartzLogAspect() - 类的构造器 plus.hiver.module.quartz.aop.QuartzLogAspect
 
QuartzLogController - plus.hiver.module.quartz.controller中的类
定时任务执行日志管理接口
QuartzLogController() - 类的构造器 plus.hiver.module.quartz.controller.QuartzLogController
 
QuartzLogDao - plus.hiver.module.quartz.dao中的接口
定时任务执行日志数据处理层
QuartzLogService - plus.hiver.module.quartz.service中的接口
定时任务执行日志接口
QuartzLogServiceImpl - plus.hiver.module.quartz.serviceimpl中的类
定时任务执行日志接口实现
QuartzLogServiceImpl(QuartzLogDao) - 类的构造器 plus.hiver.module.quartz.serviceimpl.QuartzLogServiceImpl
 
QuartzRecordLog - plus.hiver.module.quartz.annotation中的Annotation Interface
任务调度注解,任务调度service

R

resumeJob(QuartzJob) - 类中的方法 plus.hiver.module.quartz.controller.QuartzJobController
 
resumeJob(QuartzJob) - 类中的方法 plus.hiver.module.quartz.utils.SchedulerUtil
恢复执行
RUNNING - enum class 中的枚举常量 plus.hiver.module.quartz.enums.JobEnums
 

S

SampleJob - plus.hiver.module.quartz.jobs中的类
示例无参定时任务
SampleJob() - 类的构造器 plus.hiver.module.quartz.jobs.SampleJob
 
SampleParamJob - plus.hiver.module.quartz.jobs中的类
示例带参定时任务
SampleParamJob() - 类的构造器 plus.hiver.module.quartz.jobs.SampleParamJob
 
SchedulerUtil - plus.hiver.module.quartz.utils中的类
定时任务工具类
SchedulerUtil() - 类的构造器 plus.hiver.module.quartz.utils.SchedulerUtil
 
setParameter(String) - 类中的方法 plus.hiver.module.quartz.jobs.SampleParamJob
 

U

UNFINISHED - enum class 中的枚举常量 plus.hiver.module.quartz.enums.JobEnums
 

V

valueOf(String) - enum class中的静态方法 plus.hiver.module.quartz.enums.JobEnums
Returns the enum constant of this class with the specified name.
values() - enum class中的静态方法 plus.hiver.module.quartz.enums.JobEnums
Returns an array containing the constants of this enum class, in the order they are declared.
A C D E F G H J P Q R S U V 
All Classes and Interfaces|所有程序包|序列化表格