| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of TransMeta in org.pentaho.di.core.gui | 
|---|
| Methods in org.pentaho.di.core.gui with parameters of type TransMeta | |
|---|---|
 void | 
SpoonInterface.addTransGraph(TransMeta transMeta)
 | 
| Uses of TransMeta in org.pentaho.di.core.util | 
|---|
| Constructors in org.pentaho.di.core.util with parameters of type TransMeta | |
|---|---|
AbstractStep(StepMeta stepMeta,
             StepDataInterface stepDataInterface,
             int copyNr,
             TransMeta transMeta,
             Trans trans)
Constructor.  | 
|
| Uses of TransMeta in org.pentaho.di.job.entries.trans | 
|---|
| Methods in org.pentaho.di.job.entries.trans that return TransMeta | |
|---|---|
 TransMeta | 
JobEntryTrans.getTransMeta(Repository rep,
             org.pentaho.di.core.variables.VariableSpace space)
 | 
| Uses of TransMeta in org.pentaho.di.lineage | 
|---|
| Methods in org.pentaho.di.lineage that return TransMeta | |
|---|---|
 TransMeta | 
ValueLineage.getTransMeta()
 | 
 TransMeta | 
TransDataLineage.getTransMeta()
 | 
| Methods in org.pentaho.di.lineage with parameters of type TransMeta | |
|---|---|
 void | 
ValueLineage.setTransMeta(TransMeta transMeta)
 | 
 void | 
TransDataLineage.setTransMeta(TransMeta transMeta)
 | 
| Constructors in org.pentaho.di.lineage with parameters of type TransMeta | |
|---|---|
TransDataLineage(TransMeta transMeta)
 | 
|
ValueLineage(TransMeta transMeta,
             org.pentaho.di.core.row.ValueMeta valueMeta)
Create a new ValueLineage object with an empty set of source steps.  | 
|
| Uses of TransMeta in org.pentaho.di.pkg | 
|---|
| Methods in org.pentaho.di.pkg with parameters of type TransMeta | |
|---|---|
static void | 
JarfileGenerator.generateJarFile(TransMeta transMeta)
 | 
| Constructors in org.pentaho.di.pkg with parameters of type TransMeta | |
|---|---|
KettleDependencies(TransMeta transMeta)
 | 
|
| Uses of TransMeta in org.pentaho.di.repository | 
|---|
| Methods in org.pentaho.di.repository that return TransMeta | |
|---|---|
 TransMeta | 
Repository.loadTransformation(org.pentaho.di.repository.ObjectId id_transformation,
                   String versionLabel)
Load a transformation by id  | 
 TransMeta | 
Repository.loadTransformation(String transname,
                   org.pentaho.di.repository.RepositoryDirectoryInterface repdir,
                   org.pentaho.di.core.ProgressMonitorListener monitor,
                   boolean setInternalVariables,
                   String revision)
Load a transformation with a name from a folder in the repository  | 
| Methods in org.pentaho.di.repository with parameters of type TransMeta | |
|---|---|
 SharedObjects | 
Repository.readTransSharedObjects(TransMeta transMeta)
 | 
 boolean | 
RepositoryImportFeedbackInterface.transOverwritePrompt(TransMeta transMeta)
 | 
 boolean | 
RepositoryImporter.transOverwritePrompt(TransMeta transMeta)
 | 
| Uses of TransMeta in org.pentaho.di.repository.filerep | 
|---|
| Methods in org.pentaho.di.repository.filerep that return TransMeta | |
|---|---|
 TransMeta | 
KettleFileRepository.loadTransformation(org.pentaho.di.repository.ObjectId idTransformation,
                   String versionLabel)
 | 
 TransMeta | 
KettleFileRepository.loadTransformation(String transname,
                   org.pentaho.di.repository.RepositoryDirectoryInterface repdir,
                   org.pentaho.di.core.ProgressMonitorListener monitor,
                   boolean setInternalVariables,
                   String versionName)
 | 
| Methods in org.pentaho.di.repository.filerep with parameters of type TransMeta | |
|---|---|
 SharedObjects | 
KettleFileRepository.readTransSharedObjects(TransMeta transMeta)
 | 
| Uses of TransMeta in org.pentaho.di.repository.kdr | 
|---|
| Methods in org.pentaho.di.repository.kdr that return TransMeta | |
|---|---|
 TransMeta | 
KettleDatabaseRepository.loadTransformation(org.pentaho.di.repository.ObjectId idTransformation,
                   String versionLabel)
 | 
 TransMeta | 
KettleDatabaseRepository.loadTransformation(String transname,
                   org.pentaho.di.repository.RepositoryDirectoryInterface repdir,
                   org.pentaho.di.core.ProgressMonitorListener monitor,
                   boolean setInternalVariables,
                   String versionName)
 | 
| Methods in org.pentaho.di.repository.kdr with parameters of type TransMeta | |
|---|---|
 SharedObjects | 
KettleDatabaseRepository.readTransSharedObjects(TransMeta transMeta)
 | 
| Uses of TransMeta in org.pentaho.di.repository.kdr.delegates | 
|---|
| Methods in org.pentaho.di.repository.kdr.delegates that return TransMeta | |
|---|---|
 TransMeta | 
KettleDatabaseRepositoryTransDelegate.loadTransformation(TransMeta transMeta,
                   String transname,
                   org.pentaho.di.repository.RepositoryDirectoryInterface repdir,
                   org.pentaho.di.core.ProgressMonitorListener monitor,
                   boolean setInternalVariables)
Read a transformation with a certain name from a repository  | 
| Methods in org.pentaho.di.repository.kdr.delegates with parameters of type TransMeta | |
|---|---|
 TransMeta | 
KettleDatabaseRepositoryTransDelegate.loadTransformation(TransMeta transMeta,
                   String transname,
                   org.pentaho.di.repository.RepositoryDirectoryInterface repdir,
                   org.pentaho.di.core.ProgressMonitorListener monitor,
                   boolean setInternalVariables)
Read a transformation with a certain name from a repository  | 
 void | 
KettleDatabaseRepositoryTransDelegate.readClusters(TransMeta transMeta,
             boolean overWriteShared)
Read the clusters in the repository and add them to this transformation if they are not yet present.  | 
 void | 
KettleDatabaseRepositoryTransDelegate.readDatabases(TransMeta transMeta,
              boolean overWriteShared)
Read all the databases from the repository, insert into the TransMeta object, overwriting optionally  | 
 void | 
KettleDatabaseRepositoryTransDelegate.readPartitionSchemas(TransMeta transMeta,
                     boolean overWriteShared)
Read the partitions in the repository and add them to this transformation if they are not yet present.  | 
 void | 
KettleDatabaseRepositoryTransDelegate.readSlaves(TransMeta transMeta,
           boolean overWriteShared)
Read the slave servers in the repository and add them to this transformation if they are not yet present.  | 
 SharedObjects | 
KettleDatabaseRepositoryTransDelegate.readTransSharedObjects(TransMeta transMeta)
 | 
 void | 
KettleDatabaseRepositoryTransDelegate.saveTransformation(TransMeta transMeta,
                   String versionComment,
                   org.pentaho.di.core.ProgressMonitorListener monitor,
                   boolean overwriteAssociated)
Saves the transformation to a repository.  | 
 void | 
KettleDatabaseRepositoryTransDelegate.saveTransParameters(TransMeta transMeta)
Save the parameters of this transformation to the repository.  | 
| Uses of TransMeta in org.pentaho.di.trans | 
|---|
| Methods in org.pentaho.di.trans that return TransMeta | |
|---|---|
static TransMeta | 
TransPreviewFactory.generatePreviewTransformation(org.pentaho.di.core.variables.VariableSpace parent,
                              StepMetaInterface oneMeta,
                              String oneStepname)
 | 
 TransMeta | 
TransProfileFactory.generateTransformation(org.pentaho.di.core.logging.LoggingObjectInterface parentLoggingInterface)
 | 
 TransMeta | 
TransConfiguration.getTransMeta()
 | 
 TransMeta | 
Trans.getTransMeta()
 | 
| Methods in org.pentaho.di.trans with parameters of type TransMeta | |
|---|---|
static void | 
Trans.cleanupSlaveServer(TransSplitter transSplitter,
                   SlaveServer slaveServer,
                   TransMeta slaveTransMeta)
 | 
 int | 
TransMeta.compare(TransMeta t1,
        TransMeta t2)
Compares two transformation on name, filename, repository directory, etc.  | 
 int | 
TransMeta.compareTo(TransMeta o)
 | 
static TransSplitter | 
Trans.executeClustered(TransMeta transMeta,
                 TransExecutionConfiguration executionConfiguration)
 | 
 void | 
TransExecutionConfiguration.getAllVariables(TransMeta transMeta)
 | 
 void | 
TransExecutionConfiguration.getUsedArguments(TransMeta transMeta,
                 String[] commandLineArguments)
 | 
 void | 
TransExecutionConfiguration.getUsedVariables(TransMeta transMeta)
 | 
static String | 
Trans.sendToSlaveServer(TransMeta transMeta,
                  TransExecutionConfiguration executionConfiguration,
                  Repository repository)
Send the transformation for execution to a carte slave server  | 
 void | 
TransConfiguration.setTransMeta(TransMeta transMeta)
 | 
 void | 
Trans.setTransMeta(TransMeta transMeta)
 | 
| Constructors in org.pentaho.di.trans with parameters of type TransMeta | |
|---|---|
Trans(TransMeta transMeta)
Initialize a transformation from transformation meta-data defined in memory  | 
|
Trans(TransMeta transMeta,
      org.pentaho.di.core.logging.LoggingObjectInterface parent)
Initialize a transformation from transformation meta-data defined in memory.  | 
|
TransConfiguration(TransMeta transMeta,
                   TransExecutionConfiguration transExecutionConfiguration)
 | 
|
TransPainter(GCInterface gc,
             TransMeta transMeta,
             org.pentaho.di.core.gui.Point area,
             org.pentaho.di.core.gui.ScrollBarInterface hori,
             org.pentaho.di.core.gui.ScrollBarInterface vert,
             TransHopMeta candidate,
             org.pentaho.di.core.gui.Point drop_candidate,
             org.pentaho.di.core.gui.Rectangle selrect,
             List<AreaOwner> areaOwners,
             List<StepMeta> mouseOverSteps,
             int iconsize,
             int linewidth,
             int gridsize,
             int shadowSize,
             boolean antiAliasing,
             String noteFontName,
             int noteFontHeight)
 | 
|
TransPainter(GCInterface gc,
             TransMeta transMeta,
             org.pentaho.di.core.gui.Point area,
             org.pentaho.di.core.gui.ScrollBarInterface hori,
             org.pentaho.di.core.gui.ScrollBarInterface vert,
             TransHopMeta candidate,
             org.pentaho.di.core.gui.Point drop_candidate,
             org.pentaho.di.core.gui.Rectangle selrect,
             List<AreaOwner> areaOwners,
             List<StepMeta> mouseOverSteps,
             int iconsize,
             int linewidth,
             int gridsize,
             int shadowSize,
             boolean antiAliasing,
             String noteFontName,
             int noteFontHeight,
             Trans trans,
             boolean slowStepIndicatorEnabled)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.cluster | 
|---|
| Methods in org.pentaho.di.trans.cluster that return TransMeta | |
|---|---|
 TransMeta | 
TransSplitter.getMaster()
 | 
 TransMeta | 
TransSplitter.getOriginalTransformation()
 | 
 TransMeta[] | 
TransSplitter.getSlaves()
 | 
| Methods in org.pentaho.di.trans.cluster that return types with arguments of type TransMeta | |
|---|---|
 Map<TransMeta,String> | 
TransSplitter.getCarteObjectMap()
 | 
 Map<SlaveServer,TransMeta> | 
TransSplitter.getSlaveTransMap()
 | 
| Methods in org.pentaho.di.trans.cluster with parameters of type TransMeta | |
|---|---|
 void | 
TransSplitter.setOriginalTransformation(TransMeta originalTransformation)
 | 
| Constructors in org.pentaho.di.trans.cluster with parameters of type TransMeta | |
|---|---|
TransSplitter(TransMeta transMeta)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.debug | 
|---|
| Methods in org.pentaho.di.trans.debug that return TransMeta | |
|---|---|
 TransMeta | 
TransDebugMeta.getTransMeta()
 | 
| Methods in org.pentaho.di.trans.debug with parameters of type TransMeta | |
|---|---|
 void | 
TransDebugMeta.setTransMeta(TransMeta transMeta)
 | 
| Constructors in org.pentaho.di.trans.debug with parameters of type TransMeta | |
|---|---|
TransDebugMeta(TransMeta transMeta)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.step | 
|---|
| Methods in org.pentaho.di.trans.step that return TransMeta | |
|---|---|
 TransMeta | 
StepMeta.getParentTransMeta()
 | 
 TransMeta | 
BaseStep.getTransMeta()
 | 
| Methods in org.pentaho.di.trans.step with parameters of type TransMeta | |
|---|---|
 void | 
BaseStepMeta.analyseImpact(List<DatabaseImpact> impact,
              TransMeta transMeta,
              StepMeta stepMeta,
              org.pentaho.di.core.row.RowMetaInterface prev,
              String[] input,
              String[] output,
              org.pentaho.di.core.row.RowMetaInterface info)
Each step must be able to report on the impact it has on a database, table field, etc.  | 
 void | 
StepMetaInterface.analyseImpact(List<DatabaseImpact> impact,
              TransMeta transMeta,
              StepMeta stepMeta,
              org.pentaho.di.core.row.RowMetaInterface prev,
              String[] input,
              String[] output,
              org.pentaho.di.core.row.RowMetaInterface info)
Each step must be able to report on the impact it has on a database, table field, etc.  | 
 void | 
StepMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 void | 
StepMetaInterface.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
Checks the settings of this step and puts the findings in a remarks List.  | 
 List<ResourceReference> | 
StepMeta.getResourceDependencies(TransMeta transMeta)
Get a list of all the resource dependencies that the step is depending on.  | 
 List<ResourceReference> | 
BaseStepMeta.getResourceDependencies(TransMeta transMeta,
                        StepMeta stepInfo)
Get a list of all the resource dependencies that the step is depending on.  | 
 List<ResourceReference> | 
StepMetaInterface.getResourceDependencies(TransMeta transMeta,
                        StepMeta stepMeta)
Get a list of all the resource dependencies that the step is depending on.  | 
 org.pentaho.di.core.SQLStatement | 
BaseStepMeta.getSQLStatements(TransMeta transMeta,
                 StepMeta stepMeta,
                 org.pentaho.di.core.row.RowMetaInterface prev)
Standard method to return one or more SQLStatement objects that the step needs in order to work correctly.  | 
 org.pentaho.di.core.SQLStatement | 
StepMetaInterface.getSQLStatements(TransMeta transMeta,
                 StepMeta stepMeta,
                 org.pentaho.di.core.row.RowMetaInterface prev)
Standard method to return an SQLStatement object with SQL statements that the step needs in order to work correctly.  | 
 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 | 
StepMeta.setParentTransMeta(TransMeta parentTransMeta)
 | 
 void | 
BaseStep.setTransMeta(TransMeta transMeta)
 | 
| Constructors in org.pentaho.di.trans.step with parameters of type TransMeta | |
|---|---|
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 TransMeta in org.pentaho.di.trans.steps.abort | 
|---|
| Methods in org.pentaho.di.trans.steps.abort with parameters of type TransMeta | |
|---|---|
 void | 
AbortMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepinfo,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
Abort(StepMeta stepMeta,
      StepDataInterface stepDataInterface,
      int copyNr,
      TransMeta transMeta,
      Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.accessinput | 
|---|
| Methods in org.pentaho.di.trans.steps.accessinput with parameters of type TransMeta | |
|---|---|
 void | 
AccessInputMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
AccessInput(StepMeta stepMeta,
            StepDataInterface stepDataInterface,
            int copyNr,
            TransMeta transMeta,
            Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.accessoutput | 
|---|
| Methods in org.pentaho.di.trans.steps.accessoutput with parameters of type TransMeta | |
|---|---|
 void | 
AccessOutputMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
AccessOutput(StepMeta stepMeta,
             StepDataInterface stepDataInterface,
             int copyNr,
             TransMeta transMeta,
             Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.addsequence | 
|---|
| Methods in org.pentaho.di.trans.steps.addsequence with parameters of type TransMeta | |
|---|---|
 void | 
AddSequenceMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 org.pentaho.di.core.SQLStatement | 
AddSequenceMeta.getSQLStatements(TransMeta transMeta,
                 StepMeta stepMeta,
                 org.pentaho.di.core.row.RowMetaInterface prev)
 | 
 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 TransMeta | |
|---|---|
AddSequence(StepMeta stepMeta,
            StepDataInterface stepDataInterface,
            int copyNr,
            TransMeta transMeta,
            Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.addxml | 
|---|
| Methods in org.pentaho.di.trans.steps.addxml with parameters of type TransMeta | |
|---|---|
 void | 
AddXMLMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
AddXML(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int copyNr,
       TransMeta transMeta,
       Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.aggregaterows | 
|---|
| Methods in org.pentaho.di.trans.steps.aggregaterows with parameters of type TransMeta | |
|---|---|
 void | 
AggregateRowsMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
AggregateRows(StepMeta stepMeta,
              StepDataInterface stepDataInterface,
              int copyNr,
              TransMeta transMeta,
              Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.analyticquery | 
|---|
| Methods in org.pentaho.di.trans.steps.analyticquery with parameters of type TransMeta | |
|---|---|
 void | 
AnalyticQueryMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
AnalyticQuery(StepMeta stepMeta,
              StepDataInterface stepDataInterface,
              int copyNr,
              TransMeta transMeta,
              Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.append | 
|---|
| Methods in org.pentaho.di.trans.steps.append with parameters of type TransMeta | |
|---|---|
 void | 
AppendMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
Append(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int copyNr,
       TransMeta transMeta,
       Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.autodoc | 
|---|
| Methods in org.pentaho.di.trans.steps.autodoc that return TransMeta | |
|---|---|
 TransMeta | 
TransformationInformation.getTransMeta(ReportSubjectLocation location)
 | 
| Methods in org.pentaho.di.trans.steps.autodoc with parameters of type TransMeta | |
|---|---|
 void | 
AutoDocMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepinfo,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
AutoDoc(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int copyNr,
        TransMeta transMeta,
        Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.blockingstep | 
|---|
| Methods in org.pentaho.di.trans.steps.blockingstep with parameters of type TransMeta | |
|---|---|
 void | 
BlockingStepMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
BlockingStep(StepMeta stepMeta,
             StepDataInterface stepDataInterface,
             int copyNr,
             TransMeta transMeta,
             Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.blockuntilstepsfinish | 
|---|
| Methods in org.pentaho.di.trans.steps.blockuntilstepsfinish with parameters of type TransMeta | |
|---|---|
 void | 
BlockUntilStepsFinishMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
BlockUntilStepsFinish(StepMeta stepMeta,
                      StepDataInterface stepDataInterface,
                      int copyNr,
                      TransMeta transMeta,
                      Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.calculator | 
|---|
| Methods in org.pentaho.di.trans.steps.calculator with parameters of type TransMeta | |
|---|---|
 void | 
CalculatorMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
Calculator(StepMeta stepMeta,
           StepDataInterface stepDataInterface,
           int copyNr,
           TransMeta transMeta,
           Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.changefileencoding | 
|---|
| Methods in org.pentaho.di.trans.steps.changefileencoding with parameters of type TransMeta | |
|---|---|
 void | 
ChangeFileEncodingMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
ChangeFileEncoding(StepMeta stepMeta,
                   StepDataInterface stepDataInterface,
                   int copyNr,
                   TransMeta transMeta,
                   Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.checksum | 
|---|
| Methods in org.pentaho.di.trans.steps.checksum with parameters of type TransMeta | |
|---|---|
 void | 
CheckSumMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
CheckSum(StepMeta stepMeta,
         StepDataInterface stepDataInterface,
         int copyNr,
         TransMeta transMeta,
         Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.clonerow | 
|---|
| Methods in org.pentaho.di.trans.steps.clonerow with parameters of type TransMeta | |
|---|---|
 void | 
CloneRowMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepinfo,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
CloneRow(StepMeta stepMeta,
         StepDataInterface stepDataInterface,
         int copyNr,
         TransMeta transMeta,
         Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.closure | 
|---|
| Methods in org.pentaho.di.trans.steps.closure with parameters of type TransMeta | |
|---|---|
 void | 
ClosureGeneratorMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface row,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
ClosureGenerator(StepMeta stepMeta,
                 StepDataInterface stepDataInterface,
                 int copyNr,
                 TransMeta transMeta,
                 Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.columnexists | 
|---|
| Methods in org.pentaho.di.trans.steps.columnexists with parameters of type TransMeta | |
|---|---|
 void | 
ColumnExistsMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
ColumnExists(StepMeta stepMeta,
             StepDataInterface stepDataInterface,
             int copyNr,
             TransMeta transMeta,
             Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.combinationlookup | 
|---|
| Methods in org.pentaho.di.trans.steps.combinationlookup with parameters of type TransMeta | |
|---|---|
 void | 
CombinationLookupMeta.analyseImpact(List<DatabaseImpact> impact,
              TransMeta transMeta,
              StepMeta stepMeta,
              org.pentaho.di.core.row.RowMetaInterface prev,
              String[] input,
              String[] output,
              org.pentaho.di.core.row.RowMetaInterface info)
 | 
 void | 
CombinationLookupMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 org.pentaho.di.core.SQLStatement | 
CombinationLookupMeta.getSQLStatements(TransMeta transMeta,
                 StepMeta stepMeta,
                 org.pentaho.di.core.row.RowMetaInterface prev)
 | 
 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 TransMeta | |
|---|---|
CombinationLookup(StepMeta stepMeta,
                  StepDataInterface stepDataInterface,
                  int copyNr,
                  TransMeta transMeta,
                  Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.constant | 
|---|
| Methods in org.pentaho.di.trans.steps.constant with parameters of type TransMeta | |
|---|---|
 void | 
ConstantMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
Constant(StepMeta stepMeta,
         StepDataInterface stepDataInterface,
         int copyNr,
         TransMeta transMeta,
         Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.creditcardvalidator | 
|---|
| Methods in org.pentaho.di.trans.steps.creditcardvalidator with parameters of type TransMeta | |
|---|---|
 void | 
CreditCardValidatorMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
CreditCardValidator(StepMeta stepMeta,
                    StepDataInterface stepDataInterface,
                    int copyNr,
                    TransMeta transMeta,
                    Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.csvinput | 
|---|
| Methods in org.pentaho.di.trans.steps.csvinput with parameters of type TransMeta | |
|---|---|
 void | 
CsvInputMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepinfo,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 List<ResourceReference> | 
CsvInputMeta.getResourceDependencies(TransMeta transMeta,
                        StepMeta stepInfo)
 | 
 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 TransMeta | |
|---|---|
CsvInput(StepMeta stepMeta,
         StepDataInterface stepDataInterface,
         int copyNr,
         TransMeta transMeta,
         Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.cubeinput | 
|---|
| Methods in org.pentaho.di.trans.steps.cubeinput with parameters of type TransMeta | |
|---|---|
 void | 
CubeInputMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transmeta,
      StepMeta stepinfo,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
CubeInput(StepMeta stepMeta,
          StepDataInterface stepDataInterface,
          int copyNr,
          TransMeta transMeta,
          Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.cubeoutput | 
|---|
| Methods in org.pentaho.di.trans.steps.cubeoutput with parameters of type TransMeta | |
|---|---|
 void | 
CubeOutputMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transmeta,
      StepMeta stepinfo,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
CubeOutput(StepMeta stepMeta,
           StepDataInterface stepDataInterface,
           int copyNr,
           TransMeta transMeta,
           Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.databasejoin | 
|---|
| Methods in org.pentaho.di.trans.steps.databasejoin with parameters of type TransMeta | |
|---|---|
 void | 
DatabaseJoinMeta.analyseImpact(List<DatabaseImpact> impact,
              TransMeta transMeta,
              StepMeta stepMeta,
              org.pentaho.di.core.row.RowMetaInterface prev,
              String[] input,
              String[] output,
              org.pentaho.di.core.row.RowMetaInterface info)
 | 
 void | 
DatabaseJoinMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
DatabaseJoin(StepMeta stepMeta,
             StepDataInterface stepDataInterface,
             int copyNr,
             TransMeta transMeta,
             Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.databaselookup | 
|---|
| Methods in org.pentaho.di.trans.steps.databaselookup with parameters of type TransMeta | |
|---|---|
 void | 
DatabaseLookupMeta.analyseImpact(List<DatabaseImpact> impact,
              TransMeta transMeta,
              StepMeta stepinfo,
              org.pentaho.di.core.row.RowMetaInterface prev,
              String[] input,
              String[] output,
              org.pentaho.di.core.row.RowMetaInterface info)
 | 
 void | 
DatabaseLookupMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepinfo,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
DatabaseLookup(StepMeta stepMeta,
               StepDataInterface stepDataInterface,
               int copyNr,
               TransMeta transMeta,
               Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.datagrid | 
|---|
| Methods in org.pentaho.di.trans.steps.datagrid with parameters of type TransMeta | |
|---|---|
 void | 
DataGridMeta.check(List<org.pentaho.di.core.CheckResultInterface> results,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface rowMeta,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
DataGrid(StepMeta stepMeta,
         StepDataInterface stepDataInterface,
         int copyNr,
         TransMeta transMeta,
         Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.dbproc | 
|---|
| Methods in org.pentaho.di.trans.steps.dbproc with parameters of type TransMeta | |
|---|---|
 void | 
DBProcMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transmeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
DBProc(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int copyNr,
       TransMeta transMeta,
       Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.delay | 
|---|
| Methods in org.pentaho.di.trans.steps.delay with parameters of type TransMeta | |
|---|---|
 void | 
DelayMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepinfo,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
Delay(StepMeta stepMeta,
      StepDataInterface stepDataInterface,
      int copyNr,
      TransMeta transMeta,
      Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.delete | 
|---|
| Methods in org.pentaho.di.trans.steps.delete with parameters of type TransMeta | |
|---|---|
 void | 
DeleteMeta.analyseImpact(List<DatabaseImpact> impact,
              TransMeta transMeta,
              StepMeta stepMeta,
              org.pentaho.di.core.row.RowMetaInterface prev,
              String[] input,
              String[] output,
              org.pentaho.di.core.row.RowMetaInterface info)
 | 
 void | 
DeleteMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepinfo,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 org.pentaho.di.core.SQLStatement | 
DeleteMeta.getSQLStatements(TransMeta transMeta,
                 StepMeta stepMeta,
                 org.pentaho.di.core.row.RowMetaInterface prev)
 | 
 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 TransMeta | |
|---|---|
Delete(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int copyNr,
       TransMeta transMeta,
       Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.denormaliser | 
|---|
| Methods in org.pentaho.di.trans.steps.denormaliser with parameters of type TransMeta | |
|---|---|
 void | 
DenormaliserMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
Denormaliser(StepMeta stepMeta,
             StepDataInterface stepDataInterface,
             int copyNr,
             TransMeta transMeta,
             Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.detectemptystream | 
|---|
| Methods in org.pentaho.di.trans.steps.detectemptystream with parameters of type TransMeta | |
|---|---|
 void | 
DetectEmptyStreamMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepinfo,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
DetectEmptyStream(StepMeta stepMeta,
                  StepDataInterface stepDataInterface,
                  int copyNr,
                  TransMeta transMeta,
                  Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.detectlastrow | 
|---|
| Methods in org.pentaho.di.trans.steps.detectlastrow with parameters of type TransMeta | |
|---|---|
 void | 
DetectLastRowMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
DetectLastRow(StepMeta stepMeta,
              StepDataInterface stepDataInterface,
              int copyNr,
              TransMeta transMeta,
              Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.dimensionlookup | 
|---|
| Methods in org.pentaho.di.trans.steps.dimensionlookup with parameters of type TransMeta | |
|---|---|
 void | 
DimensionLookupMeta.analyseImpact(List<DatabaseImpact> impact,
              TransMeta transMeta,
              StepMeta stepMeta,
              org.pentaho.di.core.row.RowMetaInterface prev,
              String[] input,
              String[] output,
              org.pentaho.di.core.row.RowMetaInterface info)
 | 
 void | 
DimensionLookupMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepinfo,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 org.pentaho.di.core.SQLStatement | 
DimensionLookupMeta.getSQLStatements(TransMeta transMeta,
                 StepMeta stepMeta,
                 org.pentaho.di.core.row.RowMetaInterface prev)
 | 
 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 TransMeta | |
|---|---|
DimensionLookup(StepMeta stepMeta,
                StepDataInterface stepDataInterface,
                int copyNr,
                TransMeta transMeta,
                Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.dummytrans | 
|---|
| Methods in org.pentaho.di.trans.steps.dummytrans with parameters of type TransMeta | |
|---|---|
 void | 
DummyTransMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepinfo,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
DummyTrans(StepMeta stepMeta,
           StepDataInterface stepDataInterface,
           int copyNr,
           TransMeta transMeta,
           Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.dynamicsqlrow | 
|---|
| Methods in org.pentaho.di.trans.steps.dynamicsqlrow with parameters of type TransMeta | |
|---|---|
 void | 
DynamicSQLRowMeta.analyseImpact(List<DatabaseImpact> impact,
              TransMeta transMeta,
              StepMeta stepMeta,
              org.pentaho.di.core.row.RowMetaInterface prev,
              String[] input,
              String[] output,
              org.pentaho.di.core.row.RowMetaInterface info)
 | 
 void | 
DynamicSQLRowMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepinfo,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
DynamicSQLRow(StepMeta stepMeta,
              StepDataInterface stepDataInterface,
              int copyNr,
              TransMeta transMeta,
              Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.elasticsearchbulk | 
|---|
| Methods in org.pentaho.di.trans.steps.elasticsearchbulk with parameters of type TransMeta | |
|---|---|
 void | 
ElasticSearchBulkMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
ElasticSearchBulk(StepMeta stepMeta,
                  StepDataInterface stepDataInterface,
                  int copyNr,
                  TransMeta transMeta,
                  Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.excelinput | 
|---|
| Methods in org.pentaho.di.trans.steps.excelinput with parameters of type TransMeta | |
|---|---|
 void | 
ExcelInputMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
ExcelInput(StepMeta stepMeta,
           StepDataInterface stepDataInterface,
           int copyNr,
           TransMeta transMeta,
           Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.exceloutput | 
|---|
| Methods in org.pentaho.di.trans.steps.exceloutput with parameters of type TransMeta | |
|---|---|
 void | 
ExcelOutputMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
ExcelOutput(StepMeta stepMeta,
            StepDataInterface stepDataInterface,
            int copyNr,
            TransMeta transMeta,
            Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.excelwriter | 
|---|
| Methods in org.pentaho.di.trans.steps.excelwriter with parameters of type TransMeta | |
|---|---|
 void | 
ExcelWriterStepMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
ExcelWriterStep(StepMeta s,
                StepDataInterface stepDataInterface,
                int c,
                TransMeta t,
                Trans dis)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.execprocess | 
|---|
| Methods in org.pentaho.di.trans.steps.execprocess with parameters of type TransMeta | |
|---|---|
 void | 
ExecProcessMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
ExecProcess(StepMeta stepMeta,
            StepDataInterface stepDataInterface,
            int copyNr,
            TransMeta transMeta,
            Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.execsqlrow | 
|---|
| Methods in org.pentaho.di.trans.steps.execsqlrow with parameters of type TransMeta | |
|---|---|
 void | 
ExecSQLRowMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
ExecSQLRow(StepMeta stepMeta,
           StepDataInterface stepDataInterface,
           int copyNr,
           TransMeta transMeta,
           Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.fieldschangesequence | 
|---|
| Methods in org.pentaho.di.trans.steps.fieldschangesequence with parameters of type TransMeta | |
|---|---|
 void | 
FieldsChangeSequenceMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transmeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
FieldsChangeSequence(StepMeta stepMeta,
                     StepDataInterface stepDataInterface,
                     int copyNr,
                     TransMeta transMeta,
                     Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.fieldsplitter | 
|---|
| Methods in org.pentaho.di.trans.steps.fieldsplitter with parameters of type TransMeta | |
|---|---|
 void | 
FieldSplitterMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transmeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
FieldSplitter(StepMeta stepMeta,
              StepDataInterface stepDataInterface,
              int copyNr,
              TransMeta transMeta,
              Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.fileexists | 
|---|
| Methods in org.pentaho.di.trans.steps.fileexists with parameters of type TransMeta | |
|---|---|
 void | 
FileExistsMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
FileExists(StepMeta stepMeta,
           StepDataInterface stepDataInterface,
           int copyNr,
           TransMeta transMeta,
           Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.filelocked | 
|---|
| Methods in org.pentaho.di.trans.steps.filelocked with parameters of type TransMeta | |
|---|---|
 void | 
FileLockedMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
FileLocked(StepMeta stepMeta,
           StepDataInterface stepDataInterface,
           int copyNr,
           TransMeta transMeta,
           Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.filesfromresult | 
|---|
| Methods in org.pentaho.di.trans.steps.filesfromresult with parameters of type TransMeta | |
|---|---|
 void | 
FilesFromResultMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
FilesFromResult(StepMeta stepMeta,
                StepDataInterface stepDataInterface,
                int copyNr,
                TransMeta transMeta,
                Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.filestoresult | 
|---|
| Methods in org.pentaho.di.trans.steps.filestoresult with parameters of type TransMeta | |
|---|---|
 void | 
FilesToResultMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepinfo,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
FilesToResult(StepMeta stepMeta,
              StepDataInterface stepDataInterface,
              int copyNr,
              TransMeta transMeta,
              Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.filterrows | 
|---|
| Methods in org.pentaho.di.trans.steps.filterrows with parameters of type TransMeta | |
|---|---|
 void | 
FilterRowsMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepinfo,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
FilterRows(StepMeta stepMeta,
           StepDataInterface stepDataInterface,
           int copyNr,
           TransMeta transMeta,
           Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.fixedinput | 
|---|
| Methods in org.pentaho.di.trans.steps.fixedinput with parameters of type TransMeta | |
|---|---|
 void | 
FixedInputMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepinfo,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 List<ResourceReference> | 
FixedInputMeta.getResourceDependencies(TransMeta transMeta,
                        StepMeta stepInfo)
 | 
 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 TransMeta | |
|---|---|
FixedInput(StepMeta stepMeta,
           StepDataInterface stepDataInterface,
           int copyNr,
           TransMeta transMeta,
           Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.flattener | 
|---|
| Methods in org.pentaho.di.trans.steps.flattener with parameters of type TransMeta | |
|---|---|
 void | 
FlattenerMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
Flattener(StepMeta stepMeta,
          StepDataInterface stepDataInterface,
          int copyNr,
          TransMeta transMeta,
          Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.formula | 
|---|
| Methods in org.pentaho.di.trans.steps.formula with parameters of type TransMeta | |
|---|---|
 void | 
FormulaMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepinfo,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
Checks the settings of this step and puts the findings in a remarks List.  | 
 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 TransMeta | |
|---|---|
Formula(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int copyNr,
        TransMeta transMeta,
        Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.fuzzymatch | 
|---|
| Methods in org.pentaho.di.trans.steps.fuzzymatch with parameters of type TransMeta | |
|---|---|
 void | 
FuzzyMatchMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
FuzzyMatch(StepMeta stepMeta,
           StepDataInterface stepDataInterface,
           int copyNr,
           TransMeta transMeta,
           Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.getfilenames | 
|---|
| Methods in org.pentaho.di.trans.steps.getfilenames with parameters of type TransMeta | |
|---|---|
 void | 
GetFileNamesMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepinfo,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 List<ResourceReference> | 
GetFileNamesMeta.getResourceDependencies(TransMeta transMeta,
                        StepMeta stepInfo)
 | 
 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 TransMeta | |
|---|---|
GetFileNames(StepMeta stepMeta,
             StepDataInterface stepDataInterface,
             int copyNr,
             TransMeta transMeta,
             Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.getfilesrowscount | 
|---|
| Methods in org.pentaho.di.trans.steps.getfilesrowscount with parameters of type TransMeta | |
|---|---|
 void | 
GetFilesRowsCountMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
GetFilesRowsCount(StepMeta stepMeta,
                  StepDataInterface stepDataInterface,
                  int copyNr,
                  TransMeta transMeta,
                  Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.getpreviousrowfield | 
|---|
| Methods in org.pentaho.di.trans.steps.getpreviousrowfield with parameters of type TransMeta | |
|---|---|
 void | 
GetPreviousRowFieldMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepinfo,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
GetPreviousRowField(StepMeta stepMeta,
                    StepDataInterface stepDataInterface,
                    int copyNr,
                    TransMeta transMeta,
                    Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.getrepositorynames | 
|---|
| Methods in org.pentaho.di.trans.steps.getrepositorynames with parameters of type TransMeta | |
|---|---|
 void | 
GetRepositoryNamesMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepinfo,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
GetRepositoryNames(StepMeta stepMeta,
                   StepDataInterface stepDataInterface,
                   int copyNr,
                   TransMeta transMeta,
                   Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.getslavesequence | 
|---|
| Methods in org.pentaho.di.trans.steps.getslavesequence with parameters of type TransMeta | |
|---|---|
 void | 
GetSlaveSequenceMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
GetSlaveSequence(StepMeta stepMeta,
                 StepDataInterface stepDataInterface,
                 int copyNr,
                 TransMeta transMeta,
                 Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.getsubfolders | 
|---|
| Methods in org.pentaho.di.trans.steps.getsubfolders with parameters of type TransMeta | |
|---|---|
 void | 
GetSubFoldersMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepinfo,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
GetSubFolders(StepMeta stepMeta,
              StepDataInterface stepDataInterface,
              int copyNr,
              TransMeta transMeta,
              Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.gettablenames | 
|---|
| Methods in org.pentaho.di.trans.steps.gettablenames with parameters of type TransMeta | |
|---|---|
 void | 
GetTableNamesMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
GetTableNames(StepMeta stepMeta,
              StepDataInterface stepDataInterface,
              int copyNr,
              TransMeta transMeta,
              Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.getvariable | 
|---|
| Methods in org.pentaho.di.trans.steps.getvariable with parameters of type TransMeta | |
|---|---|
 void | 
GetVariableMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
GetVariable(StepMeta stepMeta,
            StepDataInterface stepDataInterface,
            int copyNr,
            TransMeta transMeta,
            Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.getxmldata | 
|---|
| Methods in org.pentaho.di.trans.steps.getxmldata with parameters of type TransMeta | |
|---|---|
 void | 
GetXMLDataMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
GetXMLData(StepMeta stepMeta,
           StepDataInterface stepDataInterface,
           int copyNr,
           TransMeta transMeta,
           Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.googleanalytics | 
|---|
| Methods in org.pentaho.di.trans.steps.googleanalytics with parameters of type TransMeta | |
|---|---|
 void | 
GaInputStepMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transmeta,
      StepMeta stepinfo,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
GaInputStep(StepMeta s,
            StepDataInterface stepDataInterface,
            int c,
            TransMeta t,
            Trans dis)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.gpbulkloader | 
|---|
| Methods in org.pentaho.di.trans.steps.gpbulkloader with parameters of type TransMeta | |
|---|---|
 void | 
GPBulkLoaderMeta.analyseImpact(List<DatabaseImpact> impact,
              TransMeta transMeta,
              StepMeta stepMeta,
              org.pentaho.di.core.row.RowMetaInterface prev,
              String[] input,
              String[] output,
              org.pentaho.di.core.row.RowMetaInterface info)
 | 
 void | 
GPBulkLoaderMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 org.pentaho.di.core.SQLStatement | 
GPBulkLoaderMeta.getSQLStatements(TransMeta transMeta,
                 StepMeta stepMeta,
                 org.pentaho.di.core.row.RowMetaInterface prev)
 | 
 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 TransMeta | |
|---|---|
GPBulkLoader(StepMeta stepMeta,
             StepDataInterface stepDataInterface,
             int copyNr,
             TransMeta transMeta,
             Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.groupby | 
|---|
| Methods in org.pentaho.di.trans.steps.groupby with parameters of type TransMeta | |
|---|---|
 void | 
GroupByMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
GroupBy(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int copyNr,
        TransMeta transMeta,
        Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.http | 
|---|
| Methods in org.pentaho.di.trans.steps.http with parameters of type TransMeta | |
|---|---|
 void | 
HTTPMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
HTTP(StepMeta stepMeta,
     StepDataInterface stepDataInterface,
     int copyNr,
     TransMeta transMeta,
     Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.httppost | 
|---|
| Methods in org.pentaho.di.trans.steps.httppost with parameters of type TransMeta | |
|---|---|
 void | 
HTTPPOSTMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
HTTPPOST(StepMeta stepMeta,
         StepDataInterface stepDataInterface,
         int copyNr,
         TransMeta transMeta,
         Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.ifnull | 
|---|
| Methods in org.pentaho.di.trans.steps.ifnull with parameters of type TransMeta | |
|---|---|
 void | 
IfNullMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepinfo,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
IfNull(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int copyNr,
       TransMeta transMeta,
       Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.infobrightoutput | 
|---|
| Methods in org.pentaho.di.trans.steps.infobrightoutput with parameters of type TransMeta | |
|---|---|
 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 TransMeta | |
|---|---|
InfobrightLoader(StepMeta stepMeta,
                 StepDataInterface stepDataInterface,
                 int copyNr,
                 TransMeta transMeta,
                 Trans trans)
Standard constructor.  | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.injector | 
|---|
| Methods in org.pentaho.di.trans.steps.injector with parameters of type TransMeta | |
|---|---|
 void | 
InjectorMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
Injector(StepMeta stepMeta,
         StepDataInterface stepDataInterface,
         int copyNr,
         TransMeta transMeta,
         Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.insertupdate | 
|---|
| Methods in org.pentaho.di.trans.steps.insertupdate with parameters of type TransMeta | |
|---|---|
 void | 
InsertUpdateMeta.analyseImpact(List<DatabaseImpact> impact,
              TransMeta transMeta,
              StepMeta stepMeta,
              org.pentaho.di.core.row.RowMetaInterface prev,
              String[] input,
              String[] output,
              org.pentaho.di.core.row.RowMetaInterface info)
 | 
 void | 
InsertUpdateMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 org.pentaho.di.core.SQLStatement | 
InsertUpdateMeta.getSQLStatements(TransMeta transMeta,
                 StepMeta stepMeta,
                 org.pentaho.di.core.row.RowMetaInterface prev)
 | 
 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 TransMeta | |
|---|---|
InsertUpdate(StepMeta stepMeta,
             StepDataInterface stepDataInterface,
             int copyNr,
             TransMeta transMeta,
             Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.ivwloader | 
|---|
| Methods in org.pentaho.di.trans.steps.ivwloader with parameters of type TransMeta | |
|---|---|
 void | 
IngresVectorwiseLoaderMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 org.pentaho.di.core.SQLStatement | 
IngresVectorwiseLoaderMeta.getSQLStatements(TransMeta transMeta,
                 StepMeta stepMeta,
                 org.pentaho.di.core.row.RowMetaInterface prev)
 | 
 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 TransMeta | |
|---|---|
IngresVectorwiseLoader(StepMeta stepMeta,
                       StepDataInterface stepDataInterface,
                       int copyNr,
                       TransMeta transMeta,
                       Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.janino | 
|---|
| Methods in org.pentaho.di.trans.steps.janino with parameters of type TransMeta | |
|---|---|
 void | 
JaninoMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepinfo,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
Checks the settings of this step and puts the findings in a remarks List.  | 
 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 TransMeta | |
|---|---|
Janino(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int copyNr,
       TransMeta transMeta,
       Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.javafilter | 
|---|
| Methods in org.pentaho.di.trans.steps.javafilter with parameters of type TransMeta | |
|---|---|
 void | 
JavaFilterMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepinfo,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
JavaFilter(StepMeta stepMeta,
           StepDataInterface stepDataInterface,
           int copyNr,
           TransMeta transMeta,
           Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.joinrows | 
|---|
| Methods in org.pentaho.di.trans.steps.joinrows with parameters of type TransMeta | |
|---|---|
 void | 
JoinRowsMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
JoinRows(StepMeta stepMeta,
         StepDataInterface stepDataInterface,
         int copyNr,
         TransMeta transMeta,
         Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.jsoninput | 
|---|
| Methods in org.pentaho.di.trans.steps.jsoninput with parameters of type TransMeta | |
|---|---|
 void | 
JsonInputMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
JsonInput(StepMeta stepMeta,
          StepDataInterface stepDataInterface,
          int copyNr,
          TransMeta transMeta,
          Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.jsonoutput | 
|---|
| Methods in org.pentaho.di.trans.steps.jsonoutput with parameters of type TransMeta | |
|---|---|
 void | 
JsonOutputMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
JsonOutput(StepMeta stepMeta,
           StepDataInterface stepDataInterface,
           int copyNr,
           TransMeta transMeta,
           Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.ldapinput | 
|---|
| Methods in org.pentaho.di.trans.steps.ldapinput with parameters of type TransMeta | |
|---|---|
 void | 
LDAPInputMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
LDAPInput(StepMeta stepMeta,
          StepDataInterface stepDataInterface,
          int copyNr,
          TransMeta transMeta,
          Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.ldapoutput | 
|---|
| Methods in org.pentaho.di.trans.steps.ldapoutput with parameters of type TransMeta | |
|---|---|
 void | 
LDAPOutputMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
LDAPOutput(StepMeta stepMeta,
           StepDataInterface stepDataInterface,
           int copyNr,
           TransMeta transMeta,
           Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.ldifinput | 
|---|
| Methods in org.pentaho.di.trans.steps.ldifinput with parameters of type TransMeta | |
|---|---|
 void | 
LDIFInputMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
LDIFInput(StepMeta stepMeta,
          StepDataInterface stepDataInterface,
          int copyNr,
          TransMeta transMeta,
          Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.loadfileinput | 
|---|
| Methods in org.pentaho.di.trans.steps.loadfileinput with parameters of type TransMeta | |
|---|---|
 void | 
LoadFileInputMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepinfo,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
LoadFileInput(StepMeta stepMeta,
              StepDataInterface stepDataInterface,
              int copyNr,
              TransMeta transMeta,
              Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.luciddbbulkloader | 
|---|
| Methods in org.pentaho.di.trans.steps.luciddbbulkloader with parameters of type TransMeta | |
|---|---|
 void | 
LucidDBBulkLoaderMeta.analyseImpact(List<DatabaseImpact> impact,
              TransMeta transMeta,
              StepMeta stepMeta,
              org.pentaho.di.core.row.RowMetaInterface prev,
              String[] input,
              String[] output,
              org.pentaho.di.core.row.RowMetaInterface info)
 | 
 void | 
LucidDBBulkLoaderMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 org.pentaho.di.core.SQLStatement | 
LucidDBBulkLoaderMeta.getSQLStatements(TransMeta transMeta,
                 StepMeta stepMeta,
                 org.pentaho.di.core.row.RowMetaInterface prev)
 | 
 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 TransMeta | |
|---|---|
LucidDBBulkLoader(StepMeta stepMeta,
                  StepDataInterface stepDataInterface,
                  int copyNr,
                  TransMeta transMeta,
                  Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.luciddbstreamingloader | 
|---|
| Methods in org.pentaho.di.trans.steps.luciddbstreamingloader with parameters of type TransMeta | |
|---|---|
 void | 
LucidDBStreamingLoaderMeta.analyseImpact(List<DatabaseImpact> impact,
              TransMeta transMeta,
              StepMeta stepMeta,
              org.pentaho.di.core.row.RowMetaInterface prev,
              String[] input,
              String[] output,
              org.pentaho.di.core.row.RowMetaInterface info)
 | 
 void | 
LucidDBStreamingLoaderMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 org.pentaho.di.core.SQLStatement | 
LucidDBStreamingLoaderMeta.getSQLStatements(TransMeta transMeta,
                 StepMeta stepMeta,
                 org.pentaho.di.core.row.RowMetaInterface prev)
 | 
 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 TransMeta | |
|---|---|
LucidDBStreamingLoader(StepMeta stepMeta,
                       StepDataInterface stepDataInterface,
                       int copyNr,
                       TransMeta transMeta,
                       Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.mail | 
|---|
| Methods in org.pentaho.di.trans.steps.mail with parameters of type TransMeta | |
|---|---|
 void | 
MailMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepinfo,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
Mail(StepMeta stepMeta,
     StepDataInterface stepDataInterface,
     int copyNr,
     TransMeta transMeta,
     Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.mailinput | 
|---|
| Methods in org.pentaho.di.trans.steps.mailinput with parameters of type TransMeta | |
|---|---|
 void | 
MailInputMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
MailInput(StepMeta stepMeta,
          StepDataInterface stepDataInterface,
          int copyNr,
          TransMeta transMeta,
          Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.mailvalidator | 
|---|
| Methods in org.pentaho.di.trans.steps.mailvalidator with parameters of type TransMeta | |
|---|---|
 void | 
MailValidatorMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
MailValidator(StepMeta stepMeta,
              StepDataInterface stepDataInterface,
              int copyNr,
              TransMeta transMeta,
              Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.mapping | 
|---|
| Fields in org.pentaho.di.trans.steps.mapping declared as TransMeta | |
|---|---|
 TransMeta | 
MappingData.mappingTransMeta
 | 
| Methods in org.pentaho.di.trans.steps.mapping that return TransMeta | |
|---|---|
static TransMeta | 
MappingMeta.loadMappingMeta(MappingMeta mappingMeta,
                Repository rep,
                org.pentaho.di.core.variables.VariableSpace space)
 | 
| Methods in org.pentaho.di.trans.steps.mapping with parameters of type TransMeta | |
|---|---|
 void | 
MappingMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepinfo,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 List<ResourceReference> | 
MappingMeta.getResourceDependencies(TransMeta transMeta,
                        StepMeta stepInfo)
 | 
 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 TransMeta | |
|---|---|
Mapping(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int copyNr,
        TransMeta transMeta,
        Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.mappinginput | 
|---|
| Methods in org.pentaho.di.trans.steps.mappinginput with parameters of type TransMeta | |
|---|---|
 void | 
MappingInputMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepinfo,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
MappingInput(StepMeta stepMeta,
             StepDataInterface stepDataInterface,
             int copyNr,
             TransMeta transMeta,
             Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.mappingoutput | 
|---|
| Methods in org.pentaho.di.trans.steps.mappingoutput with parameters of type TransMeta | |
|---|---|
 void | 
MappingOutputMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepinfo,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
MappingOutput(StepMeta stepMeta,
              StepDataInterface stepDataInterface,
              int copyNr,
              TransMeta transMeta,
              Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.memgroupby | 
|---|
| Methods in org.pentaho.di.trans.steps.memgroupby with parameters of type TransMeta | |
|---|---|
 void | 
MemoryGroupByMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
MemoryGroupBy(StepMeta stepMeta,
              StepDataInterface stepDataInterface,
              int copyNr,
              TransMeta transMeta,
              Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.mergejoin | 
|---|
| Methods in org.pentaho.di.trans.steps.mergejoin with parameters of type TransMeta | |
|---|---|
 void | 
MergeJoinMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepinfo,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
MergeJoin(StepMeta stepMeta,
          StepDataInterface stepDataInterface,
          int copyNr,
          TransMeta transMeta,
          Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.mergerows | 
|---|
| Methods in org.pentaho.di.trans.steps.mergerows with parameters of type TransMeta | |
|---|---|
 void | 
MergeRowsMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepinfo,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
MergeRows(StepMeta stepMeta,
          StepDataInterface stepDataInterface,
          int copyNr,
          TransMeta transMeta,
          Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.metainject | 
|---|
| Fields in org.pentaho.di.trans.steps.metainject declared as TransMeta | |
|---|---|
 TransMeta | 
MetaInjectData.transMeta
 | 
| Methods in org.pentaho.di.trans.steps.metainject that return TransMeta | |
|---|---|
static TransMeta | 
MetaInjectMeta.loadTransformationMeta(MetaInjectMeta mappingMeta,
                       Repository rep,
                       org.pentaho.di.core.variables.VariableSpace space)
 | 
| Methods in org.pentaho.di.trans.steps.metainject with parameters of type TransMeta | |
|---|---|
 void | 
MetaInjectMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
MetaInject(StepMeta stepMeta,
           StepDataInterface stepDataInterface,
           int copyNr,
           TransMeta transMeta,
           Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.mondrianinput | 
|---|
| Methods in org.pentaho.di.trans.steps.mondrianinput with parameters of type TransMeta | |
|---|---|
 void | 
MondrianInputMeta.analyseImpact(List<DatabaseImpact> impact,
              TransMeta transMeta,
              StepMeta stepMeta,
              org.pentaho.di.core.row.RowMetaInterface prev,
              String[] input,
              String[] output,
              org.pentaho.di.core.row.RowMetaInterface info)
 | 
 void | 
MondrianInputMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
MondrianInput(StepMeta stepMeta,
              StepDataInterface stepDataInterface,
              int copyNr,
              TransMeta transMeta,
              Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.monetdbbulkloader | 
|---|
| Methods in org.pentaho.di.trans.steps.monetdbbulkloader with parameters of type TransMeta | |
|---|---|
 void | 
MonetDBBulkLoaderMeta.analyseImpact(List<DatabaseImpact> impact,
              TransMeta transMeta,
              StepMeta stepMeta,
              org.pentaho.di.core.row.RowMetaInterface prev,
              String[] input,
              String[] output,
              org.pentaho.di.core.row.RowMetaInterface info)
 | 
 void | 
MonetDBBulkLoaderMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 org.pentaho.di.core.SQLStatement | 
MonetDBBulkLoaderMeta.getSQLStatements(TransMeta transMeta,
                 StepMeta stepMeta,
                 org.pentaho.di.core.row.RowMetaInterface prev)
 | 
 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 TransMeta | |
|---|---|
MonetDBBulkLoader(StepMeta stepMeta,
                  StepDataInterface stepDataInterface,
                  int copyNr,
                  TransMeta transMeta,
                  Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.mongodbinput | 
|---|
| Methods in org.pentaho.di.trans.steps.mongodbinput with parameters of type TransMeta | |
|---|---|
 void | 
MongoDbInputMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 StepInterface | 
MongoDbInputMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta tr,
        Trans trans)
 | 
| Constructors in org.pentaho.di.trans.steps.mongodbinput with parameters of type TransMeta | |
|---|---|
MongoDbInput(StepMeta stepMeta,
             StepDataInterface stepDataInterface,
             int copyNr,
             TransMeta transMeta,
             Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.multimerge | 
|---|
| Methods in org.pentaho.di.trans.steps.multimerge with parameters of type TransMeta | |
|---|---|
 void | 
MultiMergeJoinMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepinfo,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
MultiMergeJoin(StepMeta stepMeta,
               StepDataInterface stepDataInterface,
               int copyNr,
               TransMeta transMeta,
               Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.mysqlbulkloader | 
|---|
| Methods in org.pentaho.di.trans.steps.mysqlbulkloader with parameters of type TransMeta | |
|---|---|
 void | 
MySQLBulkLoaderMeta.analyseImpact(List<DatabaseImpact> impact,
              TransMeta transMeta,
              StepMeta stepMeta,
              org.pentaho.di.core.row.RowMetaInterface prev,
              String[] input,
              String[] output,
              org.pentaho.di.core.row.RowMetaInterface info)
 | 
 void | 
MySQLBulkLoaderMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 org.pentaho.di.core.SQLStatement | 
MySQLBulkLoaderMeta.getSQLStatements(TransMeta transMeta,
                 StepMeta stepMeta,
                 org.pentaho.di.core.row.RowMetaInterface prev)
 | 
 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 TransMeta | |
|---|---|
MySQLBulkLoader(StepMeta stepMeta,
                StepDataInterface stepDataInterface,
                int copyNr,
                TransMeta transMeta,
                Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.normaliser | 
|---|
| Methods in org.pentaho.di.trans.steps.normaliser with parameters of type TransMeta | |
|---|---|
 void | 
NormaliserMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
Normaliser(StepMeta stepMeta,
           StepDataInterface stepDataInterface,
           int copyNr,
           TransMeta transMeta,
           Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.nullif | 
|---|
| Methods in org.pentaho.di.trans.steps.nullif with parameters of type TransMeta | |
|---|---|
 void | 
NullIfMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepinfo,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
NullIf(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int copyNr,
       TransMeta transMeta,
       Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.numberrange | 
|---|
| Methods in org.pentaho.di.trans.steps.numberrange with parameters of type TransMeta | |
|---|---|
 void | 
NumberRangeMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepinfo,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
NumberRange(StepMeta s,
            StepDataInterface stepDataInterface,
            int c,
            TransMeta t,
            Trans dis)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.olapinput | 
|---|
| Methods in org.pentaho.di.trans.steps.olapinput with parameters of type TransMeta | |
|---|---|
 void | 
OlapInputMeta.analyseImpact(List<DatabaseImpact> impact,
              TransMeta transMeta,
              StepMeta stepMeta,
              org.pentaho.di.core.row.RowMetaInterface prev,
              String[] input,
              String[] output,
              org.pentaho.di.core.row.RowMetaInterface info)
 | 
 void | 
OlapInputMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
OlapInput(StepMeta stepMeta,
          StepDataInterface stepDataInterface,
          int copyNr,
          TransMeta transMeta,
          Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.orabulkloader | 
|---|
| Methods in org.pentaho.di.trans.steps.orabulkloader with parameters of type TransMeta | |
|---|---|
 void | 
OraBulkLoaderMeta.analyseImpact(List<DatabaseImpact> impact,
              TransMeta transMeta,
              StepMeta stepMeta,
              org.pentaho.di.core.row.RowMetaInterface prev,
              String[] input,
              String[] output,
              org.pentaho.di.core.row.RowMetaInterface info)
 | 
 void | 
OraBulkLoaderMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 org.pentaho.di.core.SQLStatement | 
OraBulkLoaderMeta.getSQLStatements(TransMeta transMeta,
                 StepMeta stepMeta,
                 org.pentaho.di.core.row.RowMetaInterface prev)
 | 
 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 TransMeta | |
|---|---|
OraBulkLoader(StepMeta stepMeta,
              StepDataInterface stepDataInterface,
              int copyNr,
              TransMeta transMeta,
              Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.parallelgzipcsv | 
|---|
| Methods in org.pentaho.di.trans.steps.parallelgzipcsv with parameters of type TransMeta | |
|---|---|
 void | 
ParGzipCsvInputMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepinfo,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 List<ResourceReference> | 
ParGzipCsvInputMeta.getResourceDependencies(TransMeta transMeta,
                        StepMeta stepInfo)
 | 
 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 TransMeta | |
|---|---|
ParGzipCsvInput(StepMeta stepMeta,
                StepDataInterface stepDataInterface,
                int copyNr,
                TransMeta transMeta,
                Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.pentahoreporting | 
|---|
| Methods in org.pentaho.di.trans.steps.pentahoreporting with parameters of type TransMeta | |
|---|---|
 void | 
PentahoReportingOutputMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
PentahoReportingOutput(StepMeta stepMeta,
                       StepDataInterface stepDataInterface,
                       int copyNr,
                       TransMeta transMeta,
                       Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.pgbulkloader | 
|---|
| Methods in org.pentaho.di.trans.steps.pgbulkloader with parameters of type TransMeta | |
|---|---|
 void | 
PGBulkLoaderMeta.analyseImpact(List<DatabaseImpact> impact,
              TransMeta transMeta,
              StepMeta stepMeta,
              org.pentaho.di.core.row.RowMetaInterface prev,
              String[] input,
              String[] output,
              org.pentaho.di.core.row.RowMetaInterface info)
 | 
 void | 
PGBulkLoaderMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 org.pentaho.di.core.SQLStatement | 
PGBulkLoaderMeta.getSQLStatements(TransMeta transMeta,
                 StepMeta stepMeta,
                 org.pentaho.di.core.row.RowMetaInterface prev)
 | 
 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 TransMeta | |
|---|---|
PGBulkLoader(StepMeta stepMeta,
             StepDataInterface stepDataInterface,
             int copyNr,
             TransMeta transMeta,
             Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.prioritizestreams | 
|---|
| Methods in org.pentaho.di.trans.steps.prioritizestreams with parameters of type TransMeta | |
|---|---|
 void | 
PrioritizeStreamsMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
PrioritizeStreams(StepMeta stepMeta,
                  StepDataInterface stepDataInterface,
                  int copyNr,
                  TransMeta transMeta,
                  Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.processfiles | 
|---|
| Methods in org.pentaho.di.trans.steps.processfiles with parameters of type TransMeta | |
|---|---|
 void | 
ProcessFilesMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
ProcessFiles(StepMeta stepMeta,
             StepDataInterface stepDataInterface,
             int copyNr,
             TransMeta transMeta,
             Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.propertyinput | 
|---|
| Methods in org.pentaho.di.trans.steps.propertyinput with parameters of type TransMeta | |
|---|---|
 void | 
PropertyInputMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
PropertyInput(StepMeta stepMeta,
              StepDataInterface stepDataInterface,
              int copyNr,
              TransMeta transMeta,
              Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.propertyoutput | 
|---|
| Methods in org.pentaho.di.trans.steps.propertyoutput with parameters of type TransMeta | |
|---|---|
 void | 
PropertyOutputMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
PropertyOutput(StepMeta stepMeta,
               StepDataInterface stepDataInterface,
               int copyNr,
               TransMeta transMeta,
               Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.randomccnumber | 
|---|
| Methods in org.pentaho.di.trans.steps.randomccnumber with parameters of type TransMeta | |
|---|---|
 void | 
RandomCCNumberGeneratorMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
RandomCCNumberGenerator(StepMeta stepMeta,
                        StepDataInterface stepDataInterface,
                        int copyNr,
                        TransMeta transMeta,
                        Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.randomvalue | 
|---|
| Methods in org.pentaho.di.trans.steps.randomvalue with parameters of type TransMeta | |
|---|---|
 void | 
RandomValueMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
RandomValue(StepMeta stepMeta,
            StepDataInterface stepDataInterface,
            int copyNr,
            TransMeta transMeta,
            Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.regexeval | 
|---|
| Methods in org.pentaho.di.trans.steps.regexeval with parameters of type TransMeta | |
|---|---|
 void | 
RegexEvalMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
RegexEval(StepMeta stepMeta,
          StepDataInterface stepDataInterface,
          int copyNr,
          TransMeta transMeta,
          Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.replacestring | 
|---|
| Methods in org.pentaho.di.trans.steps.replacestring with parameters of type TransMeta | |
|---|---|
 void | 
ReplaceStringMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepinfo,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
ReplaceString(StepMeta stepMeta,
              StepDataInterface stepDataInterface,
              int copyNr,
              TransMeta transMeta,
              Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.reservoirsampling | 
|---|
| Methods in org.pentaho.di.trans.steps.reservoirsampling with parameters of type TransMeta | |
|---|---|
 void | 
ReservoirSamplingMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transmeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
Check the settings of this step and put findings in a remarks list.  | 
 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 TransMeta | |
|---|---|
ReservoirSampling(StepMeta stepMeta,
                  StepDataInterface stepDataInterface,
                  int copyNr,
                  TransMeta transMeta,
                  Trans trans)
Creates a new ReservoirSampling instance. | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.rest | 
|---|
| Methods in org.pentaho.di.trans.steps.rest with parameters of type TransMeta | |
|---|---|
 void | 
RestMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
Rest(StepMeta stepMeta,
     StepDataInterface stepDataInterface,
     int copyNr,
     TransMeta transMeta,
     Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.rowgenerator | 
|---|
| Methods in org.pentaho.di.trans.steps.rowgenerator with parameters of type TransMeta | |
|---|---|
 void | 
RowGeneratorMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
RowGenerator(StepMeta stepMeta,
             StepDataInterface stepDataInterface,
             int copyNr,
             TransMeta transMeta,
             Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.rowsfromresult | 
|---|
| Methods in org.pentaho.di.trans.steps.rowsfromresult with parameters of type TransMeta | |
|---|---|
 void | 
RowsFromResultMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
RowsFromResult(StepMeta stepMeta,
               StepDataInterface stepDataInterface,
               int copyNr,
               TransMeta transMeta,
               Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.rowstoresult | 
|---|
| Methods in org.pentaho.di.trans.steps.rowstoresult with parameters of type TransMeta | |
|---|---|
 void | 
RowsToResultMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepinfo,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
RowsToResult(StepMeta stepMeta,
             StepDataInterface stepDataInterface,
             int copyNr,
             TransMeta transMeta,
             Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.rssinput | 
|---|
| Methods in org.pentaho.di.trans.steps.rssinput with parameters of type TransMeta | |
|---|---|
 void | 
RssInputMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
RssInput(StepMeta stepMeta,
         StepDataInterface stepDataInterface,
         int copyNr,
         TransMeta transMeta,
         Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.rssoutput | 
|---|
| Methods in org.pentaho.di.trans.steps.rssoutput with parameters of type TransMeta | |
|---|---|
 void | 
RssOutputMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
RssOutput(StepMeta stepMeta,
          StepDataInterface stepDataInterface,
          int copyNr,
          TransMeta transMeta,
          Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.rules | 
|---|
| Methods in org.pentaho.di.trans.steps.rules with parameters of type TransMeta | |
|---|---|
 void | 
RulesMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
Rules(StepMeta stepMeta,
      StepDataInterface stepDataInterface,
      int copyNr,
      TransMeta transMeta,
      Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.salesforcedelete | 
|---|
| Methods in org.pentaho.di.trans.steps.salesforcedelete with parameters of type TransMeta | |
|---|---|
 void | 
SalesforceDeleteMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
SalesforceDelete(StepMeta stepMeta,
                 StepDataInterface stepDataInterface,
                 int copyNr,
                 TransMeta transMeta,
                 Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.salesforceinput | 
|---|
| Methods in org.pentaho.di.trans.steps.salesforceinput with parameters of type TransMeta | |
|---|---|
 void | 
SalesforceInputMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
SalesforceInput(StepMeta stepMeta,
                StepDataInterface stepDataInterface,
                int copyNr,
                TransMeta transMeta,
                Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.salesforceinsert | 
|---|
| Methods in org.pentaho.di.trans.steps.salesforceinsert with parameters of type TransMeta | |
|---|---|
 void | 
SalesforceInsertMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
SalesforceInsert(StepMeta stepMeta,
                 StepDataInterface stepDataInterface,
                 int copyNr,
                 TransMeta transMeta,
                 Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.salesforceupdate | 
|---|
| Methods in org.pentaho.di.trans.steps.salesforceupdate with parameters of type TransMeta | |
|---|---|
 void | 
SalesforceUpdateMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
SalesforceUpdate(StepMeta stepMeta,
                 StepDataInterface stepDataInterface,
                 int copyNr,
                 TransMeta transMeta,
                 Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.salesforceupsert | 
|---|
| Methods in org.pentaho.di.trans.steps.salesforceupsert with parameters of type TransMeta | |
|---|---|
 void | 
SalesforceUpsertMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
SalesforceUpsert(StepMeta stepMeta,
                 StepDataInterface stepDataInterface,
                 int copyNr,
                 TransMeta transMeta,
                 Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.samplerows | 
|---|
| Methods in org.pentaho.di.trans.steps.samplerows with parameters of type TransMeta | |
|---|---|
 void | 
SampleRowsMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepinfo,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
SampleRows(StepMeta stepMeta,
           StepDataInterface stepDataInterface,
           int copyNr,
           TransMeta transMeta,
           Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.sapinput | 
|---|
| Methods in org.pentaho.di.trans.steps.sapinput with parameters of type TransMeta | |
|---|---|
 void | 
SapInputMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
SapInput(StepMeta stepMeta,
         StepDataInterface stepDataInterface,
         int copyNr,
         TransMeta transMeta,
         Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.script | 
|---|
| Methods in org.pentaho.di.trans.steps.script with parameters of type TransMeta | |
|---|---|
 void | 
ScriptMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepinfo,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
Script(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int copyNr,
       TransMeta transMeta,
       Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.scriptvalues_mod | 
|---|
| Methods in org.pentaho.di.trans.steps.scriptvalues_mod that return TransMeta | |
|---|---|
 TransMeta | 
ScriptValuesModDummy.getTransMeta()
 | 
| Methods in org.pentaho.di.trans.steps.scriptvalues_mod with parameters of type TransMeta | |
|---|---|
 void | 
ScriptValuesMetaMod.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepinfo,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
ScriptValuesMod(StepMeta stepMeta,
                StepDataInterface stepDataInterface,
                int copyNr,
                TransMeta transMeta,
                Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.selectvalues | 
|---|
| Methods in org.pentaho.di.trans.steps.selectvalues with parameters of type TransMeta | |
|---|---|
 void | 
SelectValuesMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
SelectValues(StepMeta stepMeta,
             StepDataInterface stepDataInterface,
             int copyNr,
             TransMeta transMeta,
             Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.setvalueconstant | 
|---|
| Methods in org.pentaho.di.trans.steps.setvalueconstant with parameters of type TransMeta | |
|---|---|
 void | 
SetValueConstantMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepinfo,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
SetValueConstant(StepMeta stepMeta,
                 StepDataInterface stepDataInterface,
                 int copyNr,
                 TransMeta transMeta,
                 Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.setvaluefield | 
|---|
| Methods in org.pentaho.di.trans.steps.setvaluefield with parameters of type TransMeta | |
|---|---|
 void | 
SetValueFieldMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepinfo,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
SetValueField(StepMeta stepMeta,
              StepDataInterface stepDataInterface,
              int copyNr,
              TransMeta transMeta,
              Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.setvariable | 
|---|
| Methods in org.pentaho.di.trans.steps.setvariable with parameters of type TransMeta | |
|---|---|
 void | 
SetVariableMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
SetVariable(StepMeta stepMeta,
            StepDataInterface stepDataInterface,
            int copyNr,
            TransMeta transMeta,
            Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.singlethreader | 
|---|
| Fields in org.pentaho.di.trans.steps.singlethreader declared as TransMeta | |
|---|---|
 TransMeta | 
SingleThreaderData.mappingTransMeta
 | 
| Methods in org.pentaho.di.trans.steps.singlethreader that return TransMeta | |
|---|---|
static TransMeta | 
SingleThreaderMeta.loadSingleThreadedTransMeta(SingleThreaderMeta mappingMeta,
                            Repository rep,
                            org.pentaho.di.core.variables.VariableSpace space)
 | 
| Methods in org.pentaho.di.trans.steps.singlethreader with parameters of type TransMeta | |
|---|---|
 void | 
SingleThreaderMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepinfo,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 List<ResourceReference> | 
SingleThreaderMeta.getResourceDependencies(TransMeta transMeta,
                        StepMeta stepInfo)
 | 
 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 TransMeta | |
|---|---|
SingleThreader(StepMeta stepMeta,
               StepDataInterface stepDataInterface,
               int copyNr,
               TransMeta transMeta,
               Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.socketreader | 
|---|
| Methods in org.pentaho.di.trans.steps.socketreader with parameters of type TransMeta | |
|---|---|
 void | 
SocketReaderMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepinfo,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
SocketReader(StepMeta stepMeta,
             StepDataInterface stepDataInterface,
             int copyNr,
             TransMeta transMeta,
             Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.socketwriter | 
|---|
| Methods in org.pentaho.di.trans.steps.socketwriter with parameters of type TransMeta | |
|---|---|
 void | 
SocketWriterMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepinfo,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
SocketWriter(StepMeta stepMeta,
             StepDataInterface stepDataInterface,
             int copyNr,
             TransMeta transMeta,
             Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.sort | 
|---|
| Methods in org.pentaho.di.trans.steps.sort with parameters of type TransMeta | |
|---|---|
 void | 
SortRowsMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
SortRows(StepMeta stepMeta,
         StepDataInterface stepDataInterface,
         int copyNr,
         TransMeta transMeta,
         Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.sortedmerge | 
|---|
| Methods in org.pentaho.di.trans.steps.sortedmerge with parameters of type TransMeta | |
|---|---|
 void | 
SortedMergeMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
SortedMerge(StepMeta stepMeta,
            StepDataInterface stepDataInterface,
            int copyNr,
            TransMeta transMeta,
            Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.splitfieldtorows | 
|---|
| Methods in org.pentaho.di.trans.steps.splitfieldtorows with parameters of type TransMeta | |
|---|---|
 void | 
SplitFieldToRowsMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
SplitFieldToRows(StepMeta stepMeta,
                 StepDataInterface stepDataInterface,
                 int copyNr,
                 TransMeta transMeta,
                 Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.sql | 
|---|
| Methods in org.pentaho.di.trans.steps.sql with parameters of type TransMeta | |
|---|---|
 void | 
ExecSQLMeta.analyseImpact(List<DatabaseImpact> impact,
              TransMeta transMeta,
              StepMeta stepMeta,
              org.pentaho.di.core.row.RowMeta prev,
              String[] input,
              String[] output,
              org.pentaho.di.core.row.RowMeta info)
 | 
 void | 
ExecSQLMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
ExecSQL(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int copyNr,
        TransMeta transMeta,
        Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.sqlfileoutput | 
|---|
| Methods in org.pentaho.di.trans.steps.sqlfileoutput with parameters of type TransMeta | |
|---|---|
 void | 
SQLFileOutputMeta.analyseImpact(List<DatabaseImpact> impact,
              TransMeta transMeta,
              StepMeta stepMeta,
              org.pentaho.di.core.row.RowMetaInterface prev,
              String[] input,
              String[] output,
              org.pentaho.di.core.row.RowMetaInterface info)
 | 
 void | 
SQLFileOutputMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 org.pentaho.di.core.SQLStatement | 
SQLFileOutputMeta.getSQLStatements(TransMeta transMeta,
                 StepMeta stepMeta,
                 org.pentaho.di.core.row.RowMetaInterface prev)
 | 
 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 TransMeta | |
|---|---|
SQLFileOutput(StepMeta stepMeta,
              StepDataInterface stepDataInterface,
              int copyNr,
              TransMeta transMeta,
              Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.ssh | 
|---|
| Methods in org.pentaho.di.trans.steps.ssh with parameters of type TransMeta | |
|---|---|
 void | 
SSHMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
SSH(StepMeta stepMeta,
    StepDataInterface stepDataInterface,
    int copyNr,
    TransMeta transMeta,
    Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.stepmeta | 
|---|
| Methods in org.pentaho.di.trans.steps.stepmeta with parameters of type TransMeta | |
|---|---|
 void | 
StepMetastructureMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepinfo,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
StepMetastructure(StepMeta stepMeta,
                  StepDataInterface stepDataInterface,
                  int copyNr,
                  TransMeta transMeta,
                  Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.stepsmetrics | 
|---|
| Methods in org.pentaho.di.trans.steps.stepsmetrics with parameters of type TransMeta | |
|---|---|
 void | 
StepsMetricsMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
StepsMetrics(StepMeta stepMeta,
             StepDataInterface stepDataInterface,
             int copyNr,
             TransMeta transMeta,
             Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.streamlookup | 
|---|
| Methods in org.pentaho.di.trans.steps.streamlookup with parameters of type TransMeta | |
|---|---|
 void | 
StreamLookupMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
StreamLookup(StepMeta stepMeta,
             StepDataInterface stepDataInterface,
             int copyNr,
             TransMeta transMeta,
             Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.stringcut | 
|---|
| Methods in org.pentaho.di.trans.steps.stringcut with parameters of type TransMeta | |
|---|---|
 void | 
StringCutMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepinfo,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
StringCut(StepMeta stepMeta,
          StepDataInterface stepDataInterface,
          int copyNr,
          TransMeta transMeta,
          Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.stringoperations | 
|---|
| Methods in org.pentaho.di.trans.steps.stringoperations with parameters of type TransMeta | |
|---|---|
 void | 
StringOperationsMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepinfo,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
StringOperations(StepMeta stepMeta,
                 StepDataInterface stepDataInterface,
                 int copyNr,
                 TransMeta transMeta,
                 Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.switchcase | 
|---|
| Methods in org.pentaho.di.trans.steps.switchcase with parameters of type TransMeta | |
|---|---|
 void | 
SwitchCaseMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepinfo,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
SwitchCase(StepMeta stepMeta,
           StepDataInterface stepDataInterface,
           int copyNr,
           TransMeta transMeta,
           Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.symmetriccrypto.secretkeygenerator | 
|---|
| Methods in org.pentaho.di.trans.steps.symmetriccrypto.secretkeygenerator with parameters of type TransMeta | |
|---|---|
 void | 
SecretKeyGeneratorMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
SecretKeyGenerator(StepMeta stepMeta,
                   StepDataInterface stepDataInterface,
                   int copyNr,
                   TransMeta transMeta,
                   Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.symmetriccrypto.symmetriccryptotrans | 
|---|
| Methods in org.pentaho.di.trans.steps.symmetriccrypto.symmetriccryptotrans with parameters of type TransMeta | |
|---|---|
 void | 
SymmetricCryptoTransMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepinfo,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
SymmetricCryptoTrans(StepMeta stepMeta,
                     StepDataInterface stepDataInterface,
                     int copyNr,
                     TransMeta transMeta,
                     Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.synchronizeaftermerge | 
|---|
| Methods in org.pentaho.di.trans.steps.synchronizeaftermerge with parameters of type TransMeta | |
|---|---|
 void | 
SynchronizeAfterMergeMeta.analyseImpact(List<DatabaseImpact> impact,
              TransMeta transMeta,
              StepMeta stepMeta,
              org.pentaho.di.core.row.RowMetaInterface prev,
              String[] input,
              String[] output,
              org.pentaho.di.core.row.RowMetaInterface info)
 | 
 void | 
SynchronizeAfterMergeMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 org.pentaho.di.core.SQLStatement | 
SynchronizeAfterMergeMeta.getSQLStatements(TransMeta transMeta,
                 StepMeta stepMeta,
                 org.pentaho.di.core.row.RowMetaInterface prev)
 | 
 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 TransMeta | |
|---|---|
SynchronizeAfterMerge(StepMeta stepMeta,
                      StepDataInterface stepDataInterface,
                      int copyNr,
                      TransMeta transMeta,
                      Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.syslog | 
|---|
| Methods in org.pentaho.di.trans.steps.syslog with parameters of type TransMeta | |
|---|---|
 void | 
SyslogMessageMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
SyslogMessage(StepMeta stepMeta,
              StepDataInterface stepDataInterface,
              int copyNr,
              TransMeta transMeta,
              Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.systemdata | 
|---|
| Methods in org.pentaho.di.trans.steps.systemdata with parameters of type TransMeta | |
|---|---|
 void | 
SystemDataMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
SystemData(StepMeta stepMeta,
           StepDataInterface stepDataInterface,
           int copyNr,
           TransMeta transMeta,
           Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.tableexists | 
|---|
| Methods in org.pentaho.di.trans.steps.tableexists with parameters of type TransMeta | |
|---|---|
 void | 
TableExistsMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
TableExists(StepMeta stepMeta,
            StepDataInterface stepDataInterface,
            int copyNr,
            TransMeta transMeta,
            Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.tableinput | 
|---|
| Methods in org.pentaho.di.trans.steps.tableinput with parameters of type TransMeta | |
|---|---|
 void | 
TableInputMeta.analyseImpact(List<DatabaseImpact> impact,
              TransMeta transMeta,
              StepMeta stepMeta,
              org.pentaho.di.core.row.RowMetaInterface prev,
              String[] input,
              String[] output,
              org.pentaho.di.core.row.RowMetaInterface info)
 | 
 void | 
TableInputMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
TableInput(StepMeta stepMeta,
           StepDataInterface stepDataInterface,
           int copyNr,
           TransMeta transMeta,
           Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.tableoutput | 
|---|
| Methods in org.pentaho.di.trans.steps.tableoutput with parameters of type TransMeta | |
|---|---|
 void | 
TableOutputMeta.analyseImpact(List<DatabaseImpact> impact,
              TransMeta transMeta,
              StepMeta stepMeta,
              org.pentaho.di.core.row.RowMetaInterface prev,
              String[] input,
              String[] output,
              org.pentaho.di.core.row.RowMetaInterface info)
 | 
 void | 
TableOutputMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 org.pentaho.di.core.SQLStatement | 
TableOutputMeta.getSQLStatements(TransMeta transMeta,
                 StepMeta stepMeta,
                 org.pentaho.di.core.row.RowMetaInterface prev)
 | 
 org.pentaho.di.core.SQLStatement | 
TableOutputMeta.getSQLStatements(TransMeta transMeta,
                 StepMeta stepMeta,
                 org.pentaho.di.core.row.RowMetaInterface prev,
                 String tk,
                 boolean use_autoinc,
                 String pk)
 | 
 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 TransMeta | |
|---|---|
TableOutput(StepMeta stepMeta,
            StepDataInterface stepDataInterface,
            int copyNr,
            TransMeta transMeta,
            Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.terafast | 
|---|
| Methods in org.pentaho.di.trans.steps.terafast with parameters of type TransMeta | |
|---|---|
 void | 
TeraFastMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transmeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
Checks the settings of this step and puts the findings in a remarks List.  | 
 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 TransMeta | |
|---|---|
TeraFast(StepMeta stepMeta,
         StepDataInterface stepDataInterface,
         int copyNr,
         TransMeta transMeta,
         Trans trans)
Constructor.  | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.textfileinput | 
|---|
| Methods in org.pentaho.di.trans.steps.textfileinput with parameters of type TransMeta | |
|---|---|
 void | 
TextFileInputMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepinfo,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 List<ResourceReference> | 
TextFileInputMeta.getResourceDependencies(TransMeta transMeta,
                        StepMeta stepInfo)
 | 
 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 TransMeta | |
|---|---|
TextFileInput(StepMeta stepMeta,
              StepDataInterface stepDataInterface,
              int copyNr,
              TransMeta transMeta,
              Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.textfileoutput | 
|---|
| Methods in org.pentaho.di.trans.steps.textfileoutput with parameters of type TransMeta | |
|---|---|
 void | 
TextFileOutputMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepinfo,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
TextFileOutput(StepMeta stepMeta,
               StepDataInterface stepDataInterface,
               int copyNr,
               TransMeta transMeta,
               Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.uniquerows | 
|---|
| Methods in org.pentaho.di.trans.steps.uniquerows with parameters of type TransMeta | |
|---|---|
 void | 
UniqueRowsMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepinfo,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
UniqueRows(StepMeta stepMeta,
           StepDataInterface stepDataInterface,
           int copyNr,
           TransMeta transMeta,
           Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.uniquerowsbyhashset | 
|---|
| Methods in org.pentaho.di.trans.steps.uniquerowsbyhashset with parameters of type TransMeta | |
|---|---|
 void | 
UniqueRowsByHashSetMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepinfo,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
UniqueRowsByHashSet(StepMeta stepMeta,
                    StepDataInterface stepDataInterface,
                    int copyNr,
                    TransMeta transMeta,
                    Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.univariatestats | 
|---|
| Methods in org.pentaho.di.trans.steps.univariatestats with parameters of type TransMeta | |
|---|---|
 void | 
UnivariateStatsMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transmeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
Check the settings of this step and put findings in a remarks list.  | 
 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 TransMeta | |
|---|---|
UnivariateStats(StepMeta stepMeta,
                StepDataInterface stepDataInterface,
                int copyNr,
                TransMeta transMeta,
                Trans trans)
Creates a new UnivariateStats instance. | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.update | 
|---|
| Methods in org.pentaho.di.trans.steps.update with parameters of type TransMeta | |
|---|---|
 void | 
UpdateMeta.analyseImpact(List<DatabaseImpact> impact,
              TransMeta transMeta,
              StepMeta stepMeta,
              org.pentaho.di.core.row.RowMetaInterface prev,
              String[] input,
              String[] output,
              org.pentaho.di.core.row.RowMetaInterface info)
 | 
 void | 
UpdateMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepinfo,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 org.pentaho.di.core.SQLStatement | 
UpdateMeta.getSQLStatements(TransMeta transMeta,
                 StepMeta stepMeta,
                 org.pentaho.di.core.row.RowMetaInterface prev)
 | 
 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 TransMeta | |
|---|---|
Update(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int copyNr,
       TransMeta transMeta,
       Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.userdefinedjavaclass | 
|---|
| Methods in org.pentaho.di.trans.steps.userdefinedjavaclass that return TransMeta | |
|---|---|
 TransMeta | 
UserDefinedJavaClass.getTransMeta()
 | 
 TransMeta | 
TransformClassBase.getTransMeta()
 | 
 TransMeta | 
UserDefinedJavaClass.getTransMetaImpl()
 | 
| Methods in org.pentaho.di.trans.steps.userdefinedjavaclass with parameters of type TransMeta | |
|---|---|
 void | 
UserDefinedJavaClassMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepinfo,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
UserDefinedJavaClass(StepMeta stepMeta,
                     StepDataInterface stepDataInterface,
                     int copyNr,
                     TransMeta transMeta,
                     Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.validator | 
|---|
| Methods in org.pentaho.di.trans.steps.validator with parameters of type TransMeta | |
|---|---|
 void | 
ValidatorMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
Validator(StepMeta stepMeta,
          StepDataInterface stepDataInterface,
          int copyNr,
          TransMeta transMeta,
          Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.valuemapper | 
|---|
| Methods in org.pentaho.di.trans.steps.valuemapper with parameters of type TransMeta | |
|---|---|
 void | 
ValueMapperMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transmeta,
      StepMeta stepinfo,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
ValueMapper(StepMeta stepMeta,
            StepDataInterface stepDataInterface,
            int copyNr,
            TransMeta transMeta,
            Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.webserviceavailable | 
|---|
| Methods in org.pentaho.di.trans.steps.webserviceavailable with parameters of type TransMeta | |
|---|---|
 void | 
WebServiceAvailableMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
WebServiceAvailable(StepMeta stepMeta,
                    StepDataInterface stepDataInterface,
                    int copyNr,
                    TransMeta transMeta,
                    Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.webservices | 
|---|
| Methods in org.pentaho.di.trans.steps.webservices with parameters of type TransMeta | |
|---|---|
 void | 
WebServiceMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
WebService(StepMeta aStepMeta,
           StepDataInterface aStepData,
           int value,
           TransMeta aTransMeta,
           Trans aTrans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.writetolog | 
|---|
| Methods in org.pentaho.di.trans.steps.writetolog with parameters of type TransMeta | |
|---|---|
 void | 
WriteToLogMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transmeta,
      StepMeta stepinfo,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
WriteToLog(StepMeta stepMeta,
           StepDataInterface stepDataInterface,
           int copyNr,
           TransMeta transMeta,
           Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.xbaseinput | 
|---|
| Methods in org.pentaho.di.trans.steps.xbaseinput with parameters of type TransMeta | |
|---|---|
 void | 
XBaseInputMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
XBaseInput(StepMeta stepMeta,
           StepDataInterface stepDataInterface,
           int copyNr,
           TransMeta transMeta,
           Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.xmlinput | 
|---|
| Methods in org.pentaho.di.trans.steps.xmlinput with parameters of type TransMeta | |
|---|---|
 void | 
XMLInputMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepinfo,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 List<ResourceReference> | 
XMLInputMeta.getResourceDependencies(TransMeta transMeta,
                        StepMeta stepInfo)
 | 
 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 TransMeta | |
|---|---|
XMLInput(StepMeta stepMeta,
         StepDataInterface stepDataInterface,
         int copyNr,
         TransMeta transMeta,
         Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.xmlinputsax | 
|---|
| Methods in org.pentaho.di.trans.steps.xmlinputsax with parameters of type TransMeta | |
|---|---|
 void | 
XMLInputSaxMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepinfo,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 List<ResourceReference> | 
XMLInputSaxMeta.getResourceDependencies(TransMeta transMeta,
                        StepMeta stepInfo)
 | 
 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 TransMeta | |
|---|---|
XMLInputSax(StepMeta stepMeta,
            StepDataInterface stepDataInterface,
            int copyNr,
            TransMeta transMeta,
            Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.xmlinputstream | 
|---|
| Methods in org.pentaho.di.trans.steps.xmlinputstream with parameters of type TransMeta | |
|---|---|
 void | 
XMLInputStreamMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepinfo,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
XMLInputStream(StepMeta stepMeta,
               StepDataInterface stepDataInterface,
               int copyNr,
               TransMeta transMeta,
               Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.xmljoin | 
|---|
| Methods in org.pentaho.di.trans.steps.xmljoin with parameters of type TransMeta | |
|---|---|
 void | 
XMLJoinMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
XMLJoin(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int copyNr,
        TransMeta transMeta,
        Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.xmloutput | 
|---|
| Methods in org.pentaho.di.trans.steps.xmloutput with parameters of type TransMeta | |
|---|---|
 void | 
XMLOutputMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepinfo,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
XMLOutput(StepMeta stepMeta,
          StepDataInterface stepDataInterface,
          int copyNr,
          TransMeta transMeta,
          Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.xsdvalidator | 
|---|
| Methods in org.pentaho.di.trans.steps.xsdvalidator with parameters of type TransMeta | |
|---|---|
 void | 
XsdValidatorMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepinfo,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
XsdValidator(StepMeta stepMeta,
             StepDataInterface stepDataInterface,
             int copyNr,
             TransMeta transMeta,
             Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.xslt | 
|---|
| Methods in org.pentaho.di.trans.steps.xslt with parameters of type TransMeta | |
|---|---|
 void | 
XsltMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
Xslt(StepMeta stepMeta,
     StepDataInterface stepDataInterface,
     int copyNr,
     TransMeta transMeta,
     Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.trans.steps.yamlinput | 
|---|
| Methods in org.pentaho.di.trans.steps.yamlinput with parameters of type TransMeta | |
|---|---|
 void | 
YamlInputMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks,
      TransMeta transMeta,
      StepMeta stepMeta,
      org.pentaho.di.core.row.RowMetaInterface prev,
      String[] input,
      String[] output,
      org.pentaho.di.core.row.RowMetaInterface info)
 | 
 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 TransMeta | |
|---|---|
YamlInput(StepMeta stepMeta,
          StepDataInterface stepDataInterface,
          int copyNr,
          TransMeta transMeta,
          Trans trans)
 | 
|
| Uses of TransMeta in org.pentaho.di.www | 
|---|
| Methods in org.pentaho.di.www with parameters of type TransMeta | |
|---|---|
 org.pentaho.di.core.Result | 
SlaveServerTransStatus.getResult(TransMeta transMeta)
 | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||