| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Trans in org.pentaho.di.core.util | 
|---|
| Constructors in org.pentaho.di.core.util with parameters of type Trans | |
|---|---|
AbstractStep(StepMeta stepMeta,
             StepDataInterface stepDataInterface,
             int copyNr,
             TransMeta transMeta,
             Trans trans)
Constructor.  | 
|
| Uses of Trans in org.pentaho.di.job.entries.trans | 
|---|
| Methods in org.pentaho.di.job.entries.trans that return Trans | |
|---|---|
 Trans | 
JobEntryTrans.getTrans()
 | 
| Uses of Trans in org.pentaho.di.trans | 
|---|
| Methods in org.pentaho.di.trans that return Trans | |
|---|---|
 Trans | 
Trans.getParentTrans()
 | 
| Methods in org.pentaho.di.trans that return types with arguments of type Trans | |
|---|---|
 Map<String,Trans> | 
Trans.getActiveSubtransformations()
 | 
| Methods in org.pentaho.di.trans with parameters of type Trans | |
|---|---|
 void | 
Trans.setParentTrans(Trans parentTrans)
 | 
 void | 
TransListener.transActive(Trans trans)
This transformation went from an in-active to an active state.  | 
 void | 
TransAdapter.transActive(Trans trans)
 | 
 void | 
TransListener.transFinished(Trans trans)
The transformation has finished.  | 
 void | 
TransAdapter.transFinished(Trans trans)
 | 
 void | 
TransListener.transIdle(Trans trans)
The transformation went from an active to an inactive state.  | 
 void | 
TransAdapter.transIdle(Trans trans)
 | 
 void | 
TransStoppedListener.transStopped(Trans trans)
 | 
| Constructors in org.pentaho.di.trans with parameters of type Trans | |
|---|---|
SingleThreadedTransExecutor(Trans trans)
 | 
|
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 Trans in org.pentaho.di.trans.debug | 
|---|
| Methods in org.pentaho.di.trans.debug with parameters of type Trans | |
|---|---|
 void | 
TransDebugMeta.addRowListenersToTransformation(Trans trans)
 | 
| Uses of Trans in org.pentaho.di.trans.step | 
|---|
| Methods in org.pentaho.di.trans.step that return Trans | |
|---|---|
 Trans | 
BaseStep.getDispatcher()
 | 
 Trans | 
StepInterface.getTrans()
 | 
 Trans | 
BaseStep.getTrans()
 | 
| Methods in org.pentaho.di.trans.step with parameters of type Trans | |
|---|---|
 StepInterface | 
StepMetaInterface.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int copyNr,
        TransMeta transMeta,
        Trans trans)
Get the executing step, needed by Trans to launch a step.  | 
 void | 
StepListener.stepActive(Trans trans,
           StepMeta stepMeta,
           StepInterface step)
This method is called when a step goes from being idle to being active.  | 
 void | 
StepListener.stepFinished(Trans trans,
             StepMeta stepMeta,
             StepInterface step)
This method is called when a step completes all work and is finished.  | 
 void | 
StepListener.stepIdle(Trans trans,
         StepMeta stepMeta,
         StepInterface step)
This method is called when a step goes from being active to being idle.  | 
| Constructors in org.pentaho.di.trans.step with parameters of type Trans | |
|---|---|
BaseStep(StepMeta stepMeta,
         StepDataInterface stepDataInterface,
         int copyNr,
         TransMeta transMeta,
         Trans trans)
This is the base step that forms that basis for all steps.  | 
|
| Uses of Trans in org.pentaho.di.trans.steps.abort | 
|---|
| Methods in org.pentaho.di.trans.steps.abort with parameters of type Trans | |
|---|---|
 StepInterface | 
AbortMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int copyNr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.abort with parameters of type Trans | |
|---|---|
Abort(StepMeta stepMeta,
      StepDataInterface stepDataInterface,
      int copyNr,
      TransMeta transMeta,
      Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.accessinput | 
|---|
| Methods in org.pentaho.di.trans.steps.accessinput with parameters of type Trans | |
|---|---|
 StepInterface | 
AccessInputMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta tr,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.accessinput with parameters of type Trans | |
|---|---|
AccessInput(StepMeta stepMeta,
            StepDataInterface stepDataInterface,
            int copyNr,
            TransMeta transMeta,
            Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.accessoutput | 
|---|
| Methods in org.pentaho.di.trans.steps.accessoutput with parameters of type Trans | |
|---|---|
 StepInterface | 
AccessOutputMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.accessoutput with parameters of type Trans | |
|---|---|
AccessOutput(StepMeta stepMeta,
             StepDataInterface stepDataInterface,
             int copyNr,
             TransMeta transMeta,
             Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.addsequence | 
|---|
| Methods in org.pentaho.di.trans.steps.addsequence with parameters of type Trans | |
|---|---|
 StepInterface | 
AddSequenceMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.addsequence with parameters of type Trans | |
|---|---|
AddSequence(StepMeta stepMeta,
            StepDataInterface stepDataInterface,
            int copyNr,
            TransMeta transMeta,
            Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.addxml | 
|---|
| Methods in org.pentaho.di.trans.steps.addxml with parameters of type Trans | |
|---|---|
 StepInterface | 
AddXMLMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.addxml with parameters of type Trans | |
|---|---|
AddXML(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int copyNr,
       TransMeta transMeta,
       Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.aggregaterows | 
|---|
| Methods in org.pentaho.di.trans.steps.aggregaterows with parameters of type Trans | |
|---|---|
 StepInterface | 
AggregateRowsMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.aggregaterows with parameters of type Trans | |
|---|---|
AggregateRows(StepMeta stepMeta,
              StepDataInterface stepDataInterface,
              int copyNr,
              TransMeta transMeta,
              Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.analyticquery | 
|---|
| Methods in org.pentaho.di.trans.steps.analyticquery with parameters of type Trans | |
|---|---|
 StepInterface | 
AnalyticQueryMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.analyticquery with parameters of type Trans | |
|---|---|
AnalyticQuery(StepMeta stepMeta,
              StepDataInterface stepDataInterface,
              int copyNr,
              TransMeta transMeta,
              Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.append | 
|---|
| Methods in org.pentaho.di.trans.steps.append with parameters of type Trans | |
|---|---|
 StepInterface | 
AppendMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta tr,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.append with parameters of type Trans | |
|---|---|
Append(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int copyNr,
       TransMeta transMeta,
       Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.autodoc | 
|---|
| Methods in org.pentaho.di.trans.steps.autodoc with parameters of type Trans | |
|---|---|
 StepInterface | 
AutoDocMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta tr,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.autodoc with parameters of type Trans | |
|---|---|
AutoDoc(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int copyNr,
        TransMeta transMeta,
        Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.blockingstep | 
|---|
| Methods in org.pentaho.di.trans.steps.blockingstep with parameters of type Trans | |
|---|---|
 StepInterface | 
BlockingStepMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int copyNr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.blockingstep with parameters of type Trans | |
|---|---|
BlockingStep(StepMeta stepMeta,
             StepDataInterface stepDataInterface,
             int copyNr,
             TransMeta transMeta,
             Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.blockuntilstepsfinish | 
|---|
| Methods in org.pentaho.di.trans.steps.blockuntilstepsfinish with parameters of type Trans | |
|---|---|
 StepInterface | 
BlockUntilStepsFinishMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta tr,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.blockuntilstepsfinish with parameters of type Trans | |
|---|---|
BlockUntilStepsFinish(StepMeta stepMeta,
                      StepDataInterface stepDataInterface,
                      int copyNr,
                      TransMeta transMeta,
                      Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.calculator | 
|---|
| Methods in org.pentaho.di.trans.steps.calculator with parameters of type Trans | |
|---|---|
 StepInterface | 
CalculatorMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta tr,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.calculator with parameters of type Trans | |
|---|---|
Calculator(StepMeta stepMeta,
           StepDataInterface stepDataInterface,
           int copyNr,
           TransMeta transMeta,
           Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.changefileencoding | 
|---|
| Methods in org.pentaho.di.trans.steps.changefileencoding with parameters of type Trans | |
|---|---|
 StepInterface | 
ChangeFileEncodingMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.changefileencoding with parameters of type Trans | |
|---|---|
ChangeFileEncoding(StepMeta stepMeta,
                   StepDataInterface stepDataInterface,
                   int copyNr,
                   TransMeta transMeta,
                   Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.checksum | 
|---|
| Methods in org.pentaho.di.trans.steps.checksum with parameters of type Trans | |
|---|---|
 StepInterface | 
CheckSumMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta tr,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.checksum with parameters of type Trans | |
|---|---|
CheckSum(StepMeta stepMeta,
         StepDataInterface stepDataInterface,
         int copyNr,
         TransMeta transMeta,
         Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.clonerow | 
|---|
| Methods in org.pentaho.di.trans.steps.clonerow with parameters of type Trans | |
|---|---|
 StepInterface | 
CloneRowMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta tr,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.clonerow with parameters of type Trans | |
|---|---|
CloneRow(StepMeta stepMeta,
         StepDataInterface stepDataInterface,
         int copyNr,
         TransMeta transMeta,
         Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.closure | 
|---|
| Methods in org.pentaho.di.trans.steps.closure with parameters of type Trans | |
|---|---|
 StepInterface | 
ClosureGeneratorMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.closure with parameters of type Trans | |
|---|---|
ClosureGenerator(StepMeta stepMeta,
                 StepDataInterface stepDataInterface,
                 int copyNr,
                 TransMeta transMeta,
                 Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.columnexists | 
|---|
| Methods in org.pentaho.di.trans.steps.columnexists with parameters of type Trans | |
|---|---|
 StepInterface | 
ColumnExistsMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.columnexists with parameters of type Trans | |
|---|---|
ColumnExists(StepMeta stepMeta,
             StepDataInterface stepDataInterface,
             int copyNr,
             TransMeta transMeta,
             Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.combinationlookup | 
|---|
| Methods in org.pentaho.di.trans.steps.combinationlookup with parameters of type Trans | |
|---|---|
 StepInterface | 
CombinationLookupMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.combinationlookup with parameters of type Trans | |
|---|---|
CombinationLookup(StepMeta stepMeta,
                  StepDataInterface stepDataInterface,
                  int copyNr,
                  TransMeta transMeta,
                  Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.constant | 
|---|
| Methods in org.pentaho.di.trans.steps.constant with parameters of type Trans | |
|---|---|
 StepInterface | 
ConstantMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.constant with parameters of type Trans | |
|---|---|
Constant(StepMeta stepMeta,
         StepDataInterface stepDataInterface,
         int copyNr,
         TransMeta transMeta,
         Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.creditcardvalidator | 
|---|
| Methods in org.pentaho.di.trans.steps.creditcardvalidator with parameters of type Trans | |
|---|---|
 StepInterface | 
CreditCardValidatorMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.creditcardvalidator with parameters of type Trans | |
|---|---|
CreditCardValidator(StepMeta stepMeta,
                    StepDataInterface stepDataInterface,
                    int copyNr,
                    TransMeta transMeta,
                    Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.csvinput | 
|---|
| Methods in org.pentaho.di.trans.steps.csvinput with parameters of type Trans | |
|---|---|
 StepInterface | 
CsvInputMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta tr,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.csvinput with parameters of type Trans | |
|---|---|
CsvInput(StepMeta stepMeta,
         StepDataInterface stepDataInterface,
         int copyNr,
         TransMeta transMeta,
         Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.cubeinput | 
|---|
| Methods in org.pentaho.di.trans.steps.cubeinput with parameters of type Trans | |
|---|---|
 StepInterface | 
CubeInputMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta tr,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.cubeinput with parameters of type Trans | |
|---|---|
CubeInput(StepMeta stepMeta,
          StepDataInterface stepDataInterface,
          int copyNr,
          TransMeta transMeta,
          Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.cubeoutput | 
|---|
| Methods in org.pentaho.di.trans.steps.cubeoutput with parameters of type Trans | |
|---|---|
 StepInterface | 
CubeOutputMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.cubeoutput with parameters of type Trans | |
|---|---|
CubeOutput(StepMeta stepMeta,
           StepDataInterface stepDataInterface,
           int copyNr,
           TransMeta transMeta,
           Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.databasejoin | 
|---|
| Methods in org.pentaho.di.trans.steps.databasejoin with parameters of type Trans | |
|---|---|
 StepInterface | 
DatabaseJoinMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta tr,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.databasejoin with parameters of type Trans | |
|---|---|
DatabaseJoin(StepMeta stepMeta,
             StepDataInterface stepDataInterface,
             int copyNr,
             TransMeta transMeta,
             Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.databaselookup | 
|---|
| Methods in org.pentaho.di.trans.steps.databaselookup with parameters of type Trans | |
|---|---|
 StepInterface | 
DatabaseLookupMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.databaselookup with parameters of type Trans | |
|---|---|
DatabaseLookup(StepMeta stepMeta,
               StepDataInterface stepDataInterface,
               int copyNr,
               TransMeta transMeta,
               Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.datagrid | 
|---|
| Methods in org.pentaho.di.trans.steps.datagrid with parameters of type Trans | |
|---|---|
 StepInterface | 
DataGridMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.datagrid with parameters of type Trans | |
|---|---|
DataGrid(StepMeta stepMeta,
         StepDataInterface stepDataInterface,
         int copyNr,
         TransMeta transMeta,
         Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.dbproc | 
|---|
| Methods in org.pentaho.di.trans.steps.dbproc with parameters of type Trans | |
|---|---|
 StepInterface | 
DBProcMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.dbproc with parameters of type Trans | |
|---|---|
DBProc(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int copyNr,
       TransMeta transMeta,
       Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.delay | 
|---|
| Methods in org.pentaho.di.trans.steps.delay with parameters of type Trans | |
|---|---|
 StepInterface | 
DelayMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta tr,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.delay with parameters of type Trans | |
|---|---|
Delay(StepMeta stepMeta,
      StepDataInterface stepDataInterface,
      int copyNr,
      TransMeta transMeta,
      Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.delete | 
|---|
| Methods in org.pentaho.di.trans.steps.delete with parameters of type Trans | |
|---|---|
 StepInterface | 
DeleteMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta tr,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.delete with parameters of type Trans | |
|---|---|
Delete(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int copyNr,
       TransMeta transMeta,
       Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.denormaliser | 
|---|
| Methods in org.pentaho.di.trans.steps.denormaliser with parameters of type Trans | |
|---|---|
 StepInterface | 
DenormaliserMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.denormaliser with parameters of type Trans | |
|---|---|
Denormaliser(StepMeta stepMeta,
             StepDataInterface stepDataInterface,
             int copyNr,
             TransMeta transMeta,
             Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.detectemptystream | 
|---|
| Methods in org.pentaho.di.trans.steps.detectemptystream with parameters of type Trans | |
|---|---|
 StepInterface | 
DetectEmptyStreamMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta tr,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.detectemptystream with parameters of type Trans | |
|---|---|
DetectEmptyStream(StepMeta stepMeta,
                  StepDataInterface stepDataInterface,
                  int copyNr,
                  TransMeta transMeta,
                  Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.detectlastrow | 
|---|
| Methods in org.pentaho.di.trans.steps.detectlastrow with parameters of type Trans | |
|---|---|
 StepInterface | 
DetectLastRowMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.detectlastrow with parameters of type Trans | |
|---|---|
DetectLastRow(StepMeta stepMeta,
              StepDataInterface stepDataInterface,
              int copyNr,
              TransMeta transMeta,
              Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.dimensionlookup | 
|---|
| Methods in org.pentaho.di.trans.steps.dimensionlookup with parameters of type Trans | |
|---|---|
 StepInterface | 
DimensionLookupMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta tr,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.dimensionlookup with parameters of type Trans | |
|---|---|
DimensionLookup(StepMeta stepMeta,
                StepDataInterface stepDataInterface,
                int copyNr,
                TransMeta transMeta,
                Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.dummytrans | 
|---|
| Methods in org.pentaho.di.trans.steps.dummytrans with parameters of type Trans | |
|---|---|
 StepInterface | 
DummyTransMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta tr,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.dummytrans with parameters of type Trans | |
|---|---|
DummyTrans(StepMeta stepMeta,
           StepDataInterface stepDataInterface,
           int copyNr,
           TransMeta transMeta,
           Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.dynamicsqlrow | 
|---|
| Methods in org.pentaho.di.trans.steps.dynamicsqlrow with parameters of type Trans | |
|---|---|
 StepInterface | 
DynamicSQLRowMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta tr,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.dynamicsqlrow with parameters of type Trans | |
|---|---|
DynamicSQLRow(StepMeta stepMeta,
              StepDataInterface stepDataInterface,
              int copyNr,
              TransMeta transMeta,
              Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.elasticsearchbulk | 
|---|
| Methods in org.pentaho.di.trans.steps.elasticsearchbulk with parameters of type Trans | |
|---|---|
 StepInterface | 
ElasticSearchBulkMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.elasticsearchbulk with parameters of type Trans | |
|---|---|
ElasticSearchBulk(StepMeta stepMeta,
                  StepDataInterface stepDataInterface,
                  int copyNr,
                  TransMeta transMeta,
                  Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.excelinput | 
|---|
| Methods in org.pentaho.di.trans.steps.excelinput with parameters of type Trans | |
|---|---|
 StepInterface | 
ExcelInputMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.excelinput with parameters of type Trans | |
|---|---|
ExcelInput(StepMeta stepMeta,
           StepDataInterface stepDataInterface,
           int copyNr,
           TransMeta transMeta,
           Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.exceloutput | 
|---|
| Methods in org.pentaho.di.trans.steps.exceloutput with parameters of type Trans | |
|---|---|
 StepInterface | 
ExcelOutputMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.exceloutput with parameters of type Trans | |
|---|---|
ExcelOutput(StepMeta stepMeta,
            StepDataInterface stepDataInterface,
            int copyNr,
            TransMeta transMeta,
            Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.excelwriter | 
|---|
| Methods in org.pentaho.di.trans.steps.excelwriter with parameters of type Trans | |
|---|---|
 StepInterface | 
ExcelWriterStepMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.excelwriter with parameters of type Trans | |
|---|---|
ExcelWriterStep(StepMeta s,
                StepDataInterface stepDataInterface,
                int c,
                TransMeta t,
                Trans dis)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.execprocess | 
|---|
| Methods in org.pentaho.di.trans.steps.execprocess with parameters of type Trans | |
|---|---|
 StepInterface | 
ExecProcessMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.execprocess with parameters of type Trans | |
|---|---|
ExecProcess(StepMeta stepMeta,
            StepDataInterface stepDataInterface,
            int copyNr,
            TransMeta transMeta,
            Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.execsqlrow | 
|---|
| Methods in org.pentaho.di.trans.steps.execsqlrow with parameters of type Trans | |
|---|---|
 StepInterface | 
ExecSQLRowMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.execsqlrow with parameters of type Trans | |
|---|---|
ExecSQLRow(StepMeta stepMeta,
           StepDataInterface stepDataInterface,
           int copyNr,
           TransMeta transMeta,
           Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.fieldschangesequence | 
|---|
| Methods in org.pentaho.di.trans.steps.fieldschangesequence with parameters of type Trans | |
|---|---|
 StepInterface | 
FieldsChangeSequenceMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.fieldschangesequence with parameters of type Trans | |
|---|---|
FieldsChangeSequence(StepMeta stepMeta,
                     StepDataInterface stepDataInterface,
                     int copyNr,
                     TransMeta transMeta,
                     Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.fieldsplitter | 
|---|
| Methods in org.pentaho.di.trans.steps.fieldsplitter with parameters of type Trans | |
|---|---|
 StepInterface | 
FieldSplitterMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.fieldsplitter with parameters of type Trans | |
|---|---|
FieldSplitter(StepMeta stepMeta,
              StepDataInterface stepDataInterface,
              int copyNr,
              TransMeta transMeta,
              Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.fileexists | 
|---|
| Methods in org.pentaho.di.trans.steps.fileexists with parameters of type Trans | |
|---|---|
 StepInterface | 
FileExistsMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.fileexists with parameters of type Trans | |
|---|---|
FileExists(StepMeta stepMeta,
           StepDataInterface stepDataInterface,
           int copyNr,
           TransMeta transMeta,
           Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.filelocked | 
|---|
| Methods in org.pentaho.di.trans.steps.filelocked with parameters of type Trans | |
|---|---|
 StepInterface | 
FileLockedMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.filelocked with parameters of type Trans | |
|---|---|
FileLocked(StepMeta stepMeta,
           StepDataInterface stepDataInterface,
           int copyNr,
           TransMeta transMeta,
           Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.filesfromresult | 
|---|
| Methods in org.pentaho.di.trans.steps.filesfromresult with parameters of type Trans | |
|---|---|
 StepInterface | 
FilesFromResultMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.filesfromresult with parameters of type Trans | |
|---|---|
FilesFromResult(StepMeta stepMeta,
                StepDataInterface stepDataInterface,
                int copyNr,
                TransMeta transMeta,
                Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.filestoresult | 
|---|
| Methods in org.pentaho.di.trans.steps.filestoresult with parameters of type Trans | |
|---|---|
 StepInterface | 
FilesToResultMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta tr,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.filestoresult with parameters of type Trans | |
|---|---|
FilesToResult(StepMeta stepMeta,
              StepDataInterface stepDataInterface,
              int copyNr,
              TransMeta transMeta,
              Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.filterrows | 
|---|
| Methods in org.pentaho.di.trans.steps.filterrows with parameters of type Trans | |
|---|---|
 StepInterface | 
FilterRowsMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta tr,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.filterrows with parameters of type Trans | |
|---|---|
FilterRows(StepMeta stepMeta,
           StepDataInterface stepDataInterface,
           int copyNr,
           TransMeta transMeta,
           Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.fixedinput | 
|---|
| Methods in org.pentaho.di.trans.steps.fixedinput with parameters of type Trans | |
|---|---|
 StepInterface | 
FixedInputMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta tr,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.fixedinput with parameters of type Trans | |
|---|---|
FixedInput(StepMeta stepMeta,
           StepDataInterface stepDataInterface,
           int copyNr,
           TransMeta transMeta,
           Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.flattener | 
|---|
| Methods in org.pentaho.di.trans.steps.flattener with parameters of type Trans | |
|---|---|
 StepInterface | 
FlattenerMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.flattener with parameters of type Trans | |
|---|---|
Flattener(StepMeta stepMeta,
          StepDataInterface stepDataInterface,
          int copyNr,
          TransMeta transMeta,
          Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.formula | 
|---|
| Methods in org.pentaho.di.trans.steps.formula with parameters of type Trans | |
|---|---|
 StepInterface | 
FormulaMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta tr,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.formula with parameters of type Trans | |
|---|---|
Formula(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int copyNr,
        TransMeta transMeta,
        Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.fuzzymatch | 
|---|
| Methods in org.pentaho.di.trans.steps.fuzzymatch with parameters of type Trans | |
|---|---|
 StepInterface | 
FuzzyMatchMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.fuzzymatch with parameters of type Trans | |
|---|---|
FuzzyMatch(StepMeta stepMeta,
           StepDataInterface stepDataInterface,
           int copyNr,
           TransMeta transMeta,
           Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.getfilenames | 
|---|
| Methods in org.pentaho.di.trans.steps.getfilenames with parameters of type Trans | |
|---|---|
 StepInterface | 
GetFileNamesMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.getfilenames with parameters of type Trans | |
|---|---|
GetFileNames(StepMeta stepMeta,
             StepDataInterface stepDataInterface,
             int copyNr,
             TransMeta transMeta,
             Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.getfilesrowscount | 
|---|
| Methods in org.pentaho.di.trans.steps.getfilesrowscount with parameters of type Trans | |
|---|---|
 StepInterface | 
GetFilesRowsCountMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta tr,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.getfilesrowscount with parameters of type Trans | |
|---|---|
GetFilesRowsCount(StepMeta stepMeta,
                  StepDataInterface stepDataInterface,
                  int copyNr,
                  TransMeta transMeta,
                  Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.getpreviousrowfield | 
|---|
| Methods in org.pentaho.di.trans.steps.getpreviousrowfield with parameters of type Trans | |
|---|---|
 StepInterface | 
GetPreviousRowFieldMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.getpreviousrowfield with parameters of type Trans | |
|---|---|
GetPreviousRowField(StepMeta stepMeta,
                    StepDataInterface stepDataInterface,
                    int copyNr,
                    TransMeta transMeta,
                    Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.getrepositorynames | 
|---|
| Methods in org.pentaho.di.trans.steps.getrepositorynames with parameters of type Trans | |
|---|---|
 StepInterface | 
GetRepositoryNamesMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.getrepositorynames with parameters of type Trans | |
|---|---|
GetRepositoryNames(StepMeta stepMeta,
                   StepDataInterface stepDataInterface,
                   int copyNr,
                   TransMeta transMeta,
                   Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.getslavesequence | 
|---|
| Methods in org.pentaho.di.trans.steps.getslavesequence with parameters of type Trans | |
|---|---|
 StepInterface | 
GetSlaveSequenceMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.getslavesequence with parameters of type Trans | |
|---|---|
GetSlaveSequence(StepMeta stepMeta,
                 StepDataInterface stepDataInterface,
                 int copyNr,
                 TransMeta transMeta,
                 Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.getsubfolders | 
|---|
| Methods in org.pentaho.di.trans.steps.getsubfolders with parameters of type Trans | |
|---|---|
 StepInterface | 
GetSubFoldersMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.getsubfolders with parameters of type Trans | |
|---|---|
GetSubFolders(StepMeta stepMeta,
              StepDataInterface stepDataInterface,
              int copyNr,
              TransMeta transMeta,
              Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.gettablenames | 
|---|
| Methods in org.pentaho.di.trans.steps.gettablenames with parameters of type Trans | |
|---|---|
 StepInterface | 
GetTableNamesMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.gettablenames with parameters of type Trans | |
|---|---|
GetTableNames(StepMeta stepMeta,
              StepDataInterface stepDataInterface,
              int copyNr,
              TransMeta transMeta,
              Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.getvariable | 
|---|
| Methods in org.pentaho.di.trans.steps.getvariable with parameters of type Trans | |
|---|---|
 StepInterface | 
GetVariableMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.getvariable with parameters of type Trans | |
|---|---|
GetVariable(StepMeta stepMeta,
            StepDataInterface stepDataInterface,
            int copyNr,
            TransMeta transMeta,
            Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.getxmldata | 
|---|
| Methods in org.pentaho.di.trans.steps.getxmldata with parameters of type Trans | |
|---|---|
 StepInterface | 
GetXMLDataMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta tr,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.getxmldata with parameters of type Trans | |
|---|---|
GetXMLData(StepMeta stepMeta,
           StepDataInterface stepDataInterface,
           int copyNr,
           TransMeta transMeta,
           Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.googleanalytics | 
|---|
| Methods in org.pentaho.di.trans.steps.googleanalytics with parameters of type Trans | |
|---|---|
 StepInterface | 
GaInputStepMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans disp)
 | 
| Constructors in org.pentaho.di.trans.steps.googleanalytics with parameters of type Trans | |
|---|---|
GaInputStep(StepMeta s,
            StepDataInterface stepDataInterface,
            int c,
            TransMeta t,
            Trans dis)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.gpbulkloader | 
|---|
| Methods in org.pentaho.di.trans.steps.gpbulkloader with parameters of type Trans | |
|---|---|
 StepInterface | 
GPBulkLoaderMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.gpbulkloader with parameters of type Trans | |
|---|---|
GPBulkLoader(StepMeta stepMeta,
             StepDataInterface stepDataInterface,
             int copyNr,
             TransMeta transMeta,
             Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.groupby | 
|---|
| Methods in org.pentaho.di.trans.steps.groupby with parameters of type Trans | |
|---|---|
 StepInterface | 
GroupByMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.groupby with parameters of type Trans | |
|---|---|
GroupBy(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int copyNr,
        TransMeta transMeta,
        Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.http | 
|---|
| Methods in org.pentaho.di.trans.steps.http with parameters of type Trans | |
|---|---|
 StepInterface | 
HTTPMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.http with parameters of type Trans | |
|---|---|
HTTP(StepMeta stepMeta,
     StepDataInterface stepDataInterface,
     int copyNr,
     TransMeta transMeta,
     Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.httppost | 
|---|
| Methods in org.pentaho.di.trans.steps.httppost with parameters of type Trans | |
|---|---|
 StepInterface | 
HTTPPOSTMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.httppost with parameters of type Trans | |
|---|---|
HTTPPOST(StepMeta stepMeta,
         StepDataInterface stepDataInterface,
         int copyNr,
         TransMeta transMeta,
         Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.ifnull | 
|---|
| Methods in org.pentaho.di.trans.steps.ifnull with parameters of type Trans | |
|---|---|
 StepInterface | 
IfNullMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta tr,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.ifnull with parameters of type Trans | |
|---|---|
IfNull(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int copyNr,
       TransMeta transMeta,
       Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.infobrightoutput | 
|---|
| Methods in org.pentaho.di.trans.steps.infobrightoutput with parameters of type Trans | |
|---|---|
 StepInterface | 
InfobrightLoaderMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta tr,
        Trans trans)
Get the executing step, needed by Trans to launch a step.  | 
| Constructors in org.pentaho.di.trans.steps.infobrightoutput with parameters of type Trans | |
|---|---|
InfobrightLoader(StepMeta stepMeta,
                 StepDataInterface stepDataInterface,
                 int copyNr,
                 TransMeta transMeta,
                 Trans trans)
Standard constructor.  | 
|
| Uses of Trans in org.pentaho.di.trans.steps.injector | 
|---|
| Methods in org.pentaho.di.trans.steps.injector with parameters of type Trans | |
|---|---|
 StepInterface | 
InjectorMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.injector with parameters of type Trans | |
|---|---|
Injector(StepMeta stepMeta,
         StepDataInterface stepDataInterface,
         int copyNr,
         TransMeta transMeta,
         Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.insertupdate | 
|---|
| Methods in org.pentaho.di.trans.steps.insertupdate with parameters of type Trans | |
|---|---|
 StepInterface | 
InsertUpdateMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.insertupdate with parameters of type Trans | |
|---|---|
InsertUpdate(StepMeta stepMeta,
             StepDataInterface stepDataInterface,
             int copyNr,
             TransMeta transMeta,
             Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.ivwloader | 
|---|
| Methods in org.pentaho.di.trans.steps.ivwloader with parameters of type Trans | |
|---|---|
 StepInterface | 
IngresVectorwiseLoaderMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta tr,
        Trans trans)
Get the executing step, needed by Trans to launch a step.  | 
| Constructors in org.pentaho.di.trans.steps.ivwloader with parameters of type Trans | |
|---|---|
IngresVectorwiseLoader(StepMeta stepMeta,
                       StepDataInterface stepDataInterface,
                       int copyNr,
                       TransMeta transMeta,
                       Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.janino | 
|---|
| Methods in org.pentaho.di.trans.steps.janino with parameters of type Trans | |
|---|---|
 StepInterface | 
JaninoMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta tr,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.janino with parameters of type Trans | |
|---|---|
Janino(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int copyNr,
       TransMeta transMeta,
       Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.javafilter | 
|---|
| Methods in org.pentaho.di.trans.steps.javafilter with parameters of type Trans | |
|---|---|
 StepInterface | 
JavaFilterMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta tr,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.javafilter with parameters of type Trans | |
|---|---|
JavaFilter(StepMeta stepMeta,
           StepDataInterface stepDataInterface,
           int copyNr,
           TransMeta transMeta,
           Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.joinrows | 
|---|
| Methods in org.pentaho.di.trans.steps.joinrows with parameters of type Trans | |
|---|---|
 StepInterface | 
JoinRowsMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.joinrows with parameters of type Trans | |
|---|---|
JoinRows(StepMeta stepMeta,
         StepDataInterface stepDataInterface,
         int copyNr,
         TransMeta transMeta,
         Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.jsoninput | 
|---|
| Methods in org.pentaho.di.trans.steps.jsoninput with parameters of type Trans | |
|---|---|
 StepInterface | 
JsonInputMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta tr,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.jsoninput with parameters of type Trans | |
|---|---|
JsonInput(StepMeta stepMeta,
          StepDataInterface stepDataInterface,
          int copyNr,
          TransMeta transMeta,
          Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.jsonoutput | 
|---|
| Methods in org.pentaho.di.trans.steps.jsonoutput with parameters of type Trans | |
|---|---|
 StepInterface | 
JsonOutputMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.jsonoutput with parameters of type Trans | |
|---|---|
JsonOutput(StepMeta stepMeta,
           StepDataInterface stepDataInterface,
           int copyNr,
           TransMeta transMeta,
           Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.ldapinput | 
|---|
| Methods in org.pentaho.di.trans.steps.ldapinput with parameters of type Trans | |
|---|---|
 StepInterface | 
LDAPInputMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta tr,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.ldapinput with parameters of type Trans | |
|---|---|
LDAPInput(StepMeta stepMeta,
          StepDataInterface stepDataInterface,
          int copyNr,
          TransMeta transMeta,
          Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.ldapoutput | 
|---|
| Methods in org.pentaho.di.trans.steps.ldapoutput with parameters of type Trans | |
|---|---|
 StepInterface | 
LDAPOutputMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta tr,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.ldapoutput with parameters of type Trans | |
|---|---|
LDAPOutput(StepMeta stepMeta,
           StepDataInterface stepDataInterface,
           int copyNr,
           TransMeta transMeta,
           Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.ldifinput | 
|---|
| Methods in org.pentaho.di.trans.steps.ldifinput with parameters of type Trans | |
|---|---|
 StepInterface | 
LDIFInputMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta tr,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.ldifinput with parameters of type Trans | |
|---|---|
LDIFInput(StepMeta stepMeta,
          StepDataInterface stepDataInterface,
          int copyNr,
          TransMeta transMeta,
          Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.loadfileinput | 
|---|
| Methods in org.pentaho.di.trans.steps.loadfileinput with parameters of type Trans | |
|---|---|
 StepInterface | 
LoadFileInputMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.loadfileinput with parameters of type Trans | |
|---|---|
LoadFileInput(StepMeta stepMeta,
              StepDataInterface stepDataInterface,
              int copyNr,
              TransMeta transMeta,
              Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.luciddbbulkloader | 
|---|
| Methods in org.pentaho.di.trans.steps.luciddbbulkloader with parameters of type Trans | |
|---|---|
 StepInterface | 
LucidDBBulkLoaderMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.luciddbbulkloader with parameters of type Trans | |
|---|---|
LucidDBBulkLoader(StepMeta stepMeta,
                  StepDataInterface stepDataInterface,
                  int copyNr,
                  TransMeta transMeta,
                  Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.luciddbstreamingloader | 
|---|
| Methods in org.pentaho.di.trans.steps.luciddbstreamingloader with parameters of type Trans | |
|---|---|
 StepInterface | 
LucidDBStreamingLoaderMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.luciddbstreamingloader with parameters of type Trans | |
|---|---|
LucidDBStreamingLoader(StepMeta stepMeta,
                       StepDataInterface stepDataInterface,
                       int copyNr,
                       TransMeta transMeta,
                       Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.mail | 
|---|
| Methods in org.pentaho.di.trans.steps.mail with parameters of type Trans | |
|---|---|
 StepInterface | 
MailMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta tr,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.mail with parameters of type Trans | |
|---|---|
Mail(StepMeta stepMeta,
     StepDataInterface stepDataInterface,
     int copyNr,
     TransMeta transMeta,
     Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.mailinput | 
|---|
| Methods in org.pentaho.di.trans.steps.mailinput with parameters of type Trans | |
|---|---|
 StepInterface | 
MailInputMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta tr,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.mailinput with parameters of type Trans | |
|---|---|
MailInput(StepMeta stepMeta,
          StepDataInterface stepDataInterface,
          int copyNr,
          TransMeta transMeta,
          Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.mailvalidator | 
|---|
| Methods in org.pentaho.di.trans.steps.mailvalidator with parameters of type Trans | |
|---|---|
 StepInterface | 
MailValidatorMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.mailvalidator with parameters of type Trans | |
|---|---|
MailValidator(StepMeta stepMeta,
              StepDataInterface stepDataInterface,
              int copyNr,
              TransMeta transMeta,
              Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.mapping | 
|---|
| Fields in org.pentaho.di.trans.steps.mapping declared as Trans | |
|---|---|
 Trans | 
MappingData.mappingTrans
 | 
| Methods in org.pentaho.di.trans.steps.mapping that return Trans | |
|---|---|
 Trans | 
Mapping.getMappingTrans()
 | 
| Methods in org.pentaho.di.trans.steps.mapping with parameters of type Trans | |
|---|---|
 StepInterface | 
MappingMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta tr,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.mapping with parameters of type Trans | |
|---|---|
Mapping(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int copyNr,
        TransMeta transMeta,
        Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.mappinginput | 
|---|
| Methods in org.pentaho.di.trans.steps.mappinginput with parameters of type Trans | |
|---|---|
 StepInterface | 
MappingInputMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta tr,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.mappinginput with parameters of type Trans | |
|---|---|
MappingInput(StepMeta stepMeta,
             StepDataInterface stepDataInterface,
             int copyNr,
             TransMeta transMeta,
             Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.mappingoutput | 
|---|
| Methods in org.pentaho.di.trans.steps.mappingoutput with parameters of type Trans | |
|---|---|
 StepInterface | 
MappingOutputMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta tr,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.mappingoutput with parameters of type Trans | |
|---|---|
MappingOutput(StepMeta stepMeta,
              StepDataInterface stepDataInterface,
              int copyNr,
              TransMeta transMeta,
              Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.memgroupby | 
|---|
| Methods in org.pentaho.di.trans.steps.memgroupby with parameters of type Trans | |
|---|---|
 StepInterface | 
MemoryGroupByMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.memgroupby with parameters of type Trans | |
|---|---|
MemoryGroupBy(StepMeta stepMeta,
              StepDataInterface stepDataInterface,
              int copyNr,
              TransMeta transMeta,
              Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.mergejoin | 
|---|
| Methods in org.pentaho.di.trans.steps.mergejoin with parameters of type Trans | |
|---|---|
 StepInterface | 
MergeJoinMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta tr,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.mergejoin with parameters of type Trans | |
|---|---|
MergeJoin(StepMeta stepMeta,
          StepDataInterface stepDataInterface,
          int copyNr,
          TransMeta transMeta,
          Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.mergerows | 
|---|
| Methods in org.pentaho.di.trans.steps.mergerows with parameters of type Trans | |
|---|---|
 StepInterface | 
MergeRowsMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta tr,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.mergerows with parameters of type Trans | |
|---|---|
MergeRows(StepMeta stepMeta,
          StepDataInterface stepDataInterface,
          int copyNr,
          TransMeta transMeta,
          Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.metainject | 
|---|
| Methods in org.pentaho.di.trans.steps.metainject with parameters of type Trans | |
|---|---|
 StepInterface | 
MetaInjectMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta tr,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.metainject with parameters of type Trans | |
|---|---|
MetaInject(StepMeta stepMeta,
           StepDataInterface stepDataInterface,
           int copyNr,
           TransMeta transMeta,
           Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.mondrianinput | 
|---|
| Methods in org.pentaho.di.trans.steps.mondrianinput with parameters of type Trans | |
|---|---|
 StepInterface | 
MondrianInputMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.mondrianinput with parameters of type Trans | |
|---|---|
MondrianInput(StepMeta stepMeta,
              StepDataInterface stepDataInterface,
              int copyNr,
              TransMeta transMeta,
              Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.monetdbbulkloader | 
|---|
| Methods in org.pentaho.di.trans.steps.monetdbbulkloader with parameters of type Trans | |
|---|---|
 StepInterface | 
MonetDBBulkLoaderMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.monetdbbulkloader with parameters of type Trans | |
|---|---|
MonetDBBulkLoader(StepMeta stepMeta,
                  StepDataInterface stepDataInterface,
                  int copyNr,
                  TransMeta transMeta,
                  Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.multimerge | 
|---|
| Methods in org.pentaho.di.trans.steps.multimerge with parameters of type Trans | |
|---|---|
 StepInterface | 
MultiMergeJoinMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta tr,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.multimerge with parameters of type Trans | |
|---|---|
MultiMergeJoin(StepMeta stepMeta,
               StepDataInterface stepDataInterface,
               int copyNr,
               TransMeta transMeta,
               Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.mysqlbulkloader | 
|---|
| Methods in org.pentaho.di.trans.steps.mysqlbulkloader with parameters of type Trans | |
|---|---|
 StepInterface | 
MySQLBulkLoaderMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.mysqlbulkloader with parameters of type Trans | |
|---|---|
MySQLBulkLoader(StepMeta stepMeta,
                StepDataInterface stepDataInterface,
                int copyNr,
                TransMeta transMeta,
                Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.normaliser | 
|---|
| Methods in org.pentaho.di.trans.steps.normaliser with parameters of type Trans | |
|---|---|
 StepInterface | 
NormaliserMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.normaliser with parameters of type Trans | |
|---|---|
Normaliser(StepMeta stepMeta,
           StepDataInterface stepDataInterface,
           int copyNr,
           TransMeta transMeta,
           Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.nullif | 
|---|
| Methods in org.pentaho.di.trans.steps.nullif with parameters of type Trans | |
|---|---|
 StepInterface | 
NullIfMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.nullif with parameters of type Trans | |
|---|---|
NullIf(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int copyNr,
       TransMeta transMeta,
       Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.numberrange | 
|---|
| Methods in org.pentaho.di.trans.steps.numberrange with parameters of type Trans | |
|---|---|
 StepInterface | 
NumberRangeMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans disp)
 | 
| Constructors in org.pentaho.di.trans.steps.numberrange with parameters of type Trans | |
|---|---|
NumberRange(StepMeta s,
            StepDataInterface stepDataInterface,
            int c,
            TransMeta t,
            Trans dis)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.olapinput | 
|---|
| Methods in org.pentaho.di.trans.steps.olapinput with parameters of type Trans | |
|---|---|
 StepInterface | 
OlapInputMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.olapinput with parameters of type Trans | |
|---|---|
OlapInput(StepMeta stepMeta,
          StepDataInterface stepDataInterface,
          int copyNr,
          TransMeta transMeta,
          Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.orabulkloader | 
|---|
| Methods in org.pentaho.di.trans.steps.orabulkloader with parameters of type Trans | |
|---|---|
 StepInterface | 
OraBulkLoaderMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.orabulkloader with parameters of type Trans | |
|---|---|
OraBulkLoader(StepMeta stepMeta,
              StepDataInterface stepDataInterface,
              int copyNr,
              TransMeta transMeta,
              Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.parallelgzipcsv | 
|---|
| Methods in org.pentaho.di.trans.steps.parallelgzipcsv with parameters of type Trans | |
|---|---|
 StepInterface | 
ParGzipCsvInputMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta tr,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.parallelgzipcsv with parameters of type Trans | |
|---|---|
ParGzipCsvInput(StepMeta stepMeta,
                StepDataInterface stepDataInterface,
                int copyNr,
                TransMeta transMeta,
                Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.pentahoreporting | 
|---|
| Methods in org.pentaho.di.trans.steps.pentahoreporting with parameters of type Trans | |
|---|---|
 StepInterface | 
PentahoReportingOutputMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.pentahoreporting with parameters of type Trans | |
|---|---|
PentahoReportingOutput(StepMeta stepMeta,
                       StepDataInterface stepDataInterface,
                       int copyNr,
                       TransMeta transMeta,
                       Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.pgbulkloader | 
|---|
| Methods in org.pentaho.di.trans.steps.pgbulkloader with parameters of type Trans | |
|---|---|
 StepInterface | 
PGBulkLoaderMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.pgbulkloader with parameters of type Trans | |
|---|---|
PGBulkLoader(StepMeta stepMeta,
             StepDataInterface stepDataInterface,
             int copyNr,
             TransMeta transMeta,
             Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.prioritizestreams | 
|---|
| Methods in org.pentaho.di.trans.steps.prioritizestreams with parameters of type Trans | |
|---|---|
 StepInterface | 
PrioritizeStreamsMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta tr,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.prioritizestreams with parameters of type Trans | |
|---|---|
PrioritizeStreams(StepMeta stepMeta,
                  StepDataInterface stepDataInterface,
                  int copyNr,
                  TransMeta transMeta,
                  Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.processfiles | 
|---|
| Methods in org.pentaho.di.trans.steps.processfiles with parameters of type Trans | |
|---|---|
 StepInterface | 
ProcessFilesMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.processfiles with parameters of type Trans | |
|---|---|
ProcessFiles(StepMeta stepMeta,
             StepDataInterface stepDataInterface,
             int copyNr,
             TransMeta transMeta,
             Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.propertyinput | 
|---|
| Methods in org.pentaho.di.trans.steps.propertyinput with parameters of type Trans | |
|---|---|
 StepInterface | 
PropertyInputMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta tr,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.propertyinput with parameters of type Trans | |
|---|---|
PropertyInput(StepMeta stepMeta,
              StepDataInterface stepDataInterface,
              int copyNr,
              TransMeta transMeta,
              Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.propertyoutput | 
|---|
| Methods in org.pentaho.di.trans.steps.propertyoutput with parameters of type Trans | |
|---|---|
 StepInterface | 
PropertyOutputMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta tr,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.propertyoutput with parameters of type Trans | |
|---|---|
PropertyOutput(StepMeta stepMeta,
               StepDataInterface stepDataInterface,
               int copyNr,
               TransMeta transMeta,
               Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.randomccnumber | 
|---|
| Methods in org.pentaho.di.trans.steps.randomccnumber with parameters of type Trans | |
|---|---|
 StepInterface | 
RandomCCNumberGeneratorMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.randomccnumber with parameters of type Trans | |
|---|---|
RandomCCNumberGenerator(StepMeta stepMeta,
                        StepDataInterface stepDataInterface,
                        int copyNr,
                        TransMeta transMeta,
                        Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.randomvalue | 
|---|
| Methods in org.pentaho.di.trans.steps.randomvalue with parameters of type Trans | |
|---|---|
 StepInterface | 
RandomValueMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.randomvalue with parameters of type Trans | |
|---|---|
RandomValue(StepMeta stepMeta,
            StepDataInterface stepDataInterface,
            int copyNr,
            TransMeta transMeta,
            Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.regexeval | 
|---|
| Methods in org.pentaho.di.trans.steps.regexeval with parameters of type Trans | |
|---|---|
 StepInterface | 
RegexEvalMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.regexeval with parameters of type Trans | |
|---|---|
RegexEval(StepMeta stepMeta,
          StepDataInterface stepDataInterface,
          int copyNr,
          TransMeta transMeta,
          Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.replacestring | 
|---|
| Methods in org.pentaho.di.trans.steps.replacestring with parameters of type Trans | |
|---|---|
 StepInterface | 
ReplaceStringMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.replacestring with parameters of type Trans | |
|---|---|
ReplaceString(StepMeta stepMeta,
              StepDataInterface stepDataInterface,
              int copyNr,
              TransMeta transMeta,
              Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.reservoirsampling | 
|---|
| Methods in org.pentaho.di.trans.steps.reservoirsampling with parameters of type Trans | |
|---|---|
 StepInterface | 
ReservoirSamplingMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta tr,
        Trans trans)
Get the executing step, needed by Trans to launch a step.  | 
| Constructors in org.pentaho.di.trans.steps.reservoirsampling with parameters of type Trans | |
|---|---|
ReservoirSampling(StepMeta stepMeta,
                  StepDataInterface stepDataInterface,
                  int copyNr,
                  TransMeta transMeta,
                  Trans trans)
Creates a new ReservoirSampling instance. | 
|
| Uses of Trans in org.pentaho.di.trans.steps.rest | 
|---|
| Methods in org.pentaho.di.trans.steps.rest with parameters of type Trans | |
|---|---|
 StepInterface | 
RestMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.rest with parameters of type Trans | |
|---|---|
Rest(StepMeta stepMeta,
     StepDataInterface stepDataInterface,
     int copyNr,
     TransMeta transMeta,
     Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.rowgenerator | 
|---|
| Methods in org.pentaho.di.trans.steps.rowgenerator with parameters of type Trans | |
|---|---|
 StepInterface | 
RowGeneratorMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.rowgenerator with parameters of type Trans | |
|---|---|
RowGenerator(StepMeta stepMeta,
             StepDataInterface stepDataInterface,
             int copyNr,
             TransMeta transMeta,
             Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.rowsfromresult | 
|---|
| Methods in org.pentaho.di.trans.steps.rowsfromresult with parameters of type Trans | |
|---|---|
 StepInterface | 
RowsFromResultMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.rowsfromresult with parameters of type Trans | |
|---|---|
RowsFromResult(StepMeta stepMeta,
               StepDataInterface stepDataInterface,
               int copyNr,
               TransMeta transMeta,
               Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.rowstoresult | 
|---|
| Methods in org.pentaho.di.trans.steps.rowstoresult with parameters of type Trans | |
|---|---|
 StepInterface | 
RowsToResultMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta tr,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.rowstoresult with parameters of type Trans | |
|---|---|
RowsToResult(StepMeta stepMeta,
             StepDataInterface stepDataInterface,
             int copyNr,
             TransMeta transMeta,
             Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.rssinput | 
|---|
| Methods in org.pentaho.di.trans.steps.rssinput with parameters of type Trans | |
|---|---|
 StepInterface | 
RssInputMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta tr,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.rssinput with parameters of type Trans | |
|---|---|
RssInput(StepMeta stepMeta,
         StepDataInterface stepDataInterface,
         int copyNr,
         TransMeta transMeta,
         Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.rssoutput | 
|---|
| Methods in org.pentaho.di.trans.steps.rssoutput with parameters of type Trans | |
|---|---|
 StepInterface | 
RssOutputMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta tr,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.rssoutput with parameters of type Trans | |
|---|---|
RssOutput(StepMeta stepMeta,
          StepDataInterface stepDataInterface,
          int copyNr,
          TransMeta transMeta,
          Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.rules | 
|---|
| Methods in org.pentaho.di.trans.steps.rules with parameters of type Trans | |
|---|---|
 StepInterface | 
RulesMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int copyNr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.rules with parameters of type Trans | |
|---|---|
Rules(StepMeta stepMeta,
      StepDataInterface stepDataInterface,
      int copyNr,
      TransMeta transMeta,
      Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.salesforcedelete | 
|---|
| Methods in org.pentaho.di.trans.steps.salesforcedelete with parameters of type Trans | |
|---|---|
 StepInterface | 
SalesforceDeleteMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.salesforcedelete with parameters of type Trans | |
|---|---|
SalesforceDelete(StepMeta stepMeta,
                 StepDataInterface stepDataInterface,
                 int copyNr,
                 TransMeta transMeta,
                 Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.salesforceinput | 
|---|
| Methods in org.pentaho.di.trans.steps.salesforceinput with parameters of type Trans | |
|---|---|
 StepInterface | 
SalesforceInputMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.salesforceinput with parameters of type Trans | |
|---|---|
SalesforceInput(StepMeta stepMeta,
                StepDataInterface stepDataInterface,
                int copyNr,
                TransMeta transMeta,
                Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.salesforceinsert | 
|---|
| Methods in org.pentaho.di.trans.steps.salesforceinsert with parameters of type Trans | |
|---|---|
 StepInterface | 
SalesforceInsertMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.salesforceinsert with parameters of type Trans | |
|---|---|
SalesforceInsert(StepMeta stepMeta,
                 StepDataInterface stepDataInterface,
                 int copyNr,
                 TransMeta transMeta,
                 Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.salesforceupdate | 
|---|
| Methods in org.pentaho.di.trans.steps.salesforceupdate with parameters of type Trans | |
|---|---|
 StepInterface | 
SalesforceUpdateMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.salesforceupdate with parameters of type Trans | |
|---|---|
SalesforceUpdate(StepMeta stepMeta,
                 StepDataInterface stepDataInterface,
                 int copyNr,
                 TransMeta transMeta,
                 Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.salesforceupsert | 
|---|
| Methods in org.pentaho.di.trans.steps.salesforceupsert with parameters of type Trans | |
|---|---|
 StepInterface | 
SalesforceUpsertMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.salesforceupsert with parameters of type Trans | |
|---|---|
SalesforceUpsert(StepMeta stepMeta,
                 StepDataInterface stepDataInterface,
                 int copyNr,
                 TransMeta transMeta,
                 Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.samplerows | 
|---|
| Methods in org.pentaho.di.trans.steps.samplerows with parameters of type Trans | |
|---|---|
 StepInterface | 
SampleRowsMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta tr,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.samplerows with parameters of type Trans | |
|---|---|
SampleRows(StepMeta stepMeta,
           StepDataInterface stepDataInterface,
           int copyNr,
           TransMeta transMeta,
           Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.sapinput | 
|---|
| Methods in org.pentaho.di.trans.steps.sapinput with parameters of type Trans | |
|---|---|
 StepInterface | 
SapInputMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.sapinput with parameters of type Trans | |
|---|---|
SapInput(StepMeta stepMeta,
         StepDataInterface stepDataInterface,
         int copyNr,
         TransMeta transMeta,
         Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.script | 
|---|
| Methods in org.pentaho.di.trans.steps.script that return Trans | |
|---|---|
 Trans | 
ScriptDummy.getTrans()
 | 
| Methods in org.pentaho.di.trans.steps.script with parameters of type Trans | |
|---|---|
 StepInterface | 
ScriptMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.script with parameters of type Trans | |
|---|---|
Script(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int copyNr,
       TransMeta transMeta,
       Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.scriptvalues_mod | 
|---|
| Methods in org.pentaho.di.trans.steps.scriptvalues_mod that return Trans | |
|---|---|
 Trans | 
ScriptValuesModDummy.getTrans()
 | 
| Methods in org.pentaho.di.trans.steps.scriptvalues_mod with parameters of type Trans | |
|---|---|
 StepInterface | 
ScriptValuesMetaMod.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.scriptvalues_mod with parameters of type Trans | |
|---|---|
ScriptValuesMod(StepMeta stepMeta,
                StepDataInterface stepDataInterface,
                int copyNr,
                TransMeta transMeta,
                Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.selectvalues | 
|---|
| Methods in org.pentaho.di.trans.steps.selectvalues with parameters of type Trans | |
|---|---|
 StepInterface | 
SelectValuesMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.selectvalues with parameters of type Trans | |
|---|---|
SelectValues(StepMeta stepMeta,
             StepDataInterface stepDataInterface,
             int copyNr,
             TransMeta transMeta,
             Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.setvalueconstant | 
|---|
| Methods in org.pentaho.di.trans.steps.setvalueconstant with parameters of type Trans | |
|---|---|
 StepInterface | 
SetValueConstantMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta tr,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.setvalueconstant with parameters of type Trans | |
|---|---|
SetValueConstant(StepMeta stepMeta,
                 StepDataInterface stepDataInterface,
                 int copyNr,
                 TransMeta transMeta,
                 Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.setvaluefield | 
|---|
| Methods in org.pentaho.di.trans.steps.setvaluefield with parameters of type Trans | |
|---|---|
 StepInterface | 
SetValueFieldMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.setvaluefield with parameters of type Trans | |
|---|---|
SetValueField(StepMeta stepMeta,
              StepDataInterface stepDataInterface,
              int copyNr,
              TransMeta transMeta,
              Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.setvariable | 
|---|
| Methods in org.pentaho.di.trans.steps.setvariable with parameters of type Trans | |
|---|---|
 StepInterface | 
SetVariableMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.setvariable with parameters of type Trans | |
|---|---|
SetVariable(StepMeta stepMeta,
            StepDataInterface stepDataInterface,
            int copyNr,
            TransMeta transMeta,
            Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.singlethreader | 
|---|
| Fields in org.pentaho.di.trans.steps.singlethreader declared as Trans | |
|---|---|
 Trans | 
SingleThreaderData.mappingTrans
 | 
| Methods in org.pentaho.di.trans.steps.singlethreader that return Trans | |
|---|---|
 Trans | 
SingleThreader.getMappingTrans()
 | 
| Methods in org.pentaho.di.trans.steps.singlethreader with parameters of type Trans | |
|---|---|
 StepInterface | 
SingleThreaderMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta tr,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.singlethreader with parameters of type Trans | |
|---|---|
SingleThreader(StepMeta stepMeta,
               StepDataInterface stepDataInterface,
               int copyNr,
               TransMeta transMeta,
               Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.socketreader | 
|---|
| Methods in org.pentaho.di.trans.steps.socketreader with parameters of type Trans | |
|---|---|
 StepInterface | 
SocketReaderMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta tr,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.socketreader with parameters of type Trans | |
|---|---|
SocketReader(StepMeta stepMeta,
             StepDataInterface stepDataInterface,
             int copyNr,
             TransMeta transMeta,
             Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.socketwriter | 
|---|
| Methods in org.pentaho.di.trans.steps.socketwriter with parameters of type Trans | |
|---|---|
 StepInterface | 
SocketWriterMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta tr,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.socketwriter with parameters of type Trans | |
|---|---|
SocketWriter(StepMeta stepMeta,
             StepDataInterface stepDataInterface,
             int copyNr,
             TransMeta transMeta,
             Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.sort | 
|---|
| Methods in org.pentaho.di.trans.steps.sort with parameters of type Trans | |
|---|---|
 StepInterface | 
SortRowsMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.sort with parameters of type Trans | |
|---|---|
SortRows(StepMeta stepMeta,
         StepDataInterface stepDataInterface,
         int copyNr,
         TransMeta transMeta,
         Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.sortedmerge | 
|---|
| Methods in org.pentaho.di.trans.steps.sortedmerge with parameters of type Trans | |
|---|---|
 StepInterface | 
SortedMergeMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta tr,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.sortedmerge with parameters of type Trans | |
|---|---|
SortedMerge(StepMeta stepMeta,
            StepDataInterface stepDataInterface,
            int copyNr,
            TransMeta transMeta,
            Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.splitfieldtorows | 
|---|
| Methods in org.pentaho.di.trans.steps.splitfieldtorows with parameters of type Trans | |
|---|---|
 StepInterface | 
SplitFieldToRowsMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.splitfieldtorows with parameters of type Trans | |
|---|---|
SplitFieldToRows(StepMeta stepMeta,
                 StepDataInterface stepDataInterface,
                 int copyNr,
                 TransMeta transMeta,
                 Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.sql | 
|---|
| Methods in org.pentaho.di.trans.steps.sql with parameters of type Trans | |
|---|---|
 StepInterface | 
ExecSQLMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.sql with parameters of type Trans | |
|---|---|
ExecSQL(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int copyNr,
        TransMeta transMeta,
        Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.sqlfileoutput | 
|---|
| Methods in org.pentaho.di.trans.steps.sqlfileoutput with parameters of type Trans | |
|---|---|
 StepInterface | 
SQLFileOutputMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.sqlfileoutput with parameters of type Trans | |
|---|---|
SQLFileOutput(StepMeta stepMeta,
              StepDataInterface stepDataInterface,
              int copyNr,
              TransMeta transMeta,
              Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.ssh | 
|---|
| Methods in org.pentaho.di.trans.steps.ssh with parameters of type Trans | |
|---|---|
 StepInterface | 
SSHMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.ssh with parameters of type Trans | |
|---|---|
SSH(StepMeta stepMeta,
    StepDataInterface stepDataInterface,
    int copyNr,
    TransMeta transMeta,
    Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.stepmeta | 
|---|
| Methods in org.pentaho.di.trans.steps.stepmeta with parameters of type Trans | |
|---|---|
 StepInterface | 
StepMetastructureMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta tr,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.stepmeta with parameters of type Trans | |
|---|---|
StepMetastructure(StepMeta stepMeta,
                  StepDataInterface stepDataInterface,
                  int copyNr,
                  TransMeta transMeta,
                  Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.stepsmetrics | 
|---|
| Methods in org.pentaho.di.trans.steps.stepsmetrics with parameters of type Trans | |
|---|---|
 StepInterface | 
StepsMetricsMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta tr,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.stepsmetrics with parameters of type Trans | |
|---|---|
StepsMetrics(StepMeta stepMeta,
             StepDataInterface stepDataInterface,
             int copyNr,
             TransMeta transMeta,
             Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.streamlookup | 
|---|
| Methods in org.pentaho.di.trans.steps.streamlookup with parameters of type Trans | |
|---|---|
 StepInterface | 
StreamLookupMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.streamlookup with parameters of type Trans | |
|---|---|
StreamLookup(StepMeta stepMeta,
             StepDataInterface stepDataInterface,
             int copyNr,
             TransMeta transMeta,
             Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.stringcut | 
|---|
| Methods in org.pentaho.di.trans.steps.stringcut with parameters of type Trans | |
|---|---|
 StepInterface | 
StringCutMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.stringcut with parameters of type Trans | |
|---|---|
StringCut(StepMeta stepMeta,
          StepDataInterface stepDataInterface,
          int copyNr,
          TransMeta transMeta,
          Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.stringoperations | 
|---|
| Methods in org.pentaho.di.trans.steps.stringoperations with parameters of type Trans | |
|---|---|
 StepInterface | 
StringOperationsMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.stringoperations with parameters of type Trans | |
|---|---|
StringOperations(StepMeta stepMeta,
                 StepDataInterface stepDataInterface,
                 int copyNr,
                 TransMeta transMeta,
                 Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.switchcase | 
|---|
| Methods in org.pentaho.di.trans.steps.switchcase with parameters of type Trans | |
|---|---|
 StepInterface | 
SwitchCaseMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta tr,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.switchcase with parameters of type Trans | |
|---|---|
SwitchCase(StepMeta stepMeta,
           StepDataInterface stepDataInterface,
           int copyNr,
           TransMeta transMeta,
           Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.symmetriccrypto.secretkeygenerator | 
|---|
| Methods in org.pentaho.di.trans.steps.symmetriccrypto.secretkeygenerator with parameters of type Trans | |
|---|---|
 StepInterface | 
SecretKeyGeneratorMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.symmetriccrypto.secretkeygenerator with parameters of type Trans | |
|---|---|
SecretKeyGenerator(StepMeta stepMeta,
                   StepDataInterface stepDataInterface,
                   int copyNr,
                   TransMeta transMeta,
                   Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.symmetriccrypto.symmetriccryptotrans | 
|---|
| Methods in org.pentaho.di.trans.steps.symmetriccrypto.symmetriccryptotrans with parameters of type Trans | |
|---|---|
 StepInterface | 
SymmetricCryptoTransMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.symmetriccrypto.symmetriccryptotrans with parameters of type Trans | |
|---|---|
SymmetricCryptoTrans(StepMeta stepMeta,
                     StepDataInterface stepDataInterface,
                     int copyNr,
                     TransMeta transMeta,
                     Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.synchronizeaftermerge | 
|---|
| Methods in org.pentaho.di.trans.steps.synchronizeaftermerge with parameters of type Trans | |
|---|---|
 StepInterface | 
SynchronizeAfterMergeMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.synchronizeaftermerge with parameters of type Trans | |
|---|---|
SynchronizeAfterMerge(StepMeta stepMeta,
                      StepDataInterface stepDataInterface,
                      int copyNr,
                      TransMeta transMeta,
                      Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.syslog | 
|---|
| Methods in org.pentaho.di.trans.steps.syslog with parameters of type Trans | |
|---|---|
 StepInterface | 
SyslogMessageMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.syslog with parameters of type Trans | |
|---|---|
SyslogMessage(StepMeta stepMeta,
              StepDataInterface stepDataInterface,
              int copyNr,
              TransMeta transMeta,
              Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.systemdata | 
|---|
| Methods in org.pentaho.di.trans.steps.systemdata with parameters of type Trans | |
|---|---|
 StepInterface | 
SystemDataMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.systemdata with parameters of type Trans | |
|---|---|
SystemData(StepMeta stepMeta,
           StepDataInterface stepDataInterface,
           int copyNr,
           TransMeta transMeta,
           Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.tableexists | 
|---|
| Methods in org.pentaho.di.trans.steps.tableexists with parameters of type Trans | |
|---|---|
 StepInterface | 
TableExistsMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.tableexists with parameters of type Trans | |
|---|---|
TableExists(StepMeta stepMeta,
            StepDataInterface stepDataInterface,
            int copyNr,
            TransMeta transMeta,
            Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.tableinput | 
|---|
| Methods in org.pentaho.di.trans.steps.tableinput with parameters of type Trans | |
|---|---|
 StepInterface | 
TableInputMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.tableinput with parameters of type Trans | |
|---|---|
TableInput(StepMeta stepMeta,
           StepDataInterface stepDataInterface,
           int copyNr,
           TransMeta transMeta,
           Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.tableoutput | 
|---|
| Methods in org.pentaho.di.trans.steps.tableoutput with parameters of type Trans | |
|---|---|
 StepInterface | 
TableOutputMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.tableoutput with parameters of type Trans | |
|---|---|
TableOutput(StepMeta stepMeta,
            StepDataInterface stepDataInterface,
            int copyNr,
            TransMeta transMeta,
            Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.terafast | 
|---|
| Methods in org.pentaho.di.trans.steps.terafast with parameters of type Trans | |
|---|---|
 StepInterface | 
TeraFastMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans disp)
Get the executing step, needed by Trans to launch a step.  | 
| Constructors in org.pentaho.di.trans.steps.terafast with parameters of type Trans | |
|---|---|
TeraFast(StepMeta stepMeta,
         StepDataInterface stepDataInterface,
         int copyNr,
         TransMeta transMeta,
         Trans trans)
Constructor.  | 
|
| Uses of Trans in org.pentaho.di.trans.steps.textfileinput | 
|---|
| Methods in org.pentaho.di.trans.steps.textfileinput with parameters of type Trans | |
|---|---|
 StepInterface | 
TextFileInputMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.textfileinput with parameters of type Trans | |
|---|---|
TextFileInput(StepMeta stepMeta,
              StepDataInterface stepDataInterface,
              int copyNr,
              TransMeta transMeta,
              Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.textfileoutput | 
|---|
| Methods in org.pentaho.di.trans.steps.textfileoutput with parameters of type Trans | |
|---|---|
 StepInterface | 
TextFileOutputMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.textfileoutput with parameters of type Trans | |
|---|---|
TextFileOutput(StepMeta stepMeta,
               StepDataInterface stepDataInterface,
               int copyNr,
               TransMeta transMeta,
               Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.uniquerows | 
|---|
| Methods in org.pentaho.di.trans.steps.uniquerows with parameters of type Trans | |
|---|---|
 StepInterface | 
UniqueRowsMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.uniquerows with parameters of type Trans | |
|---|---|
UniqueRows(StepMeta stepMeta,
           StepDataInterface stepDataInterface,
           int copyNr,
           TransMeta transMeta,
           Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.uniquerowsbyhashset | 
|---|
| Methods in org.pentaho.di.trans.steps.uniquerowsbyhashset with parameters of type Trans | |
|---|---|
 StepInterface | 
UniqueRowsByHashSetMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.uniquerowsbyhashset with parameters of type Trans | |
|---|---|
UniqueRowsByHashSet(StepMeta stepMeta,
                    StepDataInterface stepDataInterface,
                    int copyNr,
                    TransMeta transMeta,
                    Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.univariatestats | 
|---|
| Methods in org.pentaho.di.trans.steps.univariatestats with parameters of type Trans | |
|---|---|
 StepInterface | 
UnivariateStatsMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta tr,
        Trans trans)
Get the executing step, needed by Trans to launch a step.  | 
| Constructors in org.pentaho.di.trans.steps.univariatestats with parameters of type Trans | |
|---|---|
UnivariateStats(StepMeta stepMeta,
                StepDataInterface stepDataInterface,
                int copyNr,
                TransMeta transMeta,
                Trans trans)
Creates a new UnivariateStats instance. | 
|
| Uses of Trans in org.pentaho.di.trans.steps.update | 
|---|
| Methods in org.pentaho.di.trans.steps.update with parameters of type Trans | |
|---|---|
 StepInterface | 
UpdateMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta tr,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.update with parameters of type Trans | |
|---|---|
Update(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int copyNr,
       TransMeta transMeta,
       Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.userdefinedjavaclass | 
|---|
| Methods in org.pentaho.di.trans.steps.userdefinedjavaclass that return Trans | |
|---|---|
 Trans | 
TransformClassBase.getTrans()
 | 
 Trans | 
UserDefinedJavaClass.getTransImpl()
 | 
| Methods in org.pentaho.di.trans.steps.userdefinedjavaclass with parameters of type Trans | |
|---|---|
 StepInterface | 
UserDefinedJavaClassMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.userdefinedjavaclass with parameters of type Trans | |
|---|---|
UserDefinedJavaClass(StepMeta stepMeta,
                     StepDataInterface stepDataInterface,
                     int copyNr,
                     TransMeta transMeta,
                     Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.validator | 
|---|
| Methods in org.pentaho.di.trans.steps.validator with parameters of type Trans | |
|---|---|
 StepInterface | 
ValidatorMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta tr,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.validator with parameters of type Trans | |
|---|---|
Validator(StepMeta stepMeta,
          StepDataInterface stepDataInterface,
          int copyNr,
          TransMeta transMeta,
          Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.valuemapper | 
|---|
| Methods in org.pentaho.di.trans.steps.valuemapper with parameters of type Trans | |
|---|---|
 StepInterface | 
ValueMapperMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.valuemapper with parameters of type Trans | |
|---|---|
ValueMapper(StepMeta stepMeta,
            StepDataInterface stepDataInterface,
            int copyNr,
            TransMeta transMeta,
            Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.webserviceavailable | 
|---|
| Methods in org.pentaho.di.trans.steps.webserviceavailable with parameters of type Trans | |
|---|---|
 StepInterface | 
WebServiceAvailableMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.webserviceavailable with parameters of type Trans | |
|---|---|
WebServiceAvailable(StepMeta stepMeta,
                    StepDataInterface stepDataInterface,
                    int copyNr,
                    TransMeta transMeta,
                    Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.webservices | 
|---|
| Methods in org.pentaho.di.trans.steps.webservices with parameters of type Trans | |
|---|---|
 StepInterface | 
WebServiceMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans disp)
 | 
| Constructors in org.pentaho.di.trans.steps.webservices with parameters of type Trans | |
|---|---|
WebService(StepMeta aStepMeta,
           StepDataInterface aStepData,
           int value,
           TransMeta aTransMeta,
           Trans aTrans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.writetolog | 
|---|
| Methods in org.pentaho.di.trans.steps.writetolog with parameters of type Trans | |
|---|---|
 StepInterface | 
WriteToLogMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta tr,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.writetolog with parameters of type Trans | |
|---|---|
WriteToLog(StepMeta stepMeta,
           StepDataInterface stepDataInterface,
           int copyNr,
           TransMeta transMeta,
           Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.xbaseinput | 
|---|
| Methods in org.pentaho.di.trans.steps.xbaseinput with parameters of type Trans | |
|---|---|
 StepInterface | 
XBaseInputMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta tr,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.xbaseinput with parameters of type Trans | |
|---|---|
XBaseInput(StepMeta stepMeta,
           StepDataInterface stepDataInterface,
           int copyNr,
           TransMeta transMeta,
           Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.xmlinput | 
|---|
| Methods in org.pentaho.di.trans.steps.xmlinput with parameters of type Trans | |
|---|---|
 StepInterface | 
XMLInputMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.xmlinput with parameters of type Trans | |
|---|---|
XMLInput(StepMeta stepMeta,
         StepDataInterface stepDataInterface,
         int copyNr,
         TransMeta transMeta,
         Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.xmlinputsax | 
|---|
| Methods in org.pentaho.di.trans.steps.xmlinputsax with parameters of type Trans | |
|---|---|
 StepInterface | 
XMLInputSaxMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.xmlinputsax with parameters of type Trans | |
|---|---|
XMLInputSax(StepMeta stepMeta,
            StepDataInterface stepDataInterface,
            int copyNr,
            TransMeta transMeta,
            Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.xmlinputstream | 
|---|
| Methods in org.pentaho.di.trans.steps.xmlinputstream with parameters of type Trans | |
|---|---|
 StepInterface | 
XMLInputStreamMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.xmlinputstream with parameters of type Trans | |
|---|---|
XMLInputStream(StepMeta stepMeta,
               StepDataInterface stepDataInterface,
               int copyNr,
               TransMeta transMeta,
               Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.xmljoin | 
|---|
| Methods in org.pentaho.di.trans.steps.xmljoin with parameters of type Trans | |
|---|---|
 StepInterface | 
XMLJoinMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.xmljoin with parameters of type Trans | |
|---|---|
XMLJoin(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int copyNr,
        TransMeta transMeta,
        Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.xmloutput | 
|---|
| Methods in org.pentaho.di.trans.steps.xmloutput with parameters of type Trans | |
|---|---|
 StepInterface | 
XMLOutputMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.xmloutput with parameters of type Trans | |
|---|---|
XMLOutput(StepMeta stepMeta,
          StepDataInterface stepDataInterface,
          int copyNr,
          TransMeta transMeta,
          Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.xsdvalidator | 
|---|
| Methods in org.pentaho.di.trans.steps.xsdvalidator with parameters of type Trans | |
|---|---|
 StepInterface | 
XsdValidatorMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.xsdvalidator with parameters of type Trans | |
|---|---|
XsdValidator(StepMeta stepMeta,
             StepDataInterface stepDataInterface,
             int copyNr,
             TransMeta transMeta,
             Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.xslt | 
|---|
| Methods in org.pentaho.di.trans.steps.xslt with parameters of type Trans | |
|---|---|
 StepInterface | 
XsltMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.xslt with parameters of type Trans | |
|---|---|
Xslt(StepMeta stepMeta,
     StepDataInterface stepDataInterface,
     int copyNr,
     TransMeta transMeta,
     Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.trans.steps.yamlinput | 
|---|
| Methods in org.pentaho.di.trans.steps.yamlinput with parameters of type Trans | |
|---|---|
 StepInterface | 
YamlInputMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta tr,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.yamlinput with parameters of type Trans | |
|---|---|
YamlInput(StepMeta stepMeta,
          StepDataInterface stepDataInterface,
          int copyNr,
          TransMeta transMeta,
          Trans trans)
 | 
|
| Uses of Trans in org.pentaho.di.ui.spoon | 
|---|
| Methods in org.pentaho.di.ui.spoon that return Trans | |
|---|---|
 Trans | 
Spoon.findActiveTrans(Job job,
                JobEntryCopy jobEntryCopy)
 | 
| Uses of Trans in org.pentaho.di.ui.spoon.trans | 
|---|
| Fields in org.pentaho.di.ui.spoon.trans declared as Trans | |
|---|---|
 Trans | 
TransGraph.trans
 | 
| Methods in org.pentaho.di.ui.spoon.trans with parameters of type Trans | |
|---|---|
 void | 
TransGraph.setTrans(Trans trans)
 | 
| Uses of Trans in org.pentaho.di.ui.trans.dialog | 
|---|
| Methods in org.pentaho.di.ui.trans.dialog that return Trans | |
|---|---|
 Trans | 
TransPreviewProgressDialog.getTrans()
 | 
| Uses of Trans in org.pentaho.di.www | 
|---|
| Methods in org.pentaho.di.www that return Trans | |
|---|---|
static Trans | 
CarteTest.generateTestTransformation()
 | 
static Trans | 
Carte.generateTestTransformation()
 | 
 Trans | 
TransformationMap.getTransformation(CarteObjectEntry entry)
 | 
 Trans | 
TransformationMap.getTransformation(String transformationName)
Find the first transformation in the list that comes to mind!  | 
| Methods in org.pentaho.di.www with parameters of type Trans | |
|---|---|
 void | 
TransformationMap.addTransformation(String transformationName,
                  String containerObjectId,
                  Trans trans,
                  TransConfiguration transConfiguration)
Add a transformation to the map  | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||