Uses of Class
org.pentaho.di.job.entry.JobEntryCopy
Packages that use JobEntryCopy
Package
Description
-
Uses of JobEntryCopy in org.pentaho.di.core.gui
Methods in org.pentaho.di.core.gui with parameters of type JobEntryCopyModifier and TypeMethodDescriptionvoidGCInterface.drawJobEntryIcon(int x, int y, JobEntryCopy jobEntryCopy) voidGCInterface.drawJobEntryIcon(int x, int y, JobEntryCopy jobEntryCopy, float magnification) voidSwingDirectGC.drawJobEntryIcon(int x, int y, JobEntryCopy jobEntryCopy) voidSwingDirectGC.drawJobEntryIcon(int x, int y, JobEntryCopy jobEntryCopy, float magnification) voidSwingGC.drawJobEntryIcon(int x, int y, JobEntryCopy jobEntryCopy) voidSwingGC.drawJobEntryIcon(int x, int y, JobEntryCopy jobEntryCopy, float magnification) JobTracker.findJobTracker(JobEntryCopy jobEntryCopy) Finds the JobTracker for the job entry specified. -
Uses of JobEntryCopy in org.pentaho.di.job
Fields in org.pentaho.di.job declared as JobEntryCopyFields in org.pentaho.di.job with type parameters of type JobEntryCopyMethods in org.pentaho.di.job that return JobEntryCopyModifier and TypeMethodDescriptionstatic final JobEntryCopyJobMeta.createDummyEntry()Creates the dummy entry.static final JobEntryCopyJobMeta.createStartEntry()Creates the start entry.JobMeta.findJobEntry(String full_name_nr) Find job entry.JobMeta.findJobEntry(String name, int nr, boolean searchHiddenToo) Find an existing JobEntryCopy by it's name and numberstatic final JobEntryCopyJobMeta.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.JobMeta.findNextJobEntry(JobEntryCopy from, int cnt) Find next job entry.JobMeta.findPrevJobEntry(JobEntryCopy to, int nr) Find prev job entry.JobMeta.findPrevJobEntry(JobEntryCopy to, int nr, boolean info) Find prev job entry.JobMeta.findStart()Find start.JobMeta.getAllJobGraphEntries(String name) Gets the all job graph entries.JobMeta.getDummy()Gets the dummy.JobPainter.getEndHopEntry()JobHopMeta.getFromEntry()JobMeta.getJobEntry(int i) Gets the job entry.JobMeta.getJobEntryCopy(int x, int y, int iconsize) Gets the job entry copy.JobPainter.getNoInputEntry()JobMeta.getStart()Gets the start.JobPainter.getStartHopEntry()Job.getStartJobEntryCopy()Gets the start job entry copy.JobHopMeta.getToEntry()Methods in org.pentaho.di.job that return types with arguments of type JobEntryCopyModifier and TypeMethodDescriptionJobPainter.getActiveJobEntries()Job.getActiveJobEntryJobs()Gets the activeJobEntryJobs.Gets the activeJobEntryTransformations.JobPainter.getEntryLogMap()JobMeta.getJobCopies()Gets the job copies.JobPainter.getMouseOverEntries()JobMeta.getSelectedEntries()Gets the selected entries.Methods in org.pentaho.di.job with parameters of type JobEntryCopyModifier and TypeMethodDescriptionvoidJobMeta.addJobEntry(int p, JobEntryCopy si) Adds the job entry.voidJobMeta.addJobEntry(JobEntryCopy je) Adds the job entry.voidJobEntryListener.afterExecution(Job job, JobEntryCopy jobEntryCopy, JobEntryInterface jobEntryInterface, org.pentaho.di.core.Result result) voidJobEntryListener.beforeExecution(Job job, JobEntryCopy jobEntryCopy, JobEntryInterface jobEntryInterface) booleanJobMeta.containsJobCopy(JobEntryCopy jobCopy) protected voidJobPainter.drawJobEntryCopy(JobEntryCopy jobEntryCopy) JobMeta.findJobHop(JobEntryCopy from, JobEntryCopy to) Find job hop.JobMeta.findJobHop(JobEntryCopy from, JobEntryCopy to, boolean includeDisabled) Find job hop.JobMeta.findJobHopFrom(JobEntryCopy jge) Find job hop from.JobMeta.findJobHopTo(JobEntryCopy jge) Find job hop to.JobMeta.findNextJobEntry(JobEntryCopy from, int cnt) Find next job entry.intJobMeta.findNrNextJobEntries(JobEntryCopy from) Find nr next job entries.intJobMeta.findNrPrevJobEntries(JobEntryCopy from) Find nr prev job entries.intJobMeta.findNrPrevJobEntries(JobEntryCopy to, boolean info) Find nr prev job entries.JobMeta.findPrevJobEntry(JobEntryCopy to, int nr) Find prev job entry.JobMeta.findPrevJobEntry(JobEntryCopy to, int nr, boolean info) Find prev job entry.booleanJobMeta.hasLoop(JobEntryCopy entry) Checks for loop.booleanJobMeta.hasLoop(JobEntryCopy entry, JobEntryCopy lookup) Checks for loop.booleanJobMeta.hasLoop(JobEntryCopy entry, JobEntryCopy lookup, boolean info) Deprecated.intJobMeta.indexOfJobEntry(JobEntryCopy ge) Index of job entry.booleanJobMeta.isEntryUsedInHops(JobEntryCopy jge) Checks if is entry used in hops.voidJobMeta.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.voidJobPainter.setEndHopEntry(JobEntryCopy endHopEntry) voidJobHopMeta.setFromEntry(JobEntryCopy fromEntry) voidJobMeta.setJobEntry(int idx, JobEntryCopy jec) Sets the job entry.voidJobPainter.setNoInputEntry(JobEntryCopy noInputEntry) voidJobPainter.setStartHopEntry(JobEntryCopy startHopEntry) voidJob.setStartJobEntryCopy(JobEntryCopy startJobEntryCopy) Sets the start job entry copy.voidJobHopMeta.setToEntry(JobEntryCopy toEntry) Method parameters in org.pentaho.di.job with type arguments of type JobEntryCopyModifier and TypeMethodDescriptionstatic final JobEntryCopyJobMeta.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) Gets the entry indexes.voidJobPainter.setActiveJobEntries(List<JobEntryCopy> activeJobEntries) voidJobPainter.setEntryLogMap(Map<JobEntryCopy, String> entryLogMap) voidJobPainter.setMouseOverEntries(List<JobEntryCopy> mouseOverEntries) Constructors in org.pentaho.di.job with parameters of type JobEntryCopyModifierConstructorDescriptionJobEntryResult(org.pentaho.di.core.Result result, String comment, String reason, JobEntryCopy copy) JobExecutionExtension(Job job, org.pentaho.di.core.Result result, JobEntryCopy jobEntryCopy, boolean executeEntry) JobHopMeta(JobEntryCopy from, JobEntryCopy to) -
Uses of JobEntryCopy in org.pentaho.di.job.entry
Methods in org.pentaho.di.job.entry with parameters of type JobEntryCopy -
Uses of JobEntryCopy in org.pentaho.di.repository.kdr.delegates
Methods in org.pentaho.di.repository.kdr.delegates that return JobEntryCopyModifier and TypeMethodDescriptionKettleDatabaseRepositoryJobEntryDelegate.loadJobEntryCopy(org.pentaho.di.repository.ObjectId jobId, org.pentaho.di.repository.ObjectId jobEntryCopyId, List<JobEntryInterface> jobentries, List<org.pentaho.di.core.database.DatabaseMeta> databases, List<SlaveServer> slaveServers, String jobname) 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 JobEntryCopyModifier and TypeMethodDescriptionvoidKettleDatabaseRepositoryJobEntryDelegate.saveJobEntryCopy(JobEntryCopy copy, org.pentaho.di.repository.ObjectId id_job, KettleDatabaseRepositoryMetaStore metaStore) Method parameters in org.pentaho.di.repository.kdr.delegates with type arguments of type JobEntryCopyModifier and TypeMethodDescriptionKettleDatabaseRepositoryJobDelegate.loadJobHopMeta(org.pentaho.di.repository.ObjectId id_job_hop, List<JobEntryCopy> jobcopies)
JobMeta.hasLoop(JobEntryCopy, JobEntryCopy)}