Uses of Class
org.pentaho.di.job.entry.JobEntryCopy
Package
Description
-
Uses of JobEntryCopy in org.pentaho.di.core.gui
Modifier and TypeMethodDescriptionvoid
GCInterface.drawJobEntryIcon
(int x, int y, JobEntryCopy jobEntryCopy) void
GCInterface.drawJobEntryIcon
(int x, int y, JobEntryCopy jobEntryCopy, float magnification) void
SwingDirectGC.drawJobEntryIcon
(int x, int y, JobEntryCopy jobEntryCopy) void
SwingDirectGC.drawJobEntryIcon
(int x, int y, JobEntryCopy jobEntryCopy, float magnification) void
SwingGC.drawJobEntryIcon
(int x, int y, JobEntryCopy jobEntryCopy) void
SwingGC.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
Modifier and TypeMethodDescriptionstatic final JobEntryCopy
JobMeta.createDummyEntry()
Creates the dummy entry.static final JobEntryCopy
JobMeta.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 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.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()
Modifier 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.Modifier and TypeMethodDescriptionvoid
JobMeta.addJobEntry
(int p, JobEntryCopy si) Adds the job entry.void
JobMeta.addJobEntry
(JobEntryCopy je) Adds the job entry.void
JobEntryListener.afterExecution
(Job job, JobEntryCopy jobEntryCopy, JobEntryInterface jobEntryInterface, org.pentaho.di.core.Result result) void
JobEntryListener.beforeExecution
(Job job, JobEntryCopy jobEntryCopy, JobEntryInterface jobEntryInterface) boolean
JobMeta.containsJobCopy
(JobEntryCopy jobCopy) protected void
JobPainter.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.int
JobMeta.findNrNextJobEntries
(JobEntryCopy from) Find nr next job entries.int
JobMeta.findNrPrevJobEntries
(JobEntryCopy from) Find nr prev job entries.int
JobMeta.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.boolean
JobMeta.hasLoop
(JobEntryCopy entry) Checks for loop.boolean
JobMeta.hasLoop
(JobEntryCopy entry, JobEntryCopy lookup) Checks for loop.boolean
JobMeta.hasLoop
(JobEntryCopy entry, JobEntryCopy lookup, boolean info) Deprecated.int
JobMeta.indexOfJobEntry
(JobEntryCopy ge) Index of job entry.boolean
JobMeta.isEntryUsedInHops
(JobEntryCopy jge) Checks if is entry used in hops.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) Sets the job entry.void
JobPainter.setNoInputEntry
(JobEntryCopy noInputEntry) void
JobPainter.setStartHopEntry
(JobEntryCopy startHopEntry) void
Job.setStartJobEntryCopy
(JobEntryCopy startJobEntryCopy) Sets the start job entry copy.void
JobHopMeta.setToEntry
(JobEntryCopy toEntry) Modifier and TypeMethodDescriptionstatic final 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) Gets the entry indexes.void
JobPainter.setActiveJobEntries
(List<JobEntryCopy> activeJobEntries) void
JobPainter.setEntryLogMap
(Map<JobEntryCopy, String> entryLogMap) void
JobPainter.setMouseOverEntries
(List<JobEntryCopy> mouseOverEntries) ModifierConstructorDescriptionJobEntryResult
(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
-
Uses of JobEntryCopy in org.pentaho.di.repository.kdr.delegates
Modifier 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.Modifier and TypeMethodDescriptionvoid
KettleDatabaseRepositoryJobEntryDelegate.saveJobEntryCopy
(JobEntryCopy copy, org.pentaho.di.repository.ObjectId id_job, KettleDatabaseRepositoryMetaStore metaStore) Modifier and TypeMethodDescriptionKettleDatabaseRepositoryJobDelegate.loadJobHopMeta
(org.pentaho.di.repository.ObjectId id_job_hop, List<JobEntryCopy> jobcopies)
JobMeta.hasLoop(JobEntryCopy, JobEntryCopy)
}