Package | Description |
---|---|
org.pentaho.di.job | |
org.pentaho.di.repository.kdr.delegates |
Modifier and Type | Field and Description |
---|---|
JobHopMeta |
JobPainterExtension.jobHop |
Modifier and Type | Field and Description |
---|---|
protected List<JobHopMeta> |
JobMeta.jobhops |
Modifier and Type | Method and Description |
---|---|
JobHopMeta |
JobMeta.findJobHop(JobEntryCopy from,
JobEntryCopy to)
Find job hop.
|
JobHopMeta |
JobMeta.findJobHop(JobEntryCopy from,
JobEntryCopy to,
boolean includeDisabled)
Find job hop.
|
JobHopMeta |
JobMeta.findJobHop(String name)
Find job hop.
|
JobHopMeta |
JobMeta.findJobHopFrom(JobEntryCopy jge)
Find job hop from.
|
JobHopMeta |
JobMeta.findJobHopTo(JobEntryCopy jge)
Find job hop to.
|
JobHopMeta[] |
JobMeta.getAllJobHopsUsing(String name)
Gets the all job hops using.
|
JobHopMeta |
JobMeta.getJobHop(int i)
Gets the job hop.
|
Modifier and Type | Method and Description |
---|---|
List<JobHopMeta> |
JobMeta.getJobhops()
Gets the jobhops.
|
Modifier and Type | Method and Description |
---|---|
void |
JobMeta.addJobHop(int p,
JobHopMeta hi)
Adds the job hop.
|
void |
JobMeta.addJobHop(JobHopMeta hi)
Adds the job hop.
|
protected void |
JobPainter.drawArrow(PrimitiveGCInterface.EImage arrow,
int x1,
int y1,
int x2,
int y2,
double theta,
int size,
double factor,
JobHopMeta jobHop,
Object startObject,
Object endObject) |
protected void |
JobPainter.drawJobHop(JobHopMeta hop,
boolean candidate) |
protected void |
JobPainter.drawLine(JobHopMeta jobHop,
boolean is_candidate)
Calculates line coordinates from center to center.
|
int |
JobMeta.indexOfJobHop(JobHopMeta he)
Index of job hop.
|
void |
JobMeta.removeJobHop(JobHopMeta hop)
Removes a hop from the transformation.
|
Constructor and Description |
---|
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) |
JobPainterExtension(GCInterface gc,
boolean shadow,
List<AreaOwner> areaOwners,
JobMeta jobMeta,
JobHopMeta jobHop,
int x1,
int y1,
int x2,
int y2,
int mx,
int my,
Point offset) |
Modifier and Type | Method and Description |
---|---|
JobHopMeta |
KettleDatabaseRepositoryJobDelegate.loadJobHopMeta(ObjectId id_job_hop,
List<JobEntryCopy> jobcopies) |
Modifier and Type | Method and Description |
---|---|
void |
KettleDatabaseRepositoryJobDelegate.saveJobHopMeta(JobHopMeta hop,
ObjectId id_job) |
Copyright © 2018 Hitachi Vantara. All rights reserved.