| 
||||||||||
| 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)
 | 
 JobHopMeta | 
JobMeta.findJobHop(JobEntryCopy from,
           JobEntryCopy to,
           boolean includeDisabled)
 | 
 JobHopMeta | 
JobMeta.findJobHop(String name)
 | 
 JobHopMeta | 
JobMeta.findJobHopFrom(JobEntryCopy jge)
 | 
 JobHopMeta | 
JobMeta.findJobHopTo(JobEntryCopy jge)
 | 
 JobHopMeta[] | 
JobMeta.getAllJobHopsUsing(String name)
 | 
 JobHopMeta | 
JobMeta.getJobHop(int i)
 | 
| Methods in org.pentaho.di.job that return types with arguments of type JobHopMeta | |
|---|---|
 List<JobHopMeta> | 
JobMeta.getJobhops()
 | 
| Methods in org.pentaho.di.job with parameters of type JobHopMeta | |
|---|---|
 void | 
JobMeta.addJobHop(int p,
          JobHopMeta hi)
 | 
 void | 
JobMeta.addJobHop(JobHopMeta hi)
 | 
 int | 
JobMeta.indexOfJobHop(JobHopMeta he)
 | 
| Constructors in org.pentaho.di.job with parameters of type JobHopMeta | |
|---|---|
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)
 | 
|
| Uses of JobHopMeta in org.pentaho.di.repository.kdr.delegates | 
|---|
| Methods in org.pentaho.di.repository.kdr.delegates that return JobHopMeta | |
|---|---|
 JobHopMeta | 
KettleDatabaseRepositoryJobDelegate.loadJobHopMeta(org.pentaho.di.repository.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,
               org.pentaho.di.repository.ObjectId id_job)
 | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||