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   
org.pentaho.di.ui.spoon This package contains the classes needed by Spoon. 
org.pentaho.di.ui.spoon.delegates   
org.pentaho.di.ui.spoon.job   
 

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, 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, 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, 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(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, Point area, ScrollBarInterface hori, ScrollBarInterface vert, JobHopMeta candidate, Point drop_candidate, 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(ObjectId id_job, ObjectId id_jobentry_copy, List<JobEntryInterface> jobentries, List<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, ObjectId id_job)
           
 

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

Uses of JobEntryCopy in org.pentaho.di.ui.spoon
 

Methods in org.pentaho.di.ui.spoon that return JobEntryCopy
 JobEntryCopy Spoon.newJobEntry(JobMeta jobMeta, String typeDesc, boolean openit)
           
 

Methods in org.pentaho.di.ui.spoon with parameters of type JobEntryCopy
 void Spoon.deleteJobEntryCopies(JobMeta jobMeta, JobEntryCopy jobEntry)
           
 void SWTGC.drawJobEntryIcon(int x, int y, JobEntryCopy jobEntryCopy)
           
 void Spoon.editJobEntry(JobMeta jobMeta, JobEntryCopy je)
           
 Job Spoon.findActiveJob(Job job, JobEntryCopy jobEntryCopy)
           
 Trans Spoon.findActiveTrans(Job job, JobEntryCopy jobEntryCopy)
           
 void Spoon.newJobHop(JobMeta jobMeta, JobEntryCopy fr, JobEntryCopy to)
           
 

Uses of JobEntryCopy in org.pentaho.di.ui.spoon.delegates
 

Methods in org.pentaho.di.ui.spoon.delegates that return JobEntryCopy
 JobEntryCopy SpoonJobDelegate.newJobEntry(JobMeta jobMeta, String type_desc, boolean openit)
           
 

Methods in org.pentaho.di.ui.spoon.delegates with parameters of type JobEntryCopy
 void SpoonJobDelegate.deleteJobEntryCopies(JobMeta jobMeta, JobEntryCopy jobEntry)
           
 void SpoonJobDelegate.dupeJobEntry(JobMeta jobMeta, JobEntryCopy jobEntry)
           
 void SpoonJobDelegate.editJobEntry(JobMeta jobMeta, JobEntryCopy je)
           
 void SpoonJobDelegate.newJobHop(JobMeta jobMeta, JobEntryCopy fr, JobEntryCopy to)
           
 

Method parameters in org.pentaho.di.ui.spoon.delegates with type arguments of type JobEntryCopy
 void SpoonJobDelegate.copyJobEntries(JobMeta jobMeta, List<JobEntryCopy> jec)
           
 

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

Methods in org.pentaho.di.ui.spoon.job that return JobEntryCopy
 JobEntryCopy JobGraph.getJobEntry()
           
 

Methods in org.pentaho.di.ui.spoon.job with parameters of type JobEntryCopy
static JobEntryCopyResult JobEntryCopyResult.findResult(List<JobEntryCopyResult> results, JobEntryCopy copy)
           
 void JobGraph.launchStuff(JobEntryCopy jobEntryCopy)
           
 void JobGraph.openJob(JobEntryJob entry, JobEntryCopy jobEntryCopy)
           
 void JobGraph.renameJobEntry(JobEntryCopy jobEntry, String newName)
          Method gets called, when the user wants to change a job entries name and he indeed entered a different name then the old one.
 void JobGraph.setJobEntry(JobEntryCopy jobEntry)