Uses of Interface
org.pentaho.di.trans.step.StepDataInterface
Packages that use StepDataInterface
Package
Description
-
Uses of StepDataInterface in org.pentaho.di.core
Methods in org.pentaho.di.core with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionorg.pentaho.di.core.row.RowMeta
ProvidesModelerMeta.getRowMeta
(StepDataInterface stepData) -
Uses of StepDataInterface in org.pentaho.di.core.util
Classes in org.pentaho.di.core.util that implement StepDataInterfaceMethods in org.pentaho.di.core.util that return StepDataInterfaceModifier and TypeMethodDescriptionAbstractStepMeta.getStepData()
Get a new instance of the appropriate data class.Constructors in org.pentaho.di.core.util with parameters of type StepDataInterfaceModifierConstructorDescriptionAbstractStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) Constructor. -
Uses of StepDataInterface in org.pentaho.di.trans
Methods in org.pentaho.di.trans that return StepDataInterfaceModifier and TypeMethodDescriptionTrans.findDataInterface
(String name) Find the data interface for the step with the specified name.Trans.getStepDataInterface
(String stepname, int stepcopy) Finds the StepDataInterface (currently) associated with the specified step.Methods in org.pentaho.di.trans with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionboolean
SingleThreadedTransExecutor.afterFinishProcessing
(StepMetaInterface smi, StepDataInterface sdi) boolean
SingleThreadedTransExecutor.beforeStartProcessing
(StepMetaInterface smi, StepDataInterface sdi) -
Uses of StepDataInterface in org.pentaho.di.trans.step
Classes in org.pentaho.di.trans.step that implement StepDataInterfaceModifier and TypeClassDescriptionclass
class
This class is the base class for the StepDataInterface and contains the methods to set and retrieve the status of the step data.Fields in org.pentaho.di.trans.step declared as StepDataInterfaceMethods in org.pentaho.di.trans.step that return StepDataInterfaceModifier and TypeMethodDescriptionStepMetaInterface.getStepData()
Get a new instance of the appropriate data class.BaseStep.getStepDataInterface()
Methods in org.pentaho.di.trans.step with parameters of type StepDataInterfaceModifier and TypeMethodDescriptiondefault boolean
StepInterface.afterFinishProcessing
(StepMetaInterface smi, StepDataInterface sdi) This method is executed by Trans after finishing processing rows.boolean
BaseDatabaseStep.beforeStartProcessing
(StepMetaInterface smi, StepDataInterface sdi) boolean
BaseStep.beforeStartProcessing
(StepMetaInterface smi, StepDataInterface sdi) default boolean
StepInterface.beforeStartProcessing
(StepMetaInterface smi, StepDataInterface sdi) This method is executed by Trans right before starting processing rows.void
BaseDatabaseStep.dispose
(StepMetaInterface smi, StepDataInterface sdi) void
BaseStep.dispose
(StepMetaInterface smi, StepDataInterface sdi) void
StepInterface.dispose
(StepMetaInterface sii, StepDataInterface sdi) Dispose of this step: close files, empty logs, etc.StepMetaInterface.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) Get the executing step, needed by Trans to launch a step.boolean
BaseDatabaseStep.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
BaseStep.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
StepInterface.init
(StepMetaInterface stepMetaInterface, StepDataInterface stepDataInterface) Initialize and do work where other steps need to wait for...boolean
BaseStep.processRow
(StepMetaInterface smi, StepDataInterface sdi) boolean
StepInterface.processRow
(StepMetaInterface smi, StepDataInterface sdi) Perform the equivalent of processing one row.void
BaseStep.setStepDataInterface
(StepDataInterface stepDataInterface) void
BaseStep.stopRunning
(StepMetaInterface stepMetaInterface, StepDataInterface stepDataInterface) Perform actions to stop a running step.void
StepInterface.stopRunning
(StepMetaInterface stepMetaInterface, StepDataInterface stepDataInterface) Stop running operations...Constructors in org.pentaho.di.trans.step with parameters of type StepDataInterfaceModifierConstructorDescriptionBaseDatabaseStep
(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. -
Uses of StepDataInterface in org.pentaho.di.trans.steps.calculator
Classes in org.pentaho.di.trans.steps.calculator that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.calculator that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.calculator with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionCalculatorMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) boolean
Calculator.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
Calculator.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.calculator with parameters of type StepDataInterfaceModifierConstructorDescriptionCalculator
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.constant
Classes in org.pentaho.di.trans.steps.constant that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.constant that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.constant with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionConstantMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) boolean
Constant.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
Constant.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.constant with parameters of type StepDataInterfaceModifierConstructorDescriptionConstant
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.csvinput
Classes in org.pentaho.di.trans.steps.csvinput that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.csvinput that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.csvinput with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionvoid
CsvInput.dispose
(StepMetaInterface smi, StepDataInterface sdi) CsvInputMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) boolean
CsvInput.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
CsvInput.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.csvinput with parameters of type StepDataInterfaceModifierConstructorDescriptionCsvInput
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.databasejoin
Classes in org.pentaho.di.trans.steps.databasejoin that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.databasejoin that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.databasejoin with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionvoid
DatabaseJoin.dispose
(StepMetaInterface smi, StepDataInterface sdi) DatabaseJoinMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) boolean
DatabaseJoin.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
DatabaseJoin.processRow
(StepMetaInterface smi, StepDataInterface sdi) void
DatabaseJoin.stopRunning
(StepMetaInterface smi, StepDataInterface sdi) Stop the running query [PDI-17820] - In the Database Join step data.isCancelled is checked before synchronization and set after synchronization is completed.Constructors in org.pentaho.di.trans.steps.databasejoin with parameters of type StepDataInterfaceModifierConstructorDescriptionDatabaseJoin
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.databaselookup
Classes in org.pentaho.di.trans.steps.databaselookup that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.databaselookup that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.databaselookup with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionvoid
DatabaseLookup.dispose
(StepMetaInterface smi, StepDataInterface sdi) org.pentaho.di.core.row.RowMeta
DatabaseLookupMeta.getRowMeta
(StepDataInterface stepData) DatabaseLookupMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) boolean
DatabaseLookup.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
DatabaseLookup.processRow
(StepMetaInterface smi, StepDataInterface sdi) void
DatabaseLookup.stopRunning
(StepMetaInterface smi, StepDataInterface sdi) Stop the running queryConstructors in org.pentaho.di.trans.steps.databaselookup with parameters of type StepDataInterfaceModifierConstructorDescriptionDatabaseLookup
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.datagrid
Classes in org.pentaho.di.trans.steps.datagrid that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.datagrid that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.datagrid with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionDataGridMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) boolean
DataGrid.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.datagrid with parameters of type StepDataInterfaceModifierConstructorDescriptionDataGrid
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.dbproc
Classes in org.pentaho.di.trans.steps.dbproc that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.dbproc that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.dbproc with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionvoid
DBProc.dispose
(StepMetaInterface smi, StepDataInterface sdi) DBProcMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) boolean
DBProc.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
DBProc.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.dbproc with parameters of type StepDataInterfaceModifierConstructorDescriptionDBProc
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.delete
Classes in org.pentaho.di.trans.steps.delete that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.delete that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.delete with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionvoid
Delete.dispose
(StepMetaInterface smi, StepDataInterface sdi) DeleteMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) boolean
Delete.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
Delete.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.delete with parameters of type StepDataInterfaceModifierConstructorDescriptionDelete
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.denormaliser
Classes in org.pentaho.di.trans.steps.denormaliser that implement StepDataInterfaceModifier and TypeClassDescriptionclass
Data structure used by Denormaliser during processingMethods in org.pentaho.di.trans.steps.denormaliser that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.denormaliser with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionDenormaliserMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) boolean
Denormaliser.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
Denormaliser.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.denormaliser with parameters of type StepDataInterfaceModifierConstructorDescriptionDenormaliser
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.detectemptystream
Classes in org.pentaho.di.trans.steps.detectemptystream that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.detectemptystream that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.detectemptystream with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionDetectEmptyStreamMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) boolean
DetectEmptyStream.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
DetectEmptyStream.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.detectemptystream with parameters of type StepDataInterfaceModifierConstructorDescriptionDetectEmptyStream
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.detectlastrow
Classes in org.pentaho.di.trans.steps.detectlastrow that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.detectlastrow that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.detectlastrow with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionvoid
DetectLastRow.dispose
(StepMetaInterface smi, StepDataInterface sdi) DetectLastRowMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) boolean
DetectLastRow.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
DetectLastRow.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.detectlastrow with parameters of type StepDataInterfaceModifierConstructorDescriptionDetectLastRow
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.dimensionlookup
Classes in org.pentaho.di.trans.steps.dimensionlookup that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.dimensionlookup that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.dimensionlookup with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionvoid
DimensionLookup.dispose
(StepMetaInterface smi, StepDataInterface sdi) org.pentaho.di.core.row.RowMeta
DimensionLookupMeta.getRowMeta
(StepDataInterface stepData) DimensionLookupMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) boolean
DimensionLookup.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
DimensionLookup.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.dimensionlookup with parameters of type StepDataInterfaceModifierConstructorDescriptionDimensionLookup
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.dummytrans
Classes in org.pentaho.di.trans.steps.dummytrans that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.dummytrans that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.dummytrans with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionDummyTransMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) boolean
DummyTrans.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.dummytrans with parameters of type StepDataInterfaceModifierConstructorDescriptionDummyTrans
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.dynamicsqlrow
Classes in org.pentaho.di.trans.steps.dynamicsqlrow that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.dynamicsqlrow that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.dynamicsqlrow with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionDynamicSQLRowMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) boolean
DynamicSQLRow.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
DynamicSQLRow.processRow
(StepMetaInterface smi, StepDataInterface sdi) void
DynamicSQLRow.stopRunning
(StepMetaInterface smi, StepDataInterface sdi) Stop the running queryConstructors in org.pentaho.di.trans.steps.dynamicsqlrow with parameters of type StepDataInterfaceModifierConstructorDescriptionDynamicSQLRow
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.execprocess
Classes in org.pentaho.di.trans.steps.execprocess that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.execprocess that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.execprocess with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionvoid
ExecProcess.dispose
(StepMetaInterface smi, StepDataInterface sdi) ExecProcessMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) boolean
ExecProcess.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
ExecProcess.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.execprocess with parameters of type StepDataInterfaceModifierConstructorDescriptionExecProcess
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.execsqlrow
Classes in org.pentaho.di.trans.steps.execsqlrow that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.execsqlrow that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.execsqlrow with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionvoid
ExecSQLRow.dispose
(StepMetaInterface smi, StepDataInterface sdi) ExecSQLRowMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) boolean
ExecSQLRow.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
ExecSQLRow.processRow
(StepMetaInterface smi, StepDataInterface sdi) void
ExecSQLRow.stopRunning
(StepMetaInterface smi, StepDataInterface sdi) Stop the running queryConstructors in org.pentaho.di.trans.steps.execsqlrow with parameters of type StepDataInterfaceModifierConstructorDescriptionExecSQLRow
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.fieldschangesequence
Classes in org.pentaho.di.trans.steps.fieldschangesequence that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.fieldschangesequence that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.fieldschangesequence with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionvoid
FieldsChangeSequence.dispose
(StepMetaInterface smi, StepDataInterface sdi) FieldsChangeSequenceMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) boolean
FieldsChangeSequence.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
FieldsChangeSequence.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.fieldschangesequence with parameters of type StepDataInterfaceModifierConstructorDescriptionFieldsChangeSequence
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.fieldsplitter
Classes in org.pentaho.di.trans.steps.fieldsplitter that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.fieldsplitter that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.fieldsplitter with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionFieldSplitterMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) boolean
FieldSplitter.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
FieldSplitter.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.fieldsplitter with parameters of type StepDataInterfaceModifierConstructorDescriptionFieldSplitter
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.file
Classes in org.pentaho.di.trans.steps.file that implement StepDataInterfaceModifier and TypeClassDescriptionclass
Some base data for file-based input steps.Methods in org.pentaho.di.trans.steps.file with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionvoid
BaseFileInputStep.dispose
(StepMetaInterface smi, StepDataInterface sdi) Dispose step.boolean
BaseFileInputStep.init
(StepMetaInterface smi, StepDataInterface sdi) Initialize step before execute.boolean
BaseFileInputStep.processRow
(StepMetaInterface smi, StepDataInterface sdi) Process next row.Constructors in org.pentaho.di.trans.steps.file with parameters of type StepDataInterfaceModifierConstructorDescriptionBaseFileInputStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.fileexists
Classes in org.pentaho.di.trans.steps.fileexists that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.fileexists that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.fileexists with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionvoid
FileExists.dispose
(StepMetaInterface smi, StepDataInterface sdi) FileExistsMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) boolean
FileExists.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
FileExists.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.fileexists with parameters of type StepDataInterfaceModifierConstructorDescriptionFileExists
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.fileinput.text
Classes in org.pentaho.di.trans.steps.fileinput.text that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.fileinput.text that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.fileinput.text with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionTextFileInputMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.fileinput.text with parameters of type StepDataInterfaceModifierConstructorDescriptionTextFileInput
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.filelocked
Classes in org.pentaho.di.trans.steps.filelocked that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.filelocked that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.filelocked with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionvoid
FileLocked.dispose
(StepMetaInterface smi, StepDataInterface sdi) FileLockedMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) boolean
FileLocked.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
FileLocked.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.filelocked with parameters of type StepDataInterfaceModifierConstructorDescriptionFileLocked
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.filesfromresult
Classes in org.pentaho.di.trans.steps.filesfromresult that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.filesfromresult that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.filesfromresult with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionFilesFromResultMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) boolean
FilesFromResult.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
FilesFromResult.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.filesfromresult with parameters of type StepDataInterfaceModifierConstructorDescriptionFilesFromResult
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.filestoresult
Classes in org.pentaho.di.trans.steps.filestoresult that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.filestoresult that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.filestoresult with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionFilesToResultMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) boolean
FilesToResult.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
FilesToResult.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.filestoresult with parameters of type StepDataInterfaceModifierConstructorDescriptionFilesToResult
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.filterrows
Classes in org.pentaho.di.trans.steps.filterrows that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.filterrows that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.filterrows with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionFilterRowsMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) boolean
FilterRows.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
FilterRows.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.filterrows with parameters of type StepDataInterfaceModifierConstructorDescriptionFilterRows
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.fixedinput
Classes in org.pentaho.di.trans.steps.fixedinput that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.fixedinput that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.fixedinput with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionvoid
FixedInput.dispose
(StepMetaInterface smi, StepDataInterface sdi) FixedInputMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) boolean
FixedInput.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
FixedInput.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.fixedinput with parameters of type StepDataInterfaceModifierConstructorDescriptionFixedInput
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.flattener
Classes in org.pentaho.di.trans.steps.flattener that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.flattener that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.flattener with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionFlattenerMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) boolean
Flattener.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
Flattener.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.flattener with parameters of type StepDataInterfaceModifierConstructorDescriptionFlattener
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.formula
Classes in org.pentaho.di.trans.steps.formula that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.formula that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.formula with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionFormulaMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) boolean
Formula.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
Formula.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.formula with parameters of type StepDataInterfaceModifierConstructorDescriptionFormula
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.fuzzymatch
Classes in org.pentaho.di.trans.steps.fuzzymatch that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.fuzzymatch that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.fuzzymatch with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionvoid
FuzzyMatch.dispose
(StepMetaInterface smi, StepDataInterface sdi) FuzzyMatchMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) boolean
FuzzyMatch.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
FuzzyMatch.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.fuzzymatch with parameters of type StepDataInterfaceModifierConstructorDescriptionFuzzyMatch
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.getfilenames
Classes in org.pentaho.di.trans.steps.getfilenames that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.getfilenames that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.getfilenames with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionvoid
GetFileNames.dispose
(StepMetaInterface smi, StepDataInterface sdi) GetFileNamesMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) boolean
GetFileNames.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
GetFileNames.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.getfilenames with parameters of type StepDataInterfaceModifierConstructorDescriptionGetFileNames
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.getfilesrowscount
Classes in org.pentaho.di.trans.steps.getfilesrowscount that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.getfilesrowscount that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.getfilesrowscount with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionvoid
GetFilesRowsCount.dispose
(StepMetaInterface smi, StepDataInterface sdi) GetFilesRowsCountMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) boolean
GetFilesRowsCount.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
GetFilesRowsCount.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.getfilesrowscount with parameters of type StepDataInterfaceModifierConstructorDescriptionGetFilesRowsCount
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.getslavesequence
Classes in org.pentaho.di.trans.steps.getslavesequence that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.getslavesequence that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.getslavesequence with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionGetSlaveSequenceMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) boolean
GetSlaveSequence.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
GetSlaveSequence.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.getslavesequence with parameters of type StepDataInterfaceModifierConstructorDescriptionGetSlaveSequence
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.getsubfolders
Classes in org.pentaho.di.trans.steps.getsubfolders that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.getsubfolders that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.getsubfolders with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionvoid
GetSubFolders.dispose
(StepMetaInterface smi, StepDataInterface sdi) GetSubFoldersMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) boolean
GetSubFolders.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
GetSubFolders.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.getsubfolders with parameters of type StepDataInterfaceModifierConstructorDescriptionGetSubFolders
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.gettablenames
Classes in org.pentaho.di.trans.steps.gettablenames that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.gettablenames that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.gettablenames with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionGetTableNamesMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) boolean
GetTableNames.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
GetTableNames.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.gettablenames with parameters of type StepDataInterfaceModifierConstructorDescriptionGetTableNames
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.getvariable
Classes in org.pentaho.di.trans.steps.getvariable that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.getvariable that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.getvariable with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionvoid
GetVariable.dispose
(StepMetaInterface smi, StepDataInterface sdi) GetVariableMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) boolean
GetVariable.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
GetVariable.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.getvariable with parameters of type StepDataInterfaceModifierConstructorDescriptionGetVariable
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.groupby
Classes in org.pentaho.di.trans.steps.groupby that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.groupby that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.groupby with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionvoid
GroupBy.dispose
(StepMetaInterface smi, StepDataInterface sdi) GroupByMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) boolean
GroupBy.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
GroupBy.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.groupby with parameters of type StepDataInterfaceModifierConstructorDescriptionGroupBy
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.http
Classes in org.pentaho.di.trans.steps.http that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.http that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.http with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionvoid
HTTP.dispose
(StepMetaInterface smi, StepDataInterface sdi) HTTPMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) boolean
HTTP.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
HTTP.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.http with parameters of type StepDataInterfaceModifierConstructorDescriptionHTTP
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.httppost
Classes in org.pentaho.di.trans.steps.httppost that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.httppost that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.httppost with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionvoid
HTTPPOST.dispose
(StepMetaInterface smi, StepDataInterface sdi) HTTPPOSTMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) boolean
HTTPPOST.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
HTTPPOST.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.httppost with parameters of type StepDataInterfaceModifierConstructorDescriptionHTTPPOST
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.ifnull
Classes in org.pentaho.di.trans.steps.ifnull that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.ifnull that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.ifnull with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionIfNullMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) boolean
IfNull.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
IfNull.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.ifnull with parameters of type StepDataInterfaceModifierConstructorDescriptionIfNull
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.injector
Classes in org.pentaho.di.trans.steps.injector that implement StepDataInterfaceModifier and TypeClassDescriptionclass
Data class to allow a java program to inject rows of data into a transformation.Methods in org.pentaho.di.trans.steps.injector that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.injector with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionInjectorMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) boolean
Injector.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.injector with parameters of type StepDataInterfaceModifierConstructorDescriptionInjector
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.insertupdate
Classes in org.pentaho.di.trans.steps.insertupdate that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.insertupdate that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.insertupdate with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionvoid
InsertUpdate.dispose
(StepMetaInterface smi, StepDataInterface sdi) org.pentaho.di.core.row.RowMeta
InsertUpdateMeta.getRowMeta
(StepDataInterface stepData) InsertUpdateMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) boolean
InsertUpdate.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
InsertUpdate.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.insertupdate with parameters of type StepDataInterfaceModifierConstructorDescriptionInsertUpdate
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.janino
Classes in org.pentaho.di.trans.steps.janino that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.janino that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.janino with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionJaninoMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) boolean
Janino.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
Janino.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.janino with parameters of type StepDataInterfaceModifierConstructorDescriptionJanino
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.javafilter
Classes in org.pentaho.di.trans.steps.javafilter that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.javafilter that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.javafilter with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionJavaFilterMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) boolean
JavaFilter.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
JavaFilter.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.javafilter with parameters of type StepDataInterfaceModifierConstructorDescriptionJavaFilter
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.jobexecutor
Classes in org.pentaho.di.trans.steps.jobexecutor that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.jobexecutor that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.jobexecutor with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionvoid
JobExecutor.dispose
(StepMetaInterface smi, StepDataInterface sdi) JobExecutorMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) boolean
JobExecutor.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
JobExecutor.processRow
(StepMetaInterface smi, StepDataInterface sdi) Process a single row.void
JobExecutor.stopRunning
(StepMetaInterface stepMetaInterface, StepDataInterface stepDataInterface) Constructors in org.pentaho.di.trans.steps.jobexecutor with parameters of type StepDataInterfaceModifierConstructorDescriptionJobExecutor
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.joinrows
Classes in org.pentaho.di.trans.steps.joinrows that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.joinrows that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.joinrows with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionvoid
JoinRows.dispose
(StepMetaInterface smi, StepDataInterface sdi) JoinRowsMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) boolean
JoinRows.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.joinrows with parameters of type StepDataInterfaceModifierConstructorDescriptionJoinRows
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.ldifinput
Classes in org.pentaho.di.trans.steps.ldifinput that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.ldifinput that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.ldifinput with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionvoid
LDIFInput.dispose
(StepMetaInterface smi, StepDataInterface sdi) LDIFInputMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) boolean
LDIFInput.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
LDIFInput.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.ldifinput with parameters of type StepDataInterfaceModifierConstructorDescriptionLDIFInput
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.loadfileinput
Classes in org.pentaho.di.trans.steps.loadfileinput that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.loadfileinput that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.loadfileinput with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionvoid
LoadFileInput.dispose
(StepMetaInterface smi, StepDataInterface sdi) LoadFileInputMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) boolean
LoadFileInput.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
LoadFileInput.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.loadfileinput with parameters of type StepDataInterfaceModifierConstructorDescriptionLoadFileInput
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.mapping
Classes in org.pentaho.di.trans.steps.mapping that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.mapping that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.mapping with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionvoid
Mapping.dispose
(StepMetaInterface smi, StepDataInterface sdi) MappingMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) boolean
Mapping.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
Mapping.processRow
(StepMetaInterface smi, StepDataInterface sdi) Process a single row.void
Mapping.stopRunning
(StepMetaInterface stepMetaInterface, StepDataInterface stepDataInterface) Constructors in org.pentaho.di.trans.steps.mapping with parameters of type StepDataInterfaceModifierConstructorDescriptionMapping
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.mappinginput
Classes in org.pentaho.di.trans.steps.mappinginput that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.mappinginput that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.mappinginput with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionMappingInputMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) boolean
MappingInput.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
MappingInput.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.mappinginput with parameters of type StepDataInterfaceModifierConstructorDescriptionMappingInput
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.mappingoutput
Classes in org.pentaho.di.trans.steps.mappingoutput that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.mappingoutput that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.mappingoutput with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionMappingOutputMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) boolean
MappingOutput.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
MappingOutput.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.mappingoutput with parameters of type StepDataInterfaceModifierConstructorDescriptionMappingOutput
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.memgroupby
Classes in org.pentaho.di.trans.steps.memgroupby that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.memgroupby that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.memgroupby with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionvoid
MemoryGroupBy.dispose
(StepMetaInterface smi, StepDataInterface sdi) MemoryGroupByMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) boolean
MemoryGroupBy.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
MemoryGroupBy.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.memgroupby with parameters of type StepDataInterfaceModifierConstructorDescriptionMemoryGroupBy
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.mergejoin
Classes in org.pentaho.di.trans.steps.mergejoin that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.mergejoin that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.mergejoin with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionMergeJoinMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) boolean
MergeJoin.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
MergeJoin.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.mergejoin with parameters of type StepDataInterfaceModifierConstructorDescriptionMergeJoin
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.mergerows
Classes in org.pentaho.di.trans.steps.mergerows that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.mergerows that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.mergerows with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionMergeRowsMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) boolean
MergeRows.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
MergeRows.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.mergerows with parameters of type StepDataInterfaceModifierConstructorDescriptionMergeRows
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.missing
Methods in org.pentaho.di.trans.steps.missing with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionMissingTrans.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) boolean
MissingTransStep.init
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.missing with parameters of type StepDataInterfaceModifierConstructorDescriptionMissingTransStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.multimerge
Classes in org.pentaho.di.trans.steps.multimerge that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.multimerge that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.multimerge with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionMultiMergeJoinMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) boolean
MultiMergeJoin.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
MultiMergeJoin.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.multimerge with parameters of type StepDataInterfaceModifierConstructorDescriptionMultiMergeJoin
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.normaliser
Classes in org.pentaho.di.trans.steps.normaliser that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.normaliser that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.normaliser with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionNormaliserMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) boolean
Normaliser.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
Normaliser.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.normaliser with parameters of type StepDataInterfaceModifierConstructorDescriptionNormaliser
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.nullif
Classes in org.pentaho.di.trans.steps.nullif that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.nullif that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.nullif with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionvoid
NullIf.dispose
(StepMetaInterface smi, StepDataInterface sdi) NullIfMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) boolean
NullIf.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
NullIf.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.nullif with parameters of type StepDataInterfaceModifierConstructorDescriptionNullIf
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.numberrange
Classes in org.pentaho.di.trans.steps.numberrange that implement StepDataInterfaceModifier and TypeClassDescriptionclass
+ * Data for the NumberRangePlugin + * + * @author ronny.roeller@fredhopper.com + * +Methods in org.pentaho.di.trans.steps.numberrange that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.numberrange with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionvoid
NumberRange.dispose
(StepMetaInterface smi, StepDataInterface sdi) NumberRangeMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans disp) boolean
NumberRange.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
NumberRange.processRow
(StepMetaInterface smi, StepDataInterface sdi) Column number where the input value is storedConstructors in org.pentaho.di.trans.steps.numberrange with parameters of type StepDataInterfaceModifierConstructorDescriptionNumberRange
(StepMeta s, StepDataInterface stepDataInterface, int c, TransMeta t, Trans dis) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.olapinput
Classes in org.pentaho.di.trans.steps.olapinput that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.olapinput that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.olapinput with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionvoid
OlapInput.dispose
(StepMetaInterface smi, StepDataInterface sdi) OlapInputMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) boolean
OlapInput.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
OlapInput.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.olapinput with parameters of type StepDataInterfaceModifierConstructorDescriptionOlapInput
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.parallelgzipcsv
Classes in org.pentaho.di.trans.steps.parallelgzipcsv that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.parallelgzipcsv that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.parallelgzipcsv with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionvoid
ParGzipCsvInput.dispose
(StepMetaInterface smi, StepDataInterface sdi) ParGzipCsvInputMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) boolean
ParGzipCsvInput.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
ParGzipCsvInput.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.parallelgzipcsv with parameters of type StepDataInterfaceModifierConstructorDescriptionParGzipCsvInput
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.pgpdecryptstream
Classes in org.pentaho.di.trans.steps.pgpdecryptstream that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.pgpdecryptstream that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.pgpdecryptstream with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionvoid
PGPDecryptStream.dispose
(StepMetaInterface smi, StepDataInterface sdi) PGPDecryptStreamMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) boolean
PGPDecryptStream.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
PGPDecryptStream.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.pgpdecryptstream with parameters of type StepDataInterfaceModifierConstructorDescriptionPGPDecryptStream
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.pgpencryptstream
Classes in org.pentaho.di.trans.steps.pgpencryptstream that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.pgpencryptstream that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.pgpencryptstream with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionvoid
PGPEncryptStream.dispose
(StepMetaInterface smi, StepDataInterface sdi) PGPEncryptStreamMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) boolean
PGPEncryptStream.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
PGPEncryptStream.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.pgpencryptstream with parameters of type StepDataInterfaceModifierConstructorDescriptionPGPEncryptStream
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.prioritizestreams
Classes in org.pentaho.di.trans.steps.prioritizestreams that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.prioritizestreams that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.prioritizestreams with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionvoid
PrioritizeStreams.dispose
(StepMetaInterface smi, StepDataInterface sdi) PrioritizeStreamsMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) boolean
PrioritizeStreams.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
PrioritizeStreams.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.prioritizestreams with parameters of type StepDataInterfaceModifierConstructorDescriptionPrioritizeStreams
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.processfiles
Classes in org.pentaho.di.trans.steps.processfiles that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.processfiles that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.processfiles with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionvoid
ProcessFiles.dispose
(StepMetaInterface smi, StepDataInterface sdi) ProcessFilesMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) boolean
ProcessFiles.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
ProcessFiles.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.processfiles with parameters of type StepDataInterfaceModifierConstructorDescriptionProcessFiles
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.propertyinput
Classes in org.pentaho.di.trans.steps.propertyinput that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.propertyinput that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.propertyinput with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionvoid
PropertyInput.dispose
(StepMetaInterface smi, StepDataInterface sdi) PropertyInputMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) boolean
PropertyInput.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
PropertyInput.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.propertyinput with parameters of type StepDataInterfaceModifierConstructorDescriptionPropertyInput
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.propertyoutput
Classes in org.pentaho.di.trans.steps.propertyoutput that implement StepDataInterfaceModifier and TypeClassDescriptionclass
Output rows to Properties file and create a file.Methods in org.pentaho.di.trans.steps.propertyoutput that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.propertyoutput with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionvoid
PropertyOutput.dispose
(StepMetaInterface smi, StepDataInterface sdi) PropertyOutputMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) boolean
PropertyOutput.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
PropertyOutput.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.propertyoutput with parameters of type StepDataInterfaceModifierConstructorDescriptionPropertyOutput
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.randomvalue
Classes in org.pentaho.di.trans.steps.randomvalue that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.randomvalue that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.randomvalue with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionvoid
RandomValue.dispose
(StepMetaInterface smi, StepDataInterface sdi) RandomValueMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) boolean
RandomValue.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
RandomValue.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.randomvalue with parameters of type StepDataInterfaceModifierConstructorDescriptionRandomValue
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.recordsfromstream
Classes in org.pentaho.di.trans.steps.recordsfromstream that implement StepDataInterfaceConstructors in org.pentaho.di.trans.steps.recordsfromstream with parameters of type StepDataInterfaceModifierConstructorDescriptionRecordsFromStream
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.regexeval
Classes in org.pentaho.di.trans.steps.regexeval that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.regexeval that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.regexeval with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionvoid
RegexEval.dispose
(StepMetaInterface smi, StepDataInterface sdi) RegexEvalMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) boolean
RegexEval.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
RegexEval.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.regexeval with parameters of type StepDataInterfaceModifierConstructorDescriptionRegexEval
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.replacestring
Classes in org.pentaho.di.trans.steps.replacestring that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.replacestring that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.replacestring with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionvoid
ReplaceString.dispose
(StepMetaInterface smi, StepDataInterface sdi) ReplaceStringMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) boolean
ReplaceString.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
ReplaceString.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.replacestring with parameters of type StepDataInterfaceModifierConstructorDescriptionReplaceString
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.reservoirsampling
Classes in org.pentaho.di.trans.steps.reservoirsampling that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.reservoirsampling that return StepDataInterfaceModifier and TypeMethodDescriptionReservoirSamplingMeta.getStepData()
Get a new instance of the appropriate data class.Methods in org.pentaho.di.trans.steps.reservoirsampling with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionReservoirSamplingMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Get the executing step, needed by Trans to launch a step.boolean
ReservoirSampling.init
(StepMetaInterface smi, StepDataInterface sdi) Initialize the step.boolean
ReservoirSampling.processRow
(StepMetaInterface smi, StepDataInterface sdi) Process an incoming row of data.Constructors in org.pentaho.di.trans.steps.reservoirsampling with parameters of type StepDataInterfaceModifierConstructorDescriptionReservoirSampling
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) Creates a newReservoirSampling
instance. -
Uses of StepDataInterface in org.pentaho.di.trans.steps.rowgenerator
Classes in org.pentaho.di.trans.steps.rowgenerator that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.rowgenerator that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.rowgenerator with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionRowGeneratorMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) boolean
RowGenerator.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
RowGenerator.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.rowgenerator with parameters of type StepDataInterfaceModifierConstructorDescriptionRowGenerator
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.rowsfromresult
Classes in org.pentaho.di.trans.steps.rowsfromresult that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.rowsfromresult that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.rowsfromresult with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionRowsFromResultMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) boolean
RowsFromResult.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.rowsfromresult with parameters of type StepDataInterfaceModifierConstructorDescriptionRowsFromResult
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.rowstoresult
Classes in org.pentaho.di.trans.steps.rowstoresult that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.rowstoresult that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.rowstoresult with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionRowsToResultMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) boolean
RowsToResult.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
RowsToResult.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.rowstoresult with parameters of type StepDataInterfaceModifierConstructorDescriptionRowsToResult
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.samplerows
Classes in org.pentaho.di.trans.steps.samplerows that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.samplerows that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.samplerows with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionSampleRowsMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) boolean
SampleRows.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
SampleRows.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.samplerows with parameters of type StepDataInterfaceModifierConstructorDescriptionSampleRows
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.sasinput
Classes in org.pentaho.di.trans.steps.sasinput that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.sasinput that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.sasinput with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionSasInputMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) boolean
SasInput.processRow
(StepMetaInterface smi, StepDataInterface sdi) void
SasInput.stopRunning
(StepMetaInterface stepMetaInterface, StepDataInterface stepDataInterface) Constructors in org.pentaho.di.trans.steps.sasinput with parameters of type StepDataInterfaceModifierConstructorDescriptionSasInput
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.script
Classes in org.pentaho.di.trans.steps.script that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.script that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.script with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionvoid
Script.dispose
(StepMetaInterface smi, StepDataInterface sdi) void
ScriptDummy.dispose
(StepMetaInterface sii, StepDataInterface sdi) void
ScriptInterface.dispose
(StepMetaInterface sii, StepDataInterface sdi) ScriptMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) boolean
Script.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
ScriptDummy.init
(StepMetaInterface stepMetaInterface, StepDataInterface stepDataInterface) boolean
ScriptInterface.init
(StepMetaInterface stepMetaInterface, StepDataInterface stepDataInterface) boolean
Script.processRow
(StepMetaInterface smi, StepDataInterface sdi) boolean
ScriptDummy.processRow
(StepMetaInterface smi, StepDataInterface sdi) boolean
ScriptInterface.processRow
(StepMetaInterface smi, StepDataInterface sdi) void
ScriptDummy.stopRunning
(StepMetaInterface stepMetaInterface, StepDataInterface stepDataInterface) void
ScriptInterface.stopRunning
(StepMetaInterface stepMetaInterface, StepDataInterface stepDataInterface) Constructors in org.pentaho.di.trans.steps.script with parameters of type StepDataInterfaceModifierConstructorDescriptionScript
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.scriptvalues_mod
Classes in org.pentaho.di.trans.steps.scriptvalues_mod that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.scriptvalues_mod that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.scriptvalues_mod with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionvoid
ScriptValuesMod.dispose
(StepMetaInterface smi, StepDataInterface sdi) void
ScriptValuesModDummy.dispose
(StepMetaInterface sii, StepDataInterface sdi) ScriptValuesMetaMod.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) boolean
ScriptValuesMod.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
ScriptValuesModDummy.init
(StepMetaInterface stepMetaInterface, StepDataInterface stepDataInterface) boolean
ScriptValuesMod.processRow
(StepMetaInterface smi, StepDataInterface sdi) boolean
ScriptValuesModDummy.processRow
(StepMetaInterface smi, StepDataInterface sdi) void
ScriptValuesModDummy.stopRunning
(StepMetaInterface stepMetaInterface, StepDataInterface stepDataInterface) Constructors in org.pentaho.di.trans.steps.scriptvalues_mod with parameters of type StepDataInterfaceModifierConstructorDescriptionScriptValuesMod
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.selectvalues
Classes in org.pentaho.di.trans.steps.selectvalues that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.selectvalues that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.selectvalues with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionSelectValuesMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) boolean
SelectValues.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
SelectValues.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.selectvalues with parameters of type StepDataInterfaceModifierConstructorDescriptionSelectValues
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.setvalueconstant
Classes in org.pentaho.di.trans.steps.setvalueconstant that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.setvalueconstant that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.setvalueconstant with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionSetValueConstantMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) boolean
SetValueConstant.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
SetValueConstant.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.setvalueconstant with parameters of type StepDataInterfaceModifierConstructorDescriptionSetValueConstant
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.setvaluefield
Classes in org.pentaho.di.trans.steps.setvaluefield that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.setvaluefield that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.setvaluefield with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionvoid
SetValueField.dispose
(StepMetaInterface smi, StepDataInterface sdi) SetValueFieldMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) boolean
SetValueField.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
SetValueField.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.setvaluefield with parameters of type StepDataInterfaceModifierConstructorDescriptionSetValueField
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.setvariable
Classes in org.pentaho.di.trans.steps.setvariable that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.setvariable that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.setvariable with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionvoid
SetVariable.dispose
(StepMetaInterface smi, StepDataInterface sdi) SetVariableMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) boolean
SetVariable.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
SetVariable.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.setvariable with parameters of type StepDataInterfaceModifierConstructorDescriptionSetVariable
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.simplemapping
Classes in org.pentaho.di.trans.steps.simplemapping that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.simplemapping that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.simplemapping with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionvoid
SimpleMapping.dispose
(StepMetaInterface smi, StepDataInterface sdi) SimpleMappingMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) boolean
SimpleMapping.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
SimpleMapping.processRow
(StepMetaInterface smi, StepDataInterface sdi) Process a single row.void
SimpleMapping.stopRunning
(StepMetaInterface stepMetaInterface, StepDataInterface stepDataInterface) Constructors in org.pentaho.di.trans.steps.simplemapping with parameters of type StepDataInterfaceModifierConstructorDescriptionSimpleMapping
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.singlethreader
Classes in org.pentaho.di.trans.steps.singlethreader that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.singlethreader that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.singlethreader with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionboolean
SingleThreader.afterFinishProcessing
(StepMetaInterface smi, StepDataInterface sdi) boolean
SingleThreader.beforeStartProcessing
(StepMetaInterface smi, StepDataInterface sdi) void
SingleThreader.dispose
(StepMetaInterface smi, StepDataInterface sdi) SingleThreaderMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) boolean
SingleThreader.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
SingleThreader.processRow
(StepMetaInterface smi, StepDataInterface sdi) Process rows in batches of N rows.void
SingleThreader.stopRunning
(StepMetaInterface stepMetaInterface, StepDataInterface stepDataInterface) Constructors in org.pentaho.di.trans.steps.singlethreader with parameters of type StepDataInterfaceModifierConstructorDescriptionSingleThreader
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.socketreader
Classes in org.pentaho.di.trans.steps.socketreader that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.socketreader that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.socketreader with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionvoid
SocketReader.dispose
(StepMetaInterface smi, StepDataInterface sdi) SocketReaderMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) boolean
SocketReader.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
SocketReader.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.socketreader with parameters of type StepDataInterfaceModifierConstructorDescriptionSocketReader
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.socketwriter
Classes in org.pentaho.di.trans.steps.socketwriter that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.socketwriter that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.socketwriter with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionvoid
SocketWriter.dispose
(StepMetaInterface smi, StepDataInterface sdi) SocketWriterMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) boolean
SocketWriter.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
SocketWriter.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.socketwriter with parameters of type StepDataInterfaceModifierConstructorDescriptionSocketWriter
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.sort
Classes in org.pentaho.di.trans.steps.sort that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.sort that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.sort with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionvoid
SortRows.dispose
(StepMetaInterface smi, StepDataInterface sdi) SortRowsMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) boolean
SortRows.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
SortRows.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.sort with parameters of type StepDataInterfaceModifierConstructorDescriptionSortRows
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.sortedmerge
Classes in org.pentaho.di.trans.steps.sortedmerge that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.sortedmerge that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.sortedmerge with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionSortedMergeMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) boolean
SortedMerge.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
SortedMerge.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.sortedmerge with parameters of type StepDataInterfaceModifierConstructorDescriptionSortedMerge
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.splitfieldtorows
Classes in org.pentaho.di.trans.steps.splitfieldtorows that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.splitfieldtorows that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.splitfieldtorows with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionSplitFieldToRowsMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) boolean
SplitFieldToRows.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
SplitFieldToRows.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.splitfieldtorows with parameters of type StepDataInterfaceModifierConstructorDescriptionSplitFieldToRows
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.sql
Classes in org.pentaho.di.trans.steps.sql that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.sql that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.sql with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionvoid
ExecSQL.dispose
(StepMetaInterface smi, StepDataInterface sdi) ExecSQLMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) boolean
ExecSQL.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
ExecSQL.processRow
(StepMetaInterface smi, StepDataInterface sdi) void
ExecSQL.stopRunning
(StepMetaInterface smi, StepDataInterface sdi) Stop the running queryConstructors in org.pentaho.di.trans.steps.sql with parameters of type StepDataInterfaceModifierConstructorDescriptionExecSQL
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.sqlfileoutput
Classes in org.pentaho.di.trans.steps.sqlfileoutput that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.sqlfileoutput that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.sqlfileoutput with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionvoid
SQLFileOutput.dispose
(StepMetaInterface smi, StepDataInterface sdi) SQLFileOutputMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) boolean
SQLFileOutput.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
SQLFileOutput.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.sqlfileoutput with parameters of type StepDataInterfaceModifierConstructorDescriptionSQLFileOutput
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.ssh
Classes in org.pentaho.di.trans.steps.ssh that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.ssh that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.ssh with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionvoid
SSH.dispose
(StepMetaInterface smi, StepDataInterface sdi) SSHMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) boolean
SSH.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
SSH.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.ssh with parameters of type StepDataInterfaceModifierConstructorDescriptionSSH
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.stepmeta
Classes in org.pentaho.di.trans.steps.stepmeta that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.stepmeta that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.stepmeta with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionStepMetastructureMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) boolean
StepMetastructure.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
StepMetastructure.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.stepmeta with parameters of type StepDataInterfaceModifierConstructorDescriptionStepMetastructure
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.stepsmetrics
Classes in org.pentaho.di.trans.steps.stepsmetrics that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.stepsmetrics that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.stepsmetrics with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionStepsMetricsMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) boolean
StepsMetrics.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
StepsMetrics.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.stepsmetrics with parameters of type StepDataInterfaceModifierConstructorDescriptionStepsMetrics
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.streamlookup
Classes in org.pentaho.di.trans.steps.streamlookup that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.streamlookup that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.streamlookup with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionvoid
StreamLookup.dispose
(StepMetaInterface smi, StepDataInterface sdi) StreamLookupMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) boolean
StreamLookup.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
StreamLookup.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.streamlookup with parameters of type StepDataInterfaceModifierConstructorDescriptionStreamLookup
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.stringcut
Classes in org.pentaho.di.trans.steps.stringcut that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.stringcut that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.stringcut with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionvoid
StringCut.dispose
(StepMetaInterface smi, StepDataInterface sdi) StringCutMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) boolean
StringCut.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
StringCut.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.stringcut with parameters of type StepDataInterfaceModifierConstructorDescriptionStringCut
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.stringoperations
Classes in org.pentaho.di.trans.steps.stringoperations that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.stringoperations that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.stringoperations with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionvoid
StringOperations.dispose
(StepMetaInterface smi, StepDataInterface sdi) StringOperationsMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) boolean
StringOperations.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
StringOperations.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.stringoperations with parameters of type StepDataInterfaceModifierConstructorDescriptionStringOperations
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.switchcase
Classes in org.pentaho.di.trans.steps.switchcase that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.switchcase that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.switchcase with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionSwitchCaseMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) boolean
SwitchCase.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
SwitchCase.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.switchcase with parameters of type StepDataInterfaceModifierConstructorDescriptionSwitchCase
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.symmetriccrypto.secretkeygenerator
Classes in org.pentaho.di.trans.steps.symmetriccrypto.secretkeygenerator that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.symmetriccrypto.secretkeygenerator that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.symmetriccrypto.secretkeygenerator with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionvoid
SecretKeyGenerator.dispose
(StepMetaInterface smi, StepDataInterface sdi) SecretKeyGeneratorMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) boolean
SecretKeyGenerator.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
SecretKeyGenerator.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.symmetriccrypto.secretkeygenerator with parameters of type StepDataInterfaceModifierConstructorDescriptionSecretKeyGenerator
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.symmetriccrypto.symmetriccryptotrans
Classes in org.pentaho.di.trans.steps.symmetriccrypto.symmetriccryptotrans that implement StepDataInterfaceModifier and TypeClassDescriptionclass
Symmetric algorithm Executes a SymmetricCryptoTrans on the values in the input stream.Methods in org.pentaho.di.trans.steps.symmetriccrypto.symmetriccryptotrans that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.symmetriccrypto.symmetriccryptotrans with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionvoid
SymmetricCryptoTrans.dispose
(StepMetaInterface smi, StepDataInterface sdi) SymmetricCryptoTransMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) boolean
SymmetricCryptoTrans.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
SymmetricCryptoTrans.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.symmetriccrypto.symmetriccryptotrans with parameters of type StepDataInterfaceModifierConstructorDescriptionSymmetricCryptoTrans
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.synchronizeaftermerge
Classes in org.pentaho.di.trans.steps.synchronizeaftermerge that implement StepDataInterfaceModifier and TypeClassDescriptionclass
Performs an insert/update/delete depending on the value of a field.Methods in org.pentaho.di.trans.steps.synchronizeaftermerge that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.synchronizeaftermerge with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionboolean
SynchronizeAfterMerge.afterFinishProcessing
(StepMetaInterface smi, StepDataInterface sdi) SynchronizeAfterMergeMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) boolean
SynchronizeAfterMerge.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
SynchronizeAfterMerge.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.synchronizeaftermerge with parameters of type StepDataInterfaceModifierConstructorDescriptionSynchronizeAfterMerge
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.syslog
Classes in org.pentaho.di.trans.steps.syslog that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.syslog that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.syslog with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionvoid
SyslogMessage.dispose
(StepMetaInterface smi, StepDataInterface sdi) SyslogMessageMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) boolean
SyslogMessage.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
SyslogMessage.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.syslog with parameters of type StepDataInterfaceModifierConstructorDescriptionSyslogMessage
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.systemdata
Classes in org.pentaho.di.trans.steps.systemdata that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.systemdata that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.systemdata with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionvoid
SystemData.dispose
(StepMetaInterface smi, StepDataInterface sdi) SystemDataMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) boolean
SystemData.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
SystemData.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.systemdata with parameters of type StepDataInterfaceModifierConstructorDescriptionSystemData
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.tablecompare
Classes in org.pentaho.di.trans.steps.tablecompare that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.tablecompare that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.tablecompare with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionvoid
TableCompare.dispose
(StepMetaInterface smi, StepDataInterface sdi) TableCompareMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) boolean
TableCompare.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
TableCompare.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.tablecompare with parameters of type StepDataInterfaceModifierConstructorDescriptionTableCompare
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.tableexists
Classes in org.pentaho.di.trans.steps.tableexists that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.tableexists that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.tableexists with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionTableExistsMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) boolean
TableExists.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
TableExists.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.tableexists with parameters of type StepDataInterfaceModifierConstructorDescriptionTableExists
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.tableinput
Classes in org.pentaho.di.trans.steps.tableinput that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.tableinput that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.tableinput with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionvoid
TableInput.dispose
(StepMetaInterface smi, StepDataInterface sdi) TableInputMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) boolean
TableInput.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
TableInput.processRow
(StepMetaInterface smi, StepDataInterface sdi) void
TableInput.stopRunning
(StepMetaInterface smi, StepDataInterface sdi) Stop the running queryConstructors in org.pentaho.di.trans.steps.tableinput with parameters of type StepDataInterfaceModifierConstructorDescriptionTableInput
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.tableoutput
Classes in org.pentaho.di.trans.steps.tableoutput that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.tableoutput that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.tableoutput with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionvoid
TableOutput.dispose
(StepMetaInterface smi, StepDataInterface sdi) org.pentaho.di.core.row.RowMeta
TableOutputMeta.getRowMeta
(StepDataInterface stepData) TableOutputMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) boolean
TableOutput.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
TableOutput.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.tableoutput with parameters of type StepDataInterfaceModifierConstructorDescriptionTableOutput
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.textfileinput
Classes in org.pentaho.di.trans.steps.textfileinput that implement StepDataInterfaceModifier and TypeClassDescriptionclass
Deprecated.replaced by implementation in the ...steps.fileinput.text packageMethods in org.pentaho.di.trans.steps.textfileinput that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.textfileinput with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionvoid
TextFileInput.dispose
(StepMetaInterface smi, StepDataInterface sdi) Deprecated.TextFileInputMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Deprecated.boolean
TextFileInput.init
(StepMetaInterface smi, StepDataInterface sdi) Deprecated.boolean
TextFileInput.processRow
(StepMetaInterface smi, StepDataInterface sdi) Deprecated.Constructors in org.pentaho.di.trans.steps.textfileinput with parameters of type StepDataInterfaceModifierConstructorDescriptionTextFileInput
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) Deprecated. -
Uses of StepDataInterface in org.pentaho.di.trans.steps.textfileoutput
Classes in org.pentaho.di.trans.steps.textfileoutput that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.textfileoutput that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.textfileoutput with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionvoid
TextFileOutput.dispose
(StepMetaInterface smi, StepDataInterface sdi) TextFileOutputMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) boolean
TextFileOutput.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
TextFileOutput.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.textfileoutput with parameters of type StepDataInterfaceModifierConstructorDescriptionTextFileOutput
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.textfileoutputlegacy
Methods in org.pentaho.di.trans.steps.textfileoutputlegacy with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionTextFileOutputLegacyMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Deprecated.Constructors in org.pentaho.di.trans.steps.textfileoutputlegacy with parameters of type StepDataInterfaceModifierConstructorDescriptionTextFileOutputLegacy
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) Deprecated. -
Uses of StepDataInterface in org.pentaho.di.trans.steps.transexecutor
Classes in org.pentaho.di.trans.steps.transexecutor that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.transexecutor that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.transexecutor with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionvoid
TransExecutor.dispose
(StepMetaInterface smi, StepDataInterface sdi) TransExecutorMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) boolean
TransExecutor.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
TransExecutor.processRow
(StepMetaInterface smi, StepDataInterface sdi) Process a single row.void
TransExecutor.stopRunning
(StepMetaInterface stepMetaInterface, StepDataInterface stepDataInterface) Constructors in org.pentaho.di.trans.steps.transexecutor with parameters of type StepDataInterfaceModifierConstructorDescriptionTransExecutor
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.uniquerows
Classes in org.pentaho.di.trans.steps.uniquerows that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.uniquerows that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.uniquerows with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionUniqueRowsMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) boolean
UniqueRows.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
UniqueRows.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.uniquerows with parameters of type StepDataInterfaceModifierConstructorDescriptionUniqueRows
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.uniquerowsbyhashset
Classes in org.pentaho.di.trans.steps.uniquerowsbyhashset that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.uniquerowsbyhashset that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.uniquerowsbyhashset with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionUniqueRowsByHashSetMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) boolean
UniqueRowsByHashSet.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
UniqueRowsByHashSet.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.uniquerowsbyhashset with parameters of type StepDataInterfaceModifierConstructorDescriptionUniqueRowsByHashSet
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.univariatestats
Classes in org.pentaho.di.trans.steps.univariatestats that implement StepDataInterfaceModifier and TypeClassDescriptionclass
Holds temporary data and has routines for computing derived statistics.Methods in org.pentaho.di.trans.steps.univariatestats that return StepDataInterfaceModifier and TypeMethodDescriptionUnivariateStatsMeta.getStepData()
Get a new instance of the appropriate data class.Methods in org.pentaho.di.trans.steps.univariatestats with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionUnivariateStatsMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Get the executing step, needed by Trans to launch a step.boolean
UnivariateStats.init
(StepMetaInterface smi, StepDataInterface sdi) Initialize the step.boolean
UnivariateStats.processRow
(StepMetaInterface smi, StepDataInterface sdi) Process an incoming row of data.Constructors in org.pentaho.di.trans.steps.univariatestats with parameters of type StepDataInterfaceModifierConstructorDescriptionUnivariateStats
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) Creates a newUnivariateStats
instance. -
Uses of StepDataInterface in org.pentaho.di.trans.steps.update
Classes in org.pentaho.di.trans.steps.update that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.update that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.update with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionvoid
Update.dispose
(StepMetaInterface smi, StepDataInterface sdi) UpdateMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) boolean
Update.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
Update.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.update with parameters of type StepDataInterfaceModifierConstructorDescriptionUpdate
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.userdefinedjavaclass
Classes in org.pentaho.di.trans.steps.userdefinedjavaclass that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.userdefinedjavaclass that return StepDataInterfaceModifier and TypeMethodDescriptionUserDefinedJavaClassMeta.getStepData()
TransformClassBase.getStepDataInterface()
UserDefinedJavaClass.getStepDataInterface()
UserDefinedJavaClass.getStepDataInterfaceImpl()
Methods in org.pentaho.di.trans.steps.userdefinedjavaclass with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionvoid
TransformClassBase.dispose
(StepMetaInterface smi, StepDataInterface sdi) void
UserDefinedJavaClass.dispose
(StepMetaInterface smi, StepDataInterface sdi) void
UserDefinedJavaClass.disposeImpl
(StepMetaInterface smi, StepDataInterface sdi) UserDefinedJavaClassMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) boolean
TransformClassBase.init
(StepMetaInterface stepMetaInterface, StepDataInterface stepDataInterface) boolean
UserDefinedJavaClass.init
(StepMetaInterface stepMetaInterface, StepDataInterface stepDataInterface) boolean
UserDefinedJavaClass.initImpl
(StepMetaInterface stepMetaInterface, StepDataInterface stepDataInterface) abstract boolean
TransformClassBase.processRow
(StepMetaInterface smi, StepDataInterface sdi) boolean
UserDefinedJavaClass.processRow
(StepMetaInterface smi, StepDataInterface sdi) void
TransformClassBase.stopRunning
(StepMetaInterface stepMetaInterface, StepDataInterface stepDataInterface) void
UserDefinedJavaClass.stopRunning
(StepMetaInterface stepMetaInterface, StepDataInterface stepDataInterface) void
UserDefinedJavaClass.stopRunningImpl
(StepMetaInterface stepMetaInterface, StepDataInterface stepDataInterface) Constructors in org.pentaho.di.trans.steps.userdefinedjavaclass with parameters of type StepDataInterfaceModifierConstructorDescriptionUserDefinedJavaClass
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.validator
Classes in org.pentaho.di.trans.steps.validator that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.validator that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.validator with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionValidatorMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) boolean
Validator.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
Validator.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.validator with parameters of type StepDataInterfaceModifierConstructorDescriptionValidator
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.valuemapper
Classes in org.pentaho.di.trans.steps.valuemapper that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.valuemapper that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.valuemapper with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionvoid
ValueMapper.dispose
(StepMetaInterface smi, StepDataInterface sdi) ValueMapperMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) boolean
ValueMapper.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
ValueMapper.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.valuemapper with parameters of type StepDataInterfaceModifierConstructorDescriptionValueMapper
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.webserviceavailable
Classes in org.pentaho.di.trans.steps.webserviceavailable that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.webserviceavailable that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.webserviceavailable with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionvoid
WebServiceAvailable.dispose
(StepMetaInterface smi, StepDataInterface sdi) WebServiceAvailableMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) boolean
WebServiceAvailable.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
WebServiceAvailable.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.webserviceavailable with parameters of type StepDataInterfaceModifierConstructorDescriptionWebServiceAvailable
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.webservices
Classes in org.pentaho.di.trans.steps.webservices that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.webservices that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.webservices with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionvoid
WebService.dispose
(StepMetaInterface smi, StepDataInterface sdi) WebServiceMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans disp) boolean
WebService.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
WebService.processRow
(StepMetaInterface metaInterface, StepDataInterface dataInterface) Constructors in org.pentaho.di.trans.steps.webservices with parameters of type StepDataInterfaceModifierConstructorDescriptionWebService
(StepMeta aStepMeta, StepDataInterface aStepData, int value, TransMeta aTransMeta, Trans aTrans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.writetolog
Classes in org.pentaho.di.trans.steps.writetolog that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.writetolog that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.writetolog with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionWriteToLogMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) boolean
WriteToLog.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
WriteToLog.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.writetolog with parameters of type StepDataInterfaceModifierConstructorDescriptionWriteToLog
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.xbaseinput
Classes in org.pentaho.di.trans.steps.xbaseinput that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.xbaseinput that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.xbaseinput with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionvoid
XBaseInput.dispose
(StepMetaInterface smi, StepDataInterface sdi) XBaseInputMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) boolean
XBaseInput.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
XBaseInput.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.xbaseinput with parameters of type StepDataInterfaceModifierConstructorDescriptionXBaseInput
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.zipfile
Classes in org.pentaho.di.trans.steps.zipfile that implement StepDataInterfaceMethods in org.pentaho.di.trans.steps.zipfile that return StepDataInterfaceMethods in org.pentaho.di.trans.steps.zipfile with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionvoid
ZipFile.dispose
(StepMetaInterface smi, StepDataInterface sdi) ZipFileMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) boolean
ZipFile.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
ZipFile.processRow
(StepMetaInterface smi, StepDataInterface sdi) Constructors in org.pentaho.di.trans.steps.zipfile with parameters of type StepDataInterfaceModifierConstructorDescriptionZipFile
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.streaming.common
Methods in org.pentaho.di.trans.streaming.common with parameters of type StepDataInterfaceModifier and TypeMethodDescriptionboolean
BaseStreamStep.init
(StepMetaInterface stepMetaInterface, StepDataInterface stepDataInterface) boolean
BaseStreamStep.processRow
(StepMetaInterface smi, StepDataInterface sdi) void
BaseStreamStep.stopRunning
(StepMetaInterface stepMetaInterface, StepDataInterface stepDataInterface) Constructors in org.pentaho.di.trans.streaming.common with parameters of type StepDataInterfaceModifierConstructorDescriptionBaseStreamStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)