Uses of Class
org.pentaho.di.job.entries.job.JobEntryJob

Packages that use JobEntryJob
org.pentaho.di.job This package contains the different elements that make up a Job. 
org.pentaho.di.ui.spoon.job   
 

Uses of JobEntryJob in org.pentaho.di.job
 

Methods in org.pentaho.di.job that return types with arguments of type JobEntryJob
 Map<JobEntryCopy,JobEntryJob> Job.getActiveJobEntryJobs()
          Gets the active job entry jobs.
 

Uses of JobEntryJob in org.pentaho.di.ui.spoon.job
 

Methods in org.pentaho.di.ui.spoon.job with parameters of type JobEntryJob
 void JobGraph.openJob(JobEntryJob entry, JobEntryCopy jobEntryCopy)