Uses of Interface
org.pentaho.di.trans.step.StepDataInterface
-
-
Uses of StepDataInterface in org.pentaho.di.core
Methods in org.pentaho.di.core with parameters of type StepDataInterface Modifier and Type Method Description org.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 StepDataInterface Modifier and Type Class Description class
GenericStepData
Methods in org.pentaho.di.core.util that return StepDataInterface Modifier and Type Method Description StepDataInterface
AbstractStepMeta. getStepData()
Get a new instance of the appropriate data class.Constructors in org.pentaho.di.core.util with parameters of type StepDataInterface Constructor Description AbstractStep(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 StepDataInterface Modifier and Type Method Description StepDataInterface
Trans. findDataInterface(String name)
Find the data interface for the step with the specified name.StepDataInterface
Trans. getStepDataInterface(String stepname, int stepcopy)
Finds the StepDataInterface (currently) associated with the specified step. -
Uses of StepDataInterface in org.pentaho.di.trans.step
Classes in org.pentaho.di.trans.step that implement StepDataInterface Modifier and Type Class Description class
BaseDatabaseStepData
class
BaseStepData
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 StepDataInterface Modifier and Type Field Description StepDataInterface
StepMetaDataCombi. data
Methods in org.pentaho.di.trans.step that return StepDataInterface Modifier and Type Method Description StepDataInterface
StepMetaInterface. getStepData()
Get a new instance of the appropriate data class.StepDataInterface
BaseStep. getStepDataInterface()
Methods in org.pentaho.di.trans.step with parameters of type StepDataInterface Modifier and Type Method Description default 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.StepInterface
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 StepDataInterface Constructor Description BaseDatabaseStep(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 StepDataInterface Modifier and Type Class Description class
CalculatorData
Methods in org.pentaho.di.trans.steps.calculator that return StepDataInterface Modifier and Type Method Description StepDataInterface
CalculatorMeta. getStepData()
Methods in org.pentaho.di.trans.steps.calculator with parameters of type StepDataInterface Modifier and Type Method Description StepInterface
CalculatorMeta. 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 StepDataInterface Constructor Description Calculator(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 StepDataInterface Modifier and Type Class Description class
ConstantData
Methods in org.pentaho.di.trans.steps.constant that return StepDataInterface Modifier and Type Method Description StepDataInterface
ConstantMeta. getStepData()
Methods in org.pentaho.di.trans.steps.constant with parameters of type StepDataInterface Modifier and Type Method Description StepInterface
ConstantMeta. 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 StepDataInterface Constructor Description Constant(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
-
Uses of StepDataInterface in org.pentaho.di.trans.steps.creditcardvalidator
Classes in org.pentaho.di.trans.steps.creditcardvalidator that implement StepDataInterface Modifier and Type Class Description class
CreditCardValidatorData
Methods in org.pentaho.di.trans.steps.creditcardvalidator that return StepDataInterface Modifier and Type Method Description StepDataInterface
CreditCardValidatorMeta. getStepData()
Methods in org.pentaho.di.trans.steps.creditcardvalidator with parameters of type StepDataInterface Modifier and Type Method Description void
CreditCardValidator. dispose(StepMetaInterface smi, StepDataInterface sdi)
StepInterface
CreditCardValidatorMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)
boolean
CreditCardValidator. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
CreditCardValidator. processRow(StepMetaInterface smi, StepDataInterface sdi)
Constructors in org.pentaho.di.trans.steps.creditcardvalidator with parameters of type StepDataInterface Constructor Description CreditCardValidator(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 StepDataInterface Modifier and Type Class Description class
CsvInputData
Methods in org.pentaho.di.trans.steps.csvinput that return StepDataInterface Modifier and Type Method Description StepDataInterface
CsvInputMeta. getStepData()
Methods in org.pentaho.di.trans.steps.csvinput with parameters of type StepDataInterface Modifier and Type Method Description void
CsvInput. dispose(StepMetaInterface smi, StepDataInterface sdi)
StepInterface
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 StepDataInterface Constructor Description CsvInput(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 StepDataInterface Modifier and Type Class Description class
DatabaseJoinData
Methods in org.pentaho.di.trans.steps.databasejoin that return StepDataInterface Modifier and Type Method Description StepDataInterface
DatabaseJoinMeta. getStepData()
Methods in org.pentaho.di.trans.steps.databasejoin with parameters of type StepDataInterface Modifier and Type Method Description void
DatabaseJoin. dispose(StepMetaInterface smi, StepDataInterface sdi)
StepInterface
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 StepDataInterface Constructor Description DatabaseJoin(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 StepDataInterface Modifier and Type Class Description class
DatabaseLookupData
Methods in org.pentaho.di.trans.steps.databaselookup that return StepDataInterface Modifier and Type Method Description StepDataInterface
DatabaseLookupMeta. getStepData()
Methods in org.pentaho.di.trans.steps.databaselookup with parameters of type StepDataInterface Modifier and Type Method Description void
DatabaseLookup. dispose(StepMetaInterface smi, StepDataInterface sdi)
org.pentaho.di.core.row.RowMeta
DatabaseLookupMeta. getRowMeta(StepDataInterface stepData)
StepInterface
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 StepDataInterface Constructor Description DatabaseLookup(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 StepDataInterface Modifier and Type Class Description class
DataGridData
Methods in org.pentaho.di.trans.steps.datagrid that return StepDataInterface Modifier and Type Method Description StepDataInterface
DataGridMeta. getStepData()
Methods in org.pentaho.di.trans.steps.datagrid with parameters of type StepDataInterface Modifier and Type Method Description StepInterface
DataGridMeta. 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 StepDataInterface Constructor Description DataGrid(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 StepDataInterface Modifier and Type Class Description class
DBProcData
Methods in org.pentaho.di.trans.steps.dbproc that return StepDataInterface Modifier and Type Method Description StepDataInterface
DBProcMeta. getStepData()
Methods in org.pentaho.di.trans.steps.dbproc with parameters of type StepDataInterface Modifier and Type Method Description void
DBProc. dispose(StepMetaInterface smi, StepDataInterface sdi)
StepInterface
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 StepDataInterface Constructor Description DBProc(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 StepDataInterface Modifier and Type Class Description class
DeleteData
Methods in org.pentaho.di.trans.steps.delete that return StepDataInterface Modifier and Type Method Description StepDataInterface
DeleteMeta. getStepData()
Methods in org.pentaho.di.trans.steps.delete with parameters of type StepDataInterface Modifier and Type Method Description void
Delete. dispose(StepMetaInterface smi, StepDataInterface sdi)
StepInterface
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 StepDataInterface Constructor Description Delete(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 StepDataInterface Modifier and Type Class Description class
DenormaliserData
Data structure used by Denormaliser during processingMethods in org.pentaho.di.trans.steps.denormaliser that return StepDataInterface Modifier and Type Method Description StepDataInterface
DenormaliserMeta. getStepData()
Methods in org.pentaho.di.trans.steps.denormaliser with parameters of type StepDataInterface Modifier and Type Method Description StepInterface
DenormaliserMeta. 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 StepDataInterface Constructor Description Denormaliser(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 StepDataInterface Modifier and Type Class Description class
DetectEmptyStreamData
Methods in org.pentaho.di.trans.steps.detectemptystream that return StepDataInterface Modifier and Type Method Description StepDataInterface
DetectEmptyStreamMeta. getStepData()
Methods in org.pentaho.di.trans.steps.detectemptystream with parameters of type StepDataInterface Modifier and Type Method Description StepInterface
DetectEmptyStreamMeta. 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 StepDataInterface Constructor Description DetectEmptyStream(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 StepDataInterface Modifier and Type Class Description class
DetectLastRowData
Methods in org.pentaho.di.trans.steps.detectlastrow that return StepDataInterface Modifier and Type Method Description StepDataInterface
DetectLastRowMeta. getStepData()
Methods in org.pentaho.di.trans.steps.detectlastrow with parameters of type StepDataInterface Modifier and Type Method Description void
DetectLastRow. dispose(StepMetaInterface smi, StepDataInterface sdi)
StepInterface
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 StepDataInterface Constructor Description DetectLastRow(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 StepDataInterface Modifier and Type Class Description class
DimensionLookupData
Methods in org.pentaho.di.trans.steps.dimensionlookup that return StepDataInterface Modifier and Type Method Description StepDataInterface
DimensionLookupMeta. getStepData()
Methods in org.pentaho.di.trans.steps.dimensionlookup with parameters of type StepDataInterface Modifier and Type Method Description void
DimensionLookup. dispose(StepMetaInterface smi, StepDataInterface sdi)
org.pentaho.di.core.row.RowMeta
DimensionLookupMeta. getRowMeta(StepDataInterface stepData)
StepInterface
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 StepDataInterface Constructor Description DimensionLookup(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 StepDataInterface Modifier and Type Class Description class
DummyTransData
Methods in org.pentaho.di.trans.steps.dummytrans that return StepDataInterface Modifier and Type Method Description StepDataInterface
DummyTransMeta. getStepData()
Methods in org.pentaho.di.trans.steps.dummytrans with parameters of type StepDataInterface Modifier and Type Method Description StepInterface
DummyTransMeta. 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 StepDataInterface Constructor Description DummyTrans(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 StepDataInterface Modifier and Type Class Description class
DynamicSQLRowData
Methods in org.pentaho.di.trans.steps.dynamicsqlrow that return StepDataInterface Modifier and Type Method Description StepDataInterface
DynamicSQLRowMeta. getStepData()
Methods in org.pentaho.di.trans.steps.dynamicsqlrow with parameters of type StepDataInterface Modifier and Type Method Description StepInterface
DynamicSQLRowMeta. 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 StepDataInterface Constructor Description DynamicSQLRow(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 StepDataInterface Modifier and Type Class Description class
ExecProcessData
Methods in org.pentaho.di.trans.steps.execprocess that return StepDataInterface Modifier and Type Method Description StepDataInterface
ExecProcessMeta. getStepData()
Methods in org.pentaho.di.trans.steps.execprocess with parameters of type StepDataInterface Modifier and Type Method Description void
ExecProcess. dispose(StepMetaInterface smi, StepDataInterface sdi)
StepInterface
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 StepDataInterface Constructor Description ExecProcess(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 StepDataInterface Modifier and Type Class Description class
ExecSQLRowData
Methods in org.pentaho.di.trans.steps.execsqlrow that return StepDataInterface Modifier and Type Method Description StepDataInterface
ExecSQLRowMeta. getStepData()
Methods in org.pentaho.di.trans.steps.execsqlrow with parameters of type StepDataInterface Modifier and Type Method Description void
ExecSQLRow. dispose(StepMetaInterface smi, StepDataInterface sdi)
StepInterface
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 StepDataInterface Constructor Description ExecSQLRow(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 StepDataInterface Modifier and Type Class Description class
FieldsChangeSequenceData
Methods in org.pentaho.di.trans.steps.fieldschangesequence that return StepDataInterface Modifier and Type Method Description StepDataInterface
FieldsChangeSequenceMeta. getStepData()
Methods in org.pentaho.di.trans.steps.fieldschangesequence with parameters of type StepDataInterface Modifier and Type Method Description void
FieldsChangeSequence. dispose(StepMetaInterface smi, StepDataInterface sdi)
StepInterface
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 StepDataInterface Constructor Description FieldsChangeSequence(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 StepDataInterface Modifier and Type Class Description class
FieldSplitterData
Methods in org.pentaho.di.trans.steps.fieldsplitter that return StepDataInterface Modifier and Type Method Description StepDataInterface
FieldSplitterMeta. getStepData()
Methods in org.pentaho.di.trans.steps.fieldsplitter with parameters of type StepDataInterface Modifier and Type Method Description StepInterface
FieldSplitterMeta. 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 StepDataInterface Constructor Description FieldSplitter(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 StepDataInterface Modifier and Type Class Description class
BaseFileInputStepData
Some base data for file-based input steps.Methods in org.pentaho.di.trans.steps.file with parameters of type StepDataInterface Modifier and Type Method Description void
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 StepDataInterface Constructor Description BaseFileInputStep(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 StepDataInterface Modifier and Type Class Description class
FileExistsData
Methods in org.pentaho.di.trans.steps.fileexists that return StepDataInterface Modifier and Type Method Description StepDataInterface
FileExistsMeta. getStepData()
Methods in org.pentaho.di.trans.steps.fileexists with parameters of type StepDataInterface Modifier and Type Method Description void
FileExists. dispose(StepMetaInterface smi, StepDataInterface sdi)
StepInterface
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 StepDataInterface Constructor Description FileExists(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 StepDataInterface Modifier and Type Class Description class
TextFileInputData
Methods in org.pentaho.di.trans.steps.fileinput.text that return StepDataInterface Modifier and Type Method Description StepDataInterface
TextFileInputMeta. getStepData()
Methods in org.pentaho.di.trans.steps.fileinput.text with parameters of type StepDataInterface Modifier and Type Method Description StepInterface
TextFileInputMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)
Constructors in org.pentaho.di.trans.steps.fileinput.text with parameters of type StepDataInterface Constructor Description TextFileInput(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 StepDataInterface Modifier and Type Class Description class
FileLockedData
Methods in org.pentaho.di.trans.steps.filelocked that return StepDataInterface Modifier and Type Method Description StepDataInterface
FileLockedMeta. getStepData()
Methods in org.pentaho.di.trans.steps.filelocked with parameters of type StepDataInterface Modifier and Type Method Description void
FileLocked. dispose(StepMetaInterface smi, StepDataInterface sdi)
StepInterface
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 StepDataInterface Constructor Description FileLocked(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 StepDataInterface Modifier and Type Class Description class
FilesFromResultData
Methods in org.pentaho.di.trans.steps.filesfromresult that return StepDataInterface Modifier and Type Method Description StepDataInterface
FilesFromResultMeta. getStepData()
Methods in org.pentaho.di.trans.steps.filesfromresult with parameters of type StepDataInterface Modifier and Type Method Description StepInterface
FilesFromResultMeta. 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 StepDataInterface Constructor Description FilesFromResult(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 StepDataInterface Modifier and Type Class Description class
FilesToResultData
Methods in org.pentaho.di.trans.steps.filestoresult that return StepDataInterface Modifier and Type Method Description StepDataInterface
FilesToResultMeta. getStepData()
Methods in org.pentaho.di.trans.steps.filestoresult with parameters of type StepDataInterface Modifier and Type Method Description StepInterface
FilesToResultMeta. 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 StepDataInterface Constructor Description FilesToResult(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 StepDataInterface Modifier and Type Class Description class
FilterRowsData
Methods in org.pentaho.di.trans.steps.filterrows that return StepDataInterface Modifier and Type Method Description StepDataInterface
FilterRowsMeta. getStepData()
Methods in org.pentaho.di.trans.steps.filterrows with parameters of type StepDataInterface Modifier and Type Method Description StepInterface
FilterRowsMeta. 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 StepDataInterface Constructor Description FilterRows(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 StepDataInterface Modifier and Type Class Description class
FixedInputData
Methods in org.pentaho.di.trans.steps.fixedinput that return StepDataInterface Modifier and Type Method Description StepDataInterface
FixedInputMeta. getStepData()
Methods in org.pentaho.di.trans.steps.fixedinput with parameters of type StepDataInterface Modifier and Type Method Description void
FixedInput. dispose(StepMetaInterface smi, StepDataInterface sdi)
StepInterface
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 StepDataInterface Constructor Description FixedInput(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 StepDataInterface Modifier and Type Class Description class
FlattenerData
Methods in org.pentaho.di.trans.steps.flattener that return StepDataInterface Modifier and Type Method Description StepDataInterface
FlattenerMeta. getStepData()
Methods in org.pentaho.di.trans.steps.flattener with parameters of type StepDataInterface Modifier and Type Method Description StepInterface
FlattenerMeta. 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 StepDataInterface Constructor Description Flattener(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 StepDataInterface Modifier and Type Class Description class
FormulaData
Methods in org.pentaho.di.trans.steps.formula that return StepDataInterface Modifier and Type Method Description StepDataInterface
FormulaMeta. getStepData()
Methods in org.pentaho.di.trans.steps.formula with parameters of type StepDataInterface Modifier and Type Method Description StepInterface
FormulaMeta. 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 StepDataInterface Constructor Description Formula(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 StepDataInterface Modifier and Type Class Description class
FuzzyMatchData
Methods in org.pentaho.di.trans.steps.fuzzymatch that return StepDataInterface Modifier and Type Method Description StepDataInterface
FuzzyMatchMeta. getStepData()
Methods in org.pentaho.di.trans.steps.fuzzymatch with parameters of type StepDataInterface Modifier and Type Method Description void
FuzzyMatch. dispose(StepMetaInterface smi, StepDataInterface sdi)
StepInterface
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 StepDataInterface Constructor Description FuzzyMatch(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 StepDataInterface Modifier and Type Class Description class
GetFileNamesData
Methods in org.pentaho.di.trans.steps.getfilenames that return StepDataInterface Modifier and Type Method Description StepDataInterface
GetFileNamesMeta. getStepData()
Methods in org.pentaho.di.trans.steps.getfilenames with parameters of type StepDataInterface Modifier and Type Method Description void
GetFileNames. dispose(StepMetaInterface smi, StepDataInterface sdi)
StepInterface
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 StepDataInterface Constructor Description GetFileNames(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 StepDataInterface Modifier and Type Class Description class
GetFilesRowsCountData
Methods in org.pentaho.di.trans.steps.getfilesrowscount that return StepDataInterface Modifier and Type Method Description StepDataInterface
GetFilesRowsCountMeta. getStepData()
Methods in org.pentaho.di.trans.steps.getfilesrowscount with parameters of type StepDataInterface Modifier and Type Method Description void
GetFilesRowsCount. dispose(StepMetaInterface smi, StepDataInterface sdi)
StepInterface
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 StepDataInterface Constructor Description GetFilesRowsCount(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
-
Uses of StepDataInterface in org.pentaho.di.trans.steps.getrepositorynames
Classes in org.pentaho.di.trans.steps.getrepositorynames that implement StepDataInterface Modifier and Type Class Description class
GetRepositoryNamesData
Methods in org.pentaho.di.trans.steps.getrepositorynames that return StepDataInterface Modifier and Type Method Description StepDataInterface
GetRepositoryNamesMeta. getStepData()
Methods in org.pentaho.di.trans.steps.getrepositorynames with parameters of type StepDataInterface Modifier and Type Method Description StepInterface
GetRepositoryNamesMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)
boolean
GetRepositoryNames. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
GetRepositoryNames. processRow(StepMetaInterface smi, StepDataInterface sdi)
Constructors in org.pentaho.di.trans.steps.getrepositorynames with parameters of type StepDataInterface Constructor Description GetRepositoryNames(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 StepDataInterface Modifier and Type Class Description class
GetSlaveSequenceData
Methods in org.pentaho.di.trans.steps.getslavesequence that return StepDataInterface Modifier and Type Method Description StepDataInterface
GetSlaveSequenceMeta. getStepData()
Methods in org.pentaho.di.trans.steps.getslavesequence with parameters of type StepDataInterface Modifier and Type Method Description StepInterface
GetSlaveSequenceMeta. 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 StepDataInterface Constructor Description GetSlaveSequence(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 StepDataInterface Modifier and Type Class Description class
GetSubFoldersData
Methods in org.pentaho.di.trans.steps.getsubfolders that return StepDataInterface Modifier and Type Method Description StepDataInterface
GetSubFoldersMeta. getStepData()
Methods in org.pentaho.di.trans.steps.getsubfolders with parameters of type StepDataInterface Modifier and Type Method Description void
GetSubFolders. dispose(StepMetaInterface smi, StepDataInterface sdi)
StepInterface
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 StepDataInterface Constructor Description GetSubFolders(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 StepDataInterface Modifier and Type Class Description class
GetTableNamesData
Methods in org.pentaho.di.trans.steps.gettablenames that return StepDataInterface Modifier and Type Method Description StepDataInterface
GetTableNamesMeta. getStepData()
Methods in org.pentaho.di.trans.steps.gettablenames with parameters of type StepDataInterface Modifier and Type Method Description StepInterface
GetTableNamesMeta. 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 StepDataInterface Constructor Description GetTableNames(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 StepDataInterface Modifier and Type Class Description class
GetVariableData
Methods in org.pentaho.di.trans.steps.getvariable that return StepDataInterface Modifier and Type Method Description StepDataInterface
GetVariableMeta. getStepData()
Methods in org.pentaho.di.trans.steps.getvariable with parameters of type StepDataInterface Modifier and Type Method Description void
GetVariable. dispose(StepMetaInterface smi, StepDataInterface sdi)
StepInterface
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 StepDataInterface Constructor Description GetVariable(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 StepDataInterface Modifier and Type Class Description class
GroupByData
Methods in org.pentaho.di.trans.steps.groupby that return StepDataInterface Modifier and Type Method Description StepDataInterface
GroupByMeta. getStepData()
Methods in org.pentaho.di.trans.steps.groupby with parameters of type StepDataInterface Modifier and Type Method Description void
GroupBy. dispose(StepMetaInterface smi, StepDataInterface sdi)
StepInterface
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 StepDataInterface Constructor Description GroupBy(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 StepDataInterface Modifier and Type Class Description class
HTTPData
Methods in org.pentaho.di.trans.steps.http that return StepDataInterface Modifier and Type Method Description StepDataInterface
HTTPMeta. getStepData()
Methods in org.pentaho.di.trans.steps.http with parameters of type StepDataInterface Modifier and Type Method Description void
HTTP. dispose(StepMetaInterface smi, StepDataInterface sdi)
StepInterface
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 StepDataInterface Constructor Description HTTP(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 StepDataInterface Modifier and Type Class Description class
HTTPPOSTData
Methods in org.pentaho.di.trans.steps.httppost that return StepDataInterface Modifier and Type Method Description StepDataInterface
HTTPPOSTMeta. getStepData()
Methods in org.pentaho.di.trans.steps.httppost with parameters of type StepDataInterface Modifier and Type Method Description void
HTTPPOST. dispose(StepMetaInterface smi, StepDataInterface sdi)
StepInterface
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 StepDataInterface Constructor Description HTTPPOST(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 StepDataInterface Modifier and Type Class Description class
IfNullData
Methods in org.pentaho.di.trans.steps.ifnull that return StepDataInterface Modifier and Type Method Description StepDataInterface
IfNullMeta. getStepData()
Methods in org.pentaho.di.trans.steps.ifnull with parameters of type StepDataInterface Modifier and Type Method Description StepInterface
IfNullMeta. 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 StepDataInterface Constructor Description IfNull(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 StepDataInterface Modifier and Type Class Description class
InjectorData
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 StepDataInterface Modifier and Type Method Description StepDataInterface
InjectorMeta. getStepData()
Methods in org.pentaho.di.trans.steps.injector with parameters of type StepDataInterface Modifier and Type Method Description StepInterface
InjectorMeta. 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 StepDataInterface Constructor Description Injector(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 StepDataInterface Modifier and Type Class Description class
InsertUpdateData
Stores data for the Insert/Update step.Methods in org.pentaho.di.trans.steps.insertupdate that return StepDataInterface Modifier and Type Method Description StepDataInterface
InsertUpdateMeta. getStepData()
Methods in org.pentaho.di.trans.steps.insertupdate with parameters of type StepDataInterface Modifier and Type Method Description void
InsertUpdate. dispose(StepMetaInterface smi, StepDataInterface sdi)
org.pentaho.di.core.row.RowMeta
InsertUpdateMeta. getRowMeta(StepDataInterface stepData)
StepInterface
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 StepDataInterface Constructor Description InsertUpdate(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 StepDataInterface Modifier and Type Class Description class
JaninoData
Methods in org.pentaho.di.trans.steps.janino that return StepDataInterface Modifier and Type Method Description StepDataInterface
JaninoMeta. getStepData()
Methods in org.pentaho.di.trans.steps.janino with parameters of type StepDataInterface Modifier and Type Method Description StepInterface
JaninoMeta. 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 StepDataInterface Constructor Description Janino(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 StepDataInterface Modifier and Type Class Description class
JavaFilterData
Methods in org.pentaho.di.trans.steps.javafilter that return StepDataInterface Modifier and Type Method Description StepDataInterface
JavaFilterMeta. getStepData()
Methods in org.pentaho.di.trans.steps.javafilter with parameters of type StepDataInterface Modifier and Type Method Description StepInterface
JavaFilterMeta. 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 StepDataInterface Constructor Description JavaFilter(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 StepDataInterface Modifier and Type Class Description class
JobExecutorData
Methods in org.pentaho.di.trans.steps.jobexecutor that return StepDataInterface Modifier and Type Method Description StepDataInterface
JobExecutorMeta. getStepData()
Methods in org.pentaho.di.trans.steps.jobexecutor with parameters of type StepDataInterface Modifier and Type Method Description void
JobExecutor. dispose(StepMetaInterface smi, StepDataInterface sdi)
StepInterface
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 StepDataInterface Constructor Description JobExecutor(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 StepDataInterface Modifier and Type Class Description class
JoinRowsData
Methods in org.pentaho.di.trans.steps.joinrows that return StepDataInterface Modifier and Type Method Description StepDataInterface
JoinRowsMeta. getStepData()
Methods in org.pentaho.di.trans.steps.joinrows with parameters of type StepDataInterface Modifier and Type Method Description void
JoinRows. dispose(StepMetaInterface smi, StepDataInterface sdi)
StepInterface
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 StepDataInterface Constructor Description JoinRows(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 StepDataInterface Modifier and Type Class Description class
LDIFInputData
Methods in org.pentaho.di.trans.steps.ldifinput that return StepDataInterface Modifier and Type Method Description StepDataInterface
LDIFInputMeta. getStepData()
Methods in org.pentaho.di.trans.steps.ldifinput with parameters of type StepDataInterface Modifier and Type Method Description void
LDIFInput. dispose(StepMetaInterface smi, StepDataInterface sdi)
StepInterface
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 StepDataInterface Constructor Description LDIFInput(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 StepDataInterface Modifier and Type Class Description class
LoadFileInputData
Methods in org.pentaho.di.trans.steps.loadfileinput that return StepDataInterface Modifier and Type Method Description StepDataInterface
LoadFileInputMeta. getStepData()
Methods in org.pentaho.di.trans.steps.loadfileinput with parameters of type StepDataInterface Modifier and Type Method Description void
LoadFileInput. dispose(StepMetaInterface smi, StepDataInterface sdi)
StepInterface
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 StepDataInterface Constructor Description LoadFileInput(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
-
Uses of StepDataInterface in org.pentaho.di.trans.steps.mail
Classes in org.pentaho.di.trans.steps.mail that implement StepDataInterface Modifier and Type Class Description class
MailData
Send mail step.Methods in org.pentaho.di.trans.steps.mail that return StepDataInterface Modifier and Type Method Description StepDataInterface
MailMeta. getStepData()
Methods in org.pentaho.di.trans.steps.mail with parameters of type StepDataInterface Modifier and Type Method Description void
Mail. dispose(StepMetaInterface smi, StepDataInterface sdi)
StepInterface
MailMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)
boolean
Mail. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
Mail. processRow(StepMetaInterface smi, StepDataInterface sdi)
Constructors in org.pentaho.di.trans.steps.mail with parameters of type StepDataInterface Constructor Description Mail(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
-
Uses of StepDataInterface in org.pentaho.di.trans.steps.mailinput
Classes in org.pentaho.di.trans.steps.mailinput that implement StepDataInterface Modifier and Type Class Description class
MailInputData
Methods in org.pentaho.di.trans.steps.mailinput that return StepDataInterface Modifier and Type Method Description StepDataInterface
MailInputMeta. getStepData()
Methods in org.pentaho.di.trans.steps.mailinput with parameters of type StepDataInterface Modifier and Type Method Description void
MailInput. dispose(StepMetaInterface smi, StepDataInterface sdi)
StepInterface
MailInputMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)
boolean
MailInput. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
MailInput. processRow(StepMetaInterface smi, StepDataInterface sdi)
Constructors in org.pentaho.di.trans.steps.mailinput with parameters of type StepDataInterface Constructor Description MailInput(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
-
Uses of StepDataInterface in org.pentaho.di.trans.steps.mailvalidator
Classes in org.pentaho.di.trans.steps.mailvalidator that implement StepDataInterface Modifier and Type Class Description class
MailValidatorData
Methods in org.pentaho.di.trans.steps.mailvalidator that return StepDataInterface Modifier and Type Method Description StepDataInterface
MailValidatorMeta. getStepData()
Methods in org.pentaho.di.trans.steps.mailvalidator with parameters of type StepDataInterface Modifier and Type Method Description void
MailValidator. dispose(StepMetaInterface smi, StepDataInterface sdi)
StepInterface
MailValidatorMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)
boolean
MailValidator. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
MailValidator. processRow(StepMetaInterface smi, StepDataInterface sdi)
Constructors in org.pentaho.di.trans.steps.mailvalidator with parameters of type StepDataInterface Constructor Description MailValidator(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 StepDataInterface Modifier and Type Class Description class
MappingData
Methods in org.pentaho.di.trans.steps.mapping that return StepDataInterface Modifier and Type Method Description StepDataInterface
MappingMeta. getStepData()
Methods in org.pentaho.di.trans.steps.mapping with parameters of type StepDataInterface Modifier and Type Method Description void
Mapping. dispose(StepMetaInterface smi, StepDataInterface sdi)
StepInterface
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 StepDataInterface Constructor Description Mapping(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 StepDataInterface Modifier and Type Class Description class
MappingInputData
Methods in org.pentaho.di.trans.steps.mappinginput that return StepDataInterface Modifier and Type Method Description StepDataInterface
MappingInputMeta. getStepData()
Methods in org.pentaho.di.trans.steps.mappinginput with parameters of type StepDataInterface Modifier and Type Method Description StepInterface
MappingInputMeta. 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 StepDataInterface Constructor Description MappingInput(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 StepDataInterface Modifier and Type Class Description class
MappingOutputData
Methods in org.pentaho.di.trans.steps.mappingoutput that return StepDataInterface Modifier and Type Method Description StepDataInterface
MappingOutputMeta. getStepData()
Methods in org.pentaho.di.trans.steps.mappingoutput with parameters of type StepDataInterface Modifier and Type Method Description StepInterface
MappingOutputMeta. 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 StepDataInterface Constructor Description MappingOutput(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 StepDataInterface Modifier and Type Class Description class
MemoryGroupByData
Methods in org.pentaho.di.trans.steps.memgroupby that return StepDataInterface Modifier and Type Method Description StepDataInterface
MemoryGroupByMeta. getStepData()
Methods in org.pentaho.di.trans.steps.memgroupby with parameters of type StepDataInterface Modifier and Type Method Description void
MemoryGroupBy. dispose(StepMetaInterface smi, StepDataInterface sdi)
StepInterface
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 StepDataInterface Constructor Description MemoryGroupBy(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 StepDataInterface Modifier and Type Class Description class
MergeJoinData
Methods in org.pentaho.di.trans.steps.mergejoin that return StepDataInterface Modifier and Type Method Description StepDataInterface
MergeJoinMeta. getStepData()
Methods in org.pentaho.di.trans.steps.mergejoin with parameters of type StepDataInterface Modifier and Type Method Description StepInterface
MergeJoinMeta. 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 StepDataInterface Constructor Description MergeJoin(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 StepDataInterface Modifier and Type Class Description class
MergeRowsData
Methods in org.pentaho.di.trans.steps.mergerows that return StepDataInterface Modifier and Type Method Description StepDataInterface
MergeRowsMeta. getStepData()
Methods in org.pentaho.di.trans.steps.mergerows with parameters of type StepDataInterface Modifier and Type Method Description StepInterface
MergeRowsMeta. 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 StepDataInterface Constructor Description MergeRows(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 StepDataInterface Modifier and Type Method Description StepInterface
MissingTrans. 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 StepDataInterface Constructor Description MissingTransStep(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 StepDataInterface Modifier and Type Class Description class
MultiMergeJoinData
Methods in org.pentaho.di.trans.steps.multimerge that return StepDataInterface Modifier and Type Method Description StepDataInterface
MultiMergeJoinMeta. getStepData()
Methods in org.pentaho.di.trans.steps.multimerge with parameters of type StepDataInterface Modifier and Type Method Description StepInterface
MultiMergeJoinMeta. 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 StepDataInterface Constructor Description MultiMergeJoin(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 StepDataInterface Modifier and Type Class Description class
NormaliserData
Methods in org.pentaho.di.trans.steps.normaliser that return StepDataInterface Modifier and Type Method Description StepDataInterface
NormaliserMeta. getStepData()
Methods in org.pentaho.di.trans.steps.normaliser with parameters of type StepDataInterface Modifier and Type Method Description StepInterface
NormaliserMeta. 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 StepDataInterface Constructor Description Normaliser(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 StepDataInterface Modifier and Type Class Description class
NullIfData
Methods in org.pentaho.di.trans.steps.nullif that return StepDataInterface Modifier and Type Method Description StepDataInterface
NullIfMeta. getStepData()
Methods in org.pentaho.di.trans.steps.nullif with parameters of type StepDataInterface Modifier and Type Method Description void
NullIf. dispose(StepMetaInterface smi, StepDataInterface sdi)
StepInterface
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 StepDataInterface Constructor Description NullIf(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 StepDataInterface Modifier and Type Class Description class
NumberRangeData
+ * Data for the NumberRangePlugin + * + * @author ronny.roeller@fredhopper.com + * +Methods in org.pentaho.di.trans.steps.numberrange that return StepDataInterface Modifier and Type Method Description StepDataInterface
NumberRangeMeta. getStepData()
Methods in org.pentaho.di.trans.steps.numberrange with parameters of type StepDataInterface Modifier and Type Method Description void
NumberRange. dispose(StepMetaInterface smi, StepDataInterface sdi)
StepInterface
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 StepDataInterface Constructor Description NumberRange(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 StepDataInterface Modifier and Type Class Description class
OlapData
Methods in org.pentaho.di.trans.steps.olapinput that return StepDataInterface Modifier and Type Method Description StepDataInterface
OlapInputMeta. getStepData()
Methods in org.pentaho.di.trans.steps.olapinput with parameters of type StepDataInterface Modifier and Type Method Description void
OlapInput. dispose(StepMetaInterface smi, StepDataInterface sdi)
StepInterface
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 StepDataInterface Constructor Description OlapInput(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 StepDataInterface Modifier and Type Class Description class
ParGzipCsvInputData
Methods in org.pentaho.di.trans.steps.parallelgzipcsv that return StepDataInterface Modifier and Type Method Description StepDataInterface
ParGzipCsvInputMeta. getStepData()
Methods in org.pentaho.di.trans.steps.parallelgzipcsv with parameters of type StepDataInterface Modifier and Type Method Description void
ParGzipCsvInput. dispose(StepMetaInterface smi, StepDataInterface sdi)
StepInterface
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 StepDataInterface Constructor Description ParGzipCsvInput(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 StepDataInterface Modifier and Type Class Description class
PGPDecryptStreamData
Methods in org.pentaho.di.trans.steps.pgpdecryptstream that return StepDataInterface Modifier and Type Method Description StepDataInterface
PGPDecryptStreamMeta. getStepData()
Methods in org.pentaho.di.trans.steps.pgpdecryptstream with parameters of type StepDataInterface Modifier and Type Method Description void
PGPDecryptStream. dispose(StepMetaInterface smi, StepDataInterface sdi)
StepInterface
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 StepDataInterface Constructor Description PGPDecryptStream(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 StepDataInterface Modifier and Type Class Description class
PGPEncryptStreamData
Methods in org.pentaho.di.trans.steps.pgpencryptstream that return StepDataInterface Modifier and Type Method Description StepDataInterface
PGPEncryptStreamMeta. getStepData()
Methods in org.pentaho.di.trans.steps.pgpencryptstream with parameters of type StepDataInterface Modifier and Type Method Description void
PGPEncryptStream. dispose(StepMetaInterface smi, StepDataInterface sdi)
StepInterface
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 StepDataInterface Constructor Description PGPEncryptStream(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 StepDataInterface Modifier and Type Class Description class
PrioritizeStreamsData
Methods in org.pentaho.di.trans.steps.prioritizestreams that return StepDataInterface Modifier and Type Method Description StepDataInterface
PrioritizeStreamsMeta. getStepData()
Methods in org.pentaho.di.trans.steps.prioritizestreams with parameters of type StepDataInterface Modifier and Type Method Description void
PrioritizeStreams. dispose(StepMetaInterface smi, StepDataInterface sdi)
StepInterface
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 StepDataInterface Constructor Description PrioritizeStreams(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 StepDataInterface Modifier and Type Class Description class
ProcessFilesData
Methods in org.pentaho.di.trans.steps.processfiles that return StepDataInterface Modifier and Type Method Description StepDataInterface
ProcessFilesMeta. getStepData()
Methods in org.pentaho.di.trans.steps.processfiles with parameters of type StepDataInterface Modifier and Type Method Description void
ProcessFiles. dispose(StepMetaInterface smi, StepDataInterface sdi)
StepInterface
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 StepDataInterface Constructor Description ProcessFiles(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 StepDataInterface Modifier and Type Class Description class
PropertyInputData
Methods in org.pentaho.di.trans.steps.propertyinput that return StepDataInterface Modifier and Type Method Description StepDataInterface
PropertyInputMeta. getStepData()
Methods in org.pentaho.di.trans.steps.propertyinput with parameters of type StepDataInterface Modifier and Type Method Description void
PropertyInput. dispose(StepMetaInterface smi, StepDataInterface sdi)
StepInterface
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 StepDataInterface Constructor Description PropertyInput(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 StepDataInterface Modifier and Type Class Description class
PropertyOutputData
Output rows to Properties file and create a file.Methods in org.pentaho.di.trans.steps.propertyoutput that return StepDataInterface Modifier and Type Method Description StepDataInterface
PropertyOutputMeta. getStepData()
Methods in org.pentaho.di.trans.steps.propertyoutput with parameters of type StepDataInterface Modifier and Type Method Description void
PropertyOutput. dispose(StepMetaInterface smi, StepDataInterface sdi)
StepInterface
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 StepDataInterface Constructor Description PropertyOutput(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
-
Uses of StepDataInterface in org.pentaho.di.trans.steps.randomccnumber
Classes in org.pentaho.di.trans.steps.randomccnumber that implement StepDataInterface Modifier and Type Class Description class
RandomCCNumberGeneratorData
Generate random credit card number.Methods in org.pentaho.di.trans.steps.randomccnumber that return StepDataInterface Modifier and Type Method Description StepDataInterface
RandomCCNumberGeneratorMeta. getStepData()
Methods in org.pentaho.di.trans.steps.randomccnumber with parameters of type StepDataInterface Modifier and Type Method Description void
RandomCCNumberGenerator. dispose(StepMetaInterface smi, StepDataInterface sdi)
StepInterface
RandomCCNumberGeneratorMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)
boolean
RandomCCNumberGenerator. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
RandomCCNumberGenerator. processRow(StepMetaInterface smi, StepDataInterface sdi)
Constructors in org.pentaho.di.trans.steps.randomccnumber with parameters of type StepDataInterface Constructor Description RandomCCNumberGenerator(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 StepDataInterface Modifier and Type Class Description class
RandomValueData
Methods in org.pentaho.di.trans.steps.randomvalue that return StepDataInterface Modifier and Type Method Description StepDataInterface
RandomValueMeta. getStepData()
Methods in org.pentaho.di.trans.steps.randomvalue with parameters of type StepDataInterface Modifier and Type Method Description void
RandomValue. dispose(StepMetaInterface smi, StepDataInterface sdi)
StepInterface
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 StepDataInterface Constructor Description RandomValue(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 StepDataInterface Modifier and Type Class Description class
RecordsFromStreamData
Constructors in org.pentaho.di.trans.steps.recordsfromstream with parameters of type StepDataInterface Constructor Description RecordsFromStream(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 StepDataInterface Modifier and Type Class Description class
RegexEvalData
Runtime data for the RegexEval step.Methods in org.pentaho.di.trans.steps.regexeval that return StepDataInterface Modifier and Type Method Description StepDataInterface
RegexEvalMeta. getStepData()
Methods in org.pentaho.di.trans.steps.regexeval with parameters of type StepDataInterface Modifier and Type Method Description void
RegexEval. dispose(StepMetaInterface smi, StepDataInterface sdi)
StepInterface
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 StepDataInterface Constructor Description RegexEval(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 StepDataInterface Modifier and Type Class Description class
ReplaceStringData
Methods in org.pentaho.di.trans.steps.replacestring that return StepDataInterface Modifier and Type Method Description StepDataInterface
ReplaceStringMeta. getStepData()
Methods in org.pentaho.di.trans.steps.replacestring with parameters of type StepDataInterface Modifier and Type Method Description void
ReplaceString. dispose(StepMetaInterface smi, StepDataInterface sdi)
StepInterface
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 StepDataInterface Constructor Description ReplaceString(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 StepDataInterface Modifier and Type Class Description class
ReservoirSamplingData
Holds temporary data (i.e.Methods in org.pentaho.di.trans.steps.reservoirsampling that return StepDataInterface Modifier and Type Method Description StepDataInterface
ReservoirSamplingMeta. getStepData()
Get a new instance of the appropriate data class.Methods in org.pentaho.di.trans.steps.reservoirsampling with parameters of type StepDataInterface Modifier and Type Method Description StepInterface
ReservoirSamplingMeta. 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 StepDataInterface Constructor Description ReservoirSampling(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
Creates a newReservoirSampling
instance. -
Uses of StepDataInterface in org.pentaho.di.trans.steps.rest
Classes in org.pentaho.di.trans.steps.rest that implement StepDataInterface Modifier and Type Class Description class
RestData
Methods in org.pentaho.di.trans.steps.rest that return StepDataInterface Modifier and Type Method Description StepDataInterface
RestMeta. getStepData()
Methods in org.pentaho.di.trans.steps.rest with parameters of type StepDataInterface Modifier and Type Method Description void
Rest. dispose(StepMetaInterface smi, StepDataInterface sdi)
StepInterface
RestMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)
boolean
Rest. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
Rest. processRow(StepMetaInterface smi, StepDataInterface sdi)
Constructors in org.pentaho.di.trans.steps.rest with parameters of type StepDataInterface Constructor Description Rest(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
-
Uses of StepDataInterface in org.pentaho.di.trans.steps.rowgenerator
Classes in org.pentaho.di.trans.steps.rowgenerator that implement StepDataInterface Modifier and Type Class Description class
RowGeneratorData
Methods in org.pentaho.di.trans.steps.rowgenerator that return StepDataInterface Modifier and Type Method Description StepDataInterface
RowGeneratorMeta. getStepData()
Methods in org.pentaho.di.trans.steps.rowgenerator with parameters of type StepDataInterface Modifier and Type Method Description StepInterface
RowGeneratorMeta. 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 StepDataInterface Constructor Description RowGenerator(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 StepDataInterface Modifier and Type Class Description class
RowsFromResultData
Methods in org.pentaho.di.trans.steps.rowsfromresult that return StepDataInterface Modifier and Type Method Description StepDataInterface
RowsFromResultMeta. getStepData()
Methods in org.pentaho.di.trans.steps.rowsfromresult with parameters of type StepDataInterface Modifier and Type Method Description StepInterface
RowsFromResultMeta. 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 StepDataInterface Constructor Description RowsFromResult(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 StepDataInterface Modifier and Type Class Description class
RowsToResultData
Methods in org.pentaho.di.trans.steps.rowstoresult that return StepDataInterface Modifier and Type Method Description StepDataInterface
RowsToResultMeta. getStepData()
Methods in org.pentaho.di.trans.steps.rowstoresult with parameters of type StepDataInterface Modifier and Type Method Description StepInterface
RowsToResultMeta. 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 StepDataInterface Constructor Description RowsToResult(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 StepDataInterface Modifier and Type Class Description class
SampleRowsData
Methods in org.pentaho.di.trans.steps.samplerows that return StepDataInterface Modifier and Type Method Description StepDataInterface
SampleRowsMeta. getStepData()
Methods in org.pentaho.di.trans.steps.samplerows with parameters of type StepDataInterface Modifier and Type Method Description StepInterface
SampleRowsMeta. 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 StepDataInterface Constructor Description SampleRows(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 StepDataInterface Modifier and Type Class Description class
SasInputData
Provides data for the XBaseInput step.Methods in org.pentaho.di.trans.steps.sasinput that return StepDataInterface Modifier and Type Method Description StepDataInterface
SasInputMeta. getStepData()
Methods in org.pentaho.di.trans.steps.sasinput with parameters of type StepDataInterface Modifier and Type Method Description StepInterface
SasInputMeta. 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 StepDataInterface Constructor Description SasInput(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 StepDataInterface Modifier and Type Class Description class
ScriptData
Methods in org.pentaho.di.trans.steps.script that return StepDataInterface Modifier and Type Method Description StepDataInterface
ScriptMeta. getStepData()
Methods in org.pentaho.di.trans.steps.script with parameters of type StepDataInterface Modifier and Type Method Description void
Script. dispose(StepMetaInterface smi, StepDataInterface sdi)
void
ScriptDummy. dispose(StepMetaInterface sii, StepDataInterface sdi)
void
ScriptInterface. dispose(StepMetaInterface sii, StepDataInterface sdi)
StepInterface
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 StepDataInterface Constructor Description Script(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 StepDataInterface Modifier and Type Class Description class
ScriptValuesModData
Methods in org.pentaho.di.trans.steps.scriptvalues_mod that return StepDataInterface Modifier and Type Method Description StepDataInterface
ScriptValuesMetaMod. getStepData()
Methods in org.pentaho.di.trans.steps.scriptvalues_mod with parameters of type StepDataInterface Modifier and Type Method Description void
ScriptValuesMod. dispose(StepMetaInterface smi, StepDataInterface sdi)
void
ScriptValuesModDummy. dispose(StepMetaInterface sii, StepDataInterface sdi)
StepInterface
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 StepDataInterface Constructor Description ScriptValuesMod(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 StepDataInterface Modifier and Type Class Description class
SelectValuesData
Methods in org.pentaho.di.trans.steps.selectvalues that return StepDataInterface Modifier and Type Method Description StepDataInterface
SelectValuesMeta. getStepData()
Methods in org.pentaho.di.trans.steps.selectvalues with parameters of type StepDataInterface Modifier and Type Method Description StepInterface
SelectValuesMeta. 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 StepDataInterface Constructor Description SelectValues(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 StepDataInterface Modifier and Type Class Description class
SetValueConstantData
Methods in org.pentaho.di.trans.steps.setvalueconstant that return StepDataInterface Modifier and Type Method Description StepDataInterface
SetValueConstantMeta. getStepData()
Methods in org.pentaho.di.trans.steps.setvalueconstant with parameters of type StepDataInterface Modifier and Type Method Description StepInterface
SetValueConstantMeta. 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 StepDataInterface Constructor Description SetValueConstant(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 StepDataInterface Modifier and Type Class Description class
SetValueFieldData
Methods in org.pentaho.di.trans.steps.setvaluefield that return StepDataInterface Modifier and Type Method Description StepDataInterface
SetValueFieldMeta. getStepData()
Methods in org.pentaho.di.trans.steps.setvaluefield with parameters of type StepDataInterface Modifier and Type Method Description void
SetValueField. dispose(StepMetaInterface smi, StepDataInterface sdi)
StepInterface
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 StepDataInterface Constructor Description SetValueField(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 StepDataInterface Modifier and Type Class Description class
SetVariableData
Methods in org.pentaho.di.trans.steps.setvariable that return StepDataInterface Modifier and Type Method Description StepDataInterface
SetVariableMeta. getStepData()
Methods in org.pentaho.di.trans.steps.setvariable with parameters of type StepDataInterface Modifier and Type Method Description void
SetVariable. dispose(StepMetaInterface smi, StepDataInterface sdi)
StepInterface
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 StepDataInterface Constructor Description SetVariable(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
-
Uses of StepDataInterface in org.pentaho.di.trans.steps.sftpput
Classes in org.pentaho.di.trans.steps.sftpput that implement StepDataInterface Modifier and Type Class Description class
SFTPPutData
Send file to SFTP host.Methods in org.pentaho.di.trans.steps.sftpput that return StepDataInterface Modifier and Type Method Description StepDataInterface
SFTPPutMeta. getStepData()
Methods in org.pentaho.di.trans.steps.sftpput with parameters of type StepDataInterface Modifier and Type Method Description void
SFTPPut. dispose(StepMetaInterface smi, StepDataInterface sdi)
StepInterface
SFTPPutMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)
boolean
SFTPPut. processRow(StepMetaInterface smi, StepDataInterface sdi)
Constructors in org.pentaho.di.trans.steps.sftpput with parameters of type StepDataInterface Constructor Description SFTPPut(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 StepDataInterface Modifier and Type Class Description class
SimpleMappingData
Methods in org.pentaho.di.trans.steps.simplemapping that return StepDataInterface Modifier and Type Method Description StepDataInterface
SimpleMappingMeta. getStepData()
Methods in org.pentaho.di.trans.steps.simplemapping with parameters of type StepDataInterface Modifier and Type Method Description void
SimpleMapping. dispose(StepMetaInterface smi, StepDataInterface sdi)
StepInterface
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 StepDataInterface Constructor Description SimpleMapping(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 StepDataInterface Modifier and Type Class Description class
SingleThreaderData
Methods in org.pentaho.di.trans.steps.singlethreader that return StepDataInterface Modifier and Type Method Description StepDataInterface
SingleThreaderMeta. getStepData()
Methods in org.pentaho.di.trans.steps.singlethreader with parameters of type StepDataInterface Modifier and Type Method Description void
SingleThreader. dispose(StepMetaInterface smi, StepDataInterface sdi)
StepInterface
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 StepDataInterface Constructor Description SingleThreader(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 StepDataInterface Modifier and Type Class Description class
SocketReaderData
Methods in org.pentaho.di.trans.steps.socketreader that return StepDataInterface Modifier and Type Method Description StepDataInterface
SocketReaderMeta. getStepData()
Methods in org.pentaho.di.trans.steps.socketreader with parameters of type StepDataInterface Modifier and Type Method Description void
SocketReader. dispose(StepMetaInterface smi, StepDataInterface sdi)
StepInterface
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 StepDataInterface Constructor Description SocketReader(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 StepDataInterface Modifier and Type Class Description class
SocketWriterData
Methods in org.pentaho.di.trans.steps.socketwriter that return StepDataInterface Modifier and Type Method Description StepDataInterface
SocketWriterMeta. getStepData()
Methods in org.pentaho.di.trans.steps.socketwriter with parameters of type StepDataInterface Modifier and Type Method Description void
SocketWriter. dispose(StepMetaInterface smi, StepDataInterface sdi)
StepInterface
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 StepDataInterface Constructor Description SocketWriter(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 StepDataInterface Modifier and Type Class Description class
SortRowsData
Methods in org.pentaho.di.trans.steps.sort that return StepDataInterface Modifier and Type Method Description StepDataInterface
SortRowsMeta. getStepData()
Methods in org.pentaho.di.trans.steps.sort with parameters of type StepDataInterface Modifier and Type Method Description void
SortRows. dispose(StepMetaInterface smi, StepDataInterface sdi)
StepInterface
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 StepDataInterface Constructor Description SortRows(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 StepDataInterface Modifier and Type Class Description class
SortedMergeData
Methods in org.pentaho.di.trans.steps.sortedmerge that return StepDataInterface Modifier and Type Method Description StepDataInterface
SortedMergeMeta. getStepData()
Methods in org.pentaho.di.trans.steps.sortedmerge with parameters of type StepDataInterface Modifier and Type Method Description StepInterface
SortedMergeMeta. 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 StepDataInterface Constructor Description SortedMerge(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 StepDataInterface Modifier and Type Class Description class
SplitFieldToRowsData
Methods in org.pentaho.di.trans.steps.splitfieldtorows that return StepDataInterface Modifier and Type Method Description StepDataInterface
SplitFieldToRowsMeta. getStepData()
Methods in org.pentaho.di.trans.steps.splitfieldtorows with parameters of type StepDataInterface Modifier and Type Method Description StepInterface
SplitFieldToRowsMeta. 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 StepDataInterface Constructor Description SplitFieldToRows(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 StepDataInterface Modifier and Type Class Description class
ExecSQLData
Methods in org.pentaho.di.trans.steps.sql that return StepDataInterface Modifier and Type Method Description StepDataInterface
ExecSQLMeta. getStepData()
Methods in org.pentaho.di.trans.steps.sql with parameters of type StepDataInterface Modifier and Type Method Description void
ExecSQL. dispose(StepMetaInterface smi, StepDataInterface sdi)
StepInterface
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 StepDataInterface Constructor Description ExecSQL(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 StepDataInterface Modifier and Type Class Description class
SQLFileOutputData
Methods in org.pentaho.di.trans.steps.sqlfileoutput that return StepDataInterface Modifier and Type Method Description StepDataInterface
SQLFileOutputMeta. getStepData()
Methods in org.pentaho.di.trans.steps.sqlfileoutput with parameters of type StepDataInterface Modifier and Type Method Description void
SQLFileOutput. dispose(StepMetaInterface smi, StepDataInterface sdi)
StepInterface
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 StepDataInterface Constructor Description SQLFileOutput(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 StepDataInterface Modifier and Type Class Description class
SSHData
Methods in org.pentaho.di.trans.steps.ssh that return StepDataInterface Modifier and Type Method Description StepDataInterface
SSHMeta. getStepData()
Methods in org.pentaho.di.trans.steps.ssh with parameters of type StepDataInterface Modifier and Type Method Description void
SSH. dispose(StepMetaInterface smi, StepDataInterface sdi)
StepInterface
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 StepDataInterface Constructor Description SSH(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 StepDataInterface Modifier and Type Class Description class
StepMetastructureData
Methods in org.pentaho.di.trans.steps.stepmeta that return StepDataInterface Modifier and Type Method Description StepDataInterface
StepMetastructureMeta. getStepData()
Methods in org.pentaho.di.trans.steps.stepmeta with parameters of type StepDataInterface Modifier and Type Method Description StepInterface
StepMetastructureMeta. 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 StepDataInterface Constructor Description StepMetastructure(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 StepDataInterface Modifier and Type Class Description class
StepsMetricsData
Methods in org.pentaho.di.trans.steps.stepsmetrics that return StepDataInterface Modifier and Type Method Description StepDataInterface
StepsMetricsMeta. getStepData()
Methods in org.pentaho.di.trans.steps.stepsmetrics with parameters of type StepDataInterface Modifier and Type Method Description StepInterface
StepsMetricsMeta. 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 StepDataInterface Constructor Description StepsMetrics(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 StepDataInterface Modifier and Type Class Description class
StreamLookupData
Methods in org.pentaho.di.trans.steps.streamlookup that return StepDataInterface Modifier and Type Method Description StepDataInterface
StreamLookupMeta. getStepData()
Methods in org.pentaho.di.trans.steps.streamlookup with parameters of type StepDataInterface Modifier and Type Method Description void
StreamLookup. dispose(StepMetaInterface smi, StepDataInterface sdi)
StepInterface
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 StepDataInterface Constructor Description StreamLookup(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 StepDataInterface Modifier and Type Class Description class
StringCutData
Methods in org.pentaho.di.trans.steps.stringcut that return StepDataInterface Modifier and Type Method Description StepDataInterface
StringCutMeta. getStepData()
Methods in org.pentaho.di.trans.steps.stringcut with parameters of type StepDataInterface Modifier and Type Method Description void
StringCut. dispose(StepMetaInterface smi, StepDataInterface sdi)
StepInterface
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 StepDataInterface Constructor Description StringCut(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 StepDataInterface Modifier and Type Class Description class
StringOperationsData
Apply certain operations too string.Methods in org.pentaho.di.trans.steps.stringoperations that return StepDataInterface Modifier and Type Method Description StepDataInterface
StringOperationsMeta. getStepData()
Methods in org.pentaho.di.trans.steps.stringoperations with parameters of type StepDataInterface Modifier and Type Method Description void
StringOperations. dispose(StepMetaInterface smi, StepDataInterface sdi)
StepInterface
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 StepDataInterface Constructor Description StringOperations(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 StepDataInterface Modifier and Type Class Description class
SwitchCaseData
Methods in org.pentaho.di.trans.steps.switchcase that return StepDataInterface Modifier and Type Method Description StepDataInterface
SwitchCaseMeta. getStepData()
Methods in org.pentaho.di.trans.steps.switchcase with parameters of type StepDataInterface Modifier and Type Method Description StepInterface
SwitchCaseMeta. 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 StepDataInterface Constructor Description SwitchCase(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 StepDataInterface Modifier and Type Class Description class
SecretKeyGeneratorData
Generate secret key.Methods in org.pentaho.di.trans.steps.symmetriccrypto.secretkeygenerator that return StepDataInterface Modifier and Type Method Description StepDataInterface
SecretKeyGeneratorMeta. getStepData()
Methods in org.pentaho.di.trans.steps.symmetriccrypto.secretkeygenerator with parameters of type StepDataInterface Modifier and Type Method Description void
SecretKeyGenerator. dispose(StepMetaInterface smi, StepDataInterface sdi)
StepInterface
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 StepDataInterface Constructor Description SecretKeyGenerator(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 StepDataInterface Modifier and Type Class Description class
SymmetricCryptoTransData
Symmetric algorithm Executes a SymmetricCryptoTrans on the values in the input stream.Methods in org.pentaho.di.trans.steps.symmetriccrypto.symmetriccryptotrans that return StepDataInterface Modifier and Type Method Description StepDataInterface
SymmetricCryptoTransMeta. getStepData()
Methods in org.pentaho.di.trans.steps.symmetriccrypto.symmetriccryptotrans with parameters of type StepDataInterface Modifier and Type Method Description void
SymmetricCryptoTrans. dispose(StepMetaInterface smi, StepDataInterface sdi)
StepInterface
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 StepDataInterface Constructor Description SymmetricCryptoTrans(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 StepDataInterface Modifier and Type Class Description class
SynchronizeAfterMergeData
Performs an insert/update/delete depending on the value of a field.Methods in org.pentaho.di.trans.steps.synchronizeaftermerge that return StepDataInterface Modifier and Type Method Description StepDataInterface
SynchronizeAfterMergeMeta. getStepData()
Methods in org.pentaho.di.trans.steps.synchronizeaftermerge with parameters of type StepDataInterface Modifier and Type Method Description void
SynchronizeAfterMerge. dispose(StepMetaInterface smi, StepDataInterface sdi)
StepInterface
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 StepDataInterface Constructor Description SynchronizeAfterMerge(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 StepDataInterface Modifier and Type Class Description class
SyslogMessageData
Methods in org.pentaho.di.trans.steps.syslog that return StepDataInterface Modifier and Type Method Description StepDataInterface
SyslogMessageMeta. getStepData()
Methods in org.pentaho.di.trans.steps.syslog with parameters of type StepDataInterface Modifier and Type Method Description void
SyslogMessage. dispose(StepMetaInterface smi, StepDataInterface sdi)
StepInterface
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 StepDataInterface Constructor Description SyslogMessage(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 StepDataInterface Modifier and Type Class Description class
SystemDataData
Methods in org.pentaho.di.trans.steps.systemdata that return StepDataInterface Modifier and Type Method Description StepDataInterface
SystemDataMeta. getStepData()
Methods in org.pentaho.di.trans.steps.systemdata with parameters of type StepDataInterface Modifier and Type Method Description void
SystemData. dispose(StepMetaInterface smi, StepDataInterface sdi)
StepInterface
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 StepDataInterface Constructor Description SystemData(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 StepDataInterface Modifier and Type Class Description class
TableCompareData
Methods in org.pentaho.di.trans.steps.tablecompare that return StepDataInterface Modifier and Type Method Description StepDataInterface
TableCompareMeta. getStepData()
Methods in org.pentaho.di.trans.steps.tablecompare with parameters of type StepDataInterface Modifier and Type Method Description void
TableCompare. dispose(StepMetaInterface smi, StepDataInterface sdi)
StepInterface
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 StepDataInterface Constructor Description TableCompare(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 StepDataInterface Modifier and Type Class Description class
TableExistsData
Methods in org.pentaho.di.trans.steps.tableexists that return StepDataInterface Modifier and Type Method Description StepDataInterface
TableExistsMeta. getStepData()
Methods in org.pentaho.di.trans.steps.tableexists with parameters of type StepDataInterface Modifier and Type Method Description StepInterface
TableExistsMeta. 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 StepDataInterface Constructor Description TableExists(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 StepDataInterface Modifier and Type Class Description class
TableInputData
Methods in org.pentaho.di.trans.steps.tableinput that return StepDataInterface Modifier and Type Method Description StepDataInterface
TableInputMeta. getStepData()
Methods in org.pentaho.di.trans.steps.tableinput with parameters of type StepDataInterface Modifier and Type Method Description void
TableInput. dispose(StepMetaInterface smi, StepDataInterface sdi)
StepInterface
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 StepDataInterface Constructor Description TableInput(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 StepDataInterface Modifier and Type Class Description class
TableOutputData
Storage class for table output step.Methods in org.pentaho.di.trans.steps.tableoutput that return StepDataInterface Modifier and Type Method Description StepDataInterface
TableOutputMeta. getStepData()
Methods in org.pentaho.di.trans.steps.tableoutput with parameters of type StepDataInterface Modifier and Type Method Description void
TableOutput. dispose(StepMetaInterface smi, StepDataInterface sdi)
org.pentaho.di.core.row.RowMeta
TableOutputMeta. getRowMeta(StepDataInterface stepData)
StepInterface
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 StepDataInterface Constructor Description TableOutput(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 StepDataInterface Modifier and Type Class Description class
TextFileInputData
Deprecated.replaced by implementation in the ...steps.fileinput.text packageMethods in org.pentaho.di.trans.steps.textfileinput that return StepDataInterface Modifier and Type Method Description StepDataInterface
TextFileInputMeta. getStepData()
Deprecated.Methods in org.pentaho.di.trans.steps.textfileinput with parameters of type StepDataInterface Modifier and Type Method Description void
TextFileInput. dispose(StepMetaInterface smi, StepDataInterface sdi)
Deprecated.StepInterface
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 StepDataInterface Constructor Description TextFileInput(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 StepDataInterface Modifier and Type Class Description class
TextFileOutputData
Methods in org.pentaho.di.trans.steps.textfileoutput that return StepDataInterface Modifier and Type Method Description StepDataInterface
TextFileOutputMeta. getStepData()
Methods in org.pentaho.di.trans.steps.textfileoutput with parameters of type StepDataInterface Modifier and Type Method Description void
TextFileOutput. dispose(StepMetaInterface smi, StepDataInterface sdi)
StepInterface
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 StepDataInterface Constructor Description TextFileOutput(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 StepDataInterface Modifier and Type Method Description StepInterface
TextFileOutputLegacyMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)
Deprecated.Constructors in org.pentaho.di.trans.steps.textfileoutputlegacy with parameters of type StepDataInterface Constructor Description TextFileOutputLegacy(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 StepDataInterface Modifier and Type Class Description class
TransExecutorData
Methods in org.pentaho.di.trans.steps.transexecutor that return StepDataInterface Modifier and Type Method Description StepDataInterface
TransExecutorMeta. getStepData()
Methods in org.pentaho.di.trans.steps.transexecutor with parameters of type StepDataInterface Modifier and Type Method Description void
TransExecutor. dispose(StepMetaInterface smi, StepDataInterface sdi)
StepInterface
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 StepDataInterface Constructor Description TransExecutor(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 StepDataInterface Modifier and Type Class Description class
UniqueRowsData
Methods in org.pentaho.di.trans.steps.uniquerows that return StepDataInterface Modifier and Type Method Description StepDataInterface
UniqueRowsMeta. getStepData()
Methods in org.pentaho.di.trans.steps.uniquerows with parameters of type StepDataInterface Modifier and Type Method Description StepInterface
UniqueRowsMeta. 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 StepDataInterface Constructor Description UniqueRows(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 StepDataInterface Modifier and Type Class Description class
UniqueRowsByHashSetData
Methods in org.pentaho.di.trans.steps.uniquerowsbyhashset that return StepDataInterface Modifier and Type Method Description StepDataInterface
UniqueRowsByHashSetMeta. getStepData()
Methods in org.pentaho.di.trans.steps.uniquerowsbyhashset with parameters of type StepDataInterface Modifier and Type Method Description StepInterface
UniqueRowsByHashSetMeta. 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 StepDataInterface Constructor Description UniqueRowsByHashSet(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 StepDataInterface Modifier and Type Class Description class
UnivariateStatsData
Holds temporary data and has routines for computing derived statistics.Methods in org.pentaho.di.trans.steps.univariatestats that return StepDataInterface Modifier and Type Method Description StepDataInterface
UnivariateStatsMeta. getStepData()
Get a new instance of the appropriate data class.Methods in org.pentaho.di.trans.steps.univariatestats with parameters of type StepDataInterface Modifier and Type Method Description StepInterface
UnivariateStatsMeta. 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 StepDataInterface Constructor Description UnivariateStats(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 StepDataInterface Modifier and Type Class Description class
UpdateData
Methods in org.pentaho.di.trans.steps.update that return StepDataInterface Modifier and Type Method Description StepDataInterface
UpdateMeta. getStepData()
Methods in org.pentaho.di.trans.steps.update with parameters of type StepDataInterface Modifier and Type Method Description void
Update. dispose(StepMetaInterface smi, StepDataInterface sdi)
StepInterface
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 StepDataInterface Constructor Description Update(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 StepDataInterface Modifier and Type Class Description class
UserDefinedJavaClassData
Methods in org.pentaho.di.trans.steps.userdefinedjavaclass that return StepDataInterface Modifier and Type Method Description StepDataInterface
UserDefinedJavaClassMeta. getStepData()
StepDataInterface
TransformClassBase. getStepDataInterface()
StepDataInterface
UserDefinedJavaClass. getStepDataInterface()
StepDataInterface
UserDefinedJavaClass. getStepDataInterfaceImpl()
Methods in org.pentaho.di.trans.steps.userdefinedjavaclass with parameters of type StepDataInterface Modifier and Type Method Description void
TransformClassBase. dispose(StepMetaInterface smi, StepDataInterface sdi)
void
UserDefinedJavaClass. dispose(StepMetaInterface smi, StepDataInterface sdi)
void
UserDefinedJavaClass. disposeImpl(StepMetaInterface smi, StepDataInterface sdi)
StepInterface
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 StepDataInterface Constructor Description UserDefinedJavaClass(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 StepDataInterface Modifier and Type Class Description class
ValidatorData
Methods in org.pentaho.di.trans.steps.validator that return StepDataInterface Modifier and Type Method Description StepDataInterface
ValidatorMeta. getStepData()
Methods in org.pentaho.di.trans.steps.validator with parameters of type StepDataInterface Modifier and Type Method Description StepInterface
ValidatorMeta. 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 StepDataInterface Constructor Description Validator(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 StepDataInterface Modifier and Type Class Description class
ValueMapperData
Methods in org.pentaho.di.trans.steps.valuemapper that return StepDataInterface Modifier and Type Method Description StepDataInterface
ValueMapperMeta. getStepData()
Methods in org.pentaho.di.trans.steps.valuemapper with parameters of type StepDataInterface Modifier and Type Method Description void
ValueMapper. dispose(StepMetaInterface smi, StepDataInterface sdi)
StepInterface
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 StepDataInterface Constructor Description ValueMapper(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 StepDataInterface Modifier and Type Class Description class
WebServiceAvailableData
Methods in org.pentaho.di.trans.steps.webserviceavailable that return StepDataInterface Modifier and Type Method Description StepDataInterface
WebServiceAvailableMeta. getStepData()
Methods in org.pentaho.di.trans.steps.webserviceavailable with parameters of type StepDataInterface Modifier and Type Method Description void
WebServiceAvailable. dispose(StepMetaInterface smi, StepDataInterface sdi)
StepInterface
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 StepDataInterface Constructor Description WebServiceAvailable(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 StepDataInterface Modifier and Type Class Description class
WebServiceData
Methods in org.pentaho.di.trans.steps.webservices that return StepDataInterface Modifier and Type Method Description StepDataInterface
WebServiceMeta. getStepData()
Methods in org.pentaho.di.trans.steps.webservices with parameters of type StepDataInterface Modifier and Type Method Description void
WebService. dispose(StepMetaInterface smi, StepDataInterface sdi)
StepInterface
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 StepDataInterface Constructor Description WebService(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 StepDataInterface Modifier and Type Class Description class
WriteToLogData
Methods in org.pentaho.di.trans.steps.writetolog that return StepDataInterface Modifier and Type Method Description StepDataInterface
WriteToLogMeta. getStepData()
Methods in org.pentaho.di.trans.steps.writetolog with parameters of type StepDataInterface Modifier and Type Method Description StepInterface
WriteToLogMeta. 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 StepDataInterface Constructor Description WriteToLog(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 StepDataInterface Modifier and Type Class Description class
XBaseInputData
Provides data for the XBaseInput step.Methods in org.pentaho.di.trans.steps.xbaseinput that return StepDataInterface Modifier and Type Method Description StepDataInterface
XBaseInputMeta. getStepData()
Methods in org.pentaho.di.trans.steps.xbaseinput with parameters of type StepDataInterface Modifier and Type Method Description void
XBaseInput. dispose(StepMetaInterface smi, StepDataInterface sdi)
StepInterface
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 StepDataInterface Constructor Description XBaseInput(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 StepDataInterface Modifier and Type Class Description class
ZipFileData
Methods in org.pentaho.di.trans.steps.zipfile that return StepDataInterface Modifier and Type Method Description StepDataInterface
ZipFileMeta. getStepData()
Methods in org.pentaho.di.trans.steps.zipfile with parameters of type StepDataInterface Modifier and Type Method Description void
ZipFile. dispose(StepMetaInterface smi, StepDataInterface sdi)
StepInterface
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 StepDataInterface Constructor Description ZipFile(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 StepDataInterface Modifier and Type Method Description boolean
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 StepDataInterface Constructor Description BaseStreamStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
-