|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransHopMeta | |
---|---|
org.pentaho.di.repository.kdr.delegates | |
org.pentaho.di.trans | This package contains the classes needed to define and execute transformations. |
org.pentaho.di.ui.spoon | This package contains the classes needed by Spoon. |
org.pentaho.di.ui.spoon.trans | |
org.pentaho.di.ui.trans.dialog |
Uses of TransHopMeta in org.pentaho.di.repository.kdr.delegates |
---|
Methods in org.pentaho.di.repository.kdr.delegates that return TransHopMeta | |
---|---|
TransHopMeta |
KettleDatabaseRepositoryTransDelegate.loadTransHopMeta(ObjectId id_trans_hop,
List<StepMeta> steps)
|
Methods in org.pentaho.di.repository.kdr.delegates with parameters of type TransHopMeta | |
---|---|
void |
KettleDatabaseRepositoryTransDelegate.saveTransHopMeta(TransHopMeta transHopMeta,
ObjectId id_transformation)
|
Uses of TransHopMeta in org.pentaho.di.trans |
---|
Methods in org.pentaho.di.trans that return TransHopMeta | |
---|---|
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. |
Methods in org.pentaho.di.trans with parameters of type TransHopMeta | |
---|---|
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. |
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.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 | |
---|---|
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)
|
Uses of TransHopMeta in org.pentaho.di.ui.spoon |
---|
Methods in org.pentaho.di.ui.spoon with parameters of type TransHopMeta | |
---|---|
boolean |
Spoon.checkIfHopAlreadyExists(TransMeta transMeta,
TransHopMeta newHop)
|
void |
Spoon.delHop(TransMeta transMeta,
TransHopMeta transHopMeta)
|
void |
Spoon.editHop(TransMeta transMeta,
TransHopMeta transHopMeta)
|
void |
Spoon.newHop(TransMeta transMeta,
TransHopMeta transHopMeta)
|
boolean |
Spoon.performNewTransHopChecks(TransMeta transMeta,
TransHopMeta newHop)
|
Uses of TransHopMeta in org.pentaho.di.ui.spoon.trans |
---|
Methods in org.pentaho.di.ui.spoon.trans that return TransHopMeta | |
---|---|
TransHopMeta |
TransGraph.getCurrentHop()
|
Methods in org.pentaho.di.ui.spoon.trans with parameters of type TransHopMeta | |
---|---|
void |
TransGraph.setCurrentHop(TransHopMeta currentHop)
|
Uses of TransHopMeta in org.pentaho.di.ui.trans.dialog |
---|
Constructors in org.pentaho.di.ui.trans.dialog with parameters of type TransHopMeta | |
---|---|
TransHopDialog(Shell parent,
int style,
TransHopMeta transHopMeta,
TransMeta tr)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |