| Package | Description | 
|---|---|
| org.pentaho.di.repository.kdr.delegates | |
| org.pentaho.di.trans | 
| Modifier and Type | Method and Description | 
|---|---|
TransHopMeta | 
KettleDatabaseRepositoryTransDelegate.loadTransHopMeta(ObjectId id_trans_hop,
                List<StepMeta> steps)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
KettleDatabaseRepositoryTransDelegate.saveTransHopMeta(TransHopMeta transHopMeta,
                ObjectId id_transformation)  | 
| Modifier and Type | Field and Description | 
|---|---|
TransHopMeta | 
TransPainterExtension.transHop  | 
| Modifier and Type | Field and Description | 
|---|---|
protected List<TransHopMeta> | 
TransMeta.hops
The list of hops associated with the transformation. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
TransHopMeta | 
TransMeta.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. 
 | 
TransHopMeta | 
TransMeta.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. 
 | 
TransHopMeta | 
TransMeta.findTransHop(String name)
Searches the list of hops for a hop with a certain name. 
 | 
TransHopMeta | 
TransMeta.findTransHop(TransHopMeta hi)
Find a certain hop in the transformation. 
 | 
TransHopMeta | 
TransMeta.findTransHopFrom(StepMeta fromstep)
Search all hops for a hop where a certain step is at the start. 
 | 
TransHopMeta | 
TransMeta.findTransHopTo(StepMeta tostep)
Search all hops for a hop where a certain step is at the end. 
 | 
TransHopMeta | 
TransMeta.getTransHop(int i)
Retrieves a hop on a certain location (i.e. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<TransHopMeta> | 
TransMeta.findAllTransHopFrom(StepMeta fromstep)  | 
List<TransHopMeta> | 
TransMeta.getTransHops()
Get a list of defined hops in this transformation. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TransMeta.addTransHop(int p,
           TransHopMeta hi)
Add a new hop to the transformation on a certain location (i.e. 
 | 
void | 
TransMeta.addTransHop(TransHopMeta hi)
Add a new hop to the transformation. 
 | 
int | 
TransHopMeta.compareTo(TransHopMeta obj)
Compare 2 hops. 
 | 
protected void | 
TransPainter.drawArrow(PrimitiveGCInterface.EImage arrow,
         int x1,
         int y1,
         int x2,
         int y2,
         double theta,
         int size,
         double factor,
         TransHopMeta transHop,
         Object startObject,
         Object endObject)  | 
TransHopMeta | 
TransMeta.findTransHop(TransHopMeta hi)
Find a certain hop in the transformation. 
 | 
int | 
TransMeta.indexOfTransHop(TransHopMeta hi)
Finds the location (index) of the specified hop. 
 | 
void | 
TransMeta.removeTransHop(TransHopMeta hop)
Removes a hop from the transformation. 
 | 
void | 
TransMeta.setTransHop(int i,
           TransHopMeta hi)
Changes the content of a hop on a certain position. 
 | 
| Constructor and Description | 
|---|
TransPainter(GCInterface gc,
            TransMeta transMeta,
            Point area,
            ScrollBarInterface hori,
            ScrollBarInterface vert,
            TransHopMeta candidate,
            Point drop_candidate,
            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,
            Point area,
            ScrollBarInterface hori,
            ScrollBarInterface vert,
            TransHopMeta candidate,
            Point drop_candidate,
            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,
                     Point offset,
                     int iconsize)  | 
Copyright © 2020 Hitachi Vantara. All rights reserved.