|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JobHopMeta | |
---|---|
org.pentaho.di.job | This package contains the different elements that make up a Job. |
org.pentaho.di.repository.kdr.delegates |
Uses of JobHopMeta in org.pentaho.di.job |
---|
Methods in org.pentaho.di.job that return JobHopMeta | |
---|---|
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. |
Methods in org.pentaho.di.job that return types with arguments of type JobHopMeta | |
---|---|
List<JobHopMeta> |
JobMeta.getJobhops()
Gets the jobhops. |
Methods in org.pentaho.di.job with parameters of type JobHopMeta | |
---|---|
void |
JobMeta.addJobHop(int p,
JobHopMeta hi)
Adds the job hop. |
void |
JobMeta.addJobHop(JobHopMeta hi)
Adds the job hop. |
int |
JobMeta.indexOfJobHop(JobHopMeta he)
Index of job hop. |
Constructors in org.pentaho.di.job with parameters of type JobHopMeta | |
---|---|
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 JobHopMeta in org.pentaho.di.repository.kdr.delegates |
---|
Methods in org.pentaho.di.repository.kdr.delegates that return JobHopMeta | |
---|---|
JobHopMeta |
KettleDatabaseRepositoryJobDelegate.loadJobHopMeta(ObjectId id_job_hop,
List<JobEntryCopy> jobcopies)
|
Methods in org.pentaho.di.repository.kdr.delegates with parameters of type JobHopMeta | |
---|---|
void |
KettleDatabaseRepositoryJobDelegate.saveJobHopMeta(JobHopMeta hop,
ObjectId id_job)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |