Uses of Class
org.pentaho.di.trans.step.StepMeta
Packages that use StepMeta
Package
Description
-
Uses of StepMeta in org.pentaho.di.core.gui
Methods in org.pentaho.di.core.gui with parameters of type StepMetaModifier and TypeMethodDescriptionvoidGCInterface.drawStepIcon(int x, int y, StepMeta stepMeta) voidGCInterface.drawStepIcon(int x, int y, StepMeta stepMeta, float magnification) voidSwingDirectGC.drawStepIcon(int x, int y, StepMeta stepMeta) voidSwingDirectGC.drawStepIcon(int x, int y, StepMeta stepMeta, float magnification) voidSwingGC.drawStepIcon(int x, int y, StepMeta stepMeta) voidSwingGC.drawStepIcon(int x, int y, StepMeta stepMeta, float magnification) -
Uses of StepMeta in org.pentaho.di.core.logging
Methods in org.pentaho.di.core.logging with parameters of type StepMetaModifier and TypeMethodDescriptionvoidTransLogTable.setStepInput(StepMeta input) voidTransLogTable.setStepOutput(StepMeta output) voidTransLogTable.setStepRead(StepMeta read) voidTransLogTable.setStepRejected(StepMeta rejected) voidTransLogTable.setStepUpdate(StepMeta update) voidTransLogTable.setStepWritten(StepMeta written) Method parameters in org.pentaho.di.core.logging with type arguments of type StepMetaModifier and TypeMethodDescriptionstatic TransLogTableTransLogTable.getDefault(org.pentaho.di.core.variables.VariableSpace space, HasDatabasesInterface databasesInterface, List<StepMeta> steps) Constructor parameters in org.pentaho.di.core.logging with type arguments of type StepMetaModifierConstructorDescriptionTransLogTable(org.pentaho.di.core.variables.VariableSpace space, HasDatabasesInterface databasesInterface, List<StepMeta> steps) -
Uses of StepMeta in org.pentaho.di.core.util
Methods in org.pentaho.di.core.util with parameters of type StepMetaModifier and TypeMethodDescriptionorg.pentaho.di.core.variables.VariableSpaceCurrentDirectoryResolver.resolveCurrentDirectory(org.pentaho.di.core.ObjectLocationSpecificationMethod specificationMethod, org.pentaho.di.core.variables.VariableSpace parentVariables, Repository repository, StepMeta stepMeta, String filename) Constructors in org.pentaho.di.core.util with parameters of type StepMetaModifierConstructorDescriptionAbstractStep(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 StepMetaMethod parameters in org.pentaho.di.lineage with type arguments of type StepMeta -
Uses of StepMeta in org.pentaho.di.repository.kdr.delegates
Methods in org.pentaho.di.repository.kdr.delegates that return StepMetaModifier and TypeMethodDescriptionKettleDatabaseRepositoryStepDelegate.loadStepMeta(org.pentaho.di.repository.ObjectId stepId, List<org.pentaho.di.core.database.DatabaseMeta> databases, 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 StepMetaModifier and TypeMethodDescriptionKettleDatabaseRepositoryStepDelegate.loadStepErrorMeta(org.pentaho.di.core.variables.VariableSpace variables, StepMeta stepMeta, List<StepMeta> steps) voidKettleDatabaseRepositoryStepDelegate.saveStepMeta(StepMeta stepMeta, org.pentaho.di.repository.ObjectId transformationId) Method parameters in org.pentaho.di.repository.kdr.delegates with type arguments of type StepMetaModifier and TypeMethodDescriptionKettleDatabaseRepositoryStepDelegate.loadStepErrorMeta(org.pentaho.di.core.variables.VariableSpace variables, StepMeta stepMeta, List<StepMeta> steps) KettleDatabaseRepositoryTransDelegate.loadTransHopMeta(org.pentaho.di.repository.ObjectId id_trans_hop, List<StepMeta> steps) -
Uses of StepMeta in org.pentaho.di.trans
Fields in org.pentaho.di.trans declared as StepMetaModifier and TypeFieldDescriptionTransPainterExtension.stepMetaTransPainterFlyoutExtension.stepMetaFields in org.pentaho.di.trans with type parameters of type StepMetaModifier and TypeFieldDescriptionTransMeta.previousStepCacheThe previous step cacheTransMeta.stepsThe list of steps associated with the transformation.Methods in org.pentaho.di.trans that return StepMetaModifier and TypeMethodDescriptionTransMeta.findMappingInputStep(String stepname) Finds the mapping input step with the specified name.TransMeta.findMappingOutputStep(String stepname) Finds the mapping output step with the specified name.TransMeta.findNextStep(StepMeta stepMeta, int nr) Deprecated.TransMeta.findPrevStep(String stepname, int nr) Deprecated.TransMeta.findPrevStep(String stepname, int nr, boolean info) Deprecated.TransMeta.findPrevStep(StepMeta stepMeta, int nr) Find the previous step on a certain location (i.e.TransMeta.findPrevStep(StepMeta stepMeta, int nr, boolean info) Deprecated.please use method findPreviousStepsSearches the list of steps for a step with a certain name.Searches the list of steps for a step with a certain name while excluding one step.TransPainter.getEndHopStep()TransHopMeta.getFromStep()StepMeta[]TransMeta.getInfoStep(StepMeta stepMeta) Get the informational steps for a certain step.StepMeta[]TransMeta.getNextSteps(StepMeta stepMeta) Deprecated.use findNextSteps insteadTransPainter.getNoInputStep()ISubTransAwareMeta.getParentStepMeta()StepMeta[]TransMeta.getPrevSteps(StepMeta stepMeta) Retrieve an array of preceding steps for a certain destination step.TransPainter.getShowTargetStreamsStep()TransPainter.getStartHopStep()TransMeta.getStep(int i) Retrieves a step on a certain location (i.e.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[]CheckStepsExtension.getStepMetas()StepMeta[]TransMeta.getStepsArray()Gets all the steps as an array.TransHopMeta.getToStep()Methods in org.pentaho.di.trans that return types with arguments of type StepMetaModifier and TypeMethodDescriptionTransMeta.findNextSteps(StepMeta stepMeta) Retrieve a list of succeeding steps for a certain originating step.TransMeta.findPreviousSteps(StepMeta stepMeta) Get the list of previous steps for a certain reference step.TransMeta.findPreviousSteps(StepMeta stepMeta, boolean info) Get the previous steps on a certain location taking into account the steps being informational or not.TransPainter.getMouseOverSteps()TransMeta.getSelectedSteps()Gets a list of the selected steps.TransPainter.getStepLogMap()TransMeta.getSteps()Get a list of defined steps in this transformation.TransMeta.getTransHopSteps(boolean all) Gets a List of all the steps that are used in at least one active hop.TransMeta.getUsedSteps()Gets the list of used steps, which are the steps that are connected by hops.TransMeta.sortStepsNatural()Puts the steps in a more natural order: from start to finish.TransMeta.sortStepsNatural()Puts the steps in a more natural order: from start to finish.Methods in org.pentaho.di.trans with parameters of type StepMetaModifier and TypeMethodDescriptionvoidTransMeta.addOrReplaceStep(StepMeta stepMeta) Add a new step to the transformation if that step didn't exist yet.voidAdd a new step to the transformation at the specified index.voidAdd a new step to the transformation.voidTransMeta.checkRowMixingStatically(StepMeta stepMeta, org.pentaho.di.core.ProgressMonitorListener monitor) Check a step to see if there are no multiple steps to read from.booleanTransMeta.containsStepMeta(StepMeta stepMeta) TransMeta.findAllTransHopFrom(StepMeta fromstep) TransMeta.findNextStep(StepMeta stepMeta, int nr) Deprecated.TransMeta.findNextSteps(StepMeta stepMeta) Retrieve a list of succeeding steps for a certain originating step.intTransMeta.findNrInfoSteps(StepMeta stepMeta) Find the the number of informational steps for a certain step.intTransMeta.findNrNextSteps(StepMeta stepMeta) Deprecated.intTransMeta.findNrPrevSteps(StepMeta stepMeta) Find the number of steps that precede the indicated step.intTransMeta.findNrPrevSteps(StepMeta stepMeta, boolean info) Deprecated.please use method findPreviousStepsbooleanTransMeta.findPrevious(StepMeta startStep, StepMeta stepToFind) Looks in the transformation to find a step in a previous location starting somewhere.TransMeta.findPreviousSteps(StepMeta stepMeta) Get the list of previous steps for a certain reference step.TransMeta.findPreviousSteps(StepMeta stepMeta, boolean info) Get the previous steps on a certain location taking into account the steps being informational or not.TransMeta.findPrevStep(StepMeta stepMeta, int nr) Find the previous step on a certain location (i.e.TransMeta.findPrevStep(StepMeta stepMeta, int nr, boolean info) Deprecated.please use method findPreviousStepsSearches the list of steps for a step with a certain name while excluding one step.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.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.TransMeta.findTransHopFrom(StepMeta fromstep) Search all hops for a hop where a certain step is at the start.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 insteadorg.pentaho.di.core.row.RowMetaInterfaceTransMeta.getPrevInfoFields(StepMeta stepMeta) Find the informational fields coming from an informational step into the step specified.org.pentaho.di.core.row.RowMetaInterfaceTransMeta.getPrevStepFields(StepMeta stepMeta) Find the fields that are entering a certain step.org.pentaho.di.core.row.RowMetaInterfaceTransMeta.getPrevStepFields(StepMeta stepMeta, String stepName, org.pentaho.di.core.ProgressMonitorListener monitor) org.pentaho.di.core.row.RowMetaInterfaceTransMeta.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.RowMetaInterfaceTransMeta.getStepFields(StepMeta stepMeta) Returns the fields that are emitted by a certain step.org.pentaho.di.core.row.RowMetaInterfaceTransMeta.getStepFields(StepMeta[] stepMeta) Gets the fields for each of the specified steps and merges them into a single setorg.pentaho.di.core.row.RowMetaInterfaceTransMeta.getStepFields(StepMeta stepMeta, org.pentaho.di.core.ProgressMonitorListener monitor) Returns the fields that are emitted by a certain step.org.pentaho.di.core.row.RowMetaInterfaceTransMeta.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.RowMetaInterfaceTransMeta.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.RowMetaInterfaceTransMeta.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.booleanSee if there are any loops in the transformation, starting at the indicated step.booleanChecks for loop.booleanDeprecated.intTransMeta.indexOfStep(StepMeta stepMeta) Finds the location (index) of the specified step.booleanTransMeta.isStepInformative(StepMeta this_step, StepMeta prev_step) Determines whether or not a certain step is informative.booleanTransMeta.isStepUsedInTransHops(StepMeta stepMeta) Checks if a step has been used in a hop or not.voidTransMeta.notifyAllListeners(StepMeta oldMeta, StepMeta newMeta) booleanTransMeta.partOfTransHop(StepMeta stepMeta) Determines whether or not a certain step is part of a hop.voidTransPainter.setEndHopStep(StepMeta endHopStep) voidTransHopMeta.setFromStep(StepMeta from) voidTransPainter.setNoInputStep(StepMeta noInputStep) voidTransPainter.setShowTargetStreamsStep(StepMeta showTargetStreamsStep) voidTransPainter.setStartHopStep(StepMeta startHopStep) voidChanges the content of a step on a certain position.voidMethod parameters in org.pentaho.di.trans with type arguments of type StepMetaModifier and TypeMethodDescriptionint[]TransMeta.getStepIndexes(List<StepMeta> steps) Gets an array of the locations of an array of steps.voidTransPainter.setMouseOverSteps(List<StepMeta> mouseOverSteps) voidTransPainter.setStepLogMap(Map<StepMeta, String> stepLogMap) Constructors in org.pentaho.di.trans with parameters of type StepMetaModifierConstructorDescriptionCheckStepsExtension(List<org.pentaho.di.core.CheckResultInterface> remarks, org.pentaho.di.core.variables.VariableSpace space, TransMeta transMeta, StepMeta[] stepMetas, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) TransHopMeta(StepMeta from, StepMeta to) TransHopMeta(StepMeta from, StepMeta to, boolean en) TransPainterExtension(GCInterface gc, boolean shadow, List<AreaOwner> areaOwners, TransMeta transMeta, StepMeta stepMeta, TransHopMeta transHop, int x1, int y1, int x2, int y2, int mx, int my, org.pentaho.di.core.gui.Point offset, int iconsize) TransPainterFlyoutExtension(GCInterface gc, List<AreaOwner> areaOwners, TransMeta transMeta, StepMeta stepMeta, float translationX, float translationY, float magnification, org.pentaho.di.core.gui.Point area, org.pentaho.di.core.gui.Point offset) Constructor parameters in org.pentaho.di.trans with type arguments of type StepMeta -
Uses of StepMeta in org.pentaho.di.trans.debug
Methods in org.pentaho.di.trans.debug that return StepMetaMethods in org.pentaho.di.trans.debug that return types with arguments of type StepMetaMethods in org.pentaho.di.trans.debug with parameters of type StepMetaMethod parameters in org.pentaho.di.trans.debug with type arguments of type StepMetaModifier and TypeMethodDescriptionvoidTransDebugMeta.setStepDebugMetaMap(Map<StepMeta, StepDebugMeta> stepDebugMeta) Constructors in org.pentaho.di.trans.debug with parameters of type StepMeta -
Uses of StepMeta in org.pentaho.di.trans.step
Fields in org.pentaho.di.trans.step declared as StepMetaModifier and TypeFieldDescriptionprotected StepMetaBaseStepMeta.parentStepMetaStepMetaDataCombi.stepMetaMethods in org.pentaho.di.trans.step that return StepMetaModifier and TypeMethodDescriptionstatic final StepMetaFind a step with its name in a given ArrayList of stepsstatic final StepMetaFind a step with the ID in a given ArrayList of stepsstatic StepMetaBaseStepMeta.getParentStepMeta()Gets the parent step meta.StepMetaInterface.getParentStepMeta()StepErrorMeta.getSourceStep()BaseStep.getStepMeta()StepInterface.getStepMeta()StepErrorMeta.getTargetStep()Methods in org.pentaho.di.trans.step with parameters of type StepMetaModifier and TypeMethodDescriptionvoidBaseStepMeta.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) voidBaseStepMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) Each step must be able to report on the impact it has on a database, table field, etc.voidStepMetaInterface.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) voidStepMetaInterface.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) Each step must be able to report on the impact it has on a database, table field, etc.voidBaseStepMeta.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) voidBaseStepMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidBaseStepMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidStepMetaInterface.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) voidStepMetaInterface.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) Checks the settings of this step and puts the findings in a remarks List.static voidStepOption.checkBoolean(List<org.pentaho.di.core.CheckResultInterface> remarks, StepMeta stepMeta, org.pentaho.di.core.variables.VariableSpace space, String identifier, String value) static voidStepOption.checkInteger(List<org.pentaho.di.core.CheckResultInterface> remarks, StepMeta stepMeta, org.pentaho.di.core.variables.VariableSpace space, String identifier, String value) static voidStepOption.checkLong(List<org.pentaho.di.core.CheckResultInterface> remarks, StepMeta stepMeta, org.pentaho.di.core.variables.VariableSpace space, String identifier, String value) default booleanStepMetaInterface.cleanAfterHopFromRemove(StepMeta toStep) Action remove hop exiting this stepdefault booleanStepMetaInterface.cleanAfterHopToRemove(StepMeta fromStep) Action remove hop entering this step.intStepIOMeta.findInfoStream(StepMeta infoStep) StepIOMetaInterface.findInfoStream(StepMeta infoStep) StepIOMeta.findTargetStream(StepMeta targetStep) StepIOMetaInterface.findTargetStream(StepMeta targetStep) voidBaseStepMeta.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) voidBaseStepMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) Gets the fields.voidStepMetaInterface.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) voidStepMetaInterface.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) Gets the fields.BaseStepMeta.getResourceDependencies(TransMeta transMeta, StepMeta stepInfo) Get a list of all the resource dependencies that the step is depending on.StepMetaInterface.getResourceDependencies(TransMeta transMeta, StepMeta stepMeta) Get a list of all the resource dependencies that the step is depending on.org.pentaho.di.core.SQLStatementBaseStepMeta.getSQLStatements(TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev) org.pentaho.di.core.SQLStatementBaseStepMeta.getSQLStatements(TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) Standard method to return an SQLStatement object with SQL statements that the step needs in order to work correctly.org.pentaho.di.core.SQLStatementStepMetaInterface.getSQLStatements(TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev) org.pentaho.di.core.SQLStatementStepMetaInterface.getSQLStatements(TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) Standard method to return an SQLStatement object with SQL statements that the step needs in order to work correctly.StepMetaInterface.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) Get the executing step, needed by Trans to launch a step.booleanStepMeta.isSendingErrorRowsToStep(StepMeta targetStep) voidStepMetaChangeListenerInterface.onStepChange(TransMeta transMeta, StepMeta oldMeta, StepMeta newMeta) This method is called when a step was changedvoidStepMeta.replaceMeta(StepMeta stepMeta) voidStepIOMeta.setInfoSteps(StepMeta[] infoSteps) Replace the info steps with the supplied source steps.voidStepIOMetaInterface.setInfoSteps(StepMeta[] infoSteps) Replace the info steps with the supplied source steps.voidBaseStepMeta.setParentStepMeta(StepMeta parentStepMeta) Sets the parent step meta.voidStepMetaInterface.setParentStepMeta(StepMeta parentStepMeta) Provide original lineage for this metadata objectvoidStepErrorMeta.setSourceStep(StepMeta sourceStep) voidBaseStep.setStepMeta(StepMeta stepMeta) voidStepErrorMeta.setTargetStep(StepMeta targetStep) voidStepAdapter.stepActive(Trans trans, StepMeta stepMeta, StepInterface step) voidStepListener.stepActive(Trans trans, StepMeta stepMeta, StepInterface step) This method is called when a step goes from being idle to being active.voidStepAdapter.stepFinished(Trans trans, StepMeta stepMeta, StepInterface step) voidStepListener.stepFinished(Trans trans, StepMeta stepMeta, StepInterface step) This method is called when a step completes all work and is finished.Method parameters in org.pentaho.di.trans.step with type arguments of type StepMetaModifier and TypeMethodDescriptionstatic final StepMetaFind a step with its name in a given ArrayList of stepsstatic final StepMetaFind a step with the ID in a given ArrayList of stepsvoidBaseStepMeta.searchInfoAndTargetSteps(List<StepMeta> steps) Change step names into step objects to allow them to be name-changed etc.voidStepMetaInterface.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 StepMetaModifierConstructorDescriptionBaseDatabaseStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) BaseDatabaseStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans, boolean connectToDatabaseOnInit) 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 objectStepErrorMeta(org.pentaho.di.core.variables.VariableSpace space, StepMeta sourceStep, StepMeta targetStep) Create a new step error handling metadata objectStepErrorMeta(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 objectConstructor parameters in org.pentaho.di.trans.step with type arguments of type StepMetaModifierConstructorDescriptionStepErrorMeta(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 StepMetaMethods in org.pentaho.di.trans.step.errorhandling with parameters of type StepMetaModifier and TypeMethodDescriptionvoidStream.setStepMeta(StepMeta stepMeta) voidStreamInterface.setStepMeta(StepMeta stepMeta) Constructors in org.pentaho.di.trans.step.errorhandling with parameters of type StepMetaModifierConstructorDescriptionStream(StreamInterface.StreamType streamType, StepMeta stepMeta, String description, StreamIcon streamIcon, Object subject) -
Uses of StepMeta in org.pentaho.di.trans.steps.calculator
Methods in org.pentaho.di.trans.steps.calculator with parameters of type StepMetaModifier and TypeMethodDescriptionvoidCalculatorMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidCalculatorMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) CalculatorMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.calculator with parameters of type StepMetaModifierConstructorDescriptionCalculator(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 StepMetaModifier and TypeMethodDescriptionvoidConstantMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidConstantMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) ConstantMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.constant with parameters of type StepMetaModifierConstructorDescriptionConstant(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 StepMetaModifier and TypeMethodDescriptionvoidCsvInputMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidCsvInputMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) CsvInputMeta.getResourceDependencies(TransMeta transMeta, StepMeta stepInfo) CsvInputMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.csvinput with parameters of type StepMetaModifierConstructorDescriptionCsvInput(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 StepMetaModifier and TypeMethodDescriptionvoidDatabaseJoinMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidDatabaseJoinMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidDatabaseJoinMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) DatabaseJoinMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.databasejoin with parameters of type StepMetaModifierConstructorDescriptionDatabaseJoin(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 StepMetaModifier and TypeMethodDescriptionvoidDatabaseLookupMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidDatabaseLookupMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidDatabaseLookupMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) DatabaseLookupMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.databaselookup with parameters of type StepMetaModifierConstructorDescriptionDatabaseLookup(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 StepMetaModifier and TypeMethodDescriptionvoidDataGridMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) DataGridMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.datagrid with parameters of type StepMetaModifierConstructorDescriptionDataGrid(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 StepMetaModifier and TypeMethodDescriptionvoidDBProcMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidDBProcMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) DBProcMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.dbproc with parameters of type StepMetaModifierConstructorDescriptionDBProc(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 StepMetaModifier and TypeMethodDescriptionvoidDeleteMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidDeleteMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidDeleteMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) org.pentaho.di.core.SQLStatementDeleteMeta.getSQLStatements(TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) DeleteMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.delete with parameters of type StepMetaModifierConstructorDescriptionDelete(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 StepMetaModifier and TypeMethodDescriptionvoidDenormaliserMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidDenormaliserMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) DenormaliserMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.denormaliser with parameters of type StepMetaModifierConstructorDescriptionDenormaliser(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 StepMetaModifier and TypeMethodDescriptionvoidDetectEmptyStreamMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) DetectEmptyStreamMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.detectemptystream with parameters of type StepMetaModifierConstructorDescriptionDetectEmptyStream(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 StepMetaModifier and TypeMethodDescriptionvoidDetectLastRowMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidDetectLastRowMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) DetectLastRowMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.detectlastrow with parameters of type StepMetaModifierConstructorDescriptionDetectLastRow(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 StepMetaModifier and TypeMethodDescriptionvoidDimensionLookupMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidDimensionLookupMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidDimensionLookupMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) org.pentaho.di.core.SQLStatementDimensionLookupMeta.getSQLStatements(TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) DimensionLookupMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.dimensionlookup with parameters of type StepMetaModifierConstructorDescriptionDimensionLookup(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 StepMetaModifier and TypeMethodDescriptionvoidDummyTransMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidDummyTransMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) DummyTransMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.dummytrans with parameters of type StepMetaModifierConstructorDescriptionDummyTrans(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 StepMetaModifier and TypeMethodDescriptionvoidDynamicSQLRowMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidDynamicSQLRowMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidDynamicSQLRowMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) DynamicSQLRowMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.dynamicsqlrow with parameters of type StepMetaModifierConstructorDescriptionDynamicSQLRow(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.execprocess
Methods in org.pentaho.di.trans.steps.execprocess with parameters of type StepMetaModifier and TypeMethodDescriptionvoidExecProcessMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidExecProcessMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) ExecProcessMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.execprocess with parameters of type StepMetaModifierConstructorDescriptionExecProcess(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 StepMetaModifier and TypeMethodDescriptionvoidExecSQLRowMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidExecSQLRowMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) ExecSQLRowMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.execsqlrow with parameters of type StepMetaModifierConstructorDescriptionExecSQLRow(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 StepMetaModifier and TypeMethodDescriptionvoidFieldsChangeSequenceMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidFieldsChangeSequenceMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) FieldsChangeSequenceMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.fieldschangesequence with parameters of type StepMetaModifierConstructorDescriptionFieldsChangeSequence(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 StepMetaModifier and TypeMethodDescriptionvoidFieldSplitterMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidFieldSplitterMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) FieldSplitterMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.fieldsplitter with parameters of type StepMetaModifierConstructorDescriptionFieldSplitter(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.file
Methods in org.pentaho.di.trans.steps.file with parameters of type StepMetaModifier and TypeMethodDescriptionBaseFileInputFiles.getResourceDependencies(TransMeta transMeta, StepMeta stepInfo) BaseFileInputMeta.getResourceDependencies(TransMeta transMeta, StepMeta stepInfo) Constructors in org.pentaho.di.trans.steps.file with parameters of type StepMetaModifierConstructorDescriptionBaseFileInputStep(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 StepMetaModifier and TypeMethodDescriptionvoidFileExistsMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidFileExistsMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) FileExistsMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.fileexists with parameters of type StepMetaModifierConstructorDescriptionFileExists(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.fileinput.text
Methods in org.pentaho.di.trans.steps.fileinput.text that return StepMetaModifier and TypeMethodDescriptionTextFileInputMeta.getAcceptingStep()Required for the Data Lineage.Methods in org.pentaho.di.trans.steps.fileinput.text with parameters of type StepMetaModifier and TypeMethodDescriptionvoidTextFileInputMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidTextFileInputMeta.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) Deprecated.voidTextFileInputMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) TextFileInputMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) voidTextFileInputMeta.setAcceptingStep(StepMeta acceptingStep) Method parameters in org.pentaho.di.trans.steps.fileinput.text with type arguments of type StepMetaModifier and TypeMethodDescriptionvoidTextFileInputMeta.searchInfoAndTargetSteps(List<StepMeta> steps) Constructors in org.pentaho.di.trans.steps.fileinput.text with parameters of type StepMetaModifierConstructorDescriptionTextFileInput(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 StepMetaModifier and TypeMethodDescriptionvoidFileLockedMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidFileLockedMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) FileLockedMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.filelocked with parameters of type StepMetaModifierConstructorDescriptionFileLocked(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 StepMetaModifier and TypeMethodDescriptionvoidFilesFromResultMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidFilesFromResultMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) FilesFromResultMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.filesfromresult with parameters of type StepMetaModifierConstructorDescriptionFilesFromResult(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 StepMetaModifier and TypeMethodDescriptionvoidFilesToResultMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidFilesToResultMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) FilesToResultMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.filestoresult with parameters of type StepMetaModifierConstructorDescriptionFilesToResult(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 StepMetaModifier and TypeMethodDescriptionvoidFilterRowsMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidFilterRowsMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) 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 StepMetaModifier and TypeMethodDescriptionvoidFilterRowsMeta.searchInfoAndTargetSteps(List<StepMeta> steps) Constructors in org.pentaho.di.trans.steps.filterrows with parameters of type StepMetaModifierConstructorDescriptionFilterRows(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 StepMetaModifier and TypeMethodDescriptionvoidFixedInputMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidFixedInputMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) FixedInputMeta.getResourceDependencies(TransMeta transMeta, StepMeta stepInfo) FixedInputMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.fixedinput with parameters of type StepMetaModifierConstructorDescriptionFixedInput(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 StepMetaModifier and TypeMethodDescriptionvoidFlattenerMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidFlattenerMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) FlattenerMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.flattener with parameters of type StepMetaModifierConstructorDescriptionFlattener(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 StepMetaModifier and TypeMethodDescriptionvoidFormulaMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) Checks the settings of this step and puts the findings in a remarks List.voidFormulaMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) FormulaMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.formula with parameters of type StepMetaModifierConstructorDescriptionFormula(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 StepMetaModifier and TypeMethodDescriptionvoidFuzzyMatchMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidFuzzyMatchMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) 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 StepMetaModifier and TypeMethodDescriptionvoidFuzzyMatchMeta.searchInfoAndTargetSteps(List<StepMeta> steps) Constructors in org.pentaho.di.trans.steps.fuzzymatch with parameters of type StepMetaModifierConstructorDescriptionFuzzyMatch(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 StepMetaModifier and TypeMethodDescriptionvoidGetFileNamesMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidGetFileNamesMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) GetFileNamesMeta.getResourceDependencies(TransMeta transMeta, StepMeta stepInfo) GetFileNamesMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.getfilenames with parameters of type StepMetaModifierConstructorDescriptionGetFileNames(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 StepMetaModifier and TypeMethodDescriptionvoidGetFilesRowsCountMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidGetFilesRowsCountMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) GetFilesRowsCountMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.getfilesrowscount with parameters of type StepMetaModifierConstructorDescriptionGetFilesRowsCount(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 StepMetaModifier and TypeMethodDescriptionvoidGetSlaveSequenceMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidGetSlaveSequenceMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) GetSlaveSequenceMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.getslavesequence with parameters of type StepMetaModifierConstructorDescriptionGetSlaveSequence(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 StepMetaModifier and TypeMethodDescriptionvoidGetSubFoldersMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidGetSubFoldersMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) GetSubFoldersMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.getsubfolders with parameters of type StepMetaModifierConstructorDescriptionGetSubFolders(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 StepMetaModifier and TypeMethodDescriptionvoidGetTableNamesMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidGetTableNamesMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) GetTableNamesMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.gettablenames with parameters of type StepMetaModifierConstructorDescriptionGetTableNames(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 StepMetaModifier and TypeMethodDescriptionvoidGetVariableMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidGetVariableMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) GetVariableMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.getvariable with parameters of type StepMetaModifierConstructorDescriptionGetVariable(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 StepMetaModifier and TypeMethodDescriptionvoidGroupByMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidGroupByMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) GroupByMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.groupby with parameters of type StepMetaModifierConstructorDescriptionGroupBy(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 StepMetaModifier and TypeMethodDescriptionvoidHTTPMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidHTTPMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) HTTPMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.http with parameters of type StepMetaModifierConstructorDescriptionHTTP(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 StepMetaModifier and TypeMethodDescriptionvoidHTTPPOSTMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidHTTPPOSTMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) HTTPPOSTMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.httppost with parameters of type StepMetaModifierConstructorDescriptionHTTPPOST(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 StepMetaModifier and TypeMethodDescriptionvoidIfNullMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) IfNullMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.ifnull with parameters of type StepMetaModifierConstructorDescriptionIfNull(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.injector
Methods in org.pentaho.di.trans.steps.injector with parameters of type StepMetaModifier and TypeMethodDescriptionvoidInjectorMeta.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) Deprecated.voidInjectorMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidInjectorMeta.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) Deprecated.voidInjectorMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) InjectorMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.injector with parameters of type StepMetaModifierConstructorDescriptionInjector(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 StepMetaModifier and TypeMethodDescriptionvoidInsertUpdateMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidInsertUpdateMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidInsertUpdateMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) org.pentaho.di.core.SQLStatementInsertUpdateMeta.getSQLStatements(TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) InsertUpdateMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.insertupdate with parameters of type StepMetaModifierConstructorDescriptionInsertUpdate(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 StepMetaModifier and TypeMethodDescriptionvoidJaninoMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) Checks the settings of this step and puts the findings in a remarks List.voidJaninoMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) JaninoMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.janino with parameters of type StepMetaModifierConstructorDescriptionJanino(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 StepMetaModifier and TypeMethodDescriptionvoidJavaFilterMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) 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 StepMetaModifier and TypeMethodDescriptionvoidJavaFilterMeta.searchInfoAndTargetSteps(List<StepMeta> steps) Constructors in org.pentaho.di.trans.steps.javafilter with parameters of type StepMetaModifierConstructorDescriptionJavaFilter(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.jobexecutor
Methods in org.pentaho.di.trans.steps.jobexecutor that return StepMetaModifier and TypeMethodDescriptionJobExecutorMeta.getExecutionResultTargetStepMeta()JobExecutorMeta.getResultFilesTargetStepMeta()JobExecutorMeta.getResultRowsTargetStepMeta()Methods in org.pentaho.di.trans.steps.jobexecutor with parameters of type StepMetaModifier and TypeMethodDescriptionvoidJobExecutorMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) booleanJobExecutorMeta.cleanAfterHopFromRemove(StepMeta toStep) voidJobExecutorMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) JobExecutorMeta.getResourceDependencies(TransMeta transMeta, StepMeta stepInfo) JobExecutorMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) voidJobExecutorMeta.setExecutionResultTargetStepMeta(StepMeta executionResultTargetStepMeta) voidJobExecutorMeta.setResultFilesTargetStepMeta(StepMeta resultFilesTargetStepMeta) voidJobExecutorMeta.setResultRowsTargetStepMeta(StepMeta resultRowsTargetStepMeta) Method parameters in org.pentaho.di.trans.steps.jobexecutor with type arguments of type StepMetaModifier and TypeMethodDescriptionvoidJobExecutorMeta.searchInfoAndTargetSteps(List<StepMeta> steps) Constructors in org.pentaho.di.trans.steps.jobexecutor with parameters of type StepMetaModifierConstructorDescriptionJobExecutor(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 StepMetaMethods in org.pentaho.di.trans.steps.joinrows with parameters of type StepMetaModifier and TypeMethodDescriptionvoidJoinRowsMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) booleanJoinRowsMeta.cleanAfterHopToRemove(StepMeta fromStep) voidJoinRowsMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) JoinRowsMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) voidJoinRowsMeta.setMainStep(StepMeta lookupFromStep) Method parameters in org.pentaho.di.trans.steps.joinrows with type arguments of type StepMetaModifier and TypeMethodDescriptionvoidJoinRowsMeta.searchInfoAndTargetSteps(List<StepMeta> steps) Constructors in org.pentaho.di.trans.steps.joinrows with parameters of type StepMetaModifierConstructorDescriptionJoinRows(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 StepMetaModifier and TypeMethodDescriptionvoidLDIFInputMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidLDIFInputMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) LDIFInputMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.ldifinput with parameters of type StepMetaModifierConstructorDescriptionLDIFInput(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 StepMetaModifier and TypeMethodDescriptionvoidLoadFileInputMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidLoadFileInputMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) LoadFileInputMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.loadfileinput with parameters of type StepMetaModifierConstructorDescriptionLoadFileInput(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 StepMetaMethods in org.pentaho.di.trans.steps.mapping with parameters of type StepMetaModifier and TypeMethodDescriptionvoidMappingMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidMappingMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) MappingMeta.getResourceDependencies(TransMeta transMeta, StepMeta stepInfo) MappingMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) voidMappingIODefinition.setInputStep(StepMeta inputStep) Method parameters in org.pentaho.di.trans.steps.mapping with type arguments of type StepMetaModifier and TypeMethodDescriptionvoidMappingMeta.searchInfoAndTargetSteps(List<StepMeta> steps) Constructors in org.pentaho.di.trans.steps.mapping with parameters of type StepMetaModifierConstructorDescriptionMapping(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 StepMetaModifier and TypeMethodDescriptionvoidMappingInputMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidMappingInputMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) MappingInputMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.mappinginput with parameters of type StepMetaModifierConstructorDescriptionMappingInput(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 StepMetaModifier and TypeMethodDescriptionvoidMappingOutputMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidMappingOutputMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) MappingOutputMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.mappingoutput with parameters of type StepMetaModifierConstructorDescriptionMappingOutput(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 StepMetaModifier and TypeMethodDescriptionvoidMemoryGroupByMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidMemoryGroupByMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) MemoryGroupByMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.memgroupby with parameters of type StepMetaModifierConstructorDescriptionMemoryGroupBy(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 StepMetaModifier and TypeMethodDescriptionvoidMergeJoinMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidMergeJoinMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) 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 StepMetaModifier and TypeMethodDescriptionvoidMergeJoinMeta.searchInfoAndTargetSteps(List<StepMeta> steps) Constructors in org.pentaho.di.trans.steps.mergejoin with parameters of type StepMetaModifierConstructorDescriptionMergeJoin(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 StepMetaModifier and TypeMethodDescriptionvoidMergeRowsMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidMergeRowsMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) 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 StepMetaModifier and TypeMethodDescriptionvoidMergeRowsMeta.searchInfoAndTargetSteps(List<StepMeta> steps) Constructors in org.pentaho.di.trans.steps.mergerows with parameters of type StepMetaModifierConstructorDescriptionMergeRows(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.missing
Methods in org.pentaho.di.trans.steps.missing with parameters of type StepMetaModifier and TypeMethodDescriptionMissingTrans.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.missing with parameters of type StepMetaModifierConstructorDescriptionMissingTransStep(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 StepMetaModifier and TypeMethodDescriptionvoidMultiMergeJoinMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidMultiMergeJoinMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) 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 StepMetaModifier and TypeMethodDescriptionvoidMultiMergeJoinMeta.searchInfoAndTargetSteps(List<StepMeta> steps) Constructors in org.pentaho.di.trans.steps.multimerge with parameters of type StepMetaModifierConstructorDescriptionMultiMergeJoin(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 StepMetaModifier and TypeMethodDescriptionvoidNormaliserMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidNormaliserMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) NormaliserMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.normaliser with parameters of type StepMetaModifierConstructorDescriptionNormaliser(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 StepMetaModifier and TypeMethodDescriptionvoidNullIfMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidNullIfMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) NullIfMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.nullif with parameters of type StepMetaModifierConstructorDescriptionNullIf(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 StepMetaModifier and TypeMethodDescriptionvoidNumberRangeMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepinfo, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidNumberRangeMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) NumberRangeMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans disp) Constructors in org.pentaho.di.trans.steps.numberrange with parameters of type StepMetaModifierConstructorDescriptionNumberRange(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 StepMetaModifier and TypeMethodDescriptionvoidOlapInputMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidOlapInputMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidOlapInputMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) OlapInputMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.olapinput with parameters of type StepMetaModifierConstructorDescriptionOlapInput(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 StepMetaModifier and TypeMethodDescriptionvoidParGzipCsvInputMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidParGzipCsvInputMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) ParGzipCsvInputMeta.getResourceDependencies(TransMeta transMeta, StepMeta stepInfo) ParGzipCsvInputMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.parallelgzipcsv with parameters of type StepMetaModifierConstructorDescriptionParGzipCsvInput(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.pgpdecryptstream
Methods in org.pentaho.di.trans.steps.pgpdecryptstream with parameters of type StepMetaModifier and TypeMethodDescriptionvoidPGPDecryptStreamMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidPGPDecryptStreamMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) PGPDecryptStreamMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.pgpdecryptstream with parameters of type StepMetaModifierConstructorDescriptionPGPDecryptStream(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.pgpencryptstream
Methods in org.pentaho.di.trans.steps.pgpencryptstream with parameters of type StepMetaModifier and TypeMethodDescriptionvoidPGPEncryptStreamMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidPGPEncryptStreamMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) PGPEncryptStreamMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.pgpencryptstream with parameters of type StepMetaModifierConstructorDescriptionPGPEncryptStream(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 StepMetaModifier and TypeMethodDescriptionvoidPrioritizeStreamsMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidPrioritizeStreamsMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) PrioritizeStreamsMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.prioritizestreams with parameters of type StepMetaModifierConstructorDescriptionPrioritizeStreams(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 StepMetaModifier and TypeMethodDescriptionvoidProcessFilesMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) ProcessFilesMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.processfiles with parameters of type StepMetaModifierConstructorDescriptionProcessFiles(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 StepMetaModifier and TypeMethodDescriptionvoidPropertyInputMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidPropertyInputMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) PropertyInputMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.propertyinput with parameters of type StepMetaModifierConstructorDescriptionPropertyInput(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 StepMetaModifier and TypeMethodDescriptionvoidPropertyOutputMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) PropertyOutputMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.propertyoutput with parameters of type StepMetaModifierConstructorDescriptionPropertyOutput(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 StepMetaModifier and TypeMethodDescriptionvoidRandomValueMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidRandomValueMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) RandomValueMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.randomvalue with parameters of type StepMetaModifierConstructorDescriptionRandomValue(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.recordsfromstream
Constructors in org.pentaho.di.trans.steps.recordsfromstream with parameters of type StepMetaModifierConstructorDescriptionRecordsFromStream(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 StepMetaModifier and TypeMethodDescriptionvoidRegexEvalMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidRegexEvalMeta.getFields(org.pentaho.di.core.row.RowMetaInterface inputRowMeta, String name, org.pentaho.di.core.row.RowMetaInterface[] infos, StepMeta nextSteps, org.pentaho.di.core.variables.VariableSpace space, Repository repositorys, org.pentaho.metastore.api.IMetaStore metaStores) RegexEvalMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.regexeval with parameters of type StepMetaModifierConstructorDescriptionRegexEval(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 StepMetaModifier and TypeMethodDescriptionvoidReplaceStringMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepinfo, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidReplaceStringMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) ReplaceStringMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.replacestring with parameters of type StepMetaModifierConstructorDescriptionReplaceString(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 StepMetaModifier and TypeMethodDescriptionvoidReservoirSamplingMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidReservoirSamplingMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) 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 StepMetaModifierConstructorDescriptionReservoirSampling(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) Creates a newReservoirSamplinginstance. -
Uses of StepMeta in org.pentaho.di.trans.steps.rowgenerator
Methods in org.pentaho.di.trans.steps.rowgenerator with parameters of type StepMetaModifier and TypeMethodDescriptionvoidRowGeneratorMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidRowGeneratorMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) RowGeneratorMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.rowgenerator with parameters of type StepMetaModifierConstructorDescriptionRowGenerator(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 StepMetaModifier and TypeMethodDescriptionvoidRowsFromResultMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidRowsFromResultMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) RowsFromResultMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.rowsfromresult with parameters of type StepMetaModifierConstructorDescriptionRowsFromResult(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 StepMetaModifier and TypeMethodDescriptionvoidRowsToResultMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidRowsToResultMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) RowsToResultMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.rowstoresult with parameters of type StepMetaModifierConstructorDescriptionRowsToResult(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 StepMetaModifier and TypeMethodDescriptionvoidSampleRowsMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidSampleRowsMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) SampleRowsMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.samplerows with parameters of type StepMetaModifierConstructorDescriptionSampleRows(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.sasinput
Methods in org.pentaho.di.trans.steps.sasinput with parameters of type StepMetaModifier and TypeMethodDescriptionvoidSasInputMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidSasInputMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) SasInputMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.sasinput with parameters of type StepMetaModifierConstructorDescriptionSasInput(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 StepMetaMethods in org.pentaho.di.trans.steps.script with parameters of type StepMetaModifier and TypeMethodDescriptionvoidScriptMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidScriptMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) ScriptMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.script with parameters of type StepMetaModifierConstructorDescriptionScript(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 StepMetaMethods in org.pentaho.di.trans.steps.scriptvalues_mod with parameters of type StepMetaModifier and TypeMethodDescriptionvoidScriptValuesMetaMod.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidScriptValuesMetaMod.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) 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 StepMetaModifierConstructorDescriptionScriptValuesMod(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 StepMetaModifier and TypeMethodDescriptionvoidSelectValuesMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidSelectValuesMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) SelectValuesMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.selectvalues with parameters of type StepMetaModifierConstructorDescriptionSelectValues(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 StepMetaModifier and TypeMethodDescriptionvoidSetValueConstantMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) SetValueConstantMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.setvalueconstant with parameters of type StepMetaModifierConstructorDescriptionSetValueConstant(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 StepMetaModifier and TypeMethodDescriptionvoidSetValueFieldMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) SetValueFieldMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.setvaluefield with parameters of type StepMetaModifierConstructorDescriptionSetValueField(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 StepMetaModifier and TypeMethodDescriptionvoidSetVariableMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) SetVariableMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.setvariable with parameters of type StepMetaModifierConstructorDescriptionSetVariable(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.simplemapping
Methods in org.pentaho.di.trans.steps.simplemapping with parameters of type StepMetaModifier and TypeMethodDescriptionvoidSimpleMappingMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidSimpleMappingMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) SimpleMappingMeta.getResourceDependencies(TransMeta transMeta, StepMeta stepInfo) SimpleMappingMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Method parameters in org.pentaho.di.trans.steps.simplemapping with type arguments of type StepMetaModifier and TypeMethodDescriptionvoidSimpleMappingMeta.searchInfoAndTargetSteps(List<StepMeta> steps) Constructors in org.pentaho.di.trans.steps.simplemapping with parameters of type StepMetaModifierConstructorDescriptionSimpleMapping(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 StepMetaModifier and TypeFieldDescriptionSingleThreaderData.injectStepMetaSingleThreaderData.retrieveStepMetaMethods in org.pentaho.di.trans.steps.singlethreader with parameters of type StepMetaModifier and TypeMethodDescriptionvoidSingleThreaderMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidSingleThreaderMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) SingleThreaderMeta.getResourceDependencies(TransMeta transMeta, StepMeta stepInfo) SingleThreaderMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.singlethreader with parameters of type StepMetaModifierConstructorDescriptionSingleThreader(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 StepMetaModifier and TypeMethodDescriptionvoidSocketReaderMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidSocketReaderMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) SocketReaderMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.socketreader with parameters of type StepMetaModifierConstructorDescriptionSocketReader(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 StepMetaModifier and TypeMethodDescriptionvoidSocketWriterMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidSocketWriterMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) SocketWriterMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.socketwriter with parameters of type StepMetaModifierConstructorDescriptionSocketWriter(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 StepMetaModifier and TypeMethodDescriptionvoidSortRowsMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidSortRowsMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) SortRowsMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.sort with parameters of type StepMetaModifierConstructorDescriptionSortRows(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 StepMetaModifier and TypeMethodDescriptionvoidSortedMergeMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidSortedMergeMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) SortedMergeMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.sortedmerge with parameters of type StepMetaModifierConstructorDescriptionSortedMerge(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 StepMetaModifier and TypeMethodDescriptionvoidSplitFieldToRowsMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidSplitFieldToRowsMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) SplitFieldToRowsMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.splitfieldtorows with parameters of type StepMetaModifierConstructorDescriptionSplitFieldToRows(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 StepMetaModifier and TypeMethodDescriptionvoidExecSQLMeta.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) voidExecSQLMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidExecSQLMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) ExecSQLMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.sql with parameters of type StepMetaModifierConstructorDescriptionExecSQL(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 StepMetaModifier and TypeMethodDescriptionvoidSQLFileOutputMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidSQLFileOutputMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) org.pentaho.di.core.SQLStatementSQLFileOutputMeta.getSQLStatements(TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) SQLFileOutputMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.sqlfileoutput with parameters of type StepMetaModifierConstructorDescriptionSQLFileOutput(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 StepMetaModifier and TypeMethodDescriptionvoidSSHMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidSSHMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) SSHMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.ssh with parameters of type StepMetaModifierConstructorDescriptionSSH(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 StepMetaModifier and TypeMethodDescriptionvoidStepMetastructureMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidStepMetastructureMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) StepMetastructureMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.stepmeta with parameters of type StepMetaModifierConstructorDescriptionStepMetastructure(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 StepMetaModifier and TypeMethodDescriptionvoidStepsMetricsMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidStepsMetricsMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) StepsMetricsMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.stepsmetrics with parameters of type StepMetaModifierConstructorDescriptionStepsMetrics(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 StepMetaModifier and TypeMethodDescriptionvoidStreamLookupMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidStreamLookupMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) 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 StepMetaModifier and TypeMethodDescriptionvoidStreamLookupMeta.searchInfoAndTargetSteps(List<StepMeta> steps) Constructors in org.pentaho.di.trans.steps.streamlookup with parameters of type StepMetaModifierConstructorDescriptionStreamLookup(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 StepMetaModifier and TypeMethodDescriptionvoidStringCutMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepinfo, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidStringCutMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) StringCutMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.stringcut with parameters of type StepMetaModifierConstructorDescriptionStringCut(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 StepMetaModifier and TypeMethodDescriptionvoidStringOperationsMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepinfo, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidStringOperationsMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) StringOperationsMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.stringoperations with parameters of type StepMetaModifierConstructorDescriptionStringOperations(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 StepMetaMethods in org.pentaho.di.trans.steps.switchcase that return StepMetaMethods in org.pentaho.di.trans.steps.switchcase with parameters of type StepMetaModifier and TypeMethodDescriptionvoidSwitchCaseMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidSwitchCaseMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) SwitchCaseMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) voidSwitchCaseMeta.setDefaultTargetStep(StepMeta defaultTargetStep) Method parameters in org.pentaho.di.trans.steps.switchcase with type arguments of type StepMetaModifier and TypeMethodDescriptionvoidSwitchCaseMeta.searchInfoAndTargetSteps(List<StepMeta> steps) Constructors in org.pentaho.di.trans.steps.switchcase with parameters of type StepMetaModifierConstructorDescriptionSwitchCase(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 StepMetaModifier and TypeMethodDescriptionvoidSecretKeyGeneratorMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidSecretKeyGeneratorMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) 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 StepMetaModifierConstructorDescriptionSecretKeyGenerator(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 StepMetaModifier and TypeMethodDescriptionvoidSymmetricCryptoTransMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepinfo, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidSymmetricCryptoTransMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) 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 StepMetaModifierConstructorDescriptionSymmetricCryptoTrans(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 StepMetaModifier and TypeMethodDescriptionvoidSynchronizeAfterMergeMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidSynchronizeAfterMergeMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) org.pentaho.di.core.SQLStatementSynchronizeAfterMergeMeta.getSQLStatements(TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) SynchronizeAfterMergeMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.synchronizeaftermerge with parameters of type StepMetaModifierConstructorDescriptionSynchronizeAfterMerge(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 StepMetaModifier and TypeMethodDescriptionvoidSyslogMessageMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) SyslogMessageMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.syslog with parameters of type StepMetaModifierConstructorDescriptionSyslogMessage(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 StepMetaModifier and TypeMethodDescriptionvoidSystemDataMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidSystemDataMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) SystemDataMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.systemdata with parameters of type StepMetaModifierConstructorDescriptionSystemData(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.tablecompare
Methods in org.pentaho.di.trans.steps.tablecompare with parameters of type StepMetaModifier and TypeMethodDescriptionvoidTableCompareMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidTableCompareMeta.getFields(org.pentaho.di.core.row.RowMetaInterface inputRowMeta, String origin, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) TableCompareMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.tablecompare with parameters of type StepMetaModifierConstructorDescriptionTableCompare(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 StepMetaModifier and TypeMethodDescriptionvoidTableExistsMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidTableExistsMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) TableExistsMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.tableexists with parameters of type StepMetaModifierConstructorDescriptionTableExists(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 StepMetaModifier and TypeMethodDescriptionTableInputMeta.getLookupFromStep()For compatibility, wraps around the standard step IO metadataMethods in org.pentaho.di.trans.steps.tableinput with parameters of type StepMetaModifier and TypeMethodDescriptionvoidTableInputMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidTableInputMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidTableInputMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) TableInputMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) voidTableInputMeta.setLookupFromStep(StepMeta stepMeta) For compatibility, wraps around the standard step IO metadataMethod parameters in org.pentaho.di.trans.steps.tableinput with type arguments of type StepMetaModifier and TypeMethodDescriptionvoidTableInputMeta.searchInfoAndTargetSteps(List<StepMeta> steps) Constructors in org.pentaho.di.trans.steps.tableinput with parameters of type StepMetaModifierConstructorDescriptionTableInput(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 StepMetaModifier and TypeMethodDescriptionvoidTableOutputMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidTableOutputMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidTableOutputMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) org.pentaho.di.core.SQLStatementTableOutputMeta.getSQLStatements(TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String tk, boolean use_autoinc, String pk) org.pentaho.di.core.SQLStatementTableOutputMeta.getSQLStatements(TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) TableOutputMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.tableoutput with parameters of type StepMetaModifierConstructorDescriptionTableOutput(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.textfileinput
Methods in org.pentaho.di.trans.steps.textfileinput that return StepMetaMethods in org.pentaho.di.trans.steps.textfileinput with parameters of type StepMetaModifier and TypeMethodDescriptionvoidTextFileInputMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) Deprecated.voidTextFileInputMeta.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) Deprecated.voidTextFileInputMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) Deprecated.TextFileInputMeta.getResourceDependencies(TransMeta transMeta, StepMeta stepInfo) Deprecated.TextFileInputMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Deprecated.voidTextFileInputMeta.setAcceptingStep(StepMeta acceptingStep) Deprecated.Method parameters in org.pentaho.di.trans.steps.textfileinput with type arguments of type StepMetaModifier and TypeMethodDescriptionvoidTextFileInputMeta.searchInfoAndTargetSteps(List<StepMeta> steps) Deprecated.Constructors in org.pentaho.di.trans.steps.textfileinput with parameters of type StepMetaModifierConstructorDescriptionTextFileInput(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) Deprecated. -
Uses of StepMeta in org.pentaho.di.trans.steps.textfileoutput
Methods in org.pentaho.di.trans.steps.textfileoutput with parameters of type StepMetaModifier and TypeMethodDescriptionvoidTextFileOutputMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) TextFileOutputMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.textfileoutput with parameters of type StepMetaModifierConstructorDescriptionTextFileOutput(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.textfileoutputlegacy
Methods in org.pentaho.di.trans.steps.textfileoutputlegacy with parameters of type StepMetaModifier and TypeMethodDescriptionTextFileOutputLegacyMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Deprecated.Constructors in org.pentaho.di.trans.steps.textfileoutputlegacy with parameters of type StepMetaModifierConstructorDescriptionTextFileOutputLegacy(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) Deprecated. -
Uses of StepMeta in org.pentaho.di.trans.steps.transexecutor
Methods in org.pentaho.di.trans.steps.transexecutor that return StepMetaModifier and TypeMethodDescriptionTransExecutorMeta.getExecutionResultTargetStepMeta()TransExecutorMeta.getExecutorsOutputStepMeta()TransExecutorMeta.getOutputRowsSourceStepMeta()TransExecutorMeta.getResultFilesTargetStepMeta()Methods in org.pentaho.di.trans.steps.transexecutor with parameters of type StepMetaModifier and TypeMethodDescriptionvoidTransExecutorMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepinfo, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) booleanTransExecutorMeta.cleanAfterHopFromRemove(StepMeta toStep) voidTransExecutorMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) TransExecutorMeta.getResourceDependencies(TransMeta transMeta, StepMeta stepInfo) TransExecutorMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) voidTransExecutorMeta.setExecutionResultTargetStepMeta(StepMeta executionResultTargetStepMeta) voidTransExecutorMeta.setExecutorsOutputStepMeta(StepMeta executorsOutputStepMeta) voidTransExecutorMeta.setOutputRowsSourceStepMeta(StepMeta outputRowsSourceStepMeta) voidTransExecutorMeta.setResultFilesTargetStepMeta(StepMeta resultFilesTargetStepMeta) Method parameters in org.pentaho.di.trans.steps.transexecutor with type arguments of type StepMetaModifier and TypeMethodDescriptionvoidTransExecutorMeta.searchInfoAndTargetSteps(List<StepMeta> steps) Constructors in org.pentaho.di.trans.steps.transexecutor with parameters of type StepMetaModifierConstructorDescriptionTransExecutor(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 StepMetaModifier and TypeMethodDescriptionvoidUniqueRowsMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidUniqueRowsMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) UniqueRowsMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.uniquerows with parameters of type StepMetaModifierConstructorDescriptionUniqueRows(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 StepMetaModifier and TypeMethodDescriptionvoidUniqueRowsByHashSetMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidUniqueRowsByHashSetMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) UniqueRowsByHashSetMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.uniquerowsbyhashset with parameters of type StepMetaModifierConstructorDescriptionUniqueRowsByHashSet(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 StepMetaModifier and TypeMethodDescriptionvoidUnivariateStatsMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) Check the settings of this step and put findings in a remarks list.voidUnivariateStatsMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) 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 StepMetaModifierConstructorDescriptionUnivariateStats(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) Creates a newUnivariateStatsinstance. -
Uses of StepMeta in org.pentaho.di.trans.steps.update
Methods in org.pentaho.di.trans.steps.update with parameters of type StepMetaModifier and TypeMethodDescriptionvoidUpdateMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidUpdateMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidUpdateMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) org.pentaho.di.core.SQLStatementUpdateMeta.getSQLStatements(TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) UpdateMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.update with parameters of type StepMetaModifierConstructorDescriptionUpdate(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 StepMetaModifier and TypeFieldDescriptionInfoStepDefinition.stepMetaStepDefinition.stepMetaTargetStepDefinition.stepMetaMethods in org.pentaho.di.trans.steps.userdefinedjavaclass that return StepMetaModifier and TypeMethodDescriptionTransformClassBase.getStepMeta()UserDefinedJavaClass.getStepMeta()UserDefinedJavaClass.getStepMetaImpl()Methods in org.pentaho.di.trans.steps.userdefinedjavaclass with parameters of type StepMetaModifier and TypeMethodDescriptionvoidUserDefinedJavaClassMeta.check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepinfo, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) static voidTransformClassBase.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) voidUserDefinedJavaClassMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) 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 StepMetaModifier and TypeMethodDescriptionvoidUserDefinedJavaClassMeta.searchInfoAndTargetSteps(List<StepMeta> steps) Constructors in org.pentaho.di.trans.steps.userdefinedjavaclass with parameters of type StepMetaModifierConstructorDescriptionInfoStepDefinition(String tag, String stepName, StepMeta stepMeta, String description) StepDefinition(String tag, String stepName, StepMeta stepMeta, String description) TargetStepDefinition(String tag, String stepName, StepMeta stepMeta, String description) 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 StepMetaMethods in org.pentaho.di.trans.steps.validator with parameters of type StepMetaModifier and TypeMethodDescriptionvoidValidatorMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) ValidatorMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) voidValidation.setSourcingStep(StepMeta sourcingStep) Method parameters in org.pentaho.di.trans.steps.validator with type arguments of type StepMetaModifier and TypeMethodDescriptionvoidValidatorMeta.searchInfoAndTargetSteps(List<StepMeta> steps) Constructors in org.pentaho.di.trans.steps.validator with parameters of type StepMetaModifierConstructorDescriptionValidator(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 StepMetaModifier and TypeMethodDescriptionvoidValueMapperMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidValueMapperMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) ValueMapperMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.valuemapper with parameters of type StepMetaModifierConstructorDescriptionValueMapper(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 StepMetaModifier and TypeMethodDescriptionvoidWebServiceAvailableMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidWebServiceAvailableMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) WebServiceAvailableMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.webserviceavailable with parameters of type StepMetaModifierConstructorDescriptionWebServiceAvailable(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 StepMetaModifier and TypeMethodDescriptionvoidWebServiceMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidWebServiceMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) WebServiceMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans disp) Constructors in org.pentaho.di.trans.steps.webservices with parameters of type StepMetaModifierConstructorDescriptionWebService(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 StepMetaModifier and TypeMethodDescriptionvoidWriteToLogMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) WriteToLogMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.writetolog with parameters of type StepMetaModifierConstructorDescriptionWriteToLog(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 StepMetaMethods in org.pentaho.di.trans.steps.xbaseinput with parameters of type StepMetaModifier and TypeMethodDescriptionvoidXBaseInputMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidXBaseInputMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) XBaseInputMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) voidXBaseInputMeta.setAcceptingStep(StepMeta acceptingStep) Method parameters in org.pentaho.di.trans.steps.xbaseinput with type arguments of type StepMetaModifier and TypeMethodDescriptionvoidXBaseInputMeta.searchInfoAndTargetSteps(List<StepMeta> steps) Constructors in org.pentaho.di.trans.steps.xbaseinput with parameters of type StepMetaModifierConstructorDescriptionXBaseInput(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.zipfile
Methods in org.pentaho.di.trans.steps.zipfile with parameters of type StepMetaModifier and TypeMethodDescriptionvoidZipFileMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) ZipFileMeta.getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.zipfile with parameters of type StepMetaModifierConstructorDescriptionZipFile(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.streaming.common
Methods in org.pentaho.di.trans.streaming.common with parameters of type StepMetaModifier and TypeMethodDescriptionvoidBaseStreamStepMeta.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.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) voidBaseStreamStepMeta.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, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) BaseStreamStepMeta.getResourceDependencies(TransMeta transMeta, StepMeta stepInfo) Constructors in org.pentaho.di.trans.streaming.common with parameters of type StepMetaModifierConstructorDescriptionBaseStreamStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
TransMeta.getNextSteps(StepMeta)