| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of StepMeta in org.pentaho.di.core.gui | 
|---|
| Methods in org.pentaho.di.core.gui with parameters of type StepMeta | |
|---|---|
 void | 
GCInterface.drawStepIcon(int x,
             int y,
             StepMeta stepMeta)
 | 
 void | 
SwingGC.drawStepIcon(int x,
             int y,
             StepMeta stepMeta)
 | 
| Uses of StepMeta in org.pentaho.di.core.logging | 
|---|
| Methods in org.pentaho.di.core.logging with parameters of type StepMeta | |
|---|---|
 void | 
TransLogTable.setStepInput(StepMeta input)
 | 
 void | 
TransLogTable.setStepOutput(StepMeta output)
 | 
 void | 
TransLogTable.setStepRead(StepMeta read)
 | 
 void | 
TransLogTable.setStepRejected(StepMeta rejected)
 | 
 void | 
TransLogTable.setStepUpdate(StepMeta update)
 | 
 void | 
TransLogTable.setStepWritten(StepMeta written)
 | 
| Method parameters in org.pentaho.di.core.logging with type arguments of type StepMeta | |
|---|---|
static TransLogTable | 
TransLogTable.getDefault(org.pentaho.di.core.variables.VariableSpace space,
           HasDatabasesInterface databasesInterface,
           List<StepMeta> steps)
 | 
 void | 
TransLogTable.loadXML(Node node,
        List<org.pentaho.di.core.database.DatabaseMeta> databases,
        List<StepMeta> steps)
 | 
| Constructor parameters in org.pentaho.di.core.logging with type arguments of type StepMeta | |
|---|---|
TransLogTable(org.pentaho.di.core.variables.VariableSpace space,
              HasDatabasesInterface databasesInterface,
              List<StepMeta> steps)
 | 
|
| Uses of StepMeta in org.pentaho.di.core.util | 
|---|
| Constructors in org.pentaho.di.core.util with parameters of type StepMeta | |
|---|---|
AbstractStep(StepMeta stepMeta,
             StepDataInterface stepDataInterface,
             int copyNr,
             TransMeta transMeta,
             Trans trans)
Constructor.  | 
|
| Uses of StepMeta in org.pentaho.di.lineage | 
|---|
| Methods in org.pentaho.di.lineage that return types with arguments of type StepMeta | |
|---|---|
 List<StepMeta> | 
ValueLineage.getSourceSteps()
 | 
| Method parameters in org.pentaho.di.lineage with type arguments of type StepMeta | |
|---|---|
 void | 
ValueLineage.setSourceSteps(List<StepMeta> sourceSteps)
 | 
| Uses of StepMeta in org.pentaho.di.repository.kdr.delegates | 
|---|
| Methods in org.pentaho.di.repository.kdr.delegates that return StepMeta | |
|---|---|
 StepMeta | 
KettleDatabaseRepositoryStepDelegate.loadStepMeta(org.pentaho.di.repository.ObjectId id_step,
             List<org.pentaho.di.core.database.DatabaseMeta> databases,
             Map<String,org.pentaho.di.core.Counter> counters,
             List<PartitionSchema> partitionSchemas)
Create a new step by loading the metadata from the specified repository.  | 
| Methods in org.pentaho.di.repository.kdr.delegates with parameters of type StepMeta | |
|---|---|
 StepErrorMeta | 
KettleDatabaseRepositoryStepDelegate.loadStepErrorMeta(org.pentaho.di.core.variables.VariableSpace variables,
                  StepMeta stepMeta,
                  List<StepMeta> steps)
 | 
 void | 
KettleDatabaseRepositoryStepDelegate.saveStepMeta(StepMeta stepMeta,
             org.pentaho.di.repository.ObjectId id_transformation)
 | 
| Method parameters in org.pentaho.di.repository.kdr.delegates with type arguments of type StepMeta | |
|---|---|
 StepErrorMeta | 
KettleDatabaseRepositoryStepDelegate.loadStepErrorMeta(org.pentaho.di.core.variables.VariableSpace variables,
                  StepMeta stepMeta,
                  List<StepMeta> steps)
 | 
 TransHopMeta | 
KettleDatabaseRepositoryTransDelegate.loadTransHopMeta(org.pentaho.di.repository.ObjectId id_trans_hop,
                 List<StepMeta> steps)
 | 
| Uses of StepMeta in org.pentaho.di.trans | 
|---|
| Methods in org.pentaho.di.trans that return StepMeta | |
|---|---|
 StepMeta | 
TransMeta.findMappingInputStep(String stepname)
 | 
 StepMeta | 
TransMeta.findMappingOutputStep(String stepname)
 | 
 StepMeta | 
TransMeta.findNextStep(StepMeta stepMeta,
             int nr)
Deprecated. just get the next steps as an array  | 
 StepMeta | 
TransMeta.findPrevStep(StepMeta stepMeta,
             int nr)
Find the previous step on a certain location.  | 
 StepMeta | 
TransMeta.findPrevStep(StepMeta stepMeta,
             int nr,
             boolean info)
Deprecated. please use method findPreviousSteps  | 
 StepMeta | 
TransMeta.findPrevStep(String stepname,
             int nr)
Deprecated.  | 
 StepMeta | 
TransMeta.findPrevStep(String stepname,
             int nr,
             boolean info)
Deprecated.  | 
 StepMeta | 
TransMeta.findStep(String name)
Searches the list of steps for a step with a certain name  | 
 StepMeta | 
TransMeta.findStep(String name,
         StepMeta exclude)
Searches the list of steps for a step with a certain name while excluding one step.  | 
 StepMeta | 
TransHopMeta.getFromStep()
 | 
 StepMeta[] | 
TransMeta.getInfoStep(StepMeta stepMeta)
Get the informational steps for a certain step.  | 
 StepMeta[] | 
TransMeta.getNextSteps(StepMeta stepMeta)
Deprecated. use findNextSteps instead  | 
 StepMeta[] | 
TransMeta.getPrevSteps(StepMeta stepMeta)
Retrieve an array of preceding steps for a certain destination step.  | 
 StepMeta | 
TransPainter.getShowTargetStreamsStep()
 | 
 StepMeta | 
TransMeta.getStep(int i)
Retrieves a step on a certain location.  | 
 StepMeta | 
TransMeta.getStep(int x,
        int y,
        int iconsize)
Find the step that is located on a certain point on the canvas, taking into account the icon size.  | 
 StepMeta[] | 
TransMeta.getStepsArray()
Get all the steps in an array.  | 
 StepMeta | 
TransHopMeta.getToStep()
 | 
| Methods in org.pentaho.di.trans that return types with arguments of type StepMeta | |
|---|---|
 List<StepMeta> | 
TransMeta.findNextSteps(StepMeta stepMeta)
Retrieve a list of succeeding steps for a certain originating step.  | 
 List<StepMeta> | 
TransMeta.findPreviousSteps(StepMeta stepMeta)
Get the list of previous steps for a certain reference step.  | 
 List<StepMeta> | 
TransMeta.findPreviousSteps(StepMeta stepMeta,
                  boolean info)
Get the previous steps on a certain location taking into account the steps being informational or not.  | 
 List<StepMeta> | 
TransMeta.getSelectedSteps()
 | 
 Map<StepMeta,String> | 
TransPainter.getStepLogMap()
 | 
 List<StepMeta> | 
TransMeta.getSteps()
Get an ArrayList of defined steps.  | 
 List<StepMeta> | 
TransMeta.getTransHopSteps(boolean all)
Gives you an List of all the steps that are at least used in one active hop.  | 
 List<StepMeta> | 
TransMeta.getUsedSteps()
 | 
 Map<StepMeta,Map<StepMeta,Boolean>> | 
TransMeta.sortStepsNatural()
Put the steps in a more natural order: from start to finish.  | 
 Map<StepMeta,Map<StepMeta,Boolean>> | 
TransMeta.sortStepsNatural()
Put the steps in a more natural order: from start to finish.  | 
| Methods in org.pentaho.di.trans with parameters of type StepMeta | |
|---|---|
 void | 
TransMeta.addOrReplaceStep(StepMeta stepMeta)
Add a new step to the transformation if that step didn't exist yet.  | 
 void | 
TransMeta.addStep(int p,
        StepMeta stepMeta)
Add a new step to the transformation  | 
 void | 
TransMeta.addStep(StepMeta stepMeta)
Add a new step to the transformation  | 
 void | 
TransMeta.checkRowMixingStatically(StepMeta stepMeta,
                         org.pentaho.di.core.ProgressMonitorListener monitor)
Check a step to see if there are no multiple steps to read from.  | 
 StepMeta | 
TransMeta.findNextStep(StepMeta stepMeta,
             int nr)
Deprecated. just get the next steps as an array  | 
 List<StepMeta> | 
TransMeta.findNextSteps(StepMeta stepMeta)
Retrieve a list of succeeding steps for a certain originating step.  | 
 int | 
TransMeta.findNrInfoSteps(StepMeta stepMeta)
Find the the number of informational steps for a certains step.  | 
 int | 
TransMeta.findNrNextSteps(StepMeta stepMeta)
Deprecated. just get the next steps as an array  | 
 int | 
TransMeta.findNrPrevSteps(StepMeta stepMeta)
Find the number of steps that precede the indicated step.  | 
 int | 
TransMeta.findNrPrevSteps(StepMeta stepMeta,
                boolean info)
Deprecated. please use method findPreviousSteps  | 
 boolean | 
TransMeta.findPrevious(StepMeta startStep,
             StepMeta stepToFind)
Look in the transformation and see if we can find a step in a previous location starting somewhere.  | 
 List<StepMeta> | 
TransMeta.findPreviousSteps(StepMeta stepMeta)
Get the list of previous steps for a certain reference step.  | 
 List<StepMeta> | 
TransMeta.findPreviousSteps(StepMeta stepMeta,
                  boolean info)
Get the previous steps on a certain location taking into account the steps being informational or not.  | 
 StepMeta | 
TransMeta.findPrevStep(StepMeta stepMeta,
             int nr)
Find the previous step on a certain location.  | 
 StepMeta | 
TransMeta.findPrevStep(StepMeta stepMeta,
             int nr,
             boolean info)
Deprecated. please use method findPreviousSteps  | 
 StepMeta | 
TransMeta.findStep(String name,
         StepMeta exclude)
Searches the list of steps for a step with a certain name while excluding one step.  | 
 TransHopMeta | 
TransMeta.findTransHop(StepMeta from,
             StepMeta to)
Search all hops for a hop where a certain step is at the start and another is at the end.  | 
 TransHopMeta | 
TransMeta.findTransHop(StepMeta from,
             StepMeta to,
             boolean disabledToo)
Search all hops for a hop where a certain step is at the start and another is at the end.  | 
 TransHopMeta | 
TransMeta.findTransHopFrom(StepMeta fromstep)
Search all hops for a hop where a certain step is at the start.  | 
 TransHopMeta | 
TransMeta.findTransHopTo(StepMeta tostep)
Search all hops for a hop where a certain step is at the end.  | 
 StepMeta[] | 
TransMeta.getInfoStep(StepMeta stepMeta)
Get the informational steps for a certain step.  | 
 String[] | 
TransMeta.getNextStepNames(StepMeta stepMeta)
Retrieve an array of succeeding step names for a certain originating step.  | 
 StepMeta[] | 
TransMeta.getNextSteps(StepMeta stepMeta)
Deprecated. use findNextSteps instead  | 
 org.pentaho.di.core.row.RowMetaInterface | 
TransMeta.getPrevInfoFields(StepMeta stepMeta)
Find the informational fields coming from an informational step into the step specified.  | 
 org.pentaho.di.core.row.RowMetaInterface | 
TransMeta.getPrevStepFields(StepMeta stepMeta)
Find the fields that are entering a certain step.  | 
 org.pentaho.di.core.row.RowMetaInterface | 
TransMeta.getPrevStepFields(StepMeta stepMeta,
                  org.pentaho.di.core.ProgressMonitorListener monitor)
Find the fields that are entering a certain step.  | 
 String[] | 
TransMeta.getPrevStepNames(StepMeta stepMeta)
Retrieve an array of preceding steps for a certain destination step.  | 
 StepMeta[] | 
TransMeta.getPrevSteps(StepMeta stepMeta)
Retrieve an array of preceding steps for a certain destination step.  | 
 org.pentaho.di.core.row.RowMetaInterface | 
TransMeta.getStepFields(StepMeta stepMeta)
Returns the fields that are emitted by a certain step  | 
 org.pentaho.di.core.row.RowMetaInterface | 
TransMeta.getStepFields(StepMeta[] stepMeta)
 | 
 org.pentaho.di.core.row.RowMetaInterface | 
TransMeta.getStepFields(StepMeta stepMeta,
              org.pentaho.di.core.ProgressMonitorListener monitor)
Returns the fields that are emitted by a certain step  | 
 org.pentaho.di.core.row.RowMetaInterface | 
TransMeta.getStepFields(StepMeta stepMeta,
              StepMeta targetStep,
              org.pentaho.di.core.ProgressMonitorListener monitor)
Returns the fields that are emitted by a certain step  | 
 org.pentaho.di.core.row.RowMetaInterface | 
TransMeta.getThisStepFields(StepMeta stepMeta,
                  StepMeta nextStep,
                  org.pentaho.di.core.row.RowMetaInterface row)
Returns the fields that are emitted by a step  | 
 org.pentaho.di.core.row.RowMetaInterface | 
TransMeta.getThisStepFields(StepMeta stepMeta,
                  StepMeta nextStep,
                  org.pentaho.di.core.row.RowMetaInterface row,
                  org.pentaho.di.core.ProgressMonitorListener monitor)
Returns the fields that are emitted by a step  | 
 boolean | 
TransMeta.hasLoop(StepMeta stepMeta)
See if there are any loops in the transformation, starting at the indicated step.  | 
 int | 
TransMeta.indexOfStep(StepMeta stepMeta)
Find the location of step  | 
 boolean | 
TransMeta.isStepInformative(StepMeta this_step,
                  StepMeta prev_step)
Determines whether or not a certain step is informative.  | 
 boolean | 
TransMeta.isStepUsedInTransHops(StepMeta stepMeta)
Determines if a step has been used in a hop or not.  | 
 boolean | 
TransMeta.partOfTransHop(StepMeta stepMeta)
Determines whether or not a certain step is part of a hop.  | 
 void | 
TransPainter.setEndHopStep(StepMeta endHopStep)
 | 
 void | 
TransHopMeta.setFromStep(StepMeta from)
 | 
 void | 
TransPainter.setNoInputStep(StepMeta noInputStep)
 | 
 void | 
TransPainter.setShowTargetStreamsStep(StepMeta showTargetStreamsStep)
 | 
 void | 
TransPainter.setStartHopStep(StepMeta startHopStep)
 | 
 void | 
TransMeta.setStep(int i,
        StepMeta stepMeta)
Changes the content of a step on a certain position  | 
 void | 
TransHopMeta.setToStep(StepMeta to)
 | 
| Method parameters in org.pentaho.di.trans with type arguments of type StepMeta | |
|---|---|
 int[] | 
TransMeta.getStepIndexes(List<StepMeta> steps)
Get an array of the locations of an array of steps  | 
 void | 
TransPainter.setStepLogMap(Map<StepMeta,String> stepLogMap)
 | 
| Constructors in org.pentaho.di.trans with parameters of type StepMeta | |
|---|---|
TransHopMeta(StepMeta from,
             StepMeta to)
 | 
|
TransHopMeta(StepMeta from,
             StepMeta to,
             boolean en)
 | 
|
| Constructor parameters in org.pentaho.di.trans with type arguments of type StepMeta | |
|---|---|
TransHopMeta(Node hopnode,
             List<StepMeta> steps)
 | 
|
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 StepMeta in org.pentaho.di.trans.debug | 
|---|
| Methods in org.pentaho.di.trans.debug that return StepMeta | |
|---|---|
 StepMeta | 
StepDebugMeta.getStepMeta()
 | 
| Methods in org.pentaho.di.trans.debug that return types with arguments of type StepMeta | |
|---|---|
 Map<StepMeta,StepDebugMeta> | 
TransDebugMeta.getStepDebugMetaMap()
 | 
| Methods in org.pentaho.di.trans.debug with parameters of type StepMeta | |
|---|---|
 void | 
StepDebugMeta.setStepMeta(StepMeta stepMeta)
 | 
| Method parameters in org.pentaho.di.trans.debug with type arguments of type StepMeta | |
|---|---|
 void | 
TransDebugMeta.setStepDebugMetaMap(Map<StepMeta,StepDebugMeta> stepDebugMeta)
 | 
| Constructors in org.pentaho.di.trans.debug with parameters of type StepMeta | |
|---|---|
StepDebugMeta(StepMeta stepMeta)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.step | 
|---|
| Fields in org.pentaho.di.trans.step declared as StepMeta | |
|---|---|
 StepMeta | 
StepMetaDataCombi.stepMeta
 | 
| Methods in org.pentaho.di.trans.step that return StepMeta | |
|---|---|
static StepMeta | 
StepMeta.findStep(List<StepMeta> steps,
         org.pentaho.di.repository.ObjectId id)
Find a step with the ID in a given ArrayList of steps  | 
static StepMeta | 
StepMeta.findStep(List<StepMeta> steps,
         String stepname)
Find a step with its name in a given ArrayList of steps  | 
 StepMeta | 
BaseStepMeta.getParentStepMeta()
 | 
 StepMeta | 
StepMetaInterface.getParentStepMeta()
 | 
 StepMeta | 
StepErrorMeta.getSourceStep()
 | 
 StepMeta | 
BaseStep.getStepMeta()
 | 
 StepMeta | 
StepInterface.getStepMeta()
 | 
 StepMeta | 
StepErrorMeta.getTargetStep()
 | 
| Methods in org.pentaho.di.trans.step with parameters of type StepMeta | |
|---|---|
 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 | 
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.  | 
 int | 
StepMeta.compareTo(StepMeta o)
 | 
 StreamInterface | 
StepIOMetaInterface.findInfoStream(StepMeta infoStep)
 | 
 StreamInterface | 
StepIOMeta.findInfoStream(StepMeta infoStep)
 | 
 StreamInterface | 
StepIOMetaInterface.findTargetStream(StepMeta targetStep)
 | 
 StreamInterface | 
StepIOMeta.findTargetStream(StepMeta targetStep)
 | 
 void | 
BaseStepMeta.getFields(org.pentaho.di.core.row.RowMetaInterface inputRowMeta,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 void | 
StepMetaInterface.getFields(org.pentaho.di.core.row.RowMetaInterface inputRowMeta,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
Get the fields that are emitted by this step  | 
 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.  | 
 boolean | 
StepMeta.isSendingErrorRowsToStep(StepMeta targetStep)
 | 
 void | 
StepMeta.replaceMeta(StepMeta stepMeta)
 | 
 void | 
StepIOMetaInterface.setInfoSteps(StepMeta[] infoSteps)
Replace the info steps with the supplied source steps.  | 
 void | 
StepIOMeta.setInfoSteps(StepMeta[] infoSteps)
Replace the info steps with the supplied source steps.  | 
 void | 
BaseStepMeta.setParentStepMeta(StepMeta parentStepMeta)
 | 
 void | 
StepMetaInterface.setParentStepMeta(StepMeta parentStepMeta)
Provide original lineage for this metadata object  | 
 void | 
StepErrorMeta.setSourceStep(StepMeta sourceStep)
 | 
 void | 
BaseStep.setStepMeta(StepMeta stepMeta)
 | 
 void | 
StepErrorMeta.setTargetStep(StepMeta targetStep)
 | 
 void | 
StepListener.stepActive(Trans trans,
           StepMeta stepMeta,
           StepInterface step)
This method is called when a step goes from being idle to being active.  | 
 void | 
StepListener.stepFinished(Trans trans,
             StepMeta stepMeta,
             StepInterface step)
This method is called when a step completes all work and is finished.  | 
 void | 
StepListener.stepIdle(Trans trans,
         StepMeta stepMeta,
         StepInterface step)
This method is called when a step goes from being active to being idle.  | 
| Method parameters in org.pentaho.di.trans.step with type arguments of type StepMeta | |
|---|---|
static StepMeta | 
StepMeta.findStep(List<StepMeta> steps,
         org.pentaho.di.repository.ObjectId id)
Find a step with the ID in a given ArrayList of steps  | 
static StepMeta | 
StepMeta.findStep(List<StepMeta> steps,
         String stepname)
Find a step with its name in a given ArrayList of steps  | 
 void | 
BaseStepMeta.searchInfoAndTargetSteps(List<StepMeta> steps)
Change step names into step objects to allow them to be name-changed etc.  | 
 void | 
StepMetaInterface.searchInfoAndTargetSteps(List<StepMeta> steps)
Change step names into step objects to allow them to be name-changed etc.  | 
| Constructors in org.pentaho.di.trans.step with parameters of type StepMeta | |
|---|---|
BaseStep(StepMeta stepMeta,
         StepDataInterface stepDataInterface,
         int copyNr,
         TransMeta transMeta,
         Trans trans)
This is the base step that forms that basis for all steps.  | 
|
StepErrorMeta(org.pentaho.di.core.variables.VariableSpace space,
              StepMeta sourceStep)
Create a new step error handling metadata object  | 
|
StepErrorMeta(org.pentaho.di.core.variables.VariableSpace space,
              StepMeta sourceStep,
              StepMeta targetStep)
Create a new step error handling metadata object  | 
|
StepErrorMeta(org.pentaho.di.core.variables.VariableSpace space,
              StepMeta sourceStep,
              StepMeta targetStep,
              String nrErrorsValuename,
              String errorDescriptionsValuename,
              String errorFieldsValuename,
              String errorCodesValuename)
Create a new step error handling metadata object  | 
|
| Constructor parameters in org.pentaho.di.trans.step with type arguments of type StepMeta | |
|---|---|
StepErrorMeta(org.pentaho.di.core.variables.VariableSpace variables,
              Node node,
              List<StepMeta> steps)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.step.errorhandling | 
|---|
| Methods in org.pentaho.di.trans.step.errorhandling that return StepMeta | |
|---|---|
 StepMeta | 
StreamInterface.getStepMeta()
 | 
 StepMeta | 
Stream.getStepMeta()
 | 
| Methods in org.pentaho.di.trans.step.errorhandling with parameters of type StepMeta | |
|---|---|
 void | 
StreamInterface.setStepMeta(StepMeta stepMeta)
 | 
 void | 
Stream.setStepMeta(StepMeta stepMeta)
 | 
| Constructors in org.pentaho.di.trans.step.errorhandling with parameters of type StepMeta | |
|---|---|
Stream(StreamInterface.StreamType streamType,
       StepMeta stepMeta,
       String description,
       StreamIcon streamIcon,
       Object subject)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.abort | 
|---|
| Methods in org.pentaho.di.trans.steps.abort with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
AbortMeta.getFields(org.pentaho.di.core.row.RowMetaInterface inputRowMeta,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
Abort(StepMeta stepMeta,
      StepDataInterface stepDataInterface,
      int copyNr,
      TransMeta transMeta,
      Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.accessinput | 
|---|
| Methods in org.pentaho.di.trans.steps.accessinput with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
AccessInputMeta.getFields(org.pentaho.di.core.row.RowMetaInterface r,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
AccessInput(StepMeta stepMeta,
            StepDataInterface stepDataInterface,
            int copyNr,
            TransMeta transMeta,
            Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.accessoutput | 
|---|
| Methods in org.pentaho.di.trans.steps.accessoutput with parameters of type StepMeta | |
|---|---|
 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 StepMeta | |
|---|---|
AccessOutput(StepMeta stepMeta,
             StepDataInterface stepDataInterface,
             int copyNr,
             TransMeta transMeta,
             Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.addsequence | 
|---|
| Methods in org.pentaho.di.trans.steps.addsequence with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
AddSequenceMeta.getFields(org.pentaho.di.core.row.RowMetaInterface row,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
AddSequence(StepMeta stepMeta,
            StepDataInterface stepDataInterface,
            int copyNr,
            TransMeta transMeta,
            Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.addxml | 
|---|
| Methods in org.pentaho.di.trans.steps.addxml with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
AddXMLMeta.getFields(org.pentaho.di.core.row.RowMetaInterface row,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
AddXML(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int copyNr,
       TransMeta transMeta,
       Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.aggregaterows | 
|---|
| Methods in org.pentaho.di.trans.steps.aggregaterows with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
AggregateRowsMeta.getFields(org.pentaho.di.core.row.RowMetaInterface row,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
AggregateRows(StepMeta stepMeta,
              StepDataInterface stepDataInterface,
              int copyNr,
              TransMeta transMeta,
              Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.analyticquery | 
|---|
| Methods in org.pentaho.di.trans.steps.analyticquery with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
AnalyticQueryMeta.getFields(org.pentaho.di.core.row.RowMetaInterface r,
          String origin,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
AnalyticQuery(StepMeta stepMeta,
              StepDataInterface stepDataInterface,
              int copyNr,
              TransMeta transMeta,
              Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.append | 
|---|
| Methods in org.pentaho.di.trans.steps.append with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
AppendMeta.getFields(org.pentaho.di.core.row.RowMetaInterface r,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 StepInterface | 
AppendMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta tr,
        Trans trans)
 | 
| Method parameters in org.pentaho.di.trans.steps.append with type arguments of type StepMeta | |
|---|---|
 void | 
AppendMeta.searchInfoAndTargetSteps(List<StepMeta> steps)
 | 
| Constructors in org.pentaho.di.trans.steps.append with parameters of type StepMeta | |
|---|---|
Append(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int copyNr,
       TransMeta transMeta,
       Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.autodoc | 
|---|
| Methods in org.pentaho.di.trans.steps.autodoc with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
AutoDocMeta.getFields(org.pentaho.di.core.row.RowMetaInterface rowMeta,
          String origin,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
AutoDoc(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int copyNr,
        TransMeta transMeta,
        Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.blockingstep | 
|---|
| Methods in org.pentaho.di.trans.steps.blockingstep with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
BlockingStepMeta.getFields(org.pentaho.di.core.row.RowMetaInterface inputRowMeta,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
BlockingStep(StepMeta stepMeta,
             StepDataInterface stepDataInterface,
             int copyNr,
             TransMeta transMeta,
             Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.blockuntilstepsfinish | 
|---|
| Methods in org.pentaho.di.trans.steps.blockuntilstepsfinish with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
BlockUntilStepsFinishMeta.getFields(org.pentaho.di.core.row.RowMetaInterface r,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
BlockUntilStepsFinish(StepMeta stepMeta,
                      StepDataInterface stepDataInterface,
                      int copyNr,
                      TransMeta transMeta,
                      Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.calculator | 
|---|
| Methods in org.pentaho.di.trans.steps.calculator with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
CalculatorMeta.getFields(org.pentaho.di.core.row.RowMetaInterface row,
          String origin,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
Calculator(StepMeta stepMeta,
           StepDataInterface stepDataInterface,
           int copyNr,
           TransMeta transMeta,
           Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.changefileencoding | 
|---|
| Methods in org.pentaho.di.trans.steps.changefileencoding with parameters of type StepMeta | |
|---|---|
 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 StepMeta | |
|---|---|
ChangeFileEncoding(StepMeta stepMeta,
                   StepDataInterface stepDataInterface,
                   int copyNr,
                   TransMeta transMeta,
                   Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.checksum | 
|---|
| Methods in org.pentaho.di.trans.steps.checksum with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
CheckSumMeta.getFields(org.pentaho.di.core.row.RowMetaInterface inputRowMeta,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
CheckSum(StepMeta stepMeta,
         StepDataInterface stepDataInterface,
         int copyNr,
         TransMeta transMeta,
         Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.clonerow | 
|---|
| Methods in org.pentaho.di.trans.steps.clonerow with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
CloneRowMeta.getFields(org.pentaho.di.core.row.RowMetaInterface rowMeta,
          String origin,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
CloneRow(StepMeta stepMeta,
         StepDataInterface stepDataInterface,
         int copyNr,
         TransMeta transMeta,
         Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.closure | 
|---|
| Methods in org.pentaho.di.trans.steps.closure with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
ClosureGeneratorMeta.getFields(org.pentaho.di.core.row.RowMetaInterface row,
          String origin,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
ClosureGenerator(StepMeta stepMeta,
                 StepDataInterface stepDataInterface,
                 int copyNr,
                 TransMeta transMeta,
                 Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.columnexists | 
|---|
| Methods in org.pentaho.di.trans.steps.columnexists with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
ColumnExistsMeta.getFields(org.pentaho.di.core.row.RowMetaInterface inputRowMeta,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
ColumnExists(StepMeta stepMeta,
             StepDataInterface stepDataInterface,
             int copyNr,
             TransMeta transMeta,
             Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.combinationlookup | 
|---|
| Methods in org.pentaho.di.trans.steps.combinationlookup with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
CombinationLookupMeta.getFields(org.pentaho.di.core.row.RowMetaInterface row,
          String origin,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
CombinationLookup(StepMeta stepMeta,
                  StepDataInterface stepDataInterface,
                  int copyNr,
                  TransMeta transMeta,
                  Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.constant | 
|---|
| Methods in org.pentaho.di.trans.steps.constant with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
ConstantMeta.getFields(org.pentaho.di.core.row.RowMetaInterface rowMeta,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
Constant(StepMeta stepMeta,
         StepDataInterface stepDataInterface,
         int copyNr,
         TransMeta transMeta,
         Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.creditcardvalidator | 
|---|
| Methods in org.pentaho.di.trans.steps.creditcardvalidator with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
CreditCardValidatorMeta.getFields(org.pentaho.di.core.row.RowMetaInterface inputRowMeta,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
CreditCardValidator(StepMeta stepMeta,
                    StepDataInterface stepDataInterface,
                    int copyNr,
                    TransMeta transMeta,
                    Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.csvinput | 
|---|
| Methods in org.pentaho.di.trans.steps.csvinput with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
CsvInputMeta.getFields(org.pentaho.di.core.row.RowMetaInterface rowMeta,
          String origin,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
CsvInput(StepMeta stepMeta,
         StepDataInterface stepDataInterface,
         int copyNr,
         TransMeta transMeta,
         Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.cubeinput | 
|---|
| Methods in org.pentaho.di.trans.steps.cubeinput with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
CubeInputMeta.getFields(org.pentaho.di.core.row.RowMetaInterface r,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
CubeInput(StepMeta stepMeta,
          StepDataInterface stepDataInterface,
          int copyNr,
          TransMeta transMeta,
          Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.cubeoutput | 
|---|
| Methods in org.pentaho.di.trans.steps.cubeoutput with parameters of type StepMeta | |
|---|---|
 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 StepMeta | |
|---|---|
CubeOutput(StepMeta stepMeta,
           StepDataInterface stepDataInterface,
           int copyNr,
           TransMeta transMeta,
           Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.databasejoin | 
|---|
| Methods in org.pentaho.di.trans.steps.databasejoin with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
DatabaseJoinMeta.getFields(org.pentaho.di.core.row.RowMetaInterface row,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
DatabaseJoin(StepMeta stepMeta,
             StepDataInterface stepDataInterface,
             int copyNr,
             TransMeta transMeta,
             Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.databaselookup | 
|---|
| Methods in org.pentaho.di.trans.steps.databaselookup with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
DatabaseLookupMeta.getFields(org.pentaho.di.core.row.RowMetaInterface row,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
DatabaseLookup(StepMeta stepMeta,
               StepDataInterface stepDataInterface,
               int copyNr,
               TransMeta transMeta,
               Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.datagrid | 
|---|
| Methods in org.pentaho.di.trans.steps.datagrid with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
DataGridMeta.getFields(org.pentaho.di.core.row.RowMetaInterface rowMeta,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
DataGrid(StepMeta stepMeta,
         StepDataInterface stepDataInterface,
         int copyNr,
         TransMeta transMeta,
         Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.dbproc | 
|---|
| Methods in org.pentaho.di.trans.steps.dbproc with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
DBProcMeta.getFields(org.pentaho.di.core.row.RowMetaInterface r,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
DBProc(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int copyNr,
       TransMeta transMeta,
       Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.delay | 
|---|
| Methods in org.pentaho.di.trans.steps.delay with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
DelayMeta.getFields(org.pentaho.di.core.row.RowMetaInterface rowMeta,
          String origin,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
Delay(StepMeta stepMeta,
      StepDataInterface stepDataInterface,
      int copyNr,
      TransMeta transMeta,
      Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.delete | 
|---|
| Methods in org.pentaho.di.trans.steps.delete with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
DeleteMeta.getFields(org.pentaho.di.core.row.RowMetaInterface rowMeta,
          String origin,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
Delete(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int copyNr,
       TransMeta transMeta,
       Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.denormaliser | 
|---|
| Methods in org.pentaho.di.trans.steps.denormaliser with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
DenormaliserMeta.getFields(org.pentaho.di.core.row.RowMetaInterface row,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
Denormaliser(StepMeta stepMeta,
             StepDataInterface stepDataInterface,
             int copyNr,
             TransMeta transMeta,
             Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.detectemptystream | 
|---|
| Methods in org.pentaho.di.trans.steps.detectemptystream with parameters of type StepMeta | |
|---|---|
 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 StepMeta | |
|---|---|
DetectEmptyStream(StepMeta stepMeta,
                  StepDataInterface stepDataInterface,
                  int copyNr,
                  TransMeta transMeta,
                  Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.detectlastrow | 
|---|
| Methods in org.pentaho.di.trans.steps.detectlastrow with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
DetectLastRowMeta.getFields(org.pentaho.di.core.row.RowMetaInterface row,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
DetectLastRow(StepMeta stepMeta,
              StepDataInterface stepDataInterface,
              int copyNr,
              TransMeta transMeta,
              Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.dimensionlookup | 
|---|
| Methods in org.pentaho.di.trans.steps.dimensionlookup with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
DimensionLookupMeta.getFields(org.pentaho.di.core.row.RowMetaInterface row,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
DimensionLookup(StepMeta stepMeta,
                StepDataInterface stepDataInterface,
                int copyNr,
                TransMeta transMeta,
                Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.dummytrans | 
|---|
| Methods in org.pentaho.di.trans.steps.dummytrans with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
DummyTransMeta.getFields(org.pentaho.di.core.row.RowMetaInterface rowMeta,
          String origin,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
DummyTrans(StepMeta stepMeta,
           StepDataInterface stepDataInterface,
           int copyNr,
           TransMeta transMeta,
           Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.dynamicsqlrow | 
|---|
| Methods in org.pentaho.di.trans.steps.dynamicsqlrow with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
DynamicSQLRowMeta.getFields(org.pentaho.di.core.row.RowMetaInterface row,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
DynamicSQLRow(StepMeta stepMeta,
              StepDataInterface stepDataInterface,
              int copyNr,
              TransMeta transMeta,
              Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.elasticsearchbulk | 
|---|
| Methods in org.pentaho.di.trans.steps.elasticsearchbulk with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
ElasticSearchBulkMeta.getFields(org.pentaho.di.core.row.RowMetaInterface r,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
ElasticSearchBulk(StepMeta stepMeta,
                  StepDataInterface stepDataInterface,
                  int copyNr,
                  TransMeta transMeta,
                  Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.excelinput | 
|---|
| Methods in org.pentaho.di.trans.steps.excelinput that return StepMeta | |
|---|---|
 StepMeta | 
ExcelInputMeta.getAcceptingStep()
 | 
| Methods in org.pentaho.di.trans.steps.excelinput with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
ExcelInputMeta.getFields(org.pentaho.di.core.row.RowMetaInterface row,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 StepInterface | 
ExcelInputMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
 void | 
ExcelInputMeta.setAcceptingStep(StepMeta acceptingStep)
 | 
| Method parameters in org.pentaho.di.trans.steps.excelinput with type arguments of type StepMeta | |
|---|---|
 void | 
ExcelInputMeta.searchInfoAndTargetSteps(List<StepMeta> steps)
 | 
| Constructors in org.pentaho.di.trans.steps.excelinput with parameters of type StepMeta | |
|---|---|
ExcelInput(StepMeta stepMeta,
           StepDataInterface stepDataInterface,
           int copyNr,
           TransMeta transMeta,
           Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.exceloutput | 
|---|
| Methods in org.pentaho.di.trans.steps.exceloutput with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
ExcelOutputMeta.getFields(org.pentaho.di.core.row.RowMetaInterface r,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
ExcelOutput(StepMeta stepMeta,
            StepDataInterface stepDataInterface,
            int copyNr,
            TransMeta transMeta,
            Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.excelwriter | 
|---|
| Methods in org.pentaho.di.trans.steps.excelwriter with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
ExcelWriterStepMeta.getFields(org.pentaho.di.core.row.RowMetaInterface r,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
ExcelWriterStep(StepMeta s,
                StepDataInterface stepDataInterface,
                int c,
                TransMeta t,
                Trans dis)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.execprocess | 
|---|
| Methods in org.pentaho.di.trans.steps.execprocess with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
ExecProcessMeta.getFields(org.pentaho.di.core.row.RowMetaInterface inputRowMeta,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
ExecProcess(StepMeta stepMeta,
            StepDataInterface stepDataInterface,
            int copyNr,
            TransMeta transMeta,
            Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.execsqlrow | 
|---|
| Methods in org.pentaho.di.trans.steps.execsqlrow with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
ExecSQLRowMeta.getFields(org.pentaho.di.core.row.RowMetaInterface r,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
ExecSQLRow(StepMeta stepMeta,
           StepDataInterface stepDataInterface,
           int copyNr,
           TransMeta transMeta,
           Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.fieldschangesequence | 
|---|
| Methods in org.pentaho.di.trans.steps.fieldschangesequence with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
FieldsChangeSequenceMeta.getFields(org.pentaho.di.core.row.RowMetaInterface r,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
FieldsChangeSequence(StepMeta stepMeta,
                     StepDataInterface stepDataInterface,
                     int copyNr,
                     TransMeta transMeta,
                     Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.fieldsplitter | 
|---|
| Methods in org.pentaho.di.trans.steps.fieldsplitter with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
FieldSplitterMeta.getFields(org.pentaho.di.core.row.RowMetaInterface r,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
FieldSplitter(StepMeta stepMeta,
              StepDataInterface stepDataInterface,
              int copyNr,
              TransMeta transMeta,
              Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.fileexists | 
|---|
| Methods in org.pentaho.di.trans.steps.fileexists with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
FileExistsMeta.getFields(org.pentaho.di.core.row.RowMetaInterface inputRowMeta,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
FileExists(StepMeta stepMeta,
           StepDataInterface stepDataInterface,
           int copyNr,
           TransMeta transMeta,
           Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.filelocked | 
|---|
| Methods in org.pentaho.di.trans.steps.filelocked with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
FileLockedMeta.getFields(org.pentaho.di.core.row.RowMetaInterface inputRowMeta,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
FileLocked(StepMeta stepMeta,
           StepDataInterface stepDataInterface,
           int copyNr,
           TransMeta transMeta,
           Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.filesfromresult | 
|---|
| Methods in org.pentaho.di.trans.steps.filesfromresult with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
FilesFromResultMeta.getFields(org.pentaho.di.core.row.RowMetaInterface r,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
FilesFromResult(StepMeta stepMeta,
                StepDataInterface stepDataInterface,
                int copyNr,
                TransMeta transMeta,
                Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.filestoresult | 
|---|
| Methods in org.pentaho.di.trans.steps.filestoresult with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
FilesToResultMeta.getFields(org.pentaho.di.core.row.RowMetaInterface rowMeta,
          String origin,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
FilesToResult(StepMeta stepMeta,
              StepDataInterface stepDataInterface,
              int copyNr,
              TransMeta transMeta,
              Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.filterrows | 
|---|
| Methods in org.pentaho.di.trans.steps.filterrows with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
FilterRowsMeta.getFields(org.pentaho.di.core.row.RowMetaInterface rowMeta,
          String origin,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 StepInterface | 
FilterRowsMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta tr,
        Trans trans)
 | 
| Method parameters in org.pentaho.di.trans.steps.filterrows with type arguments of type StepMeta | |
|---|---|
 void | 
FilterRowsMeta.searchInfoAndTargetSteps(List<StepMeta> steps)
 | 
| Constructors in org.pentaho.di.trans.steps.filterrows with parameters of type StepMeta | |
|---|---|
FilterRows(StepMeta stepMeta,
           StepDataInterface stepDataInterface,
           int copyNr,
           TransMeta transMeta,
           Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.fixedinput | 
|---|
| Methods in org.pentaho.di.trans.steps.fixedinput with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
FixedInputMeta.getFields(org.pentaho.di.core.row.RowMetaInterface rowMeta,
          String origin,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
FixedInput(StepMeta stepMeta,
           StepDataInterface stepDataInterface,
           int copyNr,
           TransMeta transMeta,
           Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.flattener | 
|---|
| Methods in org.pentaho.di.trans.steps.flattener with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
FlattenerMeta.getFields(org.pentaho.di.core.row.RowMetaInterface row,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
Flattener(StepMeta stepMeta,
          StepDataInterface stepDataInterface,
          int copyNr,
          TransMeta transMeta,
          Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.formula | 
|---|
| Methods in org.pentaho.di.trans.steps.formula with parameters of type StepMeta | |
|---|---|
 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.  | 
 void | 
FormulaMeta.getFields(org.pentaho.di.core.row.RowMetaInterface row,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
Formula(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int copyNr,
        TransMeta transMeta,
        Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.fuzzymatch | 
|---|
| Methods in org.pentaho.di.trans.steps.fuzzymatch with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
FuzzyMatchMeta.getFields(org.pentaho.di.core.row.RowMetaInterface inputRowMeta,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 StepInterface | 
FuzzyMatchMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Method parameters in org.pentaho.di.trans.steps.fuzzymatch with type arguments of type StepMeta | |
|---|---|
 void | 
FuzzyMatchMeta.searchInfoAndTargetSteps(List<StepMeta> steps)
 | 
| Constructors in org.pentaho.di.trans.steps.fuzzymatch with parameters of type StepMeta | |
|---|---|
FuzzyMatch(StepMeta stepMeta,
           StepDataInterface stepDataInterface,
           int copyNr,
           TransMeta transMeta,
           Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.getfilenames | 
|---|
| Methods in org.pentaho.di.trans.steps.getfilenames with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
GetFileNamesMeta.getFields(org.pentaho.di.core.row.RowMetaInterface row,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
GetFileNames(StepMeta stepMeta,
             StepDataInterface stepDataInterface,
             int copyNr,
             TransMeta transMeta,
             Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.getfilesrowscount | 
|---|
| Methods in org.pentaho.di.trans.steps.getfilesrowscount with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
GetFilesRowsCountMeta.getFields(org.pentaho.di.core.row.RowMetaInterface r,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
GetFilesRowsCount(StepMeta stepMeta,
                  StepDataInterface stepDataInterface,
                  int copyNr,
                  TransMeta transMeta,
                  Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.getpreviousrowfield | 
|---|
| Methods in org.pentaho.di.trans.steps.getpreviousrowfield with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
GetPreviousRowFieldMeta.getFields(org.pentaho.di.core.row.RowMetaInterface inputRowMeta,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
GetPreviousRowField(StepMeta stepMeta,
                    StepDataInterface stepDataInterface,
                    int copyNr,
                    TransMeta transMeta,
                    Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.getrepositorynames | 
|---|
| Methods in org.pentaho.di.trans.steps.getrepositorynames with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
GetRepositoryNamesMeta.getFields(org.pentaho.di.core.row.RowMetaInterface row,
          String origin,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
GetRepositoryNames(StepMeta stepMeta,
                   StepDataInterface stepDataInterface,
                   int copyNr,
                   TransMeta transMeta,
                   Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.getslavesequence | 
|---|
| Methods in org.pentaho.di.trans.steps.getslavesequence with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
GetSlaveSequenceMeta.getFields(org.pentaho.di.core.row.RowMetaInterface row,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
GetSlaveSequence(StepMeta stepMeta,
                 StepDataInterface stepDataInterface,
                 int copyNr,
                 TransMeta transMeta,
                 Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.getsubfolders | 
|---|
| Methods in org.pentaho.di.trans.steps.getsubfolders with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
GetSubFoldersMeta.getFields(org.pentaho.di.core.row.RowMetaInterface row,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
GetSubFolders(StepMeta stepMeta,
              StepDataInterface stepDataInterface,
              int copyNr,
              TransMeta transMeta,
              Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.gettablenames | 
|---|
| Methods in org.pentaho.di.trans.steps.gettablenames with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
GetTableNamesMeta.getFields(org.pentaho.di.core.row.RowMetaInterface r,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
GetTableNames(StepMeta stepMeta,
              StepDataInterface stepDataInterface,
              int copyNr,
              TransMeta transMeta,
              Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.getvariable | 
|---|
| Methods in org.pentaho.di.trans.steps.getvariable with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
GetVariableMeta.getFields(org.pentaho.di.core.row.RowMetaInterface inputRowMeta,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
GetVariable(StepMeta stepMeta,
            StepDataInterface stepDataInterface,
            int copyNr,
            TransMeta transMeta,
            Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.getxmldata | 
|---|
| Methods in org.pentaho.di.trans.steps.getxmldata with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
GetXMLDataMeta.getFields(org.pentaho.di.core.row.RowMetaInterface r,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
GetXMLData(StepMeta stepMeta,
           StepDataInterface stepDataInterface,
           int copyNr,
           TransMeta transMeta,
           Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.googleanalytics | 
|---|
| Methods in org.pentaho.di.trans.steps.googleanalytics with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
GaInputStepMeta.getFields(org.pentaho.di.core.row.RowMetaInterface r,
          String origin,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
GaInputStep(StepMeta s,
            StepDataInterface stepDataInterface,
            int c,
            TransMeta t,
            Trans dis)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.gpbulkloader | 
|---|
| Methods in org.pentaho.di.trans.steps.gpbulkloader with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
GPBulkLoaderMeta.getFields(org.pentaho.di.core.row.RowMetaInterface rowMeta,
          String origin,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
GPBulkLoader(StepMeta stepMeta,
             StepDataInterface stepDataInterface,
             int copyNr,
             TransMeta transMeta,
             Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.groupby | 
|---|
| Methods in org.pentaho.di.trans.steps.groupby with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
GroupByMeta.getFields(org.pentaho.di.core.row.RowMetaInterface r,
          String origin,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
GroupBy(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int copyNr,
        TransMeta transMeta,
        Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.http | 
|---|
| Methods in org.pentaho.di.trans.steps.http with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
HTTPMeta.getFields(org.pentaho.di.core.row.RowMetaInterface inputRowMeta,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
HTTP(StepMeta stepMeta,
     StepDataInterface stepDataInterface,
     int copyNr,
     TransMeta transMeta,
     Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.httppost | 
|---|
| Methods in org.pentaho.di.trans.steps.httppost with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
HTTPPOSTMeta.getFields(org.pentaho.di.core.row.RowMetaInterface inputRowMeta,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
HTTPPOST(StepMeta stepMeta,
         StepDataInterface stepDataInterface,
         int copyNr,
         TransMeta transMeta,
         Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.ifnull | 
|---|
| Methods in org.pentaho.di.trans.steps.ifnull with parameters of type StepMeta | |
|---|---|
 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 StepMeta | |
|---|---|
IfNull(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int copyNr,
       TransMeta transMeta,
       Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.infobrightoutput | 
|---|
| Methods in org.pentaho.di.trans.steps.infobrightoutput with parameters of type StepMeta | |
|---|---|
 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 StepMeta | |
|---|---|
InfobrightLoader(StepMeta stepMeta,
                 StepDataInterface stepDataInterface,
                 int copyNr,
                 TransMeta transMeta,
                 Trans trans)
Standard constructor.  | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.injector | 
|---|
| Methods in org.pentaho.di.trans.steps.injector with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
InjectorMeta.getFields(org.pentaho.di.core.row.RowMetaInterface inputRowMeta,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
Injector(StepMeta stepMeta,
         StepDataInterface stepDataInterface,
         int copyNr,
         TransMeta transMeta,
         Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.insertupdate | 
|---|
| Methods in org.pentaho.di.trans.steps.insertupdate with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
InsertUpdateMeta.getFields(org.pentaho.di.core.row.RowMetaInterface rowMeta,
          String origin,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
InsertUpdate(StepMeta stepMeta,
             StepDataInterface stepDataInterface,
             int copyNr,
             TransMeta transMeta,
             Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.ivwloader | 
|---|
| Methods in org.pentaho.di.trans.steps.ivwloader with parameters of type StepMeta | |
|---|---|
 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 StepMeta | |
|---|---|
IngresVectorwiseLoader(StepMeta stepMeta,
                       StepDataInterface stepDataInterface,
                       int copyNr,
                       TransMeta transMeta,
                       Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.janino | 
|---|
| Methods in org.pentaho.di.trans.steps.janino with parameters of type StepMeta | |
|---|---|
 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.  | 
 void | 
JaninoMeta.getFields(org.pentaho.di.core.row.RowMetaInterface row,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
Janino(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int copyNr,
       TransMeta transMeta,
       Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.javafilter | 
|---|
| Methods in org.pentaho.di.trans.steps.javafilter with parameters of type StepMeta | |
|---|---|
 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)
 | 
| Method parameters in org.pentaho.di.trans.steps.javafilter with type arguments of type StepMeta | |
|---|---|
 void | 
JavaFilterMeta.searchInfoAndTargetSteps(List<StepMeta> steps)
 | 
| Constructors in org.pentaho.di.trans.steps.javafilter with parameters of type StepMeta | |
|---|---|
JavaFilter(StepMeta stepMeta,
           StepDataInterface stepDataInterface,
           int copyNr,
           TransMeta transMeta,
           Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.joinrows | 
|---|
| Methods in org.pentaho.di.trans.steps.joinrows that return StepMeta | |
|---|---|
 StepMeta | 
JoinRowsMeta.getMainStep()
 | 
| Methods in org.pentaho.di.trans.steps.joinrows with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
JoinRowsMeta.getFields(org.pentaho.di.core.row.RowMetaInterface rowMeta,
          String origin,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 StepInterface | 
JoinRowsMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
 void | 
JoinRowsMeta.setMainStep(StepMeta lookupFromStep)
 | 
| Method parameters in org.pentaho.di.trans.steps.joinrows with type arguments of type StepMeta | |
|---|---|
 void | 
JoinRowsMeta.searchInfoAndTargetSteps(List<StepMeta> steps)
 | 
| Constructors in org.pentaho.di.trans.steps.joinrows with parameters of type StepMeta | |
|---|---|
JoinRows(StepMeta stepMeta,
         StepDataInterface stepDataInterface,
         int copyNr,
         TransMeta transMeta,
         Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.jsoninput | 
|---|
| Methods in org.pentaho.di.trans.steps.jsoninput with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
JsonInputMeta.getFields(org.pentaho.di.core.row.RowMetaInterface r,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
JsonInput(StepMeta stepMeta,
          StepDataInterface stepDataInterface,
          int copyNr,
          TransMeta transMeta,
          Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.jsonoutput | 
|---|
| Methods in org.pentaho.di.trans.steps.jsonoutput with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
JsonOutputMeta.getFields(org.pentaho.di.core.row.RowMetaInterface row,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
JsonOutput(StepMeta stepMeta,
           StepDataInterface stepDataInterface,
           int copyNr,
           TransMeta transMeta,
           Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.ldapinput | 
|---|
| Methods in org.pentaho.di.trans.steps.ldapinput with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
LDAPInputMeta.getFields(org.pentaho.di.core.row.RowMetaInterface r,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
LDAPInput(StepMeta stepMeta,
          StepDataInterface stepDataInterface,
          int copyNr,
          TransMeta transMeta,
          Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.ldapoutput | 
|---|
| Methods in org.pentaho.di.trans.steps.ldapoutput with parameters of type StepMeta | |
|---|---|
 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 StepMeta | |
|---|---|
LDAPOutput(StepMeta stepMeta,
           StepDataInterface stepDataInterface,
           int copyNr,
           TransMeta transMeta,
           Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.ldifinput | 
|---|
| Methods in org.pentaho.di.trans.steps.ldifinput with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
LDIFInputMeta.getFields(org.pentaho.di.core.row.RowMetaInterface r,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
LDIFInput(StepMeta stepMeta,
          StepDataInterface stepDataInterface,
          int copyNr,
          TransMeta transMeta,
          Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.loadfileinput | 
|---|
| Methods in org.pentaho.di.trans.steps.loadfileinput with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
LoadFileInputMeta.getFields(org.pentaho.di.core.row.RowMetaInterface r,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
LoadFileInput(StepMeta stepMeta,
              StepDataInterface stepDataInterface,
              int copyNr,
              TransMeta transMeta,
              Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.luciddbbulkloader | 
|---|
| Methods in org.pentaho.di.trans.steps.luciddbbulkloader with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
LucidDBBulkLoaderMeta.getFields(org.pentaho.di.core.row.RowMetaInterface rowMeta,
          String origin,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
LucidDBBulkLoader(StepMeta stepMeta,
                  StepDataInterface stepDataInterface,
                  int copyNr,
                  TransMeta transMeta,
                  Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.luciddbstreamingloader | 
|---|
| Methods in org.pentaho.di.trans.steps.luciddbstreamingloader with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
LucidDBStreamingLoaderMeta.getFields(org.pentaho.di.core.row.RowMetaInterface rowMeta,
          String origin,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
LucidDBStreamingLoader(StepMeta stepMeta,
                       StepDataInterface stepDataInterface,
                       int copyNr,
                       TransMeta transMeta,
                       Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.mail | 
|---|
| Methods in org.pentaho.di.trans.steps.mail with parameters of type StepMeta | |
|---|---|
 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 StepMeta | |
|---|---|
Mail(StepMeta stepMeta,
     StepDataInterface stepDataInterface,
     int copyNr,
     TransMeta transMeta,
     Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.mailinput | 
|---|
| Methods in org.pentaho.di.trans.steps.mailinput with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
MailInputMeta.getFields(org.pentaho.di.core.row.RowMetaInterface r,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
MailInput(StepMeta stepMeta,
          StepDataInterface stepDataInterface,
          int copyNr,
          TransMeta transMeta,
          Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.mailvalidator | 
|---|
| Methods in org.pentaho.di.trans.steps.mailvalidator with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
MailValidatorMeta.getFields(org.pentaho.di.core.row.RowMetaInterface r,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
MailValidator(StepMeta stepMeta,
              StepDataInterface stepDataInterface,
              int copyNr,
              TransMeta transMeta,
              Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.mapping | 
|---|
| Methods in org.pentaho.di.trans.steps.mapping that return StepMeta | |
|---|---|
 StepMeta | 
MappingIODefinition.getInputStep()
 | 
| Methods in org.pentaho.di.trans.steps.mapping with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
MappingMeta.getFields(org.pentaho.di.core.row.RowMetaInterface row,
          String origin,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 List<ResourceReference> | 
MappingMeta.getResourceDependencies(TransMeta transMeta,
                        StepMeta stepInfo)
 | 
 StepInterface | 
MappingMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta tr,
        Trans trans)
 | 
 void | 
MappingIODefinition.setInputStep(StepMeta inputStep)
 | 
| Method parameters in org.pentaho.di.trans.steps.mapping with type arguments of type StepMeta | |
|---|---|
 void | 
MappingMeta.searchInfoAndTargetSteps(List<StepMeta> steps)
 | 
| Constructors in org.pentaho.di.trans.steps.mapping with parameters of type StepMeta | |
|---|---|
Mapping(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int copyNr,
        TransMeta transMeta,
        Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.mappinginput | 
|---|
| Methods in org.pentaho.di.trans.steps.mappinginput with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
MappingInputMeta.getFields(org.pentaho.di.core.row.RowMetaInterface row,
          String origin,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
MappingInput(StepMeta stepMeta,
             StepDataInterface stepDataInterface,
             int copyNr,
             TransMeta transMeta,
             Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.mappingoutput | 
|---|
| Methods in org.pentaho.di.trans.steps.mappingoutput with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
MappingOutputMeta.getFields(org.pentaho.di.core.row.RowMetaInterface r,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
MappingOutput(StepMeta stepMeta,
              StepDataInterface stepDataInterface,
              int copyNr,
              TransMeta transMeta,
              Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.memgroupby | 
|---|
| Methods in org.pentaho.di.trans.steps.memgroupby with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
MemoryGroupByMeta.getFields(org.pentaho.di.core.row.RowMetaInterface r,
          String origin,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
MemoryGroupBy(StepMeta stepMeta,
              StepDataInterface stepDataInterface,
              int copyNr,
              TransMeta transMeta,
              Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.mergejoin | 
|---|
| Methods in org.pentaho.di.trans.steps.mergejoin with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
MergeJoinMeta.getFields(org.pentaho.di.core.row.RowMetaInterface r,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 StepInterface | 
MergeJoinMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta tr,
        Trans trans)
 | 
| Method parameters in org.pentaho.di.trans.steps.mergejoin with type arguments of type StepMeta | |
|---|---|
 void | 
MergeJoinMeta.searchInfoAndTargetSteps(List<StepMeta> steps)
 | 
| Constructors in org.pentaho.di.trans.steps.mergejoin with parameters of type StepMeta | |
|---|---|
MergeJoin(StepMeta stepMeta,
          StepDataInterface stepDataInterface,
          int copyNr,
          TransMeta transMeta,
          Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.mergerows | 
|---|
| Methods in org.pentaho.di.trans.steps.mergerows with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
MergeRowsMeta.getFields(org.pentaho.di.core.row.RowMetaInterface r,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 StepInterface | 
MergeRowsMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta tr,
        Trans trans)
 | 
| Method parameters in org.pentaho.di.trans.steps.mergerows with type arguments of type StepMeta | |
|---|---|
 void | 
MergeRowsMeta.searchInfoAndTargetSteps(List<StepMeta> steps)
 | 
| Constructors in org.pentaho.di.trans.steps.mergerows with parameters of type StepMeta | |
|---|---|
MergeRows(StepMeta stepMeta,
          StepDataInterface stepDataInterface,
          int copyNr,
          TransMeta transMeta,
          Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.metainject | 
|---|
| Methods in org.pentaho.di.trans.steps.metainject with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
MetaInjectMeta.getFields(org.pentaho.di.core.row.RowMetaInterface rowMeta,
          String origin,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
MetaInject(StepMeta stepMeta,
           StepDataInterface stepDataInterface,
           int copyNr,
           TransMeta transMeta,
           Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.mondrianinput | 
|---|
| Methods in org.pentaho.di.trans.steps.mondrianinput with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
MondrianInputMeta.getFields(org.pentaho.di.core.row.RowMetaInterface row,
          String origin,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
MondrianInput(StepMeta stepMeta,
              StepDataInterface stepDataInterface,
              int copyNr,
              TransMeta transMeta,
              Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.monetdbbulkloader | 
|---|
| Methods in org.pentaho.di.trans.steps.monetdbbulkloader with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
MonetDBBulkLoaderMeta.getFields(org.pentaho.di.core.row.RowMetaInterface rowMeta,
          String origin,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
MonetDBBulkLoader(StepMeta stepMeta,
                  StepDataInterface stepDataInterface,
                  int copyNr,
                  TransMeta transMeta,
                  Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.mongodbinput | 
|---|
| Methods in org.pentaho.di.trans.steps.mongodbinput with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
MongoDbInputMeta.getFields(org.pentaho.di.core.row.RowMetaInterface rowMeta,
          String origin,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
MongoDbInput(StepMeta stepMeta,
             StepDataInterface stepDataInterface,
             int copyNr,
             TransMeta transMeta,
             Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.multimerge | 
|---|
| Methods in org.pentaho.di.trans.steps.multimerge with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
MultiMergeJoinMeta.getFields(org.pentaho.di.core.row.RowMetaInterface r,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 StepInterface | 
MultiMergeJoinMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta tr,
        Trans trans)
 | 
| Method parameters in org.pentaho.di.trans.steps.multimerge with type arguments of type StepMeta | |
|---|---|
 void | 
MultiMergeJoinMeta.searchInfoAndTargetSteps(List<StepMeta> steps)
 | 
| Constructors in org.pentaho.di.trans.steps.multimerge with parameters of type StepMeta | |
|---|---|
MultiMergeJoin(StepMeta stepMeta,
               StepDataInterface stepDataInterface,
               int copyNr,
               TransMeta transMeta,
               Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.mysqlbulkloader | 
|---|
| Methods in org.pentaho.di.trans.steps.mysqlbulkloader with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
MySQLBulkLoaderMeta.getFields(org.pentaho.di.core.row.RowMetaInterface rowMeta,
          String origin,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
MySQLBulkLoader(StepMeta stepMeta,
                StepDataInterface stepDataInterface,
                int copyNr,
                TransMeta transMeta,
                Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.normaliser | 
|---|
| Methods in org.pentaho.di.trans.steps.normaliser with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
NormaliserMeta.getFields(org.pentaho.di.core.row.RowMetaInterface row,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
Normaliser(StepMeta stepMeta,
           StepDataInterface stepDataInterface,
           int copyNr,
           TransMeta transMeta,
           Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.nullif | 
|---|
| Methods in org.pentaho.di.trans.steps.nullif with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
NullIfMeta.getFields(org.pentaho.di.core.row.RowMetaInterface r,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
NullIf(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int copyNr,
       TransMeta transMeta,
       Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.numberrange | 
|---|
| Methods in org.pentaho.di.trans.steps.numberrange with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
NumberRangeMeta.getFields(org.pentaho.di.core.row.RowMetaInterface row,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
NumberRange(StepMeta s,
            StepDataInterface stepDataInterface,
            int c,
            TransMeta t,
            Trans dis)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.olapinput | 
|---|
| Methods in org.pentaho.di.trans.steps.olapinput with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
OlapInputMeta.getFields(org.pentaho.di.core.row.RowMetaInterface row,
          String origin,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
OlapInput(StepMeta stepMeta,
          StepDataInterface stepDataInterface,
          int copyNr,
          TransMeta transMeta,
          Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.orabulkloader | 
|---|
| Methods in org.pentaho.di.trans.steps.orabulkloader with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
OraBulkLoaderMeta.getFields(org.pentaho.di.core.row.RowMetaInterface rowMeta,
          String origin,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
OraBulkLoader(StepMeta stepMeta,
              StepDataInterface stepDataInterface,
              int copyNr,
              TransMeta transMeta,
              Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.parallelgzipcsv | 
|---|
| Methods in org.pentaho.di.trans.steps.parallelgzipcsv with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
ParGzipCsvInputMeta.getFields(org.pentaho.di.core.row.RowMetaInterface rowMeta,
          String origin,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
ParGzipCsvInput(StepMeta stepMeta,
                StepDataInterface stepDataInterface,
                int copyNr,
                TransMeta transMeta,
                Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.pentahoreporting | 
|---|
| Methods in org.pentaho.di.trans.steps.pentahoreporting with parameters of type StepMeta | |
|---|---|
 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 StepMeta | |
|---|---|
PentahoReportingOutput(StepMeta stepMeta,
                       StepDataInterface stepDataInterface,
                       int copyNr,
                       TransMeta transMeta,
                       Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.pgbulkloader | 
|---|
| Methods in org.pentaho.di.trans.steps.pgbulkloader with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
PGBulkLoaderMeta.getFields(org.pentaho.di.core.row.RowMetaInterface rowMeta,
          String origin,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
PGBulkLoader(StepMeta stepMeta,
             StepDataInterface stepDataInterface,
             int copyNr,
             TransMeta transMeta,
             Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.prioritizestreams | 
|---|
| Methods in org.pentaho.di.trans.steps.prioritizestreams with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
PrioritizeStreamsMeta.getFields(org.pentaho.di.core.row.RowMetaInterface rowMeta,
          String origin,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
PrioritizeStreams(StepMeta stepMeta,
                  StepDataInterface stepDataInterface,
                  int copyNr,
                  TransMeta transMeta,
                  Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.processfiles | 
|---|
| Methods in org.pentaho.di.trans.steps.processfiles with parameters of type StepMeta | |
|---|---|
 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 StepMeta | |
|---|---|
ProcessFiles(StepMeta stepMeta,
             StepDataInterface stepDataInterface,
             int copyNr,
             TransMeta transMeta,
             Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.propertyinput | 
|---|
| Methods in org.pentaho.di.trans.steps.propertyinput with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
PropertyInputMeta.getFields(org.pentaho.di.core.row.RowMetaInterface r,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
PropertyInput(StepMeta stepMeta,
              StepDataInterface stepDataInterface,
              int copyNr,
              TransMeta transMeta,
              Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.propertyoutput | 
|---|
| Methods in org.pentaho.di.trans.steps.propertyoutput with parameters of type StepMeta | |
|---|---|
 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 StepMeta | |
|---|---|
PropertyOutput(StepMeta stepMeta,
               StepDataInterface stepDataInterface,
               int copyNr,
               TransMeta transMeta,
               Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.randomccnumber | 
|---|
| Methods in org.pentaho.di.trans.steps.randomccnumber with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
RandomCCNumberGeneratorMeta.getFields(org.pentaho.di.core.row.RowMetaInterface row,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
RandomCCNumberGenerator(StepMeta stepMeta,
                        StepDataInterface stepDataInterface,
                        int copyNr,
                        TransMeta transMeta,
                        Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.randomvalue | 
|---|
| Methods in org.pentaho.di.trans.steps.randomvalue with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
RandomValueMeta.getFields(org.pentaho.di.core.row.RowMetaInterface row,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
RandomValue(StepMeta stepMeta,
            StepDataInterface stepDataInterface,
            int copyNr,
            TransMeta transMeta,
            Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.regexeval | 
|---|
| Methods in org.pentaho.di.trans.steps.regexeval with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
RegexEvalMeta.getFields(org.pentaho.di.core.row.RowMetaInterface inputRowMeta,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
RegexEval(StepMeta stepMeta,
          StepDataInterface stepDataInterface,
          int copyNr,
          TransMeta transMeta,
          Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.replacestring | 
|---|
| Methods in org.pentaho.di.trans.steps.replacestring with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
ReplaceStringMeta.getFields(org.pentaho.di.core.row.RowMetaInterface inputRowMeta,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
ReplaceString(StepMeta stepMeta,
              StepDataInterface stepDataInterface,
              int copyNr,
              TransMeta transMeta,
              Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.reservoirsampling | 
|---|
| Methods in org.pentaho.di.trans.steps.reservoirsampling with parameters of type StepMeta | |
|---|---|
 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.  | 
 void | 
ReservoirSamplingMeta.getFields(org.pentaho.di.core.row.RowMetaInterface row,
          String origin,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
Generates row meta data to represent the fields output by this step  | 
 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 StepMeta | |
|---|---|
ReservoirSampling(StepMeta stepMeta,
                  StepDataInterface stepDataInterface,
                  int copyNr,
                  TransMeta transMeta,
                  Trans trans)
Creates a new ReservoirSampling instance. | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.rest | 
|---|
| Methods in org.pentaho.di.trans.steps.rest with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
RestMeta.getFields(org.pentaho.di.core.row.RowMetaInterface inputRowMeta,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
Rest(StepMeta stepMeta,
     StepDataInterface stepDataInterface,
     int copyNr,
     TransMeta transMeta,
     Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.rowgenerator | 
|---|
| Methods in org.pentaho.di.trans.steps.rowgenerator with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
RowGeneratorMeta.getFields(org.pentaho.di.core.row.RowMetaInterface row,
          String origin,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
RowGenerator(StepMeta stepMeta,
             StepDataInterface stepDataInterface,
             int copyNr,
             TransMeta transMeta,
             Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.rowsfromresult | 
|---|
| Methods in org.pentaho.di.trans.steps.rowsfromresult with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
RowsFromResultMeta.getFields(org.pentaho.di.core.row.RowMetaInterface r,
          String origin,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
RowsFromResult(StepMeta stepMeta,
               StepDataInterface stepDataInterface,
               int copyNr,
               TransMeta transMeta,
               Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.rowstoresult | 
|---|
| Methods in org.pentaho.di.trans.steps.rowstoresult with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
RowsToResultMeta.getFields(org.pentaho.di.core.row.RowMetaInterface rowMeta,
          String origin,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
RowsToResult(StepMeta stepMeta,
             StepDataInterface stepDataInterface,
             int copyNr,
             TransMeta transMeta,
             Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.rssinput | 
|---|
| Methods in org.pentaho.di.trans.steps.rssinput with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
RssInputMeta.getFields(org.pentaho.di.core.row.RowMetaInterface r,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
RssInput(StepMeta stepMeta,
         StepDataInterface stepDataInterface,
         int copyNr,
         TransMeta transMeta,
         Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.rssoutput | 
|---|
| Methods in org.pentaho.di.trans.steps.rssoutput with parameters of type StepMeta | |
|---|---|
 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 StepMeta | |
|---|---|
RssOutput(StepMeta stepMeta,
          StepDataInterface stepDataInterface,
          int copyNr,
          TransMeta transMeta,
          Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.rules | 
|---|
| Methods in org.pentaho.di.trans.steps.rules with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
RulesMeta.getFields(org.pentaho.di.core.row.RowMetaInterface row,
          String origin,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
Rules(StepMeta stepMeta,
      StepDataInterface stepDataInterface,
      int copyNr,
      TransMeta transMeta,
      Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.salesforcedelete | 
|---|
| Methods in org.pentaho.di.trans.steps.salesforcedelete with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
SalesforceDeleteMeta.getFields(org.pentaho.di.core.row.RowMetaInterface r,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
SalesforceDelete(StepMeta stepMeta,
                 StepDataInterface stepDataInterface,
                 int copyNr,
                 TransMeta transMeta,
                 Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.salesforceinput | 
|---|
| Methods in org.pentaho.di.trans.steps.salesforceinput with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
SalesforceInputMeta.getFields(org.pentaho.di.core.row.RowMetaInterface r,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
SalesforceInput(StepMeta stepMeta,
                StepDataInterface stepDataInterface,
                int copyNr,
                TransMeta transMeta,
                Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.salesforceinsert | 
|---|
| Methods in org.pentaho.di.trans.steps.salesforceinsert with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
SalesforceInsertMeta.getFields(org.pentaho.di.core.row.RowMetaInterface r,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
SalesforceInsert(StepMeta stepMeta,
                 StepDataInterface stepDataInterface,
                 int copyNr,
                 TransMeta transMeta,
                 Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.salesforceupdate | 
|---|
| Methods in org.pentaho.di.trans.steps.salesforceupdate with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
SalesforceUpdateMeta.getFields(org.pentaho.di.core.row.RowMetaInterface r,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
SalesforceUpdate(StepMeta stepMeta,
                 StepDataInterface stepDataInterface,
                 int copyNr,
                 TransMeta transMeta,
                 Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.salesforceupsert | 
|---|
| Methods in org.pentaho.di.trans.steps.salesforceupsert with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
SalesforceUpsertMeta.getFields(org.pentaho.di.core.row.RowMetaInterface r,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
SalesforceUpsert(StepMeta stepMeta,
                 StepDataInterface stepDataInterface,
                 int copyNr,
                 TransMeta transMeta,
                 Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.samplerows | 
|---|
| Methods in org.pentaho.di.trans.steps.samplerows with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
SampleRowsMeta.getFields(org.pentaho.di.core.row.RowMetaInterface inputRowMeta,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
SampleRows(StepMeta stepMeta,
           StepDataInterface stepDataInterface,
           int copyNr,
           TransMeta transMeta,
           Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.sapinput | 
|---|
| Methods in org.pentaho.di.trans.steps.sapinput with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
SapInputMeta.getFields(org.pentaho.di.core.row.RowMetaInterface row,
          String origin,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
SapInput(StepMeta stepMeta,
         StepDataInterface stepDataInterface,
         int copyNr,
         TransMeta transMeta,
         Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.script | 
|---|
| Methods in org.pentaho.di.trans.steps.script that return StepMeta | |
|---|---|
 StepMeta | 
ScriptDummy.getStepMeta()
 | 
| Methods in org.pentaho.di.trans.steps.script with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
ScriptMeta.getFields(org.pentaho.di.core.row.RowMetaInterface row,
          String originStepname,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
Script(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int copyNr,
       TransMeta transMeta,
       Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.scriptvalues_mod | 
|---|
| Methods in org.pentaho.di.trans.steps.scriptvalues_mod that return StepMeta | |
|---|---|
 StepMeta | 
ScriptValuesModDummy.getStepMeta()
 | 
| Methods in org.pentaho.di.trans.steps.scriptvalues_mod with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
ScriptValuesMetaMod.getFields(org.pentaho.di.core.row.RowMetaInterface row,
          String originStepname,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
ScriptValuesMod(StepMeta stepMeta,
                StepDataInterface stepDataInterface,
                int copyNr,
                TransMeta transMeta,
                Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.selectvalues | 
|---|
| Methods in org.pentaho.di.trans.steps.selectvalues with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
SelectValuesMeta.getFields(org.pentaho.di.core.row.RowMetaInterface inputRowMeta,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
SelectValues(StepMeta stepMeta,
             StepDataInterface stepDataInterface,
             int copyNr,
             TransMeta transMeta,
             Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.setvalueconstant | 
|---|
| Methods in org.pentaho.di.trans.steps.setvalueconstant with parameters of type StepMeta | |
|---|---|
 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 StepMeta | |
|---|---|
SetValueConstant(StepMeta stepMeta,
                 StepDataInterface stepDataInterface,
                 int copyNr,
                 TransMeta transMeta,
                 Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.setvaluefield | 
|---|
| Methods in org.pentaho.di.trans.steps.setvaluefield with parameters of type StepMeta | |
|---|---|
 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 StepMeta | |
|---|---|
SetValueField(StepMeta stepMeta,
              StepDataInterface stepDataInterface,
              int copyNr,
              TransMeta transMeta,
              Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.setvariable | 
|---|
| Methods in org.pentaho.di.trans.steps.setvariable with parameters of type StepMeta | |
|---|---|
 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 StepMeta | |
|---|---|
SetVariable(StepMeta stepMeta,
            StepDataInterface stepDataInterface,
            int copyNr,
            TransMeta transMeta,
            Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.singlethreader | 
|---|
| Fields in org.pentaho.di.trans.steps.singlethreader declared as StepMeta | |
|---|---|
 StepMeta | 
SingleThreaderData.injectStepMeta
 | 
 StepMeta | 
SingleThreaderData.retrieveStepMeta
 | 
| Methods in org.pentaho.di.trans.steps.singlethreader with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
SingleThreaderMeta.getFields(org.pentaho.di.core.row.RowMetaInterface row,
          String origin,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
SingleThreader(StepMeta stepMeta,
               StepDataInterface stepDataInterface,
               int copyNr,
               TransMeta transMeta,
               Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.socketreader | 
|---|
| Methods in org.pentaho.di.trans.steps.socketreader with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
SocketReaderMeta.getFields(org.pentaho.di.core.row.RowMetaInterface rowMeta,
          String origin,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
SocketReader(StepMeta stepMeta,
             StepDataInterface stepDataInterface,
             int copyNr,
             TransMeta transMeta,
             Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.socketwriter | 
|---|
| Methods in org.pentaho.di.trans.steps.socketwriter with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
SocketWriterMeta.getFields(org.pentaho.di.core.row.RowMetaInterface rowMeta,
          String origin,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
SocketWriter(StepMeta stepMeta,
             StepDataInterface stepDataInterface,
             int copyNr,
             TransMeta transMeta,
             Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.sort | 
|---|
| Methods in org.pentaho.di.trans.steps.sort with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
SortRowsMeta.getFields(org.pentaho.di.core.row.RowMetaInterface inputRowMeta,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
SortRows(StepMeta stepMeta,
         StepDataInterface stepDataInterface,
         int copyNr,
         TransMeta transMeta,
         Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.sortedmerge | 
|---|
| Methods in org.pentaho.di.trans.steps.sortedmerge with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
SortedMergeMeta.getFields(org.pentaho.di.core.row.RowMetaInterface inputRowMeta,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
SortedMerge(StepMeta stepMeta,
            StepDataInterface stepDataInterface,
            int copyNr,
            TransMeta transMeta,
            Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.splitfieldtorows | 
|---|
| Methods in org.pentaho.di.trans.steps.splitfieldtorows with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
SplitFieldToRowsMeta.getFields(org.pentaho.di.core.row.RowMetaInterface row,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
SplitFieldToRows(StepMeta stepMeta,
                 StepDataInterface stepDataInterface,
                 int copyNr,
                 TransMeta transMeta,
                 Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.sql | 
|---|
| Methods in org.pentaho.di.trans.steps.sql with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
ExecSQLMeta.getFields(org.pentaho.di.core.row.RowMetaInterface r,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
ExecSQL(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int copyNr,
        TransMeta transMeta,
        Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.sqlfileoutput | 
|---|
| Methods in org.pentaho.di.trans.steps.sqlfileoutput with parameters of type StepMeta | |
|---|---|
 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 StepMeta | |
|---|---|
SQLFileOutput(StepMeta stepMeta,
              StepDataInterface stepDataInterface,
              int copyNr,
              TransMeta transMeta,
              Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.ssh | 
|---|
| Methods in org.pentaho.di.trans.steps.ssh with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
SSHMeta.getFields(org.pentaho.di.core.row.RowMetaInterface row,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
SSH(StepMeta stepMeta,
    StepDataInterface stepDataInterface,
    int copyNr,
    TransMeta transMeta,
    Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.stepmeta | 
|---|
| Methods in org.pentaho.di.trans.steps.stepmeta with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
StepMetastructureMeta.getFields(org.pentaho.di.core.row.RowMetaInterface r,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
StepMetastructure(StepMeta stepMeta,
                  StepDataInterface stepDataInterface,
                  int copyNr,
                  TransMeta transMeta,
                  Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.stepsmetrics | 
|---|
| Methods in org.pentaho.di.trans.steps.stepsmetrics with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
StepsMetricsMeta.getFields(org.pentaho.di.core.row.RowMetaInterface r,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
StepsMetrics(StepMeta stepMeta,
             StepDataInterface stepDataInterface,
             int copyNr,
             TransMeta transMeta,
             Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.streamlookup | 
|---|
| Methods in org.pentaho.di.trans.steps.streamlookup with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
StreamLookupMeta.getFields(org.pentaho.di.core.row.RowMetaInterface row,
          String origin,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 StepInterface | 
StreamLookupMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Method parameters in org.pentaho.di.trans.steps.streamlookup with type arguments of type StepMeta | |
|---|---|
 void | 
StreamLookupMeta.searchInfoAndTargetSteps(List<StepMeta> steps)
 | 
| Constructors in org.pentaho.di.trans.steps.streamlookup with parameters of type StepMeta | |
|---|---|
StreamLookup(StepMeta stepMeta,
             StepDataInterface stepDataInterface,
             int copyNr,
             TransMeta transMeta,
             Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.stringcut | 
|---|
| Methods in org.pentaho.di.trans.steps.stringcut with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
StringCutMeta.getFields(org.pentaho.di.core.row.RowMetaInterface inputRowMeta,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
StringCut(StepMeta stepMeta,
          StepDataInterface stepDataInterface,
          int copyNr,
          TransMeta transMeta,
          Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.stringoperations | 
|---|
| Methods in org.pentaho.di.trans.steps.stringoperations with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
StringOperationsMeta.getFields(org.pentaho.di.core.row.RowMetaInterface inputRowMeta,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
StringOperations(StepMeta stepMeta,
                 StepDataInterface stepDataInterface,
                 int copyNr,
                 TransMeta transMeta,
                 Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.switchcase | 
|---|
| Fields in org.pentaho.di.trans.steps.switchcase declared as StepMeta | |
|---|---|
 StepMeta | 
SwitchCaseTarget.caseTargetStep
The case target step  | 
| Methods in org.pentaho.di.trans.steps.switchcase that return StepMeta | |
|---|---|
 StepMeta | 
SwitchCaseMeta.getDefaultTargetStep()
 | 
| Methods in org.pentaho.di.trans.steps.switchcase with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
SwitchCaseMeta.getFields(org.pentaho.di.core.row.RowMetaInterface rowMeta,
          String origin,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 StepInterface | 
SwitchCaseMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta tr,
        Trans trans)
 | 
 void | 
SwitchCaseMeta.setDefaultTargetStep(StepMeta defaultTargetStep)
 | 
| Method parameters in org.pentaho.di.trans.steps.switchcase with type arguments of type StepMeta | |
|---|---|
 void | 
SwitchCaseMeta.searchInfoAndTargetSteps(List<StepMeta> steps)
 | 
| Constructors in org.pentaho.di.trans.steps.switchcase with parameters of type StepMeta | |
|---|---|
SwitchCase(StepMeta stepMeta,
           StepDataInterface stepDataInterface,
           int copyNr,
           TransMeta transMeta,
           Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.symmetriccrypto.secretkeygenerator | 
|---|
| Methods in org.pentaho.di.trans.steps.symmetriccrypto.secretkeygenerator with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
SecretKeyGeneratorMeta.getFields(org.pentaho.di.core.row.RowMetaInterface row,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
SecretKeyGenerator(StepMeta stepMeta,
                   StepDataInterface stepDataInterface,
                   int copyNr,
                   TransMeta transMeta,
                   Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.symmetriccrypto.symmetriccryptotrans | 
|---|
| Methods in org.pentaho.di.trans.steps.symmetriccrypto.symmetriccryptotrans with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
SymmetricCryptoTransMeta.getFields(org.pentaho.di.core.row.RowMetaInterface rowMeta,
          String origin,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
SymmetricCryptoTrans(StepMeta stepMeta,
                     StepDataInterface stepDataInterface,
                     int copyNr,
                     TransMeta transMeta,
                     Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.synchronizeaftermerge | 
|---|
| Methods in org.pentaho.di.trans.steps.synchronizeaftermerge with parameters of type StepMeta | |
|---|---|
 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 StepMeta | |
|---|---|
SynchronizeAfterMerge(StepMeta stepMeta,
                      StepDataInterface stepDataInterface,
                      int copyNr,
                      TransMeta transMeta,
                      Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.syslog | 
|---|
| Methods in org.pentaho.di.trans.steps.syslog with parameters of type StepMeta | |
|---|---|
 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 StepMeta | |
|---|---|
SyslogMessage(StepMeta stepMeta,
              StepDataInterface stepDataInterface,
              int copyNr,
              TransMeta transMeta,
              Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.systemdata | 
|---|
| Methods in org.pentaho.di.trans.steps.systemdata with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
SystemDataMeta.getFields(org.pentaho.di.core.row.RowMetaInterface row,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
SystemData(StepMeta stepMeta,
           StepDataInterface stepDataInterface,
           int copyNr,
           TransMeta transMeta,
           Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.tableexists | 
|---|
| Methods in org.pentaho.di.trans.steps.tableexists with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
TableExistsMeta.getFields(org.pentaho.di.core.row.RowMetaInterface inputRowMeta,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
TableExists(StepMeta stepMeta,
            StepDataInterface stepDataInterface,
            int copyNr,
            TransMeta transMeta,
            Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.tableinput | 
|---|
| Methods in org.pentaho.di.trans.steps.tableinput that return StepMeta | |
|---|---|
 StepMeta | 
TableInputMeta.getLookupFromStep()
For compatibility, wraps around the standard step IO metadata  | 
| Methods in org.pentaho.di.trans.steps.tableinput with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
TableInputMeta.getFields(org.pentaho.di.core.row.RowMetaInterface row,
          String origin,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 StepInterface | 
TableInputMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
 void | 
TableInputMeta.setLookupFromStep(StepMeta stepMeta)
For compatibility, wraps around the standard step IO metadata  | 
| Method parameters in org.pentaho.di.trans.steps.tableinput with type arguments of type StepMeta | |
|---|---|
 void | 
TableInputMeta.searchInfoAndTargetSteps(List<StepMeta> steps)
 | 
| Constructors in org.pentaho.di.trans.steps.tableinput with parameters of type StepMeta | |
|---|---|
TableInput(StepMeta stepMeta,
           StepDataInterface stepDataInterface,
           int copyNr,
           TransMeta transMeta,
           Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.tableoutput | 
|---|
| Methods in org.pentaho.di.trans.steps.tableoutput with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
TableOutputMeta.getFields(org.pentaho.di.core.row.RowMetaInterface row,
          String origin,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
TableOutput(StepMeta stepMeta,
            StepDataInterface stepDataInterface,
            int copyNr,
            TransMeta transMeta,
            Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.terafast | 
|---|
| Methods in org.pentaho.di.trans.steps.terafast with parameters of type StepMeta | |
|---|---|
 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.  | 
 void | 
TeraFastMeta.getFields(org.pentaho.di.core.row.RowMetaInterface inputRowMeta,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
Get the fields that are emitted by this step  | 
 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 StepMeta | |
|---|---|
TeraFast(StepMeta stepMeta,
         StepDataInterface stepDataInterface,
         int copyNr,
         TransMeta transMeta,
         Trans trans)
Constructor.  | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.textfileinput | 
|---|
| Methods in org.pentaho.di.trans.steps.textfileinput that return StepMeta | |
|---|---|
 StepMeta | 
TextFileInputMeta.getAcceptingStep()
 | 
| Methods in org.pentaho.di.trans.steps.textfileinput with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
TextFileInputMeta.getFields(org.pentaho.di.core.row.RowMetaInterface row,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 List<ResourceReference> | 
TextFileInputMeta.getResourceDependencies(TransMeta transMeta,
                        StepMeta stepInfo)
 | 
 StepInterface | 
TextFileInputMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
 void | 
TextFileInputMeta.setAcceptingStep(StepMeta acceptingStep)
 | 
| Method parameters in org.pentaho.di.trans.steps.textfileinput with type arguments of type StepMeta | |
|---|---|
 void | 
TextFileInputMeta.searchInfoAndTargetSteps(List<StepMeta> steps)
 | 
| Constructors in org.pentaho.di.trans.steps.textfileinput with parameters of type StepMeta | |
|---|---|
TextFileInput(StepMeta stepMeta,
              StepDataInterface stepDataInterface,
              int copyNr,
              TransMeta transMeta,
              Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.textfileoutput | 
|---|
| Methods in org.pentaho.di.trans.steps.textfileoutput with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
TextFileOutputMeta.getFields(org.pentaho.di.core.row.RowMetaInterface row,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
TextFileOutput(StepMeta stepMeta,
               StepDataInterface stepDataInterface,
               int copyNr,
               TransMeta transMeta,
               Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.uniquerows | 
|---|
| Methods in org.pentaho.di.trans.steps.uniquerows with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
UniqueRowsMeta.getFields(org.pentaho.di.core.row.RowMetaInterface row,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
UniqueRows(StepMeta stepMeta,
           StepDataInterface stepDataInterface,
           int copyNr,
           TransMeta transMeta,
           Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.uniquerowsbyhashset | 
|---|
| Methods in org.pentaho.di.trans.steps.uniquerowsbyhashset with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
UniqueRowsByHashSetMeta.getFields(org.pentaho.di.core.row.RowMetaInterface row,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
UniqueRowsByHashSet(StepMeta stepMeta,
                    StepDataInterface stepDataInterface,
                    int copyNr,
                    TransMeta transMeta,
                    Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.univariatestats | 
|---|
| Methods in org.pentaho.di.trans.steps.univariatestats with parameters of type StepMeta | |
|---|---|
 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.  | 
 void | 
UnivariateStatsMeta.getFields(org.pentaho.di.core.row.RowMetaInterface row,
          String origin,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
Generates row meta data to represent the fields output by this step  | 
 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 StepMeta | |
|---|---|
UnivariateStats(StepMeta stepMeta,
                StepDataInterface stepDataInterface,
                int copyNr,
                TransMeta transMeta,
                Trans trans)
Creates a new UnivariateStats instance. | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.update | 
|---|
| Methods in org.pentaho.di.trans.steps.update with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
UpdateMeta.getFields(org.pentaho.di.core.row.RowMetaInterface row,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
Update(StepMeta stepMeta,
       StepDataInterface stepDataInterface,
       int copyNr,
       TransMeta transMeta,
       Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.userdefinedjavaclass | 
|---|
| Fields in org.pentaho.di.trans.steps.userdefinedjavaclass declared as StepMeta | |
|---|---|
 StepMeta | 
StepDefinition.stepMeta
 | 
| Methods in org.pentaho.di.trans.steps.userdefinedjavaclass that return StepMeta | |
|---|---|
 StepMeta | 
UserDefinedJavaClass.getStepMeta()
 | 
 StepMeta | 
TransformClassBase.getStepMeta()
 | 
 StepMeta | 
UserDefinedJavaClass.getStepMetaImpl()
 | 
| Methods in org.pentaho.di.trans.steps.userdefinedjavaclass with parameters of type StepMeta | |
|---|---|
 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)
 | 
static void | 
TransformClassBase.getFields(boolean clearResultFields,
          org.pentaho.di.core.row.RowMetaInterface row,
          String originStepname,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space,
          List<?> fields)
 | 
 void | 
UserDefinedJavaClassMeta.getFields(org.pentaho.di.core.row.RowMetaInterface row,
          String originStepname,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 StepInterface | 
UserDefinedJavaClassMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta transMeta,
        Trans trans)
 | 
| Method parameters in org.pentaho.di.trans.steps.userdefinedjavaclass with type arguments of type StepMeta | |
|---|---|
 void | 
UserDefinedJavaClassMeta.searchInfoAndTargetSteps(List<StepMeta> steps)
 | 
| Constructors in org.pentaho.di.trans.steps.userdefinedjavaclass with parameters of type StepMeta | |
|---|---|
UserDefinedJavaClass(StepMeta stepMeta,
                     StepDataInterface stepDataInterface,
                     int copyNr,
                     TransMeta transMeta,
                     Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.validator | 
|---|
| Methods in org.pentaho.di.trans.steps.validator that return StepMeta | |
|---|---|
 StepMeta | 
Validation.getSourcingStep()
 | 
| Methods in org.pentaho.di.trans.steps.validator with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
Validation.setSourcingStep(StepMeta sourcingStep)
 | 
| Method parameters in org.pentaho.di.trans.steps.validator with type arguments of type StepMeta | |
|---|---|
 void | 
ValidatorMeta.searchInfoAndTargetSteps(List<StepMeta> steps)
 | 
| Constructors in org.pentaho.di.trans.steps.validator with parameters of type StepMeta | |
|---|---|
Validator(StepMeta stepMeta,
          StepDataInterface stepDataInterface,
          int copyNr,
          TransMeta transMeta,
          Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.valuemapper | 
|---|
| Methods in org.pentaho.di.trans.steps.valuemapper with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
ValueMapperMeta.getFields(org.pentaho.di.core.row.RowMetaInterface r,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
ValueMapper(StepMeta stepMeta,
            StepDataInterface stepDataInterface,
            int copyNr,
            TransMeta transMeta,
            Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.webserviceavailable | 
|---|
| Methods in org.pentaho.di.trans.steps.webserviceavailable with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
WebServiceAvailableMeta.getFields(org.pentaho.di.core.row.RowMetaInterface inputRowMeta,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
WebServiceAvailable(StepMeta stepMeta,
                    StepDataInterface stepDataInterface,
                    int copyNr,
                    TransMeta transMeta,
                    Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.webservices | 
|---|
| Methods in org.pentaho.di.trans.steps.webservices with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
WebServiceMeta.getFields(org.pentaho.di.core.row.RowMetaInterface r,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
WebService(StepMeta aStepMeta,
           StepDataInterface aStepData,
           int value,
           TransMeta aTransMeta,
           Trans aTrans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.writetolog | 
|---|
| Methods in org.pentaho.di.trans.steps.writetolog with parameters of type StepMeta | |
|---|---|
 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 StepMeta | |
|---|---|
WriteToLog(StepMeta stepMeta,
           StepDataInterface stepDataInterface,
           int copyNr,
           TransMeta transMeta,
           Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.xbaseinput | 
|---|
| Methods in org.pentaho.di.trans.steps.xbaseinput that return StepMeta | |
|---|---|
 StepMeta | 
XBaseInputMeta.getAcceptingStep()
 | 
| Methods in org.pentaho.di.trans.steps.xbaseinput with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
XBaseInputMeta.getFields(org.pentaho.di.core.row.RowMetaInterface row,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 StepInterface | 
XBaseInputMeta.getStep(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int cnr,
        TransMeta tr,
        Trans trans)
 | 
 void | 
XBaseInputMeta.setAcceptingStep(StepMeta acceptingStep)
 | 
| Method parameters in org.pentaho.di.trans.steps.xbaseinput with type arguments of type StepMeta | |
|---|---|
 void | 
XBaseInputMeta.searchInfoAndTargetSteps(List<StepMeta> steps)
 | 
| Constructors in org.pentaho.di.trans.steps.xbaseinput with parameters of type StepMeta | |
|---|---|
XBaseInput(StepMeta stepMeta,
           StepDataInterface stepDataInterface,
           int copyNr,
           TransMeta transMeta,
           Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.xmlinput | 
|---|
| Methods in org.pentaho.di.trans.steps.xmlinput with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
XMLInputMeta.getFields(org.pentaho.di.core.row.RowMetaInterface r,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
XMLInput(StepMeta stepMeta,
         StepDataInterface stepDataInterface,
         int copyNr,
         TransMeta transMeta,
         Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.xmlinputsax | 
|---|
| Methods in org.pentaho.di.trans.steps.xmlinputsax with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
XMLInputSaxMeta.getFields(org.pentaho.di.core.row.RowMetaInterface row,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
XMLInputSax(StepMeta stepMeta,
            StepDataInterface stepDataInterface,
            int copyNr,
            TransMeta transMeta,
            Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.xmlinputstream | 
|---|
| Methods in org.pentaho.di.trans.steps.xmlinputstream with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
XMLInputStreamMeta.getFields(org.pentaho.di.core.row.RowMetaInterface r,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
XMLInputStream(StepMeta stepMeta,
               StepDataInterface stepDataInterface,
               int copyNr,
               TransMeta transMeta,
               Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.xmljoin | 
|---|
| Methods in org.pentaho.di.trans.steps.xmljoin with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
XMLJoinMeta.getFields(org.pentaho.di.core.row.RowMetaInterface row,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
XMLJoin(StepMeta stepMeta,
        StepDataInterface stepDataInterface,
        int copyNr,
        TransMeta transMeta,
        Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.xmloutput | 
|---|
| Methods in org.pentaho.di.trans.steps.xmloutput with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
XMLOutputMeta.getFields(org.pentaho.di.core.row.RowMetaInterface row,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
XMLOutput(StepMeta stepMeta,
          StepDataInterface stepDataInterface,
          int copyNr,
          TransMeta transMeta,
          Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.xsdvalidator | 
|---|
| Methods in org.pentaho.di.trans.steps.xsdvalidator with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
XsdValidatorMeta.getFields(org.pentaho.di.core.row.RowMetaInterface inputRowMeta,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
XsdValidator(StepMeta stepMeta,
             StepDataInterface stepDataInterface,
             int copyNr,
             TransMeta transMeta,
             Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.xslt | 
|---|
| Methods in org.pentaho.di.trans.steps.xslt with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
XsltMeta.getFields(org.pentaho.di.core.row.RowMetaInterface inputRowMeta,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
Xslt(StepMeta stepMeta,
     StepDataInterface stepDataInterface,
     int copyNr,
     TransMeta transMeta,
     Trans trans)
 | 
|
| Uses of StepMeta in org.pentaho.di.trans.steps.yamlinput | 
|---|
| Methods in org.pentaho.di.trans.steps.yamlinput with parameters of type StepMeta | |
|---|---|
 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)
 | 
 void | 
YamlInputMeta.getFields(org.pentaho.di.core.row.RowMetaInterface r,
          String name,
          org.pentaho.di.core.row.RowMetaInterface[] info,
          StepMeta nextStep,
          org.pentaho.di.core.variables.VariableSpace space)
 | 
 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 StepMeta | |
|---|---|
YamlInput(StepMeta stepMeta,
          StepDataInterface stepDataInterface,
          int copyNr,
          TransMeta transMeta,
          Trans trans)
 | 
|
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||