Uses of Class
org.pentaho.di.job.entry.JobEntryCopy

Packages that use JobEntryCopy
org.pentaho.di.core.gui   
org.pentaho.di.job This package contains the different elements that make up a Job. 
org.pentaho.di.job.entry   
org.pentaho.di.repository.kdr.delegates   
 

Uses of JobEntryCopy in org.pentaho.di.core.gui
 

Methods in org.pentaho.di.core.gui with parameters of type JobEntryCopy
 void GCInterface.drawJobEntryIcon(int x, int y, JobEntryCopy jobEntryCopy)
           
 void SwingGC.drawJobEntryIcon(int x, int y, JobEntryCopy jobEntryCopy)
           
 JobTracker JobTracker.findJobTracker(JobEntryCopy jobEntryCopy)
          Finds the JobTracker for the job entry specified.
 

Uses of JobEntryCopy in org.pentaho.di.job
 

Methods in org.pentaho.di.job that return JobEntryCopy
static JobEntryCopy JobMeta.createDummyEntry()
           
static JobEntryCopy JobMeta.createStartEntry()
           
 JobEntryCopy JobMeta.findJobEntry(String full_name_nr)
           
 JobEntryCopy JobMeta.findJobEntry(String name, int nr, boolean searchHiddenToo)
          Find an existing JobEntryCopy by it's name and number
static JobEntryCopy JobMeta.findJobEntryCopy(List<JobEntryCopy> jobcopies, org.pentaho.di.repository.ObjectId id_jobentry_copy)
          Find a jobentrycopy with a certain ID in a list of job entry copies.
 JobEntryCopy JobMeta.findNextJobEntry(JobEntryCopy from, int cnt)
           
 JobEntryCopy JobMeta.findPrevJobEntry(JobEntryCopy to, int nr)
           
 JobEntryCopy JobMeta.findPrevJobEntry(JobEntryCopy to, int nr, boolean info)
           
 JobEntryCopy JobMeta.findStart()
           
 JobEntryCopy[] JobMeta.getAllJobGraphEntries(String name)
           
 JobEntryCopy JobMeta.getDummy()
           
 JobEntryCopy JobHopMeta.getFromEntry()
           
 JobEntryCopy JobMeta.getJobEntry(int i)
           
 JobEntryCopy JobMeta.getJobEntryCopy(int x, int y, int iconsize)
           
 JobEntryCopy JobMeta.getStart()
           
 JobEntryCopy Job.getStartJobEntryCopy()
           
 JobEntryCopy JobHopMeta.getToEntry()
           
 

Methods in org.pentaho.di.job that return types with arguments of type JobEntryCopy
 Map<JobEntryCopy,JobEntryJob> Job.getActiveJobEntryJobs()
           
 Map<JobEntryCopy,JobEntryTrans> Job.getActiveJobEntryTransformations()
           
 Map<JobEntryCopy,String> JobPainter.getEntryLogMap()
           
 List<JobEntryCopy> JobMeta.getJobCopies()
           
 List<JobEntryCopy> JobPainter.getMouseOverEntries()
           
 List<JobEntryCopy> JobMeta.getSelectedEntries()
           
 

Methods in org.pentaho.di.job with parameters of type JobEntryCopy
 void JobMeta.addJobEntry(int p, JobEntryCopy si)
           
 void JobMeta.addJobEntry(JobEntryCopy je)
           
 void JobEntryListener.afterExecution(Job job, JobEntryCopy jobEntryCopy, JobEntryInterface jobEntryInterface, org.pentaho.di.core.Result result)
           
 void JobEntryListener.beforeExecution(Job job, JobEntryCopy jobEntryCopy, JobEntryInterface jobEntryInterface)
           
 JobHopMeta JobMeta.findJobHop(JobEntryCopy from, JobEntryCopy to)
           
 JobHopMeta JobMeta.findJobHop(JobEntryCopy from, JobEntryCopy to, boolean includeDisabled)
           
 JobHopMeta JobMeta.findJobHopFrom(JobEntryCopy jge)
           
 JobHopMeta JobMeta.findJobHopTo(JobEntryCopy jge)
           
 JobEntryCopy JobMeta.findNextJobEntry(JobEntryCopy from, int cnt)
           
 int JobMeta.findNrNextJobEntries(JobEntryCopy from)
           
 int JobMeta.findNrPrevJobEntries(JobEntryCopy from)
           
 int JobMeta.findNrPrevJobEntries(JobEntryCopy to, boolean info)
           
 JobEntryCopy JobMeta.findPrevJobEntry(JobEntryCopy to, int nr)
           
 JobEntryCopy JobMeta.findPrevJobEntry(JobEntryCopy to, int nr, boolean info)
           
 boolean JobMeta.hasLoop(JobEntryCopy entry)
           
 boolean JobMeta.hasLoop(JobEntryCopy entry, JobEntryCopy lookup)
           
 int JobMeta.indexOfJobEntry(JobEntryCopy ge)
           
 boolean JobMeta.isEntryUsedInHops(JobEntryCopy jge)
           
 void JobMeta.renameJobEntryIfNameCollides(JobEntryCopy je)
          See if the name of the supplied job entry copy doesn't collide with any other job entry copy in the job.
 void JobPainter.setEndHopEntry(JobEntryCopy endHopEntry)
           
 void JobHopMeta.setFromEntry(JobEntryCopy fromEntry)
           
 void JobMeta.setJobEntry(int idx, JobEntryCopy jec)
           
 void JobPainter.setNoInputEntry(JobEntryCopy noInputEntry)
           
 void JobPainter.setStartHopEntry(JobEntryCopy startHopEntry)
           
 void Job.setStartJobEntryCopy(JobEntryCopy startJobEntryCopy)
           
 void JobHopMeta.setToEntry(JobEntryCopy toEntry)
           
 

Method parameters in org.pentaho.di.job with type arguments of type JobEntryCopy
static JobEntryCopy JobMeta.findJobEntryCopy(List<JobEntryCopy> jobcopies, org.pentaho.di.repository.ObjectId id_jobentry_copy)
          Find a jobentrycopy with a certain ID in a list of job entry copies.
 int[] JobMeta.getEntryIndexes(List<JobEntryCopy> entries)
           
 void JobPainter.setActiveJobEntries(List<JobEntryCopy> activeJobEntries)
           
 void JobPainter.setEntryLogMap(Map<JobEntryCopy,String> entryLogMap)
           
 void JobPainter.setMouseOverEntries(List<JobEntryCopy> mouseOverEntries)
           
 

Constructors in org.pentaho.di.job with parameters of type JobEntryCopy
JobEntryResult(org.pentaho.di.core.Result result, String comment, String reason, JobEntryCopy copy)
          Deprecated. 
JobHopMeta(JobEntryCopy from, JobEntryCopy to)
           
 

Constructor parameters in org.pentaho.di.job with type arguments of type JobEntryCopy
JobPainter(GCInterface gc, JobMeta jobMeta, org.pentaho.di.core.gui.Point area, org.pentaho.di.core.gui.ScrollBarInterface hori, org.pentaho.di.core.gui.ScrollBarInterface vert, JobHopMeta candidate, org.pentaho.di.core.gui.Point drop_candidate, org.pentaho.di.core.gui.Rectangle selrect, List<AreaOwner> areaOwners, List<JobEntryCopy> mouseOverEntries, int iconsize, int linewidth, int gridsize, int shadowSize, boolean antiAliasing, String noteFontName, int noteFontHeight)
           
 

Uses of JobEntryCopy in org.pentaho.di.job.entry
 

Methods in org.pentaho.di.job.entry with parameters of type JobEntryCopy
 void JobEntryCopy.replaceMeta(JobEntryCopy jobEntryCopy)
           
 

Uses of JobEntryCopy in org.pentaho.di.repository.kdr.delegates
 

Methods in org.pentaho.di.repository.kdr.delegates that return JobEntryCopy
 JobEntryCopy KettleDatabaseRepositoryJobEntryDelegate.loadJobEntryCopy(org.pentaho.di.repository.ObjectId id_job, org.pentaho.di.repository.ObjectId id_jobentry_copy, List<JobEntryInterface> jobentries, List<org.pentaho.di.core.database.DatabaseMeta> databases, List<SlaveServer> slaveServers)
          Load the chef graphical entry from repository We load type, name & description if no entry can be found.
 

Methods in org.pentaho.di.repository.kdr.delegates with parameters of type JobEntryCopy
 void KettleDatabaseRepositoryJobEntryDelegate.saveJobEntryCopy(JobEntryCopy copy, org.pentaho.di.repository.ObjectId id_job)
           
 

Method parameters in org.pentaho.di.repository.kdr.delegates with type arguments of type JobEntryCopy
 JobHopMeta KettleDatabaseRepositoryJobDelegate.loadJobHopMeta(org.pentaho.di.repository.ObjectId id_job_hop, List<JobEntryCopy> jobcopies)