Uses of Class
org.pentaho.di.job.JobHopMeta
-
Packages that use JobHopMeta Package Description org.pentaho.di.job org.pentaho.di.repository.kdr.delegates -
-
Uses of JobHopMeta in org.pentaho.di.job
Fields in org.pentaho.di.job declared as JobHopMeta Modifier and Type Field Description JobHopMetaJobPainterExtension. jobHopFields in org.pentaho.di.job with type parameters of type JobHopMeta Modifier and Type Field Description protected List<JobHopMeta>JobMeta. jobhopsMethods in org.pentaho.di.job that return JobHopMeta Modifier and Type Method Description JobHopMetaJobMeta. findJobHop(String name)Find job hop.JobHopMetaJobMeta. findJobHop(JobEntryCopy from, JobEntryCopy to)Find job hop.JobHopMetaJobMeta. findJobHop(JobEntryCopy from, JobEntryCopy to, boolean includeDisabled)Find job hop.JobHopMetaJobMeta. findJobHopFrom(JobEntryCopy jge)Find job hop from.JobHopMetaJobMeta. findJobHopTo(JobEntryCopy jge)Find job hop to.JobHopMeta[]JobMeta. getAllJobHopsUsing(String name)Gets the all job hops using.JobHopMetaJobMeta. getJobHop(int i)Gets the job hop.Methods in org.pentaho.di.job that return types with arguments of type JobHopMeta Modifier and Type Method Description List<JobHopMeta>JobMeta. getJobhops()Gets the jobhops.Methods in org.pentaho.di.job with parameters of type JobHopMeta Modifier and Type Method Description voidJobMeta. addJobHop(int p, JobHopMeta hi)Adds the job hop.voidJobMeta. addJobHop(JobHopMeta hi)Adds the job hop.protected voidJobPainter. drawArrow(org.pentaho.di.core.gui.PrimitiveGCInterface.EImage arrow, int x1, int y1, int x2, int y2, double theta, int size, double factor, JobHopMeta jobHop, Object startObject, Object endObject)protected voidJobPainter. drawJobHop(JobHopMeta hop, boolean candidate)protected voidJobPainter. drawLine(JobHopMeta jobHop, boolean is_candidate)Calculates line coordinates from center to center.intJobMeta. indexOfJobHop(JobHopMeta he)Index of job hop.voidJobMeta. removeJobHop(JobHopMeta hop)Removes a hop from the transformation.Constructors in org.pentaho.di.job with parameters of type JobHopMeta Constructor 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)JobPainterExtension(GCInterface gc, boolean shadow, List<AreaOwner> areaOwners, JobMeta jobMeta, JobHopMeta jobHop, int x1, int y1, int x2, int y2, int mx, int my, org.pentaho.di.core.gui.Point offset) -
Uses of JobHopMeta in org.pentaho.di.repository.kdr.delegates
Methods in org.pentaho.di.repository.kdr.delegates that return JobHopMeta Modifier and Type Method Description JobHopMetaKettleDatabaseRepositoryJobDelegate. 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 Modifier and Type Method Description voidKettleDatabaseRepositoryJobDelegate. saveJobHopMeta(JobHopMeta hop, org.pentaho.di.repository.ObjectId id_job)
-