Uses of Class
org.pentaho.di.trans.step.StepMeta
Package
Description
-
Uses of StepMeta in org.pentaho.di.core.gui
Modifier 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
Modifier 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) Modifier and TypeMethodDescriptionstatic TransLogTable
TransLogTable.getDefault
(org.pentaho.di.core.variables.VariableSpace space, HasDatabasesInterface databasesInterface, List<StepMeta> steps) ModifierConstructorDescriptionTransLogTable
(org.pentaho.di.core.variables.VariableSpace space, HasDatabasesInterface databasesInterface, List<StepMeta> steps) -
Uses of StepMeta in org.pentaho.di.core.util
Modifier 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) ModifierConstructorDescriptionAbstractStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) Constructor. -
Uses of StepMeta in org.pentaho.di.lineage
-
Uses of StepMeta in org.pentaho.di.repository.kdr.delegates
Modifier 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.Modifier 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) Modifier 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
Modifier and TypeFieldDescriptionTransPainterExtension.stepMeta
TransPainterFlyoutExtension.stepMeta
Modifier and TypeFieldDescriptionTransMeta.previousStepCache
The previous step cacheTransMeta.steps
The list of steps associated with the transformation.Modifier 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()
Modifier 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.Modifier 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
Modifier 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) ModifierConstructorDescriptionCheckStepsExtension
(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) -
Uses of StepMeta in org.pentaho.di.trans.debug
Modifier and TypeMethodDescriptionvoid
TransDebugMeta.setStepDebugMetaMap
(Map<StepMeta, StepDebugMeta> stepDebugMeta) -
Uses of StepMeta in org.pentaho.di.trans.step
Modifier and TypeFieldDescriptionprotected StepMeta
BaseStepMeta.parentStepMeta
StepMetaDataCombi.stepMeta
Modifier 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()
Modifier 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.Modifier 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.ModifierConstructorDescriptionBaseDatabaseStep
(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 objectModifierConstructorDescriptionStepErrorMeta
(org.pentaho.di.core.variables.VariableSpace variables, Node node, List<StepMeta> steps) -
Uses of StepMeta in org.pentaho.di.trans.step.errorhandling
Modifier and TypeMethodDescriptionvoid
Stream.setStepMeta
(StepMeta stepMeta) void
StreamInterface.setStepMeta
(StepMeta stepMeta) ModifierConstructorDescriptionStream
(StreamInterface.StreamType streamType, StepMeta stepMeta, String description, StreamIcon streamIcon, Object subject) -
Uses of StepMeta in org.pentaho.di.trans.steps.calculator
Modifier 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) ModifierConstructorDescriptionCalculator
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.constant
Modifier 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) ModifierConstructorDescriptionConstant
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.csvinput
Modifier 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) ModifierConstructorDescriptionCsvInput
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.databasejoin
Modifier 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) ModifierConstructorDescriptionDatabaseJoin
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.databaselookup
Modifier 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) ModifierConstructorDescriptionDatabaseLookup
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.datagrid
Modifier 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) ModifierConstructorDescriptionDataGrid
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.dbproc
Modifier 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) ModifierConstructorDescriptionDBProc
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.delete
Modifier 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) ModifierConstructorDescriptionDelete
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.denormaliser
Modifier 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) ModifierConstructorDescriptionDenormaliser
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.detectemptystream
Modifier 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) ModifierConstructorDescriptionDetectEmptyStream
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.detectlastrow
Modifier 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) ModifierConstructorDescriptionDetectLastRow
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.dimensionlookup
Modifier 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) ModifierConstructorDescriptionDimensionLookup
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.dummytrans
Modifier 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) ModifierConstructorDescriptionDummyTrans
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.dynamicsqlrow
Modifier 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) ModifierConstructorDescriptionDynamicSQLRow
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.execprocess
Modifier 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) ModifierConstructorDescriptionExecProcess
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.execsqlrow
Modifier 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) ModifierConstructorDescriptionExecSQLRow
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.fieldschangesequence
Modifier 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) ModifierConstructorDescriptionFieldsChangeSequence
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.fieldsplitter
Modifier 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) ModifierConstructorDescriptionFieldSplitter
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.file
Modifier and TypeMethodDescriptionBaseFileInputFiles.getResourceDependencies
(TransMeta transMeta, StepMeta stepInfo) BaseFileInputMeta.getResourceDependencies
(TransMeta transMeta, StepMeta stepInfo) ModifierConstructorDescriptionBaseFileInputStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.fileexists
Modifier 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) ModifierConstructorDescriptionFileExists
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.fileinput.text
Modifier and TypeMethodDescriptionTextFileInputMeta.getAcceptingStep()
Required for the Data Lineage.Modifier 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) Modifier and TypeMethodDescriptionvoid
TextFileInputMeta.searchInfoAndTargetSteps
(List<StepMeta> steps) ModifierConstructorDescriptionTextFileInput
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.filelocked
Modifier 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) ModifierConstructorDescriptionFileLocked
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.filesfromresult
Modifier 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) ModifierConstructorDescriptionFilesFromResult
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.filestoresult
Modifier 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) ModifierConstructorDescriptionFilesToResult
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.filterrows
Modifier 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) Modifier and TypeMethodDescriptionvoid
FilterRowsMeta.searchInfoAndTargetSteps
(List<StepMeta> steps) ModifierConstructorDescriptionFilterRows
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.fixedinput
Modifier 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) ModifierConstructorDescriptionFixedInput
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.flattener
Modifier 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) ModifierConstructorDescriptionFlattener
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.formula
Modifier 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) ModifierConstructorDescriptionFormula
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.fuzzymatch
Modifier 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) Modifier and TypeMethodDescriptionvoid
FuzzyMatchMeta.searchInfoAndTargetSteps
(List<StepMeta> steps) ModifierConstructorDescriptionFuzzyMatch
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.getfilenames
Modifier 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) ModifierConstructorDescriptionGetFileNames
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.getfilesrowscount
Modifier 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) ModifierConstructorDescriptionGetFilesRowsCount
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.getslavesequence
Modifier 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) ModifierConstructorDescriptionGetSlaveSequence
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.getsubfolders
Modifier 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) ModifierConstructorDescriptionGetSubFolders
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.gettablenames
Modifier 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) ModifierConstructorDescriptionGetTableNames
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.getvariable
Modifier 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) ModifierConstructorDescriptionGetVariable
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.groupby
Modifier 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) ModifierConstructorDescriptionGroupBy
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.http
Modifier 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) ModifierConstructorDescriptionHTTP
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.httppost
Modifier 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) ModifierConstructorDescriptionHTTPPOST
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.ifnull
Modifier 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) ModifierConstructorDescriptionIfNull
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.injector
Modifier 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) ModifierConstructorDescriptionInjector
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.insertupdate
Modifier 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) ModifierConstructorDescriptionInsertUpdate
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.janino
Modifier 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) ModifierConstructorDescriptionJanino
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.javafilter
Modifier 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) Modifier and TypeMethodDescriptionvoid
JavaFilterMeta.searchInfoAndTargetSteps
(List<StepMeta> steps) ModifierConstructorDescriptionJavaFilter
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.jobexecutor
Modifier and TypeMethodDescriptionJobExecutorMeta.getExecutionResultTargetStepMeta()
JobExecutorMeta.getResultFilesTargetStepMeta()
JobExecutorMeta.getResultRowsTargetStepMeta()
Modifier 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) Modifier and TypeMethodDescriptionvoid
JobExecutorMeta.searchInfoAndTargetSteps
(List<StepMeta> steps) ModifierConstructorDescriptionJobExecutor
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.joinrows
Modifier 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) Modifier and TypeMethodDescriptionvoid
JoinRowsMeta.searchInfoAndTargetSteps
(List<StepMeta> steps) ModifierConstructorDescriptionJoinRows
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.ldifinput
Modifier 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) ModifierConstructorDescriptionLDIFInput
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.loadfileinput
Modifier 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) ModifierConstructorDescriptionLoadFileInput
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.mapping
Modifier 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) Modifier and TypeMethodDescriptionvoid
MappingMeta.searchInfoAndTargetSteps
(List<StepMeta> steps) ModifierConstructorDescriptionMapping
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.mappinginput
Modifier 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) ModifierConstructorDescriptionMappingInput
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.mappingoutput
Modifier 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) ModifierConstructorDescriptionMappingOutput
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.memgroupby
Modifier 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) ModifierConstructorDescriptionMemoryGroupBy
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.mergejoin
Modifier 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) Modifier and TypeMethodDescriptionvoid
MergeJoinMeta.searchInfoAndTargetSteps
(List<StepMeta> steps) ModifierConstructorDescriptionMergeJoin
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.mergerows
Modifier 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) Modifier and TypeMethodDescriptionvoid
MergeRowsMeta.searchInfoAndTargetSteps
(List<StepMeta> steps) ModifierConstructorDescriptionMergeRows
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.missing
Modifier and TypeMethodDescriptionMissingTrans.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) ModifierConstructorDescriptionMissingTransStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.multimerge
Modifier 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) Modifier and TypeMethodDescriptionvoid
MultiMergeJoinMeta.searchInfoAndTargetSteps
(List<StepMeta> steps) ModifierConstructorDescriptionMultiMergeJoin
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.normaliser
Modifier 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) ModifierConstructorDescriptionNormaliser
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.nullif
Modifier 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) ModifierConstructorDescriptionNullIf
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.numberrange
Modifier 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) ModifierConstructorDescriptionNumberRange
(StepMeta s, StepDataInterface stepDataInterface, int c, TransMeta t, Trans dis) -
Uses of StepMeta in org.pentaho.di.trans.steps.olapinput
Modifier 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) ModifierConstructorDescriptionOlapInput
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.parallelgzipcsv
Modifier 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) ModifierConstructorDescriptionParGzipCsvInput
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.pgpdecryptstream
Modifier 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) ModifierConstructorDescriptionPGPDecryptStream
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.pgpencryptstream
Modifier 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) ModifierConstructorDescriptionPGPEncryptStream
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.prioritizestreams
Modifier 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) ModifierConstructorDescriptionPrioritizeStreams
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.processfiles
Modifier 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) ModifierConstructorDescriptionProcessFiles
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.propertyinput
Modifier 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) ModifierConstructorDescriptionPropertyInput
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.propertyoutput
Modifier 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) ModifierConstructorDescriptionPropertyOutput
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.randomvalue
Modifier 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) ModifierConstructorDescriptionRandomValue
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.recordsfromstream
ModifierConstructorDescriptionRecordsFromStream
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.regexeval
Modifier 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) ModifierConstructorDescriptionRegexEval
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.replacestring
Modifier 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) ModifierConstructorDescriptionReplaceString
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.reservoirsampling
Modifier 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.ModifierConstructorDescriptionReservoirSampling
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) Creates a newReservoirSampling
instance. -
Uses of StepMeta in org.pentaho.di.trans.steps.rowgenerator
Modifier 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) ModifierConstructorDescriptionRowGenerator
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.rowsfromresult
Modifier 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) ModifierConstructorDescriptionRowsFromResult
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.rowstoresult
Modifier 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) ModifierConstructorDescriptionRowsToResult
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.samplerows
Modifier 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) ModifierConstructorDescriptionSampleRows
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.sasinput
Modifier 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) ModifierConstructorDescriptionSasInput
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.script
Modifier 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) ModifierConstructorDescriptionScript
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.scriptvalues_mod
Modifier 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) ModifierConstructorDescriptionScriptValuesMod
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.selectvalues
Modifier 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) ModifierConstructorDescriptionSelectValues
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.setvalueconstant
Modifier 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) ModifierConstructorDescriptionSetValueConstant
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.setvaluefield
Modifier 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) ModifierConstructorDescriptionSetValueField
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.setvariable
Modifier 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) ModifierConstructorDescriptionSetVariable
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.simplemapping
Modifier 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) Modifier and TypeMethodDescriptionvoid
SimpleMappingMeta.searchInfoAndTargetSteps
(List<StepMeta> steps) ModifierConstructorDescriptionSimpleMapping
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.singlethreader
Modifier and TypeFieldDescriptionSingleThreaderData.injectStepMeta
SingleThreaderData.retrieveStepMeta
Modifier 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) ModifierConstructorDescriptionSingleThreader
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.socketreader
Modifier 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) ModifierConstructorDescriptionSocketReader
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.socketwriter
Modifier 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) ModifierConstructorDescriptionSocketWriter
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.sort
Modifier 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) ModifierConstructorDescriptionSortRows
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.sortedmerge
Modifier 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) ModifierConstructorDescriptionSortedMerge
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.splitfieldtorows
Modifier 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) ModifierConstructorDescriptionSplitFieldToRows
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.sql
Modifier 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) ModifierConstructorDescriptionExecSQL
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.sqlfileoutput
Modifier 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) ModifierConstructorDescriptionSQLFileOutput
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.ssh
Modifier 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) ModifierConstructorDescriptionSSH
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.stepmeta
Modifier 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) ModifierConstructorDescriptionStepMetastructure
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.stepsmetrics
Modifier 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) ModifierConstructorDescriptionStepsMetrics
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.streamlookup
Modifier 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) Modifier and TypeMethodDescriptionvoid
StreamLookupMeta.searchInfoAndTargetSteps
(List<StepMeta> steps) ModifierConstructorDescriptionStreamLookup
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.stringcut
Modifier 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) ModifierConstructorDescriptionStringCut
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.stringoperations
Modifier 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) ModifierConstructorDescriptionStringOperations
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.switchcase
Modifier 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) Modifier and TypeMethodDescriptionvoid
SwitchCaseMeta.searchInfoAndTargetSteps
(List<StepMeta> steps) ModifierConstructorDescriptionSwitchCase
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.symmetriccrypto.secretkeygenerator
Modifier 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) ModifierConstructorDescriptionSecretKeyGenerator
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.symmetriccrypto.symmetriccryptotrans
Modifier 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) ModifierConstructorDescriptionSymmetricCryptoTrans
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.synchronizeaftermerge
Modifier 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) ModifierConstructorDescriptionSynchronizeAfterMerge
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.syslog
Modifier 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) ModifierConstructorDescriptionSyslogMessage
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.systemdata
Modifier 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) ModifierConstructorDescriptionSystemData
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.tablecompare
Modifier 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) ModifierConstructorDescriptionTableCompare
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.tableexists
Modifier 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) ModifierConstructorDescriptionTableExists
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.tableinput
Modifier and TypeMethodDescriptionTableInputMeta.getLookupFromStep()
For compatibility, wraps around the standard step IO metadataModifier 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 metadataModifier and TypeMethodDescriptionvoid
TableInputMeta.searchInfoAndTargetSteps
(List<StepMeta> steps) ModifierConstructorDescriptionTableInput
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.tableoutput
Modifier 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) ModifierConstructorDescriptionTableOutput
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.textfileinput
Modifier 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.Modifier and TypeMethodDescriptionvoid
TextFileInputMeta.searchInfoAndTargetSteps
(List<StepMeta> steps) Deprecated.ModifierConstructorDescriptionTextFileInput
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) Deprecated. -
Uses of StepMeta in org.pentaho.di.trans.steps.textfileoutput
Modifier 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) ModifierConstructorDescriptionTextFileOutput
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.textfileoutputlegacy
Modifier and TypeMethodDescriptionTextFileOutputLegacyMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Deprecated.ModifierConstructorDescriptionTextFileOutputLegacy
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) Deprecated. -
Uses of StepMeta in org.pentaho.di.trans.steps.transexecutor
Modifier and TypeMethodDescriptionTransExecutorMeta.getExecutionResultTargetStepMeta()
TransExecutorMeta.getExecutorsOutputStepMeta()
TransExecutorMeta.getOutputRowsSourceStepMeta()
TransExecutorMeta.getResultFilesTargetStepMeta()
Modifier 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) Modifier and TypeMethodDescriptionvoid
TransExecutorMeta.searchInfoAndTargetSteps
(List<StepMeta> steps) ModifierConstructorDescriptionTransExecutor
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.uniquerows
Modifier 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) ModifierConstructorDescriptionUniqueRows
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.uniquerowsbyhashset
Modifier 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) ModifierConstructorDescriptionUniqueRowsByHashSet
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.univariatestats
Modifier 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.ModifierConstructorDescriptionUnivariateStats
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) Creates a newUnivariateStats
instance. -
Uses of StepMeta in org.pentaho.di.trans.steps.update
Modifier 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) ModifierConstructorDescriptionUpdate
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.userdefinedjavaclass
Modifier and TypeFieldDescriptionInfoStepDefinition.stepMeta
StepDefinition.stepMeta
TargetStepDefinition.stepMeta
Modifier and TypeMethodDescriptionTransformClassBase.getStepMeta()
UserDefinedJavaClass.getStepMeta()
UserDefinedJavaClass.getStepMetaImpl()
Modifier 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) Modifier and TypeMethodDescriptionvoid
UserDefinedJavaClassMeta.searchInfoAndTargetSteps
(List<StepMeta> steps) ModifierConstructorDescriptionInfoStepDefinition
(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
Modifier 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) Modifier and TypeMethodDescriptionvoid
ValidatorMeta.searchInfoAndTargetSteps
(List<StepMeta> steps) ModifierConstructorDescriptionValidator
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.valuemapper
Modifier 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) ModifierConstructorDescriptionValueMapper
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.webserviceavailable
Modifier 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) ModifierConstructorDescriptionWebServiceAvailable
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.webservices
Modifier 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) ModifierConstructorDescriptionWebService
(StepMeta aStepMeta, StepDataInterface aStepData, int value, TransMeta aTransMeta, Trans aTrans) -
Uses of StepMeta in org.pentaho.di.trans.steps.writetolog
Modifier 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) ModifierConstructorDescriptionWriteToLog
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.xbaseinput
Modifier 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) Modifier and TypeMethodDescriptionvoid
XBaseInputMeta.searchInfoAndTargetSteps
(List<StepMeta> steps) ModifierConstructorDescriptionXBaseInput
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.steps.zipfile
Modifier 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) ModifierConstructorDescriptionZipFile
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepMeta in org.pentaho.di.trans.streaming.common
Modifier 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) ModifierConstructorDescriptionBaseStreamStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
TransMeta.getNextSteps(StepMeta)