Uses of Class
org.pentaho.di.trans.TransHopMeta
-
Packages that use TransHopMeta Package Description org.pentaho.di.repository.kdr.delegates org.pentaho.di.trans -
-
Uses of TransHopMeta in org.pentaho.di.repository.kdr.delegates
Methods in org.pentaho.di.repository.kdr.delegates that return TransHopMeta Modifier and Type Method Description TransHopMetaKettleDatabaseRepositoryTransDelegate. loadTransHopMeta(org.pentaho.di.repository.ObjectId id_trans_hop, List<StepMeta> steps)Methods in org.pentaho.di.repository.kdr.delegates with parameters of type TransHopMeta Modifier and Type Method Description voidKettleDatabaseRepositoryTransDelegate. saveTransHopMeta(TransHopMeta transHopMeta, org.pentaho.di.repository.ObjectId id_transformation) -
Uses of TransHopMeta in org.pentaho.di.trans
Fields in org.pentaho.di.trans declared as TransHopMeta Modifier and Type Field Description TransHopMetaTransPainterExtension. transHopFields in org.pentaho.di.trans with type parameters of type TransHopMeta Modifier and Type Field Description protected List<TransHopMeta>TransMeta. hopsThe list of hops associated with the transformation.Methods in org.pentaho.di.trans that return TransHopMeta Modifier and Type Method Description TransHopMetaTransMeta. findTransHop(String name)Searches the list of hops for a hop with a certain name.TransHopMetaTransMeta. findTransHop(StepMeta from, StepMeta to)Search all hops for a hop where a certain step is at the start and another is at the end.TransHopMetaTransMeta. findTransHop(StepMeta from, StepMeta to, boolean disabledToo)Search all hops for a hop where a certain step is at the start and another is at the end.TransHopMetaTransMeta. findTransHop(TransHopMeta hi)Find a certain hop in the transformation.TransHopMetaTransMeta. findTransHopFrom(StepMeta fromstep)Search all hops for a hop where a certain step is at the start.TransHopMetaTransMeta. findTransHopTo(StepMeta tostep)Search all hops for a hop where a certain step is at the end.TransHopMetaTransMeta. getTransHop(int i)Retrieves a hop on a certain location (i.e.Methods in org.pentaho.di.trans that return types with arguments of type TransHopMeta Modifier and Type Method Description List<TransHopMeta>TransMeta. findAllTransHopFrom(StepMeta fromstep)List<TransHopMeta>TransMeta. getTransHops()Get a list of defined hops in this transformation.Methods in org.pentaho.di.trans with parameters of type TransHopMeta Modifier and Type Method Description voidTransMeta. addTransHop(int p, TransHopMeta hi)Add a new hop to the transformation on a certain location (i.e.voidTransMeta. addTransHop(TransHopMeta hi)Add a new hop to the transformation.intTransHopMeta. compareTo(TransHopMeta obj)Compare 2 hops.protected voidTransPainter. drawArrow(org.pentaho.di.core.gui.PrimitiveGCInterface.EImage arrow, int x1, int y1, int x2, int y2, double theta, int size, double factor, TransHopMeta transHop, Object startObject, Object endObject)TransHopMetaTransMeta. findTransHop(TransHopMeta hi)Find a certain hop in the transformation.intTransMeta. indexOfTransHop(TransHopMeta hi)Finds the location (index) of the specified hop.voidTransMeta. removeTransHop(TransHopMeta hop)Removes a hop from the transformation.voidTransMeta. setTransHop(int i, TransHopMeta hi)Changes the content of a hop on a certain position.Constructors in org.pentaho.di.trans with parameters of type TransHopMeta Constructor Description TransPainter(GCInterface gc, TransMeta transMeta, org.pentaho.di.core.gui.Point area, org.pentaho.di.core.gui.ScrollBarInterface hori, org.pentaho.di.core.gui.ScrollBarInterface vert, TransHopMeta candidate, org.pentaho.di.core.gui.Point drop_candidate, org.pentaho.di.core.gui.Rectangle selrect, List<AreaOwner> areaOwners, List<StepMeta> mouseOverSteps, int iconsize, int linewidth, int gridsize, int shadowSize, boolean antiAliasing, String noteFontName, int noteFontHeight)TransPainter(GCInterface gc, TransMeta transMeta, org.pentaho.di.core.gui.Point area, org.pentaho.di.core.gui.ScrollBarInterface hori, org.pentaho.di.core.gui.ScrollBarInterface vert, TransHopMeta candidate, org.pentaho.di.core.gui.Point drop_candidate, org.pentaho.di.core.gui.Rectangle selrect, List<AreaOwner> areaOwners, List<StepMeta> mouseOverSteps, int iconsize, int linewidth, int gridsize, int shadowSize, boolean antiAliasing, String noteFontName, int noteFontHeight, Trans trans, boolean slowStepIndicatorEnabled)TransPainterExtension(GCInterface gc, boolean shadow, List<AreaOwner> areaOwners, TransMeta transMeta, StepMeta stepMeta, TransHopMeta transHop, int x1, int y1, int x2, int y2, int mx, int my, org.pentaho.di.core.gui.Point offset, int iconsize)
-