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 TypeMethodDescriptionvoid
GCInterface.drawStepIcon
(int x, int y, StepMeta stepMeta) void
GCInterface.drawStepIcon
(int x, int y, StepMeta stepMeta, float magnification) void
SwingDirectGC.drawStepIcon
(int x, int y, StepMeta stepMeta) void
SwingDirectGC.drawStepIcon
(int x, int y, StepMeta stepMeta, float magnification) void
SwingGC.drawStepIcon
(int x, int y, StepMeta stepMeta) void
SwingGC.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 TypeMethodDescriptionvoid
TransLogTable.setStepInput
(StepMeta input) void
TransLogTable.setStepOutput
(StepMeta output) void
TransLogTable.setStepRead
(StepMeta read) void
TransLogTable.setStepRejected
(StepMeta rejected) void
TransLogTable.setStepUpdate
(StepMeta update) void
TransLogTable.setStepWritten
(StepMeta written) Method parameters in org.pentaho.di.core.logging with type arguments of type StepMetaModifier and TypeMethodDescriptionstatic TransLogTable
TransLogTable.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.VariableSpace
CurrentDirectoryResolver.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) void
KettleDatabaseRepositoryStepDelegate.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.stepMeta
TransPainterFlyoutExtension.stepMeta
Fields in org.pentaho.di.trans with type parameters of type StepMetaModifier and TypeFieldDescriptionTransMeta.previousStepCache
The previous step cacheTransMeta.steps
The 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 TypeMethodDescriptionvoid
TransMeta.addOrReplaceStep
(StepMeta stepMeta) Add a new step to the transformation if that step didn't exist yet.void
Add a new step to the transformation at the specified index.void
Add a new step to the transformation.void
TransMeta.checkRowMixingStatically
(StepMeta stepMeta, org.pentaho.di.core.ProgressMonitorListener monitor) Check a step to see if there are no multiple steps to read from.boolean
TransMeta.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.int
TransMeta.findNrInfoSteps
(StepMeta stepMeta) Find the the number of informational steps for a certain step.int
TransMeta.findNrNextSteps
(StepMeta stepMeta) Deprecated.int
TransMeta.findNrPrevSteps
(StepMeta stepMeta) Find the number of steps that precede the indicated step.int
TransMeta.findNrPrevSteps
(StepMeta stepMeta, boolean info) Deprecated.please use method findPreviousStepsboolean
TransMeta.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.RowMetaInterface
TransMeta.getPrevInfoFields
(StepMeta stepMeta) Find the informational fields coming from an informational step into the step specified.org.pentaho.di.core.row.RowMetaInterface
TransMeta.getPrevStepFields
(StepMeta stepMeta) Find the fields that are entering a certain step.org.pentaho.di.core.row.RowMetaInterface
TransMeta.getPrevStepFields
(StepMeta stepMeta, String stepName, org.pentaho.di.core.ProgressMonitorListener monitor) org.pentaho.di.core.row.RowMetaInterface
TransMeta.getPrevStepFields
(StepMeta stepMeta, org.pentaho.di.core.ProgressMonitorListener monitor) Find the fields that are entering a certain step.String[]
TransMeta.getPrevStepNames
(StepMeta stepMeta) Retrieve an array of preceding steps for a certain destination step.StepMeta[]
TransMeta.getPrevSteps
(StepMeta stepMeta) Retrieve an array of preceding steps for a certain destination step.org.pentaho.di.core.row.RowMetaInterface
TransMeta.getStepFields
(StepMeta stepMeta) Returns the fields that are emitted by a certain step.org.pentaho.di.core.row.RowMetaInterface
TransMeta.getStepFields
(StepMeta[] stepMeta) Gets the fields for each of the specified steps and merges them into a single setorg.pentaho.di.core.row.RowMetaInterface
TransMeta.getStepFields
(StepMeta stepMeta, org.pentaho.di.core.ProgressMonitorListener monitor) Returns the fields that are emitted by a certain step.org.pentaho.di.core.row.RowMetaInterface
TransMeta.getStepFields
(StepMeta stepMeta, StepMeta targetStep, org.pentaho.di.core.ProgressMonitorListener monitor) Returns the fields that are emitted by a certain step.org.pentaho.di.core.row.RowMetaInterface
TransMeta.getThisStepFields
(StepMeta stepMeta, StepMeta nextStep, org.pentaho.di.core.row.RowMetaInterface row) Returns the fields that are emitted by a step.org.pentaho.di.core.row.RowMetaInterface
TransMeta.getThisStepFields
(StepMeta stepMeta, StepMeta nextStep, org.pentaho.di.core.row.RowMetaInterface row, org.pentaho.di.core.ProgressMonitorListener monitor) Returns the fields that are emitted by a step.boolean
See if there are any loops in the transformation, starting at the indicated step.boolean
Checks for loop.boolean
Deprecated.int
TransMeta.indexOfStep
(StepMeta stepMeta) Finds the location (index) of the specified step.boolean
TransMeta.isStepInformative
(StepMeta this_step, StepMeta prev_step) Determines whether or not a certain step is informative.boolean
TransMeta.isStepUsedInTransHops
(StepMeta stepMeta) Checks if a step has been used in a hop or not.void
TransMeta.notifyAllListeners
(StepMeta oldMeta, StepMeta newMeta) boolean
TransMeta.partOfTransHop
(StepMeta stepMeta) Determines whether or not a certain step is part of a hop.void
TransPainter.setEndHopStep
(StepMeta endHopStep) void
TransHopMeta.setFromStep
(StepMeta from) void
TransPainter.setNoInputStep
(StepMeta noInputStep) void
TransPainter.setShowTargetStreamsStep
(StepMeta showTargetStreamsStep) void
TransPainter.setStartHopStep
(StepMeta startHopStep) void
Changes the content of a step on a certain position.void
Method 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.void
TransPainter.setMouseOverSteps
(List<StepMeta> mouseOverSteps) void
TransPainter.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 TypeMethodDescriptionvoid
TransDebugMeta.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 StepMeta
BaseStepMeta.parentStepMeta
StepMetaDataCombi.stepMeta
Methods in org.pentaho.di.trans.step that return StepMetaModifier and TypeMethodDescriptionstatic final StepMeta
Find a step with its name in a given ArrayList of stepsstatic final StepMeta
Find a step with the ID in a given ArrayList of stepsstatic StepMeta
BaseStepMeta.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 TypeMethodDescriptionvoid
BaseStepMeta.analyseImpact
(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info) void
BaseStepMeta.analyseImpact
(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, 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.void
StepMetaInterface.analyseImpact
(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info) void
StepMetaInterface.analyseImpact
(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, 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.void
BaseStepMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info) void
BaseStepMeta.check
(List<org.pentaho.di.core.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) void
BaseStepMeta.check
(List<org.pentaho.di.core.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) void
StepMetaInterface.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info) void
StepMetaInterface.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, 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 void
StepOption.checkBoolean
(List<org.pentaho.di.core.CheckResultInterface> remarks, StepMeta stepMeta, org.pentaho.di.core.variables.VariableSpace space, String identifier, String value) static void
StepOption.checkInteger
(List<org.pentaho.di.core.CheckResultInterface> remarks, StepMeta stepMeta, org.pentaho.di.core.variables.VariableSpace space, String identifier, String value) static void
StepOption.checkLong
(List<org.pentaho.di.core.CheckResultInterface> remarks, StepMeta stepMeta, org.pentaho.di.core.variables.VariableSpace space, String identifier, String value) default boolean
StepMetaInterface.cleanAfterHopFromRemove
(StepMeta toStep) Action remove hop exiting this stepdefault boolean
StepMetaInterface.cleanAfterHopToRemove
(StepMeta fromStep) Action remove hop entering this step.int
StepIOMeta.findInfoStream
(StepMeta infoStep) StepIOMetaInterface.findInfoStream
(StepMeta infoStep) StepIOMeta.findTargetStream
(StepMeta targetStep) StepIOMetaInterface.findTargetStream
(StepMeta targetStep) void
BaseStepMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface inputRowMeta, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space) void
BaseStepMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface inputRowMeta, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) Gets the fields.void
StepMetaInterface.getFields
(org.pentaho.di.core.row.RowMetaInterface inputRowMeta, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space) void
StepMetaInterface.getFields
(org.pentaho.di.core.row.RowMetaInterface inputRowMeta, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, 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.SQLStatement
BaseStepMeta.getSQLStatements
(TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev) org.pentaho.di.core.SQLStatement
BaseStepMeta.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.SQLStatement
StepMetaInterface.getSQLStatements
(TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev) org.pentaho.di.core.SQLStatement
StepMetaInterface.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.boolean
StepMeta.isSendingErrorRowsToStep
(StepMeta targetStep) void
StepMetaChangeListenerInterface.onStepChange
(TransMeta transMeta, StepMeta oldMeta, StepMeta newMeta) This method is called when a step was changedvoid
StepMeta.replaceMeta
(StepMeta stepMeta) void
StepIOMeta.setInfoSteps
(StepMeta[] infoSteps) Replace the info steps with the supplied source steps.void
StepIOMetaInterface.setInfoSteps
(StepMeta[] infoSteps) Replace the info steps with the supplied source steps.void
BaseStepMeta.setParentStepMeta
(StepMeta parentStepMeta) Sets the parent step meta.void
StepMetaInterface.setParentStepMeta
(StepMeta parentStepMeta) Provide original lineage for this metadata objectvoid
StepErrorMeta.setSourceStep
(StepMeta sourceStep) void
BaseStep.setStepMeta
(StepMeta stepMeta) void
StepErrorMeta.setTargetStep
(StepMeta targetStep) void
StepAdapter.stepActive
(Trans trans, StepMeta stepMeta, StepInterface step) void
StepListener.stepActive
(Trans trans, StepMeta stepMeta, StepInterface step) This method is called when a step goes from being idle to being active.void
StepAdapter.stepFinished
(Trans trans, StepMeta stepMeta, StepInterface step) void
StepListener.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 StepMeta
Find a step with its name in a given ArrayList of stepsstatic final StepMeta
Find a step with the ID in a given ArrayList of stepsvoid
BaseStepMeta.searchInfoAndTargetSteps
(List<StepMeta> steps) Change step names into step objects to allow them to be name-changed etc.void
StepMetaInterface.searchInfoAndTargetSteps
(List<StepMeta> steps) Change step names into step objects to allow them to be name-changed etc.Constructors in org.pentaho.di.trans.step with parameters of type 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 TypeMethodDescriptionvoid
Stream.setStepMeta
(StepMeta stepMeta) void
StreamInterface.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 TypeMethodDescriptionvoid
CalculatorMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) void
CalculatorMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface row, String origin, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, 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 TypeMethodDescriptionvoid
ConstantMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) void
ConstantMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface rowMeta, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, 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 TypeMethodDescriptionvoid
CsvInputMeta.check
(List<org.pentaho.di.core.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) void
CsvInputMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface rowMeta, String origin, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, 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 TypeMethodDescriptionvoid
DatabaseJoinMeta.analyseImpact
(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) void
DatabaseJoinMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) void
DatabaseJoinMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface row, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, 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 TypeMethodDescriptionvoid
DatabaseLookupMeta.analyseImpact
(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepinfo, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) void
DatabaseLookupMeta.check
(List<org.pentaho.di.core.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) void
DatabaseLookupMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface row, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, 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 TypeMethodDescriptionvoid
DataGridMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface rowMeta, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, 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 TypeMethodDescriptionvoid
DBProcMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) void
DBProcMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface r, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, 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 TypeMethodDescriptionvoid
DeleteMeta.analyseImpact
(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) void
DeleteMeta.check
(List<org.pentaho.di.core.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) void
DeleteMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface rowMeta, String origin, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) org.pentaho.di.core.SQLStatement
DeleteMeta.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 TypeMethodDescriptionvoid
DenormaliserMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) void
DenormaliserMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface row, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, 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 TypeMethodDescriptionvoid
DetectEmptyStreamMeta.check
(List<org.pentaho.di.core.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 TypeMethodDescriptionvoid
DetectLastRowMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) void
DetectLastRowMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface row, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, 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 TypeMethodDescriptionvoid
DimensionLookupMeta.analyseImpact
(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) void
DimensionLookupMeta.check
(List<org.pentaho.di.core.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) void
DimensionLookupMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface row, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) org.pentaho.di.core.SQLStatement
DimensionLookupMeta.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 TypeMethodDescriptionvoid
DummyTransMeta.check
(List<org.pentaho.di.core.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) void
DummyTransMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface rowMeta, String origin, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, 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 TypeMethodDescriptionvoid
DynamicSQLRowMeta.analyseImpact
(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) void
DynamicSQLRowMeta.check
(List<org.pentaho.di.core.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) void
DynamicSQLRowMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface row, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, 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 TypeMethodDescriptionvoid
ExecProcessMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) void
ExecProcessMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface inputRowMeta, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, 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 TypeMethodDescriptionvoid
ExecSQLRowMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) void
ExecSQLRowMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface r, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, 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 TypeMethodDescriptionvoid
FieldsChangeSequenceMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) void
FieldsChangeSequenceMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface r, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, 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 TypeMethodDescriptionvoid
FieldSplitterMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) void
FieldSplitterMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface r, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, 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 TypeMethodDescriptionvoid
FileExistsMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) void
FileExistsMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface inputRowMeta, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, 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 TypeMethodDescriptionvoid
TextFileInputMeta.check
(List<org.pentaho.di.core.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) void
TextFileInputMeta.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.void
TextFileInputMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface row, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) TextFileInputMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) void
TextFileInputMeta.setAcceptingStep
(StepMeta acceptingStep) Method parameters in org.pentaho.di.trans.steps.fileinput.text with type arguments of type StepMetaModifier and TypeMethodDescriptionvoid
TextFileInputMeta.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 TypeMethodDescriptionvoid
FileLockedMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) void
FileLockedMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface inputRowMeta, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, 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 TypeMethodDescriptionvoid
FilesFromResultMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) void
FilesFromResultMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface r, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, 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 TypeMethodDescriptionvoid
FilesToResultMeta.check
(List<org.pentaho.di.core.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) void
FilesToResultMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface rowMeta, String origin, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, 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 TypeMethodDescriptionvoid
FilterRowsMeta.check
(List<org.pentaho.di.core.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) void
FilterRowsMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface rowMeta, String origin, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, 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 TypeMethodDescriptionvoid
FilterRowsMeta.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 TypeMethodDescriptionvoid
FixedInputMeta.check
(List<org.pentaho.di.core.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) void
FixedInputMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface rowMeta, String origin, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, 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 TypeMethodDescriptionvoid
FlattenerMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) void
FlattenerMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface row, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, 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 TypeMethodDescriptionvoid
FormulaMeta.check
(List<org.pentaho.di.core.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.void
FormulaMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface row, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, 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 TypeMethodDescriptionvoid
FuzzyMatchMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) void
FuzzyMatchMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface inputRowMeta, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, 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 TypeMethodDescriptionvoid
FuzzyMatchMeta.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 TypeMethodDescriptionvoid
GetFileNamesMeta.check
(List<org.pentaho.di.core.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) void
GetFileNamesMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface row, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, 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 TypeMethodDescriptionvoid
GetFilesRowsCountMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) void
GetFilesRowsCountMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface r, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, 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 TypeMethodDescriptionvoid
GetSlaveSequenceMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) void
GetSlaveSequenceMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface row, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, 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 TypeMethodDescriptionvoid
GetSubFoldersMeta.check
(List<org.pentaho.di.core.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) void
GetSubFoldersMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface row, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, 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 TypeMethodDescriptionvoid
GetTableNamesMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) void
GetTableNamesMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface r, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, 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 TypeMethodDescriptionvoid
GetVariableMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) void
GetVariableMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface inputRowMeta, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, 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 TypeMethodDescriptionvoid
GroupByMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) void
GroupByMeta.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 TypeMethodDescriptionvoid
HTTPMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) void
HTTPMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface inputRowMeta, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, 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 TypeMethodDescriptionvoid
HTTPPOSTMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) void
HTTPPOSTMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface inputRowMeta, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, 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 TypeMethodDescriptionvoid
IfNullMeta.check
(List<org.pentaho.di.core.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 TypeMethodDescriptionvoid
InjectorMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info) Deprecated.void
InjectorMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) void
InjectorMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface inputRowMeta, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space) Deprecated.void
InjectorMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface inputRowMeta, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, 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 TypeMethodDescriptionvoid
InsertUpdateMeta.analyseImpact
(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) void
InsertUpdateMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) void
InsertUpdateMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface rowMeta, String origin, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) org.pentaho.di.core.SQLStatement
InsertUpdateMeta.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 TypeMethodDescriptionvoid
JaninoMeta.check
(List<org.pentaho.di.core.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.void
JaninoMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface row, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, 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 TypeMethodDescriptionvoid
JavaFilterMeta.check
(List<org.pentaho.di.core.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 TypeMethodDescriptionvoid
JavaFilterMeta.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 TypeMethodDescriptionvoid
JobExecutorMeta.check
(List<org.pentaho.di.core.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) boolean
JobExecutorMeta.cleanAfterHopFromRemove
(StepMeta toStep) void
JobExecutorMeta.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) void
JobExecutorMeta.setExecutionResultTargetStepMeta
(StepMeta executionResultTargetStepMeta) void
JobExecutorMeta.setResultFilesTargetStepMeta
(StepMeta resultFilesTargetStepMeta) void
JobExecutorMeta.setResultRowsTargetStepMeta
(StepMeta resultRowsTargetStepMeta) Method parameters in org.pentaho.di.trans.steps.jobexecutor with type arguments of type StepMetaModifier and TypeMethodDescriptionvoid
JobExecutorMeta.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 TypeMethodDescriptionvoid
JoinRowsMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) boolean
JoinRowsMeta.cleanAfterHopToRemove
(StepMeta fromStep) void
JoinRowsMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface rowMeta, String origin, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) JoinRowsMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) void
JoinRowsMeta.setMainStep
(StepMeta lookupFromStep) Method parameters in org.pentaho.di.trans.steps.joinrows with type arguments of type StepMetaModifier and TypeMethodDescriptionvoid
JoinRowsMeta.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 TypeMethodDescriptionvoid
LDIFInputMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) void
LDIFInputMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface r, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, 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 TypeMethodDescriptionvoid
LoadFileInputMeta.check
(List<org.pentaho.di.core.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) void
LoadFileInputMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface r, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, 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 TypeMethodDescriptionvoid
MappingMeta.check
(List<org.pentaho.di.core.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) void
MappingMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface row, String origin, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, 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) void
MappingIODefinition.setInputStep
(StepMeta inputStep) Method parameters in org.pentaho.di.trans.steps.mapping with type arguments of type StepMetaModifier and TypeMethodDescriptionvoid
MappingMeta.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 TypeMethodDescriptionvoid
MappingInputMeta.check
(List<org.pentaho.di.core.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) void
MappingInputMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface row, String origin, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, 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 TypeMethodDescriptionvoid
MappingOutputMeta.check
(List<org.pentaho.di.core.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) void
MappingOutputMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface r, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, 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 TypeMethodDescriptionvoid
MemoryGroupByMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) void
MemoryGroupByMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface r, String origin, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, 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 TypeMethodDescriptionvoid
MergeJoinMeta.check
(List<org.pentaho.di.core.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) void
MergeJoinMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface r, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, 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 TypeMethodDescriptionvoid
MergeJoinMeta.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 TypeMethodDescriptionvoid
MergeRowsMeta.check
(List<org.pentaho.di.core.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) void
MergeRowsMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface r, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, 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 TypeMethodDescriptionvoid
MergeRowsMeta.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 TypeMethodDescriptionvoid
MultiMergeJoinMeta.check
(List<org.pentaho.di.core.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) void
MultiMergeJoinMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface r, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, 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 TypeMethodDescriptionvoid
MultiMergeJoinMeta.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 TypeMethodDescriptionvoid
NormaliserMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) void
NormaliserMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface row, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, 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 TypeMethodDescriptionvoid
NullIfMeta.check
(List<org.pentaho.di.core.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) void
NullIfMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface r, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, 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 TypeMethodDescriptionvoid
NumberRangeMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepinfo, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) void
NumberRangeMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface row, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, 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 TypeMethodDescriptionvoid
OlapInputMeta.analyseImpact
(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) void
OlapInputMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) void
OlapInputMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface row, String origin, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, 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 TypeMethodDescriptionvoid
ParGzipCsvInputMeta.check
(List<org.pentaho.di.core.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) void
ParGzipCsvInputMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface rowMeta, String origin, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, 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 TypeMethodDescriptionvoid
PGPDecryptStreamMeta.check
(List<org.pentaho.di.core.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) void
PGPDecryptStreamMeta.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 TypeMethodDescriptionvoid
PGPEncryptStreamMeta.check
(List<org.pentaho.di.core.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) void
PGPEncryptStreamMeta.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 TypeMethodDescriptionvoid
PrioritizeStreamsMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) void
PrioritizeStreamsMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface rowMeta, String origin, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, 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 TypeMethodDescriptionvoid
ProcessFilesMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, 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 TypeMethodDescriptionvoid
PropertyInputMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) void
PropertyInputMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface r, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, 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 TypeMethodDescriptionvoid
PropertyOutputMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, 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 TypeMethodDescriptionvoid
RandomValueMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) void
RandomValueMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface row, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, 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 TypeMethodDescriptionvoid
RegexEvalMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) void
RegexEvalMeta.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 TypeMethodDescriptionvoid
ReplaceStringMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepinfo, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) void
ReplaceStringMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface inputRowMeta, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, 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 TypeMethodDescriptionvoid
ReservoirSamplingMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transmeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) void
ReservoirSamplingMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface row, String origin, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, 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 newReservoirSampling
instance. -
Uses of StepMeta in org.pentaho.di.trans.steps.rowgenerator
Methods in org.pentaho.di.trans.steps.rowgenerator with parameters of type StepMetaModifier and TypeMethodDescriptionvoid
RowGeneratorMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) void
RowGeneratorMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface row, String origin, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, 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 TypeMethodDescriptionvoid
RowsFromResultMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) void
RowsFromResultMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface r, String origin, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, 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 TypeMethodDescriptionvoid
RowsToResultMeta.check
(List<org.pentaho.di.core.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) void
RowsToResultMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface rowMeta, String origin, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, 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 TypeMethodDescriptionvoid
SampleRowsMeta.check
(List<org.pentaho.di.core.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) void
SampleRowsMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface inputRowMeta, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, 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 TypeMethodDescriptionvoid
SasInputMeta.check
(List<org.pentaho.di.core.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) void
SasInputMeta.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 TypeMethodDescriptionvoid
ScriptMeta.check
(List<org.pentaho.di.core.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) void
ScriptMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface row, String originStepname, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, 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 TypeMethodDescriptionvoid
ScriptValuesMetaMod.check
(List<org.pentaho.di.core.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) void
ScriptValuesMetaMod.getFields
(org.pentaho.di.core.row.RowMetaInterface row, String originStepname, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, 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 TypeMethodDescriptionvoid
SelectValuesMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) void
SelectValuesMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface inputRowMeta, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, 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 TypeMethodDescriptionvoid
SetValueConstantMeta.check
(List<org.pentaho.di.core.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 TypeMethodDescriptionvoid
SetValueFieldMeta.check
(List<org.pentaho.di.core.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 TypeMethodDescriptionvoid
SetVariableMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, 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 TypeMethodDescriptionvoid
SimpleMappingMeta.check
(List<org.pentaho.di.core.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) void
SimpleMappingMeta.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 TypeMethodDescriptionvoid
SimpleMappingMeta.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.injectStepMeta
SingleThreaderData.retrieveStepMeta
Methods in org.pentaho.di.trans.steps.singlethreader with parameters of type StepMetaModifier and TypeMethodDescriptionvoid
SingleThreaderMeta.check
(List<org.pentaho.di.core.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) void
SingleThreaderMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface row, String origin, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, 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 TypeMethodDescriptionvoid
SocketReaderMeta.check
(List<org.pentaho.di.core.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) void
SocketReaderMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface rowMeta, String origin, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, 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 TypeMethodDescriptionvoid
SocketWriterMeta.check
(List<org.pentaho.di.core.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) void
SocketWriterMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface rowMeta, String origin, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, 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 TypeMethodDescriptionvoid
SortRowsMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) void
SortRowsMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface inputRowMeta, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, 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 TypeMethodDescriptionvoid
SortedMergeMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) void
SortedMergeMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface inputRowMeta, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, 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 TypeMethodDescriptionvoid
SplitFieldToRowsMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) void
SplitFieldToRowsMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface row, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, 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 TypeMethodDescriptionvoid
ExecSQLMeta.analyseImpact
(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMeta prev, String[] input, String[] output, org.pentaho.di.core.row.RowMeta info) void
ExecSQLMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) void
ExecSQLMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface r, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, 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 TypeMethodDescriptionvoid
SQLFileOutputMeta.analyseImpact
(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) void
SQLFileOutputMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) org.pentaho.di.core.SQLStatement
SQLFileOutputMeta.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 TypeMethodDescriptionvoid
SSHMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) void
SSHMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface row, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, 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 TypeMethodDescriptionvoid
StepMetastructureMeta.check
(List<org.pentaho.di.core.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) void
StepMetastructureMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface r, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, 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 TypeMethodDescriptionvoid
StepsMetricsMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) void
StepsMetricsMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface r, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, 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 TypeMethodDescriptionvoid
StreamLookupMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) void
StreamLookupMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface row, String origin, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, 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 TypeMethodDescriptionvoid
StreamLookupMeta.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 TypeMethodDescriptionvoid
StringCutMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepinfo, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) void
StringCutMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface inputRowMeta, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, 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 TypeMethodDescriptionvoid
StringOperationsMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepinfo, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) void
StringOperationsMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface inputRowMeta, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, 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 TypeMethodDescriptionvoid
SwitchCaseMeta.check
(List<org.pentaho.di.core.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) void
SwitchCaseMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface rowMeta, String origin, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) SwitchCaseMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) void
SwitchCaseMeta.setDefaultTargetStep
(StepMeta defaultTargetStep) Method parameters in org.pentaho.di.trans.steps.switchcase with type arguments of type StepMetaModifier and TypeMethodDescriptionvoid
SwitchCaseMeta.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 TypeMethodDescriptionvoid
SecretKeyGeneratorMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) void
SecretKeyGeneratorMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface row, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, 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 TypeMethodDescriptionvoid
SymmetricCryptoTransMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepinfo, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) void
SymmetricCryptoTransMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface rowMeta, String origin, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, 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 TypeMethodDescriptionvoid
SynchronizeAfterMergeMeta.analyseImpact
(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) void
SynchronizeAfterMergeMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) org.pentaho.di.core.SQLStatement
SynchronizeAfterMergeMeta.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 TypeMethodDescriptionvoid
SyslogMessageMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, 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 TypeMethodDescriptionvoid
SystemDataMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) void
SystemDataMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface row, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, 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 TypeMethodDescriptionvoid
TableCompareMeta.check
(List<org.pentaho.di.core.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) void
TableCompareMeta.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 TypeMethodDescriptionvoid
TableExistsMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) void
TableExistsMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface inputRowMeta, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, 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 TypeMethodDescriptionvoid
TableInputMeta.analyseImpact
(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) void
TableInputMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) void
TableInputMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface row, String origin, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) TableInputMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) void
TableInputMeta.setLookupFromStep
(StepMeta stepMeta) For compatibility, wraps around the standard step IO metadataMethod parameters in org.pentaho.di.trans.steps.tableinput with type arguments of type StepMetaModifier and TypeMethodDescriptionvoid
TableInputMeta.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 TypeMethodDescriptionvoid
TableOutputMeta.analyseImpact
(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) void
TableOutputMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) void
TableOutputMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface row, String origin, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) org.pentaho.di.core.SQLStatement
TableOutputMeta.getSQLStatements
(TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String tk, boolean use_autoinc, String pk) org.pentaho.di.core.SQLStatement
TableOutputMeta.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 TypeMethodDescriptionvoid
TextFileInputMeta.check
(List<org.pentaho.di.core.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.void
TextFileInputMeta.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.void
TextFileInputMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface row, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, 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.void
TextFileInputMeta.setAcceptingStep
(StepMeta acceptingStep) Deprecated.Method parameters in org.pentaho.di.trans.steps.textfileinput with type arguments of type StepMetaModifier and TypeMethodDescriptionvoid
TextFileInputMeta.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 TypeMethodDescriptionvoid
TextFileOutputMeta.check
(List<org.pentaho.di.core.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 TypeMethodDescriptionvoid
TransExecutorMeta.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) boolean
TransExecutorMeta.cleanAfterHopFromRemove
(StepMeta toStep) void
TransExecutorMeta.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) void
TransExecutorMeta.setExecutionResultTargetStepMeta
(StepMeta executionResultTargetStepMeta) void
TransExecutorMeta.setExecutorsOutputStepMeta
(StepMeta executorsOutputStepMeta) void
TransExecutorMeta.setOutputRowsSourceStepMeta
(StepMeta outputRowsSourceStepMeta) void
TransExecutorMeta.setResultFilesTargetStepMeta
(StepMeta resultFilesTargetStepMeta) Method parameters in org.pentaho.di.trans.steps.transexecutor with type arguments of type StepMetaModifier and TypeMethodDescriptionvoid
TransExecutorMeta.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 TypeMethodDescriptionvoid
UniqueRowsMeta.check
(List<org.pentaho.di.core.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) void
UniqueRowsMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface row, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, 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 TypeMethodDescriptionvoid
UniqueRowsByHashSetMeta.check
(List<org.pentaho.di.core.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) void
UniqueRowsByHashSetMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface row, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, 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 TypeMethodDescriptionvoid
UnivariateStatsMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transmeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, 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.void
UnivariateStatsMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface row, String origin, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, 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 newUnivariateStats
instance. -
Uses of StepMeta in org.pentaho.di.trans.steps.update
Methods in org.pentaho.di.trans.steps.update with parameters of type StepMetaModifier and TypeMethodDescriptionvoid
UpdateMeta.analyseImpact
(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) void
UpdateMeta.check
(List<org.pentaho.di.core.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) void
UpdateMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface row, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) org.pentaho.di.core.SQLStatement
UpdateMeta.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.stepMeta
StepDefinition.stepMeta
TargetStepDefinition.stepMeta
Methods 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 TypeMethodDescriptionvoid
UserDefinedJavaClassMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepinfo, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) static void
TransformClassBase.getFields
(boolean clearResultFields, org.pentaho.di.core.row.RowMetaInterface row, String originStepname, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, List<?> fields) void
UserDefinedJavaClassMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface row, String originStepname, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, 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 TypeMethodDescriptionvoid
UserDefinedJavaClassMeta.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 TypeMethodDescriptionvoid
ValidatorMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, 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) void
Validation.setSourcingStep
(StepMeta sourcingStep) Method parameters in org.pentaho.di.trans.steps.validator with type arguments of type StepMetaModifier and TypeMethodDescriptionvoid
ValidatorMeta.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 TypeMethodDescriptionvoid
ValueMapperMeta.check
(List<org.pentaho.di.core.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) void
ValueMapperMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface r, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, 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 TypeMethodDescriptionvoid
WebServiceAvailableMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) void
WebServiceAvailableMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface inputRowMeta, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, 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 TypeMethodDescriptionvoid
WebServiceMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) void
WebServiceMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface r, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, 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 TypeMethodDescriptionvoid
WriteToLogMeta.check
(List<org.pentaho.di.core.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 TypeMethodDescriptionvoid
XBaseInputMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) void
XBaseInputMeta.getFields
(org.pentaho.di.core.row.RowMetaInterface row, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) XBaseInputMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) void
XBaseInputMeta.setAcceptingStep
(StepMeta acceptingStep) Method parameters in org.pentaho.di.trans.steps.xbaseinput with type arguments of type StepMetaModifier and TypeMethodDescriptionvoid
XBaseInputMeta.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 TypeMethodDescriptionvoid
ZipFileMeta.check
(List<org.pentaho.di.core.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 TypeMethodDescriptionvoid
BaseStreamStepMeta.check
(List<org.pentaho.di.core.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) void
BaseStreamStepMeta.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)