|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransDebugMeta | |
---|---|
org.pentaho.di.trans | This package contains the classes needed to define and execute transformations. |
org.pentaho.di.trans.debug | |
org.pentaho.di.ui.spoon.trans | |
org.pentaho.di.ui.trans.debug | |
org.pentaho.di.ui.trans.dialog |
Uses of TransDebugMeta in org.pentaho.di.trans |
---|
Methods in org.pentaho.di.trans that return TransDebugMeta | |
---|---|
TransDebugMeta |
TransExecutionConfiguration.getTransDebugMeta()
|
Methods in org.pentaho.di.trans with parameters of type TransDebugMeta | |
---|---|
void |
TransExecutionConfiguration.setTransDebugMeta(TransDebugMeta transDebugMeta)
|
Uses of TransDebugMeta in org.pentaho.di.trans.debug |
---|
Methods in org.pentaho.di.trans.debug with parameters of type TransDebugMeta | |
---|---|
void |
BreakPointListener.breakPointHit(TransDebugMeta transDebugMeta,
StepDebugMeta stepDebugMeta,
RowMetaInterface rowBufferMeta,
List<Object[]> rowBuffer)
|
void |
StepDebugMeta.fireBreakPointListeners(TransDebugMeta transDebugMeta)
|
Uses of TransDebugMeta in org.pentaho.di.ui.spoon.trans |
---|
Methods in org.pentaho.di.ui.spoon.trans that return TransDebugMeta | |
---|---|
TransDebugMeta |
TransGraph.getLastTransDebugMeta()
|
Methods in org.pentaho.di.ui.spoon.trans with parameters of type TransDebugMeta | |
---|---|
void |
TransGraph.debug(TransExecutionConfiguration executionConfiguration,
TransDebugMeta transDebugMeta)
|
void |
TransGraph.showPreview(TransDebugMeta transDebugMeta,
StepDebugMeta stepDebugMeta,
RowMetaInterface rowBufferMeta,
List<Object[]> rowBuffer)
|
Uses of TransDebugMeta in org.pentaho.di.ui.trans.debug |
---|
Constructors in org.pentaho.di.ui.trans.debug with parameters of type TransDebugMeta | |
---|---|
TransDebugDialog(Shell parent,
TransDebugMeta transDebugMeta)
|
Uses of TransDebugMeta in org.pentaho.di.ui.trans.dialog |
---|
Methods in org.pentaho.di.ui.trans.dialog that return TransDebugMeta | |
---|---|
TransDebugMeta |
TransPreviewProgressDialog.getTransDebugMeta()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |