Uses of Class
net.risesoft.api.job.JobTask
-
Packages that use JobTask Package Description net.risesoft.api.job net.risesoft.api.persistence.job net.risesoft.api.persistence.job.impl -
-
Uses of JobTask in net.risesoft.api.job
Methods in net.risesoft.api.job with parameters of type JobTask Modifier and Type Method Description voidTaskManager. refreshJob(JobTask jobTask)刷新任务voidTaskManager. removeJob(Integer jobId, JobTask jobTask)删除任务 -
Uses of JobTask in net.risesoft.api.persistence.job
Method parameters in net.risesoft.api.persistence.job with type arguments of type JobTask Modifier and Type Method Description List<Job>JobService. findMiss(String instanceId, Integer[] ids, Map<Integer,JobTask> jobTask)查找不存在的 -
Uses of JobTask in net.risesoft.api.persistence.job.impl
Method parameters in net.risesoft.api.persistence.job.impl with type arguments of type JobTask Modifier and Type Method Description List<Job>JobServiceImpl. findMiss(String instanceId, Integer[] ids, Map<Integer,JobTask> jobTask)
-