Uses of Interface
org.pentaho.di.trans.step.StepDataInterface
Package
Description
-
Uses of StepDataInterface in org.pentaho.di.core
Modifier and TypeMethodDescriptionorg.pentaho.di.core.row.RowMeta
ProvidesModelerMeta.getRowMeta
(StepDataInterface stepData) -
Uses of StepDataInterface in org.pentaho.di.core.util
Modifier and TypeMethodDescriptionAbstractStepMeta.getStepData()
Get a new instance of the appropriate data class.ModifierConstructorDescriptionAbstractStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) Constructor. -
Uses of StepDataInterface in org.pentaho.di.trans
Modifier 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.Modifier and TypeMethodDescriptionboolean
SingleThreadedTransExecutor.afterFinishProcessing
(StepMetaInterface smi, StepDataInterface sdi) boolean
SingleThreadedTransExecutor.beforeStartProcessing
(StepMetaInterface smi, StepDataInterface sdi) -
Uses of StepDataInterface in org.pentaho.di.trans.step
Modifier 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.Modifier and TypeMethodDescriptionStepMetaInterface.getStepData()
Get a new instance of the appropriate data class.BaseStep.getStepDataInterface()
Modifier 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...ModifierConstructorDescriptionBaseDatabaseStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) BaseDatabaseStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans, boolean connectToDatabaseOnInit) BaseStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) This is the base step that forms that basis for all steps. -
Uses of StepDataInterface in org.pentaho.di.trans.steps.calculator
Modifier 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) ModifierConstructorDescriptionCalculator
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.constant
Modifier 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) ModifierConstructorDescriptionConstant
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.csvinput
Modifier 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) ModifierConstructorDescriptionCsvInput
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.databasejoin
Modifier 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.ModifierConstructorDescriptionDatabaseJoin
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.databaselookup
Modifier 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 queryModifierConstructorDescriptionDatabaseLookup
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.datagrid
Modifier and TypeMethodDescriptionDataGridMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) boolean
DataGrid.processRow
(StepMetaInterface smi, StepDataInterface sdi) ModifierConstructorDescriptionDataGrid
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.dbproc
Modifier 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) ModifierConstructorDescriptionDBProc
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.delete
Modifier 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) ModifierConstructorDescriptionDelete
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.denormaliser
Modifier and TypeClassDescriptionclass
Data structure used by Denormaliser during processingModifier 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) ModifierConstructorDescriptionDenormaliser
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.detectemptystream
Modifier 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) ModifierConstructorDescriptionDetectEmptyStream
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.detectlastrow
Modifier 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) ModifierConstructorDescriptionDetectLastRow
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.dimensionlookup
Modifier 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) ModifierConstructorDescriptionDimensionLookup
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.dummytrans
Modifier and TypeMethodDescriptionDummyTransMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) boolean
DummyTrans.processRow
(StepMetaInterface smi, StepDataInterface sdi) ModifierConstructorDescriptionDummyTrans
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.dynamicsqlrow
Modifier 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 queryModifierConstructorDescriptionDynamicSQLRow
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.execprocess
Modifier 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) ModifierConstructorDescriptionExecProcess
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.execsqlrow
Modifier 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 queryModifierConstructorDescriptionExecSQLRow
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.fieldschangesequence
Modifier 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) ModifierConstructorDescriptionFieldsChangeSequence
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.fieldsplitter
Modifier 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) ModifierConstructorDescriptionFieldSplitter
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.file
Modifier and TypeClassDescriptionclass
Some base data for file-based input steps.Modifier 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.ModifierConstructorDescriptionBaseFileInputStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.fileexists
Modifier 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) ModifierConstructorDescriptionFileExists
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.fileinput.text
Modifier and TypeMethodDescriptionTextFileInputMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) ModifierConstructorDescriptionTextFileInput
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.filelocked
Modifier 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) ModifierConstructorDescriptionFileLocked
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.filesfromresult
Modifier 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) ModifierConstructorDescriptionFilesFromResult
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.filestoresult
Modifier 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) ModifierConstructorDescriptionFilesToResult
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.filterrows
Modifier 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) ModifierConstructorDescriptionFilterRows
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.fixedinput
Modifier 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) ModifierConstructorDescriptionFixedInput
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.flattener
Modifier 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) ModifierConstructorDescriptionFlattener
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.formula
Modifier 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) ModifierConstructorDescriptionFormula
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.fuzzymatch
Modifier 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) ModifierConstructorDescriptionFuzzyMatch
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.getfilenames
Modifier 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) ModifierConstructorDescriptionGetFileNames
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.getfilesrowscount
Modifier 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) ModifierConstructorDescriptionGetFilesRowsCount
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.getslavesequence
Modifier 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) ModifierConstructorDescriptionGetSlaveSequence
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.getsubfolders
Modifier 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) ModifierConstructorDescriptionGetSubFolders
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.gettablenames
Modifier 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) ModifierConstructorDescriptionGetTableNames
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.getvariable
Modifier 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) ModifierConstructorDescriptionGetVariable
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.groupby
Modifier 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) ModifierConstructorDescriptionGroupBy
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.http
Modifier 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) ModifierConstructorDescriptionHTTP
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.httppost
Modifier 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) ModifierConstructorDescriptionHTTPPOST
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.ifnull
Modifier 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) ModifierConstructorDescriptionIfNull
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.injector
Modifier and TypeClassDescriptionclass
Data class to allow a java program to inject rows of data into a transformation.Modifier and TypeMethodDescriptionInjectorMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) boolean
Injector.processRow
(StepMetaInterface smi, StepDataInterface sdi) ModifierConstructorDescriptionInjector
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.insertupdate
Modifier 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) ModifierConstructorDescriptionInsertUpdate
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.janino
Modifier 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) ModifierConstructorDescriptionJanino
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.javafilter
Modifier 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) ModifierConstructorDescriptionJavaFilter
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.jobexecutor
Modifier 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) ModifierConstructorDescriptionJobExecutor
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.joinrows
Modifier 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) ModifierConstructorDescriptionJoinRows
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.ldifinput
Modifier 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) ModifierConstructorDescriptionLDIFInput
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.loadfileinput
Modifier 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) ModifierConstructorDescriptionLoadFileInput
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.mapping
Modifier 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) ModifierConstructorDescriptionMapping
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.mappinginput
Modifier 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) ModifierConstructorDescriptionMappingInput
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.mappingoutput
Modifier 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) ModifierConstructorDescriptionMappingOutput
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.memgroupby
Modifier 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) ModifierConstructorDescriptionMemoryGroupBy
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.mergejoin
Modifier 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) ModifierConstructorDescriptionMergeJoin
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.mergerows
Modifier 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) ModifierConstructorDescriptionMergeRows
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.missing
Modifier and TypeMethodDescriptionMissingTrans.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) boolean
MissingTransStep.init
(StepMetaInterface smi, StepDataInterface sdi) ModifierConstructorDescriptionMissingTransStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.multimerge
Modifier 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) ModifierConstructorDescriptionMultiMergeJoin
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.normaliser
Modifier 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) ModifierConstructorDescriptionNormaliser
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.nullif
Modifier 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) ModifierConstructorDescriptionNullIf
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.numberrange
Modifier and TypeClassDescriptionclass
+ * Data for the NumberRangePlugin + * + * @author ronny.roeller@fredhopper.com + * +Modifier 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 storedModifierConstructorDescriptionNumberRange
(StepMeta s, StepDataInterface stepDataInterface, int c, TransMeta t, Trans dis) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.olapinput
Modifier 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) ModifierConstructorDescriptionOlapInput
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.parallelgzipcsv
Modifier 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) ModifierConstructorDescriptionParGzipCsvInput
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.pgpdecryptstream
Modifier 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) ModifierConstructorDescriptionPGPDecryptStream
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.pgpencryptstream
Modifier 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) ModifierConstructorDescriptionPGPEncryptStream
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.prioritizestreams
Modifier 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) ModifierConstructorDescriptionPrioritizeStreams
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.processfiles
Modifier 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) ModifierConstructorDescriptionProcessFiles
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.propertyinput
Modifier 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) ModifierConstructorDescriptionPropertyInput
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.propertyoutput
Modifier and TypeClassDescriptionclass
Output rows to Properties file and create a file.Modifier 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) ModifierConstructorDescriptionPropertyOutput
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.randomvalue
Modifier 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) ModifierConstructorDescriptionRandomValue
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.recordsfromstream
ModifierConstructorDescriptionRecordsFromStream
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.regexeval
Modifier 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) ModifierConstructorDescriptionRegexEval
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.replacestring
Modifier 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) ModifierConstructorDescriptionReplaceString
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.reservoirsampling
Modifier and TypeMethodDescriptionReservoirSamplingMeta.getStepData()
Get a new instance of the appropriate data class.Modifier and TypeMethodDescriptionReservoirSamplingMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Get the executing step, needed by Trans to launch a step.boolean
ReservoirSampling.init
(StepMetaInterface smi, StepDataInterface sdi) Initialize the step.boolean
ReservoirSampling.processRow
(StepMetaInterface smi, StepDataInterface sdi) Process an incoming row of data.ModifierConstructorDescriptionReservoirSampling
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) Creates a newReservoirSampling
instance. -
Uses of StepDataInterface in org.pentaho.di.trans.steps.rowgenerator
Modifier 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) ModifierConstructorDescriptionRowGenerator
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.rowsfromresult
Modifier and TypeMethodDescriptionRowsFromResultMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) boolean
RowsFromResult.processRow
(StepMetaInterface smi, StepDataInterface sdi) ModifierConstructorDescriptionRowsFromResult
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.rowstoresult
Modifier 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) ModifierConstructorDescriptionRowsToResult
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.samplerows
Modifier 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) ModifierConstructorDescriptionSampleRows
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.sasinput
Modifier 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) ModifierConstructorDescriptionSasInput
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.script
Modifier 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) ModifierConstructorDescriptionScript
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.scriptvalues_mod
Modifier 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) ModifierConstructorDescriptionScriptValuesMod
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.selectvalues
Modifier 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) ModifierConstructorDescriptionSelectValues
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.setvalueconstant
Modifier 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) ModifierConstructorDescriptionSetValueConstant
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.setvaluefield
Modifier 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) ModifierConstructorDescriptionSetValueField
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.setvariable
Modifier 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) ModifierConstructorDescriptionSetVariable
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.simplemapping
Modifier 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) ModifierConstructorDescriptionSimpleMapping
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.singlethreader
Modifier 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) ModifierConstructorDescriptionSingleThreader
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.socketreader
Modifier 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) ModifierConstructorDescriptionSocketReader
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.socketwriter
Modifier 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) ModifierConstructorDescriptionSocketWriter
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.sort
Modifier 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) ModifierConstructorDescriptionSortRows
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.sortedmerge
Modifier 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) ModifierConstructorDescriptionSortedMerge
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.splitfieldtorows
Modifier 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) ModifierConstructorDescriptionSplitFieldToRows
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.sql
Modifier 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 queryModifierConstructorDescriptionExecSQL
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.sqlfileoutput
Modifier 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) ModifierConstructorDescriptionSQLFileOutput
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.ssh
Modifier 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) ModifierConstructorDescriptionSSH
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.stepmeta
Modifier 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) ModifierConstructorDescriptionStepMetastructure
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.stepsmetrics
Modifier 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) ModifierConstructorDescriptionStepsMetrics
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.streamlookup
Modifier 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) ModifierConstructorDescriptionStreamLookup
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.stringcut
Modifier 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) ModifierConstructorDescriptionStringCut
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.stringoperations
Modifier 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) ModifierConstructorDescriptionStringOperations
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.switchcase
Modifier 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) ModifierConstructorDescriptionSwitchCase
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.symmetriccrypto.secretkeygenerator
Modifier 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) ModifierConstructorDescriptionSecretKeyGenerator
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.symmetriccrypto.symmetriccryptotrans
Modifier and TypeClassDescriptionclass
Symmetric algorithm Executes a SymmetricCryptoTrans on the values in the input stream.Modifier and 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) ModifierConstructorDescriptionSymmetricCryptoTrans
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.synchronizeaftermerge
Modifier and TypeClassDescriptionclass
Performs an insert/update/delete depending on the value of a field.Modifier 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) ModifierConstructorDescriptionSynchronizeAfterMerge
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.syslog
Modifier 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) ModifierConstructorDescriptionSyslogMessage
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.systemdata
Modifier 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) ModifierConstructorDescriptionSystemData
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.tablecompare
Modifier 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) ModifierConstructorDescriptionTableCompare
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.tableexists
Modifier 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) ModifierConstructorDescriptionTableExists
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.tableinput
Modifier 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 queryModifierConstructorDescriptionTableInput
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.tableoutput
Modifier 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) ModifierConstructorDescriptionTableOutput
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.textfileinput
Modifier and TypeClassDescriptionclass
Deprecated.replaced by implementation in the ...steps.fileinput.text packageModifier 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.ModifierConstructorDescriptionTextFileInput
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) Deprecated. -
Uses of StepDataInterface in org.pentaho.di.trans.steps.textfileoutput
Modifier 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) ModifierConstructorDescriptionTextFileOutput
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.textfileoutputlegacy
Modifier and TypeMethodDescriptionTextFileOutputLegacyMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Deprecated.ModifierConstructorDescriptionTextFileOutputLegacy
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) Deprecated. -
Uses of StepDataInterface in org.pentaho.di.trans.steps.transexecutor
Modifier 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) ModifierConstructorDescriptionTransExecutor
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.uniquerows
Modifier 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) ModifierConstructorDescriptionUniqueRows
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.uniquerowsbyhashset
Modifier 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) ModifierConstructorDescriptionUniqueRowsByHashSet
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.univariatestats
Modifier and TypeClassDescriptionclass
Holds temporary data and has routines for computing derived statistics.Modifier and TypeMethodDescriptionUnivariateStatsMeta.getStepData()
Get a new instance of the appropriate data class.Modifier and TypeMethodDescriptionUnivariateStatsMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Get the executing step, needed by Trans to launch a step.boolean
UnivariateStats.init
(StepMetaInterface smi, StepDataInterface sdi) Initialize the step.boolean
UnivariateStats.processRow
(StepMetaInterface smi, StepDataInterface sdi) Process an incoming row of data.ModifierConstructorDescriptionUnivariateStats
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) Creates a newUnivariateStats
instance. -
Uses of StepDataInterface in org.pentaho.di.trans.steps.update
Modifier 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) ModifierConstructorDescriptionUpdate
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.userdefinedjavaclass
Modifier and TypeMethodDescriptionUserDefinedJavaClassMeta.getStepData()
TransformClassBase.getStepDataInterface()
UserDefinedJavaClass.getStepDataInterface()
UserDefinedJavaClass.getStepDataInterfaceImpl()
Modifier 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) ModifierConstructorDescriptionUserDefinedJavaClass
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.validator
Modifier 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) ModifierConstructorDescriptionValidator
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.valuemapper
Modifier 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) ModifierConstructorDescriptionValueMapper
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.webserviceavailable
Modifier 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) ModifierConstructorDescriptionWebServiceAvailable
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.webservices
Modifier 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) ModifierConstructorDescriptionWebService
(StepMeta aStepMeta, StepDataInterface aStepData, int value, TransMeta aTransMeta, Trans aTrans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.writetolog
Modifier 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) ModifierConstructorDescriptionWriteToLog
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.xbaseinput
Modifier 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) ModifierConstructorDescriptionXBaseInput
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.steps.zipfile
Modifier 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) ModifierConstructorDescriptionZipFile
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of StepDataInterface in org.pentaho.di.trans.streaming.common
Modifier and TypeMethodDescriptionboolean
BaseStreamStep.init
(StepMetaInterface stepMetaInterface, StepDataInterface stepDataInterface) boolean
BaseStreamStep.processRow
(StepMetaInterface smi, StepDataInterface sdi) void
BaseStreamStep.stopRunning
(StepMetaInterface stepMetaInterface, StepDataInterface stepDataInterface) ModifierConstructorDescriptionBaseStreamStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)