Package | Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
void |
GCInterface.drawJobEntryIcon(int x,
int y,
JobEntryCopy jobEntryCopy) |
void |
SwingGC.drawJobEntryIcon(int x,
int y,
JobEntryCopy jobEntryCopy) |
void |
SwingDirectGC.drawJobEntryIcon(int x,
int y,
JobEntryCopy jobEntryCopy) |
JobTracker |
JobTracker.findJobTracker(JobEntryCopy jobEntryCopy)
Finds the JobTracker for the job entry specified.
|
Modifier and Type | Field and Description |
---|---|
JobEntryCopy |
JobExecutionExtension.jobEntryCopy |
Modifier and Type | Method and Description |
---|---|
static JobEntryCopy |
JobMeta.createDummyEntry()
Creates the dummy entry.
|
static JobEntryCopy |
JobMeta.createStartEntry()
Creates the start entry.
|
JobEntryCopy |
JobMeta.findJobEntry(String full_name_nr)
Find job entry.
|
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)
Find next job entry.
|
JobEntryCopy |
JobMeta.findPrevJobEntry(JobEntryCopy to,
int nr)
Find prev job entry.
|
JobEntryCopy |
JobMeta.findPrevJobEntry(JobEntryCopy to,
int nr,
boolean info)
Find prev job entry.
|
JobEntryCopy |
JobMeta.findStart()
Find start.
|
JobEntryCopy[] |
JobMeta.getAllJobGraphEntries(String name)
Gets the all job graph entries.
|
JobEntryCopy |
JobMeta.getDummy()
Gets the dummy.
|
JobEntryCopy |
JobHopMeta.getFromEntry() |
JobEntryCopy |
JobMeta.getJobEntry(int i)
Gets the job entry.
|
JobEntryCopy |
JobMeta.getJobEntryCopy(int x,
int y,
int iconsize)
Gets the job entry copy.
|
JobEntryCopy |
JobMeta.getStart()
Gets the start.
|
JobEntryCopy |
Job.getStartJobEntryCopy()
Gets the start job entry copy.
|
JobEntryCopy |
JobHopMeta.getToEntry() |
Modifier and Type | Method and Description |
---|---|
Map<JobEntryCopy,JobEntryJob> |
Job.getActiveJobEntryJobs()
Gets the activeJobEntryJobs.
|
Map<JobEntryCopy,JobEntryTrans> |
Job.getActiveJobEntryTransformations()
Gets the activeJobEntryTransformations.
|
Map<JobEntryCopy,String> |
JobPainter.getEntryLogMap() |
List<JobEntryCopy> |
JobMeta.getJobCopies()
Gets the job copies.
|
List<JobEntryCopy> |
JobPainter.getMouseOverEntries() |
List<JobEntryCopy> |
JobMeta.getSelectedEntries()
Gets the selected entries.
|
Modifier and Type | Method and Description |
---|---|
void |
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) |
JobHopMeta |
JobMeta.findJobHop(JobEntryCopy from,
JobEntryCopy to)
Find job hop.
|
JobHopMeta |
JobMeta.findJobHop(JobEntryCopy from,
JobEntryCopy to,
boolean includeDisabled)
Find job hop.
|
JobHopMeta |
JobMeta.findJobHopFrom(JobEntryCopy jge)
Find job hop from.
|
JobHopMeta |
JobMeta.findJobHopTo(JobEntryCopy jge)
Find job hop to.
|
JobEntryCopy |
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.
|
JobEntryCopy |
JobMeta.findPrevJobEntry(JobEntryCopy to,
int nr)
Find prev job entry.
|
JobEntryCopy |
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.
|
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 Type | Method and Description |
---|---|
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)
Gets the entry indexes.
|
void |
JobPainter.setActiveJobEntries(List<JobEntryCopy> activeJobEntries) |
void |
JobPainter.setEntryLogMap(Map<JobEntryCopy,String> entryLogMap) |
void |
JobPainter.setMouseOverEntries(List<JobEntryCopy> mouseOverEntries) |
Constructor and Description |
---|
JobEntryResult(org.pentaho.di.core.Result result,
String comment,
String reason,
JobEntryCopy copy)
Deprecated.
|
JobExecutionExtension(Job job,
org.pentaho.di.core.Result result,
JobEntryCopy jobEntryCopy,
boolean executeEntry) |
JobHopMeta(JobEntryCopy from,
JobEntryCopy to) |
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
void |
JobEntryCopy.replaceMeta(JobEntryCopy jobEntryCopy) |
Modifier and Type | Method and Description |
---|---|
JobEntryCopy |
KettleDatabaseRepositoryJobEntryDelegate.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)
Load the chef graphical entry from repository We load type, name &
description if no entry can be found.
|
Modifier and Type | Method and Description |
---|---|
void |
KettleDatabaseRepositoryJobEntryDelegate.saveJobEntryCopy(JobEntryCopy copy,
org.pentaho.di.repository.ObjectId id_job,
KettleDatabaseRepositoryMetaStore metaStore) |
Modifier and Type | Method and Description |
---|---|
JobHopMeta |
KettleDatabaseRepositoryJobDelegate.loadJobHopMeta(org.pentaho.di.repository.ObjectId id_job_hop,
List<JobEntryCopy> jobcopies) |