Uses of Class
org.kuali.kfs.sys.batch.JobDescriptor

Packages that use JobDescriptor
org.kuali.kfs.sys.batch   
org.kuali.kfs.sys.batch.service.impl   
 

Uses of JobDescriptor in org.kuali.kfs.sys.batch
 

Methods in org.kuali.kfs.sys.batch that return JobDescriptor
static JobDescriptor BatchSpringContext.getJobDescriptor(String beanId)
           
 

Constructors in org.kuali.kfs.sys.batch with parameters of type JobDescriptor
BatchJobStatus(JobDescriptor jobDescriptor, org.quartz.JobDetail jobDetail)
           
 

Uses of JobDescriptor in org.kuali.kfs.sys.batch.service.impl
 

Fields in org.kuali.kfs.sys.batch.service.impl with type parameters of type JobDescriptor
protected  Map<String,JobDescriptor> SchedulerServiceImpl.externalizedJobDescriptors
          Holds a list of job name to job descriptor mappings for those jobs that are externalized (i.e.
 

Methods in org.kuali.kfs.sys.batch.service.impl that return JobDescriptor
protected  JobDescriptor SchedulerServiceImpl.retrieveJobDescriptor(String jobName)
           
 

Methods in org.kuali.kfs.sys.batch.service.impl with parameters of type JobDescriptor
protected  void SchedulerServiceImpl.loadJob(JobDescriptor jobDescriptor)
           
 



Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.