Uses of Interface
org.pentaho.di.trans.step.StepInterface
Package
Description
-
Uses of StepInterface in org.pentaho.di.core.util
-
Uses of StepInterface in org.pentaho.di.trans
Modifier and TypeMethodDescriptionTrans.findRunThread
(String stepname) Find the run thread for the step with the specified name.Trans.findStepInterface
(String stepname, int copyNr) Find the executing step copy for the step with the specified name and copy numberTrans.getRunThread
(int i) Gets the run thread for the step at the specified index.Trans.getRunThread
(String name, int copy) Gets the run thread for the step with the specified name and copy number.RowProducer.getStepInterface()
Trans.getStepInterface
(String stepname, int copy) Find the StepInterface (thread) by looking it up using the name.Modifier and TypeMethodDescriptionTrans.findBaseSteps
(String stepname) Find the base steps for the step with the specified name.Trans.findStepInterfaces
(String stepname) Find the available executing step copies for the step with the specified nameModifier and TypeMethodDescriptionvoid
Trans.logSummary
(StepInterface si) Logs a summary message for the specified step.void
RowProducer.setStepInterface
(StepInterface stepInterface) ModifierConstructorDescriptionRowProducer
(StepInterface stepInterface, org.pentaho.di.core.RowSet rowSet) -
Uses of StepInterface in org.pentaho.di.trans.step
Modifier and TypeClassDescriptionclass
Base step extension that is responsible for Database connection and datasource management for steps that require it.class
This class can be extended for the actual row processing of the implemented step.Modifier and TypeMethodDescriptionStepMetaInterface.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) Get the executing step, needed by Trans to launch a step.Modifier and TypeMethodDescriptionvoid
RowDistributionInterface.distributeRow
(org.pentaho.di.core.row.RowMetaInterface rowMeta, Object[] row, StepInterface stepInterface) Do the actual row distribution in the stepvoid
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.void
StepStatus.updateAll
(StepInterface baseStep) -
Uses of StepInterface in org.pentaho.di.trans.steps.calculator
Modifier and TypeClassDescriptionclass
Calculate new field values using pre-defined functions.Modifier and TypeMethodDescriptionCalculatorMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.constant
Modifier and TypeMethodDescriptionConstantMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.csvinput
Modifier and TypeClassDescriptionclass
Read a simple CSV file Just output Strings found in the file...Modifier and TypeMethodDescriptionCsvInputMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.databasejoin
Modifier and TypeClassDescriptionclass
Use values from input streams to joins with values in a database.Modifier and TypeMethodDescriptionDatabaseJoinMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.databaselookup
Modifier and TypeClassDescriptionclass
Looks up values in a database using keys from input streams.Modifier and TypeMethodDescriptionDatabaseLookupMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.datagrid
Modifier and TypeMethodDescriptionDataGridMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.dbproc
Modifier and TypeClassDescriptionclass
Retrieves values from a database by calling database stored procedures or functionsModifier and TypeMethodDescriptionDBProcMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.delete
Modifier and TypeMethodDescriptionDeleteMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.denormaliser
Modifier and TypeMethodDescriptionDenormaliserMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.detectemptystream
Modifier and TypeMethodDescriptionDetectEmptyStreamMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.detectlastrow
Modifier and TypeMethodDescriptionDetectLastRowMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.dimensionlookup
Modifier and TypeClassDescriptionclass
Manages a slowly changing dimension (lookup or update)Modifier and TypeMethodDescriptionDimensionLookupMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.dummytrans
Modifier and TypeMethodDescriptionDummyTransMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.dynamicsqlrow
Modifier and TypeMethodDescriptionDynamicSQLRowMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.execprocess
Modifier and TypeMethodDescriptionExecProcessMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.execsqlrow
Modifier and TypeClassDescriptionclass
Execute one or more SQL statements in a script, one time or parameterised (for every row)Modifier and TypeMethodDescriptionExecSQLRowMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.fieldschangesequence
Modifier and TypeMethodDescriptionFieldsChangeSequenceMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.fieldsplitter
Modifier and TypeClassDescriptionclass
Split a single String fields into multiple parts based on certain conditions.Modifier and TypeMethodDescriptionFieldSplitterMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.file
Modifier and TypeClassDescriptionclass
BaseFileInputStep<M extends BaseFileInputMeta<?,
?, ?>, D extends BaseFileInputStepData> This class contains base functionality for file-based input steps. -
Uses of StepInterface in org.pentaho.di.trans.steps.fileexists
Modifier and TypeMethodDescriptionFileExistsMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.fileinput.text
Modifier and TypeClassDescriptionclass
Read all sorts of text files, convert them to rows and writes these to one or more output streams.Modifier and TypeMethodDescriptionTextFileInputMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.filelocked
Modifier and TypeMethodDescriptionFileLockedMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.filesfromresult
Modifier and TypeClassDescriptionclass
Reads results from a previous transformation in a JobModifier and TypeMethodDescriptionFilesFromResultMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.filestoresult
Modifier and TypeClassDescriptionclass
Writes filenames to a next job entry in a JobModifier and TypeMethodDescriptionFilesToResultMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.filterrows
Modifier and TypeMethodDescriptionFilterRowsMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.fixedinput
Modifier and TypeClassDescriptionclass
Read a simple fixed width file Just output fields found in the file...Modifier and TypeMethodDescriptionFixedInputMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.flattener
Modifier and TypeMethodDescriptionFlattenerMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.formula
Modifier and TypeClassDescriptionclass
Calculate new field values using pre-defined functions.Modifier and TypeMethodDescriptionFormulaMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.fuzzymatch
Modifier and TypeClassDescriptionclass
Performs a fuzzy match for each main stream field row An approximative match is done in a lookup streamModifier and TypeMethodDescriptionFuzzyMatchMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.getfilenames
Modifier and TypeClassDescriptionclass
Read all sorts of text files, convert them to rows and writes these to one or more output streams.Modifier and TypeMethodDescriptionGetFileNamesMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.getfilesrowscount
Modifier and TypeMethodDescriptionGetFilesRowsCountMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.getslavesequence
Modifier and TypeClassDescriptionclass
Adds a sequential number to a stream of rows.Modifier and TypeMethodDescriptionGetSlaveSequenceMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.getsubfolders
Modifier and TypeClassDescriptionclass
Read all subfolder inside a specified folder and convert them to rows and writes these to one or more output streams.Modifier and TypeMethodDescriptionGetSubFoldersMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.gettablenames
Modifier and TypeClassDescriptionclass
Return tables name list from Database connection *Modifier and TypeMethodDescriptionGetTableNamesMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.getvariable
Modifier and TypeClassDescriptionclass
Get information from the System or the supervising transformation.Modifier and TypeMethodDescriptionGetVariableMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.groupby
Modifier and TypeMethodDescriptionGroupByMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.http
Modifier and TypeMethodDescriptionHTTPMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.httppost
Modifier and TypeMethodDescriptionHTTPPOSTMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.ifnull
Modifier and TypeMethodDescriptionIfNullMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.injector
Modifier and TypeClassDescriptionclass
Executor class to allow a java program to inject rows of data into a transformation.Modifier and TypeMethodDescriptionInjectorMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.insertupdate
Modifier and TypeMethodDescriptionInsertUpdateMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.janino
Modifier and TypeClassDescriptionclass
Calculate new field values using pre-defined functions.Modifier and TypeMethodDescriptionJaninoMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.javafilter
Modifier and TypeClassDescriptionclass
Calculate new field values using pre-defined functions.Modifier and TypeMethodDescriptionJavaFilterMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.jobexecutor
Modifier and TypeMethodDescriptionJobExecutorMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.joinrows
Modifier and TypeClassDescriptionclass
Performs a cartesian product between 2 or more input streams.Modifier and TypeMethodDescriptionJoinRowsMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.ldifinput
Modifier and TypeClassDescriptionclass
Read all LDIF files, convert them to rows and writes these to one or more output streams.Modifier and TypeMethodDescriptionLDIFInputMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.loadfileinput
Modifier and TypeClassDescriptionclass
Read files, parse them and convert them to rows and writes these to one or more output streams.Modifier and TypeMethodDescriptionLoadFileInputMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.mapping
Modifier and TypeMethodDescriptionMappingMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.mappinginput
Modifier and TypeMethodDescriptionMappingInputMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Modifier and TypeMethodDescriptionvoid
MappingInput.setConnectorSteps
(StepInterface[] sourceSteps, List<MappingValueRename> valueRenames, String mappingStepname) -
Uses of StepInterface in org.pentaho.di.trans.steps.mappingoutput
Modifier and TypeMethodDescriptionMappingOutputMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Modifier and TypeMethodDescriptionvoid
MappingOutput.setConnectorSteps
(StepInterface[] targetSteps, List<MappingValueRename> inputValueRenames, List<MappingValueRename> outputValueRenames) -
Uses of StepInterface in org.pentaho.di.trans.steps.memgroupby
Modifier and TypeClassDescriptionclass
Groups information based on aggregation rules.Modifier and TypeMethodDescriptionMemoryGroupByMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.mergejoin
Modifier and TypeClassDescriptionclass
Merge rows from 2 sorted streams and output joined rows with matched key fields.Modifier and TypeMethodDescriptionMergeJoinMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.mergerows
Modifier and TypeClassDescriptionclass
Merge rows from 2 sorted streams to detect changes.Modifier and TypeMethodDescriptionMergeRowsMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.missing
Modifier and TypeMethodDescriptionMissingTrans.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.multimerge
Modifier and TypeClassDescriptionclass
Merge rows from 2 sorted streams and output joined rows with matched key fields.Modifier and TypeMethodDescriptionMultiMergeJoinMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.normaliser
Modifier and TypeMethodDescriptionNormaliserMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.nullif
Modifier and TypeClassDescriptionclass
NullIf step, put null as value when the original field matches a specific value.Modifier and TypeMethodDescriptionNullIfMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.numberrange
Modifier and TypeMethodDescriptionNumberRangeMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans disp) -
Uses of StepInterface in org.pentaho.di.trans.steps.olapinput
Modifier and TypeClassDescriptionclass
Reads information from an OLAP datasource using MDXModifier and TypeMethodDescriptionOlapInputMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.parallelgzipcsv
Modifier and TypeClassDescriptionclass
Read a simple CSV file Just output Strings found in the file...Modifier and TypeMethodDescriptionParGzipCsvInputMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.pgpdecryptstream
Modifier and TypeMethodDescriptionPGPDecryptStreamMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.pgpencryptstream
Modifier and TypeMethodDescriptionPGPEncryptStreamMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.prioritizestreams
Modifier and TypeMethodDescriptionPrioritizeStreamsMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.processfiles
Modifier and TypeMethodDescriptionProcessFilesMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.propertyinput
Modifier and TypeClassDescriptionclass
Read all Properties files (& INI files) , convert them to rows and writes these to one or more output streams.Modifier and TypeMethodDescriptionPropertyInputMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.propertyoutput
Modifier and TypeClassDescriptionclass
Output rows to Properties file and create a file.Modifier and TypeMethodDescriptionPropertyOutputMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.randomvalue
Modifier and TypeMethodDescriptionRandomValueMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.recordsfromstream
-
Uses of StepInterface in org.pentaho.di.trans.steps.regexeval
Modifier and TypeClassDescriptionclass
Use regular expression to validate a field or capture new fields out of an existing field.Modifier and TypeMethodDescriptionRegexEvalMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.replacestring
Modifier and TypeMethodDescriptionReplaceStringMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.reservoirsampling
Modifier and TypeMethodDescriptionReservoirSamplingMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Get the executing step, needed by Trans to launch a step. -
Uses of StepInterface in org.pentaho.di.trans.steps.rowgenerator
Modifier and TypeClassDescriptionclass
Generates a number of (empty or the same) rowsModifier and TypeMethodDescriptionRowGeneratorMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.rowsfromresult
Modifier and TypeClassDescriptionclass
Reads results from a previous transformation in a JobModifier and TypeMethodDescriptionRowsFromResultMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.rowstoresult
Modifier and TypeClassDescriptionclass
Writes results to a next transformation in a JobModifier and TypeMethodDescriptionRowsToResultMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.samplerows
Modifier and TypeMethodDescriptionSampleRowsMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.sasinput
Modifier and TypeMethodDescriptionSasInputMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.script
Modifier and TypeInterfaceDescriptioninterface
Interface to make the real ScriptValueMod and ScriptValueModDummy similar.Modifier and TypeClassDescriptionclass
Executes a JavaScript on the values in the input stream.class
Dummy class used for test().Modifier and TypeMethodDescriptionScriptMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.scriptvalues_mod
Modifier and TypeClassDescriptionclass
Executes a JavaScript on the values in the input stream.class
Dummy class used for test().Modifier and TypeMethodDescriptionScriptValuesMetaMod.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.selectvalues
Modifier and TypeClassDescriptionclass
Select, re-order, remove or change the meta-data of the fields in the inputstreams.Modifier and TypeMethodDescriptionSelectValuesMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.setvalueconstant
Modifier and TypeMethodDescriptionSetValueConstantMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.setvaluefield
Modifier and TypeMethodDescriptionSetValueFieldMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.setvariable
Modifier and TypeClassDescriptionclass
Convert Values in a certain fields to other valuesModifier and TypeMethodDescriptionSetVariableMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.simplemapping
Modifier and TypeClassDescriptionclass
Execute a mapping: a re-usuable transformationModifier and TypeMethodDescriptionSimpleMappingMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.singlethreader
Modifier and TypeClassDescriptionclass
Execute a mapping: a re-usuable transformationModifier and TypeMethodDescriptionSingleThreaderMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.socketreader
Modifier and TypeClassDescriptionclass
Read data from a TCP/IP socket supplied by SocketWriter.Modifier and TypeMethodDescriptionSocketReaderMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.socketwriter
Modifier and TypeClassDescriptionclass
Write data to a TCP/IP socket read by SocketReader.Modifier and TypeMethodDescriptionSocketWriterMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.sort
Modifier and TypeClassDescriptionclass
Sort the rows in the input-streams based on certain criteriaModifier and TypeMethodDescriptionSortRowsMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.sortedmerge
Modifier and TypeMethodDescriptionSortedMergeMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.splitfieldtorows
Modifier and TypeMethodDescriptionSplitFieldToRowsMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.sql
Modifier and TypeClassDescriptionclass
Execute one or more SQL statements in a script, one time or parameterised (for every row)Modifier and TypeMethodDescriptionExecSQLMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.sqlfileoutput
Modifier and TypeMethodDescriptionSQLFileOutputMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.ssh
Modifier and TypeMethodDescriptionSSHMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.stepmeta
Modifier and TypeMethodDescriptionStepMetastructureMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.stepsmetrics
Modifier and TypeMethodDescriptionStepsMetricsMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.streamlookup
Modifier and TypeClassDescriptionclass
Looks up information by first reading data into a hash table (in memory) TODO: add warning with conflicting types OR modify the lookup values to the input row type.Modifier and TypeMethodDescriptionStreamLookupMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.stringcut
Modifier and TypeMethodDescriptionStringCutMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.stringoperations
Modifier and TypeMethodDescriptionStringOperationsMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.switchcase
Modifier and TypeMethodDescriptionSwitchCaseMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.symmetriccrypto.secretkeygenerator
Modifier and TypeMethodDescriptionSecretKeyGeneratorMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.symmetriccrypto.symmetriccryptotrans
Modifier and TypeClassDescriptionclass
Symmetric algorithm Executes a SymmetricCryptoTrans on the values in the input stream.Modifier and TypeMethodDescriptionSymmetricCryptoTransMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.synchronizeaftermerge
Modifier and TypeClassDescriptionclass
Performs an insert/update/delete depending on the value of a field.Modifier and TypeMethodDescriptionSynchronizeAfterMergeMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.syslog
Modifier and TypeMethodDescriptionSyslogMessageMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.systemdata
Modifier and TypeClassDescriptionclass
Get information from the System or the supervising transformation.Modifier and TypeMethodDescriptionSystemDataMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.tablecompare
Modifier and TypeMethodDescriptionTableCompareMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.tableexists
Modifier and TypeMethodDescriptionTableExistsMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.tableinput
Modifier and TypeClassDescriptionclass
Reads information from a database table by using freehand SQLModifier and TypeMethodDescriptionTableInputMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.tableoutput
Modifier and TypeMethodDescriptionTableOutputMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.textfileinput
Modifier and TypeClassDescriptionclass
Deprecated.replaced by implementation in the ...steps.fileinput.text packageModifier and TypeMethodDescriptionTextFileInputMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Deprecated. -
Uses of StepInterface in org.pentaho.di.trans.steps.textfileoutput
Modifier and TypeClassDescriptionclass
Converts input rows to text and then writes this text to one or more files.Modifier and TypeMethodDescriptionTextFileOutputMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.textfileoutputlegacy
Modifier and TypeMethodDescriptionTextFileOutputLegacyMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Deprecated. -
Uses of StepInterface in org.pentaho.di.trans.steps.transexecutor
Modifier and TypeClassDescriptionclass
Execute a transformation for every input row, set parameters.Modifier and TypeMethodDescriptionTransExecutorMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.uniquerows
Modifier and TypeClassDescriptionclass
Removes the same consequetive rows from the input stream(s).Modifier and TypeMethodDescriptionUniqueRowsMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.uniquerowsbyhashset
Modifier and TypeMethodDescriptionUniqueRowsByHashSetMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.univariatestats
Modifier and TypeClassDescriptionclass
Calculate univariate statistics based on one column of the input data.Modifier and TypeMethodDescriptionUnivariateStatsMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Get the executing step, needed by Trans to launch a step. -
Uses of StepInterface in org.pentaho.di.trans.steps.update
Modifier and TypeClassDescriptionclass
Update data in a database table, does NOT ever perform an insert.Modifier and TypeMethodDescriptionUpdateMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.userdefinedjavaclass
Modifier and TypeMethodDescriptionUserDefinedJavaClassMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.validator
Modifier and TypeClassDescriptionclass
Calculate new field values using pre-defined functions.Modifier and TypeMethodDescriptionValidatorMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.valuemapper
Modifier and TypeClassDescriptionclass
Convert Values in a certain fields to other valuesModifier and TypeMethodDescriptionValueMapperMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.webserviceavailable
Modifier and TypeMethodDescriptionWebServiceAvailableMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.webservices
Modifier and TypeMethodDescriptionWebServiceMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans disp) -
Uses of StepInterface in org.pentaho.di.trans.steps.writetolog
Modifier and TypeMethodDescriptionWriteToLogMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.xbaseinput
Modifier and TypeClassDescriptionclass
Reads data from an XBase (dBase, foxpro, ...) file.Modifier and TypeMethodDescriptionXBaseInputMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.zipfile
Modifier and TypeMethodDescriptionZipFileMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.streaming.common