Uses of Interface
org.pentaho.di.trans.step.StepInterface
-
-
Uses of StepInterface in org.pentaho.di.core.util
Classes in org.pentaho.di.core.util that implement StepInterface Modifier and Type Class Description class
AbstractStep
-
Uses of StepInterface in org.pentaho.di.trans
Methods in org.pentaho.di.trans that return StepInterface Modifier and Type Method Description StepInterface
Trans. findRunThread(String stepname)
Find the run thread for the step with the specified name.StepInterface
Trans. findStepInterface(String stepname, int copyNr)
Find the executing step copy for the step with the specified name and copy numberStepInterface
Trans. getRunThread(int i)
Gets the run thread for the step at the specified index.StepInterface
Trans. getRunThread(String name, int copy)
Gets the run thread for the step with the specified name and copy number.StepInterface
RowProducer. getStepInterface()
StepInterface
Trans. getStepInterface(String stepname, int copy)
Find the StepInterface (thread) by looking it up using the name.Methods in org.pentaho.di.trans that return types with arguments of type StepInterface Modifier and Type Method Description List<StepInterface>
Trans. findBaseSteps(String stepname)
Find the base steps for the step with the specified name.List<StepInterface>
Trans. findStepInterfaces(String stepname)
Find the available executing step copies for the step with the specified nameMethods in org.pentaho.di.trans with parameters of type StepInterface Modifier and Type Method Description void
Trans. logSummary(StepInterface si)
Logs a summary message for the specified step.void
RowProducer. setStepInterface(StepInterface stepInterface)
Constructors in org.pentaho.di.trans with parameters of type StepInterface Constructor Description RowProducer(StepInterface stepInterface, org.pentaho.di.core.RowSet rowSet)
-
Uses of StepInterface in org.pentaho.di.trans.step
Classes in org.pentaho.di.trans.step that implement StepInterface Modifier and Type Class Description class
BaseDatabaseStep
Base step extension that is responsible for Database connection and datasource management for steps that require it.class
BaseStep
This class can be extended for the actual row processing of the implemented step.Fields in org.pentaho.di.trans.step declared as StepInterface Modifier and Type Field Description StepInterface
StepMetaDataCombi. step
Methods in org.pentaho.di.trans.step that return StepInterface Modifier and Type Method Description StepInterface
StepMetaInterface. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
Get the executing step, needed by Trans to launch a step.Methods in org.pentaho.di.trans.step with parameters of type StepInterface Modifier and Type Method Description void
RowDistributionInterface. distributeRow(org.pentaho.di.core.row.RowMetaInterface rowMeta, Object[] row, StepInterface stepInterface)
Do the actual row distribution in the stepvoid
StepAdapter. stepActive(Trans trans, StepMeta stepMeta, StepInterface step)
void
StepListener. stepActive(Trans trans, StepMeta stepMeta, StepInterface step)
This method is called when a step goes from being idle to being active.void
StepAdapter. stepFinished(Trans trans, StepMeta stepMeta, StepInterface step)
void
StepListener. stepFinished(Trans trans, StepMeta stepMeta, StepInterface step)
This method is called when a step completes all work and is finished.void
StepStatus. updateAll(StepInterface baseStep)
Constructors in org.pentaho.di.trans.step with parameters of type StepInterface Constructor Description StepStatus(StepInterface baseStep)
-
Uses of StepInterface in org.pentaho.di.trans.steps.calculator
Classes in org.pentaho.di.trans.steps.calculator that implement StepInterface Modifier and Type Class Description class
Calculator
Calculate new field values using pre-defined functions.Methods in org.pentaho.di.trans.steps.calculator that return StepInterface Modifier and Type Method Description StepInterface
CalculatorMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.constant
Classes in org.pentaho.di.trans.steps.constant that implement StepInterface Modifier and Type Class Description class
Constant
Generates a number of (empty or the same) rowsMethods in org.pentaho.di.trans.steps.constant that return StepInterface Modifier and Type Method Description StepInterface
ConstantMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.creditcardvalidator
Classes in org.pentaho.di.trans.steps.creditcardvalidator that implement StepInterface Modifier and Type Class Description class
CreditCardValidator
Check if a Credit Card is valid *Methods in org.pentaho.di.trans.steps.creditcardvalidator that return StepInterface Modifier and Type Method Description StepInterface
CreditCardValidatorMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.csvinput
Classes in org.pentaho.di.trans.steps.csvinput that implement StepInterface Modifier and Type Class Description class
CsvInput
Read a simple CSV file Just output Strings found in the file...Methods in org.pentaho.di.trans.steps.csvinput that return StepInterface Modifier and Type Method Description StepInterface
CsvInputMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.databasejoin
Classes in org.pentaho.di.trans.steps.databasejoin that implement StepInterface Modifier and Type Class Description class
DatabaseJoin
Use values from input streams to joins with values in a database.Methods in org.pentaho.di.trans.steps.databasejoin that return StepInterface Modifier and Type Method Description StepInterface
DatabaseJoinMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.databaselookup
Classes in org.pentaho.di.trans.steps.databaselookup that implement StepInterface Modifier and Type Class Description class
DatabaseLookup
Looks up values in a database using keys from input streams.Methods in org.pentaho.di.trans.steps.databaselookup that return StepInterface Modifier and Type Method Description StepInterface
DatabaseLookupMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.datagrid
Classes in org.pentaho.di.trans.steps.datagrid that implement StepInterface Modifier and Type Class Description class
DataGrid
Generates a number of (empty or the same) rowsMethods in org.pentaho.di.trans.steps.datagrid that return StepInterface Modifier and Type Method Description StepInterface
DataGridMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.dbproc
Classes in org.pentaho.di.trans.steps.dbproc that implement StepInterface Modifier and Type Class Description class
DBProc
Retrieves values from a database by calling database stored procedures or functionsMethods in org.pentaho.di.trans.steps.dbproc that return StepInterface Modifier and Type Method Description StepInterface
DBProcMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.delete
Classes in org.pentaho.di.trans.steps.delete that implement StepInterface Modifier and Type Class Description class
Delete
Delete data in a database table.Methods in org.pentaho.di.trans.steps.delete that return StepInterface Modifier and Type Method Description StepInterface
DeleteMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.denormaliser
Classes in org.pentaho.di.trans.steps.denormaliser that implement StepInterface Modifier and Type Class Description class
Denormaliser
Denormalises data based on key-value pairsMethods in org.pentaho.di.trans.steps.denormaliser that return StepInterface Modifier and Type Method Description StepInterface
DenormaliserMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.detectemptystream
Classes in org.pentaho.di.trans.steps.detectemptystream that implement StepInterface Modifier and Type Class Description class
DetectEmptyStream
Detect empty stream.Methods in org.pentaho.di.trans.steps.detectemptystream that return StepInterface Modifier and Type Method Description StepInterface
DetectEmptyStreamMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.detectlastrow
Classes in org.pentaho.di.trans.steps.detectlastrow that implement StepInterface Modifier and Type Class Description class
DetectLastRow
Detect last row in a streamMethods in org.pentaho.di.trans.steps.detectlastrow that return StepInterface Modifier and Type Method Description StepInterface
DetectLastRowMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.dimensionlookup
Classes in org.pentaho.di.trans.steps.dimensionlookup that implement StepInterface Modifier and Type Class Description class
DimensionLookup
Manages a slowly changing dimension (lookup or update)Methods in org.pentaho.di.trans.steps.dimensionlookup that return StepInterface Modifier and Type Method Description StepInterface
DimensionLookupMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.dummytrans
Classes in org.pentaho.di.trans.steps.dummytrans that implement StepInterface Modifier and Type Class Description class
DummyTrans
Do nothing.Methods in org.pentaho.di.trans.steps.dummytrans that return StepInterface Modifier and Type Method Description StepInterface
DummyTransMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.dynamicsqlrow
Classes in org.pentaho.di.trans.steps.dynamicsqlrow that implement StepInterface Modifier and Type Class Description class
DynamicSQLRow
Run dynamic SQL.Methods in org.pentaho.di.trans.steps.dynamicsqlrow that return StepInterface Modifier and Type Method Description StepInterface
DynamicSQLRowMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.execprocess
Classes in org.pentaho.di.trans.steps.execprocess that implement StepInterface Modifier and Type Class Description class
ExecProcess
Execute a process *Methods in org.pentaho.di.trans.steps.execprocess that return StepInterface Modifier and Type Method Description StepInterface
ExecProcessMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.execsqlrow
Classes in org.pentaho.di.trans.steps.execsqlrow that implement StepInterface Modifier and Type Class Description class
ExecSQLRow
Execute one or more SQL statements in a script, one time or parameterised (for every row)Methods in org.pentaho.di.trans.steps.execsqlrow that return StepInterface Modifier and Type Method Description StepInterface
ExecSQLRowMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.fieldschangesequence
Classes in org.pentaho.di.trans.steps.fieldschangesequence that implement StepInterface Modifier and Type Class Description class
FieldsChangeSequence
Add sequence to each input row.Methods in org.pentaho.di.trans.steps.fieldschangesequence that return StepInterface Modifier and Type Method Description StepInterface
FieldsChangeSequenceMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.fieldsplitter
Classes in org.pentaho.di.trans.steps.fieldsplitter that implement StepInterface Modifier and Type Class Description class
FieldSplitter
Split a single String fields into multiple parts based on certain conditions.Methods in org.pentaho.di.trans.steps.fieldsplitter that return StepInterface Modifier and Type Method Description StepInterface
FieldSplitterMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.file
Classes in org.pentaho.di.trans.steps.file that implement StepInterface Modifier and Type Class Description class
BaseFileInputStep<M extends BaseFileInputMeta<?,?,?>,D extends BaseFileInputStepData>
This class contains base functionality for file-based input steps. -
Uses of StepInterface in org.pentaho.di.trans.steps.fileexists
Classes in org.pentaho.di.trans.steps.fileexists that implement StepInterface Modifier and Type Class Description class
FileExists
Check if a table exists in a Database *Methods in org.pentaho.di.trans.steps.fileexists that return StepInterface Modifier and Type Method Description StepInterface
FileExistsMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.fileinput.text
Classes in org.pentaho.di.trans.steps.fileinput.text that implement StepInterface Modifier and Type Class Description class
TextFileInput
Read all sorts of text files, convert them to rows and writes these to one or more output streams.Methods in org.pentaho.di.trans.steps.fileinput.text that return StepInterface Modifier and Type Method Description StepInterface
TextFileInputMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.filelocked
Classes in org.pentaho.di.trans.steps.filelocked that implement StepInterface Modifier and Type Class Description class
FileLocked
Check if a file is locked *Methods in org.pentaho.di.trans.steps.filelocked that return StepInterface Modifier and Type Method Description StepInterface
FileLockedMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.filesfromresult
Classes in org.pentaho.di.trans.steps.filesfromresult that implement StepInterface Modifier and Type Class Description class
FilesFromResult
Reads results from a previous transformation in a JobMethods in org.pentaho.di.trans.steps.filesfromresult that return StepInterface Modifier and Type Method Description StepInterface
FilesFromResultMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.filestoresult
Classes in org.pentaho.di.trans.steps.filestoresult that implement StepInterface Modifier and Type Class Description class
FilesToResult
Writes filenames to a next job entry in a JobMethods in org.pentaho.di.trans.steps.filestoresult that return StepInterface Modifier and Type Method Description StepInterface
FilesToResultMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.filterrows
Classes in org.pentaho.di.trans.steps.filterrows that implement StepInterface Modifier and Type Class Description class
FilterRows
Filters input rows base on conditions.Methods in org.pentaho.di.trans.steps.filterrows that return StepInterface Modifier and Type Method Description StepInterface
FilterRowsMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.fixedinput
Classes in org.pentaho.di.trans.steps.fixedinput that implement StepInterface Modifier and Type Class Description class
FixedInput
Read a simple fixed width file Just output fields found in the file...Methods in org.pentaho.di.trans.steps.fixedinput that return StepInterface Modifier and Type Method Description StepInterface
FixedInputMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.flattener
Classes in org.pentaho.di.trans.steps.flattener that implement StepInterface Modifier and Type Class Description class
Flattener
Pivots data based on key-value pairsMethods in org.pentaho.di.trans.steps.flattener that return StepInterface Modifier and Type Method Description StepInterface
FlattenerMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.formula
Classes in org.pentaho.di.trans.steps.formula that implement StepInterface Modifier and Type Class Description class
Formula
Calculate new field values using pre-defined functions.Methods in org.pentaho.di.trans.steps.formula that return StepInterface Modifier and Type Method Description StepInterface
FormulaMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.fuzzymatch
Classes in org.pentaho.di.trans.steps.fuzzymatch that implement StepInterface Modifier and Type Class Description class
FuzzyMatch
Performs a fuzzy match for each main stream field row An approximative match is done in a lookup streamMethods in org.pentaho.di.trans.steps.fuzzymatch that return StepInterface Modifier and Type Method Description StepInterface
FuzzyMatchMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.getfilenames
Classes in org.pentaho.di.trans.steps.getfilenames that implement StepInterface Modifier and Type Class Description class
GetFileNames
Read all sorts of text files, convert them to rows and writes these to one or more output streams.Methods in org.pentaho.di.trans.steps.getfilenames that return StepInterface Modifier and Type Method Description StepInterface
GetFileNamesMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.getfilesrowscount
Classes in org.pentaho.di.trans.steps.getfilesrowscount that implement StepInterface Modifier and Type Class Description class
GetFilesRowsCount
Read all files, count rows numberMethods in org.pentaho.di.trans.steps.getfilesrowscount that return StepInterface Modifier and Type Method Description StepInterface
GetFilesRowsCountMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.getrepositorynames
Classes in org.pentaho.di.trans.steps.getrepositorynames that implement StepInterface Modifier and Type Class Description class
GetRepositoryNames
Read all sorts of text files, convert them to rows and writes these to one or more output streams.Methods in org.pentaho.di.trans.steps.getrepositorynames that return StepInterface Modifier and Type Method Description StepInterface
GetRepositoryNamesMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.getslavesequence
Classes in org.pentaho.di.trans.steps.getslavesequence that implement StepInterface Modifier and Type Class Description class
GetSlaveSequence
Adds a sequential number to a stream of rows.Methods in org.pentaho.di.trans.steps.getslavesequence that return StepInterface Modifier and Type Method Description StepInterface
GetSlaveSequenceMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.getsubfolders
Classes in org.pentaho.di.trans.steps.getsubfolders that implement StepInterface Modifier and Type Class Description class
GetSubFolders
Read all subfolder inside a specified folder and convert them to rows and writes these to one or more output streams.Methods in org.pentaho.di.trans.steps.getsubfolders that return StepInterface Modifier and Type Method Description StepInterface
GetSubFoldersMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.gettablenames
Classes in org.pentaho.di.trans.steps.gettablenames that implement StepInterface Modifier and Type Class Description class
GetTableNames
Return tables name list from Database connection *Methods in org.pentaho.di.trans.steps.gettablenames that return StepInterface Modifier and Type Method Description StepInterface
GetTableNamesMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.getvariable
Classes in org.pentaho.di.trans.steps.getvariable that implement StepInterface Modifier and Type Class Description class
GetVariable
Get information from the System or the supervising transformation.Methods in org.pentaho.di.trans.steps.getvariable that return StepInterface Modifier and Type Method Description StepInterface
GetVariableMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.groupby
Classes in org.pentaho.di.trans.steps.groupby that implement StepInterface Modifier and Type Class Description class
GroupBy
Groups informations based on aggregation rules.Methods in org.pentaho.di.trans.steps.groupby that return StepInterface Modifier and Type Method Description StepInterface
GroupByMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.http
Classes in org.pentaho.di.trans.steps.http that implement StepInterface Modifier and Type Class Description class
HTTP
Retrieves data from an HTTP endpointMethods in org.pentaho.di.trans.steps.http that return StepInterface Modifier and Type Method Description StepInterface
HTTPMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.httppost
Classes in org.pentaho.di.trans.steps.httppost that implement StepInterface Modifier and Type Class Description class
HTTPPOST
Make a HTTP Post callMethods in org.pentaho.di.trans.steps.httppost that return StepInterface Modifier and Type Method Description StepInterface
HTTPPOSTMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.ifnull
Classes in org.pentaho.di.trans.steps.ifnull that implement StepInterface Modifier and Type Class Description class
IfNull
Sets a field value to a constant if it is nullMethods in org.pentaho.di.trans.steps.ifnull that return StepInterface Modifier and Type Method Description StepInterface
IfNullMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.injector
Classes in org.pentaho.di.trans.steps.injector that implement StepInterface Modifier and Type Class Description class
Injector
Executor class to allow a java program to inject rows of data into a transformation.Methods in org.pentaho.di.trans.steps.injector that return StepInterface Modifier and Type Method Description StepInterface
InjectorMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.insertupdate
Classes in org.pentaho.di.trans.steps.insertupdate that implement StepInterface Modifier and Type Class Description class
InsertUpdate
Performs a lookup in a database table.Methods in org.pentaho.di.trans.steps.insertupdate that return StepInterface Modifier and Type Method Description StepInterface
InsertUpdateMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.janino
Classes in org.pentaho.di.trans.steps.janino that implement StepInterface Modifier and Type Class Description class
Janino
Calculate new field values using pre-defined functions.Methods in org.pentaho.di.trans.steps.janino that return StepInterface Modifier and Type Method Description StepInterface
JaninoMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.javafilter
Classes in org.pentaho.di.trans.steps.javafilter that implement StepInterface Modifier and Type Class Description class
JavaFilter
Calculate new field values using pre-defined functions.Methods in org.pentaho.di.trans.steps.javafilter that return StepInterface Modifier and Type Method Description StepInterface
JavaFilterMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.jobexecutor
Classes in org.pentaho.di.trans.steps.jobexecutor that implement StepInterface Modifier and Type Class Description class
JobExecutor
Execute a job for every input row.Methods in org.pentaho.di.trans.steps.jobexecutor that return StepInterface Modifier and Type Method Description StepInterface
JobExecutorMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.joinrows
Classes in org.pentaho.di.trans.steps.joinrows that implement StepInterface Modifier and Type Class Description class
JoinRows
Performs a cartesian product between 2 or more input streams.Methods in org.pentaho.di.trans.steps.joinrows that return StepInterface Modifier and Type Method Description StepInterface
JoinRowsMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.ldifinput
Classes in org.pentaho.di.trans.steps.ldifinput that implement StepInterface Modifier and Type Class Description class
LDIFInput
Read all LDIF files, convert them to rows and writes these to one or more output streams.Methods in org.pentaho.di.trans.steps.ldifinput that return StepInterface Modifier and Type Method Description StepInterface
LDIFInputMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.loadfileinput
Classes in org.pentaho.di.trans.steps.loadfileinput that implement StepInterface Modifier and Type Class Description class
LoadFileInput
Read files, parse them and convert them to rows and writes these to one or more output streams.Methods in org.pentaho.di.trans.steps.loadfileinput that return StepInterface Modifier and Type Method Description StepInterface
LoadFileInputMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.mail
Classes in org.pentaho.di.trans.steps.mail that implement StepInterface Modifier and Type Class Description class
Mail
Send mail step.Methods in org.pentaho.di.trans.steps.mail that return StepInterface Modifier and Type Method Description StepInterface
MailMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.mailinput
Classes in org.pentaho.di.trans.steps.mailinput that implement StepInterface Modifier and Type Class Description class
MailInput
Read data from POP3/IMAP server and input data to the next steps.Methods in org.pentaho.di.trans.steps.mailinput that return StepInterface Modifier and Type Method Description StepInterface
MailInputMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.mailvalidator
Classes in org.pentaho.di.trans.steps.mailvalidator that implement StepInterface Modifier and Type Class Description class
MailValidator
Check if an email address is valid *Methods in org.pentaho.di.trans.steps.mailvalidator that return StepInterface Modifier and Type Method Description StepInterface
MailValidatorMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.mapping
Classes in org.pentaho.di.trans.steps.mapping that implement StepInterface Modifier and Type Class Description class
Mapping
Execute a mapping: a re-usuable transformationMethods in org.pentaho.di.trans.steps.mapping that return StepInterface Modifier and Type Method Description StepInterface
MappingMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.mappinginput
Classes in org.pentaho.di.trans.steps.mappinginput that implement StepInterface Modifier and Type Class Description class
MappingInput
Do nothing.Fields in org.pentaho.di.trans.steps.mappinginput declared as StepInterface Modifier and Type Field Description StepInterface[]
MappingInputData. sourceSteps
Methods in org.pentaho.di.trans.steps.mappinginput that return StepInterface Modifier and Type Method Description StepInterface
MappingInputMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)
Methods in org.pentaho.di.trans.steps.mappinginput with parameters of type StepInterface Modifier and Type Method Description void
MappingInput. setConnectorSteps(StepInterface[] sourceSteps, List<MappingValueRename> valueRenames, String mappingStepname)
-
Uses of StepInterface in org.pentaho.di.trans.steps.mappingoutput
Classes in org.pentaho.di.trans.steps.mappingoutput that implement StepInterface Modifier and Type Class Description class
MappingOutput
Do nothing.Fields in org.pentaho.di.trans.steps.mappingoutput declared as StepInterface Modifier and Type Field Description StepInterface[]
MappingOutputData. targetSteps
Methods in org.pentaho.di.trans.steps.mappingoutput that return StepInterface Modifier and Type Method Description StepInterface
MappingOutputMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)
Methods in org.pentaho.di.trans.steps.mappingoutput with parameters of type StepInterface Modifier and Type Method Description void
MappingOutput. setConnectorSteps(StepInterface[] targetSteps, List<MappingValueRename> inputValueRenames, List<MappingValueRename> outputValueRenames)
-
Uses of StepInterface in org.pentaho.di.trans.steps.memgroupby
Classes in org.pentaho.di.trans.steps.memgroupby that implement StepInterface Modifier and Type Class Description class
MemoryGroupBy
Groups information based on aggregation rules.Methods in org.pentaho.di.trans.steps.memgroupby that return StepInterface Modifier and Type Method Description StepInterface
MemoryGroupByMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.mergejoin
Classes in org.pentaho.di.trans.steps.mergejoin that implement StepInterface Modifier and Type Class Description class
MergeJoin
Merge rows from 2 sorted streams and output joined rows with matched key fields.Methods in org.pentaho.di.trans.steps.mergejoin that return StepInterface Modifier and Type Method Description StepInterface
MergeJoinMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.mergerows
Classes in org.pentaho.di.trans.steps.mergerows that implement StepInterface Modifier and Type Class Description class
MergeRows
Merge rows from 2 sorted streams to detect changes.Methods in org.pentaho.di.trans.steps.mergerows that return StepInterface Modifier and Type Method Description StepInterface
MergeRowsMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.missing
Classes in org.pentaho.di.trans.steps.missing that implement StepInterface Modifier and Type Class Description class
MissingTransStep
Methods in org.pentaho.di.trans.steps.missing that return StepInterface Modifier and Type Method Description StepInterface
MissingTrans. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.multimerge
Classes in org.pentaho.di.trans.steps.multimerge that implement StepInterface Modifier and Type Class Description class
MultiMergeJoin
Merge rows from 2 sorted streams and output joined rows with matched key fields.Methods in org.pentaho.di.trans.steps.multimerge that return StepInterface Modifier and Type Method Description StepInterface
MultiMergeJoinMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.normaliser
Classes in org.pentaho.di.trans.steps.normaliser that implement StepInterface Modifier and Type Class Description class
Normaliser
Normalise de-normalised input data.Methods in org.pentaho.di.trans.steps.normaliser that return StepInterface Modifier and Type Method Description StepInterface
NormaliserMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.nullif
Classes in org.pentaho.di.trans.steps.nullif that implement StepInterface Modifier and Type Class Description class
NullIf
NullIf step, put null as value when the original field matches a specific value.Methods in org.pentaho.di.trans.steps.nullif that return StepInterface Modifier and Type Method Description StepInterface
NullIfMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.numberrange
Classes in org.pentaho.di.trans.steps.numberrange that implement StepInterface Modifier and Type Class Description class
NumberRange
Business logic for the NumberRangeMethods in org.pentaho.di.trans.steps.numberrange that return StepInterface Modifier and Type Method Description StepInterface
NumberRangeMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans disp)
-
Uses of StepInterface in org.pentaho.di.trans.steps.olapinput
Classes in org.pentaho.di.trans.steps.olapinput that implement StepInterface Modifier and Type Class Description class
OlapInput
Reads information from an OLAP datasource using MDXMethods in org.pentaho.di.trans.steps.olapinput that return StepInterface Modifier and Type Method Description StepInterface
OlapInputMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.parallelgzipcsv
Classes in org.pentaho.di.trans.steps.parallelgzipcsv that implement StepInterface Modifier and Type Class Description class
ParGzipCsvInput
Read a simple CSV file Just output Strings found in the file...Methods in org.pentaho.di.trans.steps.parallelgzipcsv that return StepInterface Modifier and Type Method Description StepInterface
ParGzipCsvInputMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.pgpdecryptstream
Classes in org.pentaho.di.trans.steps.pgpdecryptstream that implement StepInterface Modifier and Type Class Description class
PGPDecryptStream
Decrypt a stream with GPG *Methods in org.pentaho.di.trans.steps.pgpdecryptstream that return StepInterface Modifier and Type Method Description StepInterface
PGPDecryptStreamMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.pgpencryptstream
Classes in org.pentaho.di.trans.steps.pgpencryptstream that implement StepInterface Modifier and Type Class Description class
PGPEncryptStream
Encrypt a stream with GPG *Methods in org.pentaho.di.trans.steps.pgpencryptstream that return StepInterface Modifier and Type Method Description StepInterface
PGPEncryptStreamMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.prioritizestreams
Classes in org.pentaho.di.trans.steps.prioritizestreams that implement StepInterface Modifier and Type Class Description class
PrioritizeStreams
Prioritize INPUT Streams.Methods in org.pentaho.di.trans.steps.prioritizestreams that return StepInterface Modifier and Type Method Description StepInterface
PrioritizeStreamsMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.processfiles
Classes in org.pentaho.di.trans.steps.processfiles that implement StepInterface Modifier and Type Class Description class
ProcessFiles
Copy, move or delete file *Methods in org.pentaho.di.trans.steps.processfiles that return StepInterface Modifier and Type Method Description StepInterface
ProcessFilesMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.propertyinput
Classes in org.pentaho.di.trans.steps.propertyinput that implement StepInterface Modifier and Type Class Description class
PropertyInput
Read all Properties files (& INI files) , convert them to rows and writes these to one or more output streams.Methods in org.pentaho.di.trans.steps.propertyinput that return StepInterface Modifier and Type Method Description StepInterface
PropertyInputMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.propertyoutput
Classes in org.pentaho.di.trans.steps.propertyoutput that implement StepInterface Modifier and Type Class Description class
PropertyOutput
Output rows to Properties file and create a file.Methods in org.pentaho.di.trans.steps.propertyoutput that return StepInterface Modifier and Type Method Description StepInterface
PropertyOutputMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.randomccnumber
Classes in org.pentaho.di.trans.steps.randomccnumber that implement StepInterface Modifier and Type Class Description class
RandomCCNumberGenerator
Generate random credit card number.Methods in org.pentaho.di.trans.steps.randomccnumber that return StepInterface Modifier and Type Method Description StepInterface
RandomCCNumberGeneratorMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.randomvalue
Classes in org.pentaho.di.trans.steps.randomvalue that implement StepInterface Modifier and Type Class Description class
RandomValue
Get random value.Methods in org.pentaho.di.trans.steps.randomvalue that return StepInterface Modifier and Type Method Description StepInterface
RandomValueMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.recordsfromstream
Classes in org.pentaho.di.trans.steps.recordsfromstream that implement StepInterface Modifier and Type Class Description class
RecordsFromStream
-
Uses of StepInterface in org.pentaho.di.trans.steps.regexeval
Classes in org.pentaho.di.trans.steps.regexeval that implement StepInterface Modifier and Type Class Description class
RegexEval
Use regular expression to validate a field or capture new fields out of an existing field.Methods in org.pentaho.di.trans.steps.regexeval that return StepInterface Modifier and Type Method Description StepInterface
RegexEvalMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.replacestring
Classes in org.pentaho.di.trans.steps.replacestring that implement StepInterface Modifier and Type Class Description class
ReplaceString
Search and replace in string.Methods in org.pentaho.di.trans.steps.replacestring that return StepInterface Modifier and Type Method Description StepInterface
ReplaceStringMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.reservoirsampling
Classes in org.pentaho.di.trans.steps.reservoirsampling that implement StepInterface Modifier and Type Class Description class
ReservoirSampling
Methods in org.pentaho.di.trans.steps.reservoirsampling that return StepInterface 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. -
Uses of StepInterface in org.pentaho.di.trans.steps.rest
Classes in org.pentaho.di.trans.steps.rest that implement StepInterface Modifier and Type Class Description class
Rest
Methods in org.pentaho.di.trans.steps.rest that return StepInterface Modifier and Type Method Description StepInterface
RestMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.rowgenerator
Classes in org.pentaho.di.trans.steps.rowgenerator that implement StepInterface Modifier and Type Class Description class
RowGenerator
Generates a number of (empty or the same) rowsMethods in org.pentaho.di.trans.steps.rowgenerator that return StepInterface Modifier and Type Method Description StepInterface
RowGeneratorMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.rowsfromresult
Classes in org.pentaho.di.trans.steps.rowsfromresult that implement StepInterface Modifier and Type Class Description class
RowsFromResult
Reads results from a previous transformation in a JobMethods in org.pentaho.di.trans.steps.rowsfromresult that return StepInterface Modifier and Type Method Description StepInterface
RowsFromResultMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.rowstoresult
Classes in org.pentaho.di.trans.steps.rowstoresult that implement StepInterface Modifier and Type Class Description class
RowsToResult
Writes results to a next transformation in a JobMethods in org.pentaho.di.trans.steps.rowstoresult that return StepInterface Modifier and Type Method Description StepInterface
RowsToResultMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.samplerows
Classes in org.pentaho.di.trans.steps.samplerows that implement StepInterface Modifier and Type Class Description class
SampleRows
Sample rows.Methods in org.pentaho.di.trans.steps.samplerows that return StepInterface Modifier and Type Method Description StepInterface
SampleRowsMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.sasinput
Classes in org.pentaho.di.trans.steps.sasinput that implement StepInterface Modifier and Type Class Description class
SasInput
Reads data from a SAS file in SAS7BAT format.Methods in org.pentaho.di.trans.steps.sasinput that return StepInterface Modifier and Type Method Description StepInterface
SasInputMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.script
Subinterfaces of StepInterface in org.pentaho.di.trans.steps.script Modifier and Type Interface Description interface
ScriptInterface
Interface to make the real ScriptValueMod and ScriptValueModDummy similar.Classes in org.pentaho.di.trans.steps.script that implement StepInterface Modifier and Type Class Description class
Script
Executes a JavaScript on the values in the input stream.class
ScriptDummy
Dummy class used for test().Methods in org.pentaho.di.trans.steps.script that return StepInterface Modifier and Type Method Description StepInterface
ScriptMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.scriptvalues_mod
Classes in org.pentaho.di.trans.steps.scriptvalues_mod that implement StepInterface Modifier and Type Class Description class
ScriptValuesMod
Executes a JavaScript on the values in the input stream.class
ScriptValuesModDummy
Dummy class used for test().Methods in org.pentaho.di.trans.steps.scriptvalues_mod that return StepInterface Modifier and Type Method Description StepInterface
ScriptValuesMetaMod. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.selectvalues
Classes in org.pentaho.di.trans.steps.selectvalues that implement StepInterface Modifier and Type Class Description class
SelectValues
Select, re-order, remove or change the meta-data of the fields in the inputstreams.Methods in org.pentaho.di.trans.steps.selectvalues that return StepInterface Modifier and Type Method Description StepInterface
SelectValuesMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.setvalueconstant
Classes in org.pentaho.di.trans.steps.setvalueconstant that implement StepInterface Modifier and Type Class Description class
SetValueConstant
Replace Field value by a constant value.Methods in org.pentaho.di.trans.steps.setvalueconstant that return StepInterface Modifier and Type Method Description StepInterface
SetValueConstantMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.setvaluefield
Classes in org.pentaho.di.trans.steps.setvaluefield that implement StepInterface Modifier and Type Class Description class
SetValueField
Set value field with another value field.Methods in org.pentaho.di.trans.steps.setvaluefield that return StepInterface Modifier and Type Method Description StepInterface
SetValueFieldMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.setvariable
Classes in org.pentaho.di.trans.steps.setvariable that implement StepInterface Modifier and Type Class Description class
SetVariable
Convert Values in a certain fields to other valuesMethods in org.pentaho.di.trans.steps.setvariable that return StepInterface Modifier and Type Method Description StepInterface
SetVariableMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.sftpput
Classes in org.pentaho.di.trans.steps.sftpput that implement StepInterface Modifier and Type Class Description class
SFTPPut
Send file to SFTP host.Methods in org.pentaho.di.trans.steps.sftpput that return StepInterface Modifier and Type Method Description StepInterface
SFTPPutMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.simplemapping
Classes in org.pentaho.di.trans.steps.simplemapping that implement StepInterface Modifier and Type Class Description class
SimpleMapping
Execute a mapping: a re-usuable transformationMethods in org.pentaho.di.trans.steps.simplemapping that return StepInterface Modifier and Type Method Description StepInterface
SimpleMappingMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.singlethreader
Classes in org.pentaho.di.trans.steps.singlethreader that implement StepInterface Modifier and Type Class Description class
SingleThreader
Execute a mapping: a re-usuable transformationMethods in org.pentaho.di.trans.steps.singlethreader that return StepInterface Modifier and Type Method Description StepInterface
SingleThreaderMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.socketreader
Classes in org.pentaho.di.trans.steps.socketreader that implement StepInterface Modifier and Type Class Description class
SocketReader
Read data from a TCP/IP socket supplied by SocketWriter.Methods in org.pentaho.di.trans.steps.socketreader that return StepInterface Modifier and Type Method Description StepInterface
SocketReaderMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.socketwriter
Classes in org.pentaho.di.trans.steps.socketwriter that implement StepInterface Modifier and Type Class Description class
SocketWriter
Write data to a TCP/IP socket read by SocketReader.Methods in org.pentaho.di.trans.steps.socketwriter that return StepInterface Modifier and Type Method Description StepInterface
SocketWriterMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.sort
Classes in org.pentaho.di.trans.steps.sort that implement StepInterface Modifier and Type Class Description class
SortRows
Sort the rows in the input-streams based on certain criteriaMethods in org.pentaho.di.trans.steps.sort that return StepInterface Modifier and Type Method Description StepInterface
SortRowsMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.sortedmerge
Classes in org.pentaho.di.trans.steps.sortedmerge that implement StepInterface Modifier and Type Class Description class
SortedMerge
Do nothing.Methods in org.pentaho.di.trans.steps.sortedmerge that return StepInterface Modifier and Type Method Description StepInterface
SortedMergeMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.splitfieldtorows
Classes in org.pentaho.di.trans.steps.splitfieldtorows that implement StepInterface Modifier and Type Class Description class
SplitFieldToRows
Methods in org.pentaho.di.trans.steps.splitfieldtorows that return StepInterface Modifier and Type Method Description StepInterface
SplitFieldToRowsMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.sql
Classes in org.pentaho.di.trans.steps.sql that implement StepInterface Modifier and Type Class Description class
ExecSQL
Execute one or more SQL statements in a script, one time or parameterised (for every row)Methods in org.pentaho.di.trans.steps.sql that return StepInterface Modifier and Type Method Description StepInterface
ExecSQLMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.sqlfileoutput
Classes in org.pentaho.di.trans.steps.sqlfileoutput that implement StepInterface Modifier and Type Class Description class
SQLFileOutput
Writes rows to a sql file.Methods in org.pentaho.di.trans.steps.sqlfileoutput that return StepInterface Modifier and Type Method Description StepInterface
SQLFileOutputMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.ssh
Classes in org.pentaho.di.trans.steps.ssh that implement StepInterface Modifier and Type Class Description class
SSH
Write commands to SSH *Methods in org.pentaho.di.trans.steps.ssh that return StepInterface Modifier and Type Method Description StepInterface
SSHMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.stepmeta
Classes in org.pentaho.di.trans.steps.stepmeta that implement StepInterface Modifier and Type Class Description class
StepMetastructure
Return the structure of the streamMethods in org.pentaho.di.trans.steps.stepmeta that return StepInterface Modifier and Type Method Description StepInterface
StepMetastructureMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.stepsmetrics
Classes in org.pentaho.di.trans.steps.stepsmetrics that implement StepInterface Modifier and Type Class Description class
StepsMetrics
Ouptu step metricsFields in org.pentaho.di.trans.steps.stepsmetrics with type parameters of type StepInterface Modifier and Type Field Description HashSet<StepInterface>
StepsMetrics. stepInterfaces
ConcurrentHashMap<Integer,StepInterface>
StepsMetricsData. stepInterfaces
Methods in org.pentaho.di.trans.steps.stepsmetrics that return StepInterface Modifier and Type Method Description StepInterface
StepsMetricsMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.streamlookup
Classes in org.pentaho.di.trans.steps.streamlookup that implement StepInterface Modifier and Type Class Description class
StreamLookup
Looks up information by first reading data into a hash table (in memory) TODO: add warning with conflicting types OR modify the lookup values to the input row type.Methods in org.pentaho.di.trans.steps.streamlookup that return StepInterface Modifier and Type Method Description StepInterface
StreamLookupMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.stringcut
Classes in org.pentaho.di.trans.steps.stringcut that implement StepInterface Modifier and Type Class Description class
StringCut
Cut strings.Methods in org.pentaho.di.trans.steps.stringcut that return StepInterface Modifier and Type Method Description StepInterface
StringCutMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.stringoperations
Classes in org.pentaho.di.trans.steps.stringoperations that implement StepInterface Modifier and Type Class Description class
StringOperations
Apply certain operations too string.Methods in org.pentaho.di.trans.steps.stringoperations that return StepInterface Modifier and Type Method Description StepInterface
StringOperationsMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.switchcase
Classes in org.pentaho.di.trans.steps.switchcase that implement StepInterface Modifier and Type Class Description class
SwitchCase
Filters input rows base on conditions.Methods in org.pentaho.di.trans.steps.switchcase that return StepInterface Modifier and Type Method Description StepInterface
SwitchCaseMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.symmetriccrypto.secretkeygenerator
Classes in org.pentaho.di.trans.steps.symmetriccrypto.secretkeygenerator that implement StepInterface Modifier and Type Class Description class
SecretKeyGenerator
Generate secret key.Methods in org.pentaho.di.trans.steps.symmetriccrypto.secretkeygenerator that return StepInterface Modifier and Type Method Description StepInterface
SecretKeyGeneratorMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.symmetriccrypto.symmetriccryptotrans
Classes in org.pentaho.di.trans.steps.symmetriccrypto.symmetriccryptotrans that implement StepInterface Modifier and Type Class Description class
SymmetricCryptoTrans
Symmetric algorithm Executes a SymmetricCryptoTrans on the values in the input stream.Methods in org.pentaho.di.trans.steps.symmetriccrypto.symmetriccryptotrans that return StepInterface Modifier and Type Method Description StepInterface
SymmetricCryptoTransMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.synchronizeaftermerge
Classes in org.pentaho.di.trans.steps.synchronizeaftermerge that implement StepInterface Modifier and Type Class Description class
SynchronizeAfterMerge
Performs an insert/update/delete depending on the value of a field.Methods in org.pentaho.di.trans.steps.synchronizeaftermerge that return StepInterface Modifier and Type Method Description StepInterface
SynchronizeAfterMergeMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.syslog
Classes in org.pentaho.di.trans.steps.syslog that implement StepInterface Modifier and Type Class Description class
SyslogMessage
Write message to SyslogMessage *Methods in org.pentaho.di.trans.steps.syslog that return StepInterface Modifier and Type Method Description StepInterface
SyslogMessageMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.systemdata
Classes in org.pentaho.di.trans.steps.systemdata that implement StepInterface Modifier and Type Class Description class
SystemData
Get information from the System or the supervising transformation.Methods in org.pentaho.di.trans.steps.systemdata that return StepInterface Modifier and Type Method Description StepInterface
SystemDataMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.tablecompare
Classes in org.pentaho.di.trans.steps.tablecompare that implement StepInterface Modifier and Type Class Description class
TableCompare
Methods in org.pentaho.di.trans.steps.tablecompare that return StepInterface Modifier and Type Method Description StepInterface
TableCompareMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.tableexists
Classes in org.pentaho.di.trans.steps.tableexists that implement StepInterface Modifier and Type Class Description class
TableExists
Check if a table exists in a Database *Methods in org.pentaho.di.trans.steps.tableexists that return StepInterface Modifier and Type Method Description StepInterface
TableExistsMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.tableinput
Classes in org.pentaho.di.trans.steps.tableinput that implement StepInterface Modifier and Type Class Description class
TableInput
Reads information from a database table by using freehand SQLMethods in org.pentaho.di.trans.steps.tableinput that return StepInterface Modifier and Type Method Description StepInterface
TableInputMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.tableoutput
Classes in org.pentaho.di.trans.steps.tableoutput that implement StepInterface Modifier and Type Class Description class
TableOutput
Writes rows to a database table.Methods in org.pentaho.di.trans.steps.tableoutput that return StepInterface Modifier and Type Method Description StepInterface
TableOutputMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.textfileinput
Classes in org.pentaho.di.trans.steps.textfileinput that implement StepInterface Modifier and Type Class Description class
TextFileInput
Deprecated.replaced by implementation in the ...steps.fileinput.text packageMethods in org.pentaho.di.trans.steps.textfileinput that return StepInterface Modifier and Type Method Description StepInterface
TextFileInputMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)
Deprecated. -
Uses of StepInterface in org.pentaho.di.trans.steps.textfileoutput
Classes in org.pentaho.di.trans.steps.textfileoutput that implement StepInterface Modifier and Type Class Description class
TextFileOutput
Converts input rows to text and then writes this text to one or more files.Methods in org.pentaho.di.trans.steps.textfileoutput that return StepInterface Modifier and Type Method Description StepInterface
TextFileOutputMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.textfileoutputlegacy
Classes in org.pentaho.di.trans.steps.textfileoutputlegacy that implement StepInterface Modifier and Type Class Description class
TextFileOutputLegacy
Deprecated.useTextFileOutput
instead.Methods in org.pentaho.di.trans.steps.textfileoutputlegacy that return StepInterface Modifier and Type Method Description StepInterface
TextFileOutputLegacyMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)
Deprecated. -
Uses of StepInterface in org.pentaho.di.trans.steps.transexecutor
Classes in org.pentaho.di.trans.steps.transexecutor that implement StepInterface Modifier and Type Class Description class
TransExecutor
Execute a transformation for every input row, set parameters.Methods in org.pentaho.di.trans.steps.transexecutor that return StepInterface Modifier and Type Method Description StepInterface
TransExecutorMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.uniquerows
Classes in org.pentaho.di.trans.steps.uniquerows that implement StepInterface Modifier and Type Class Description class
UniqueRows
Removes the same consequetive rows from the input stream(s).Methods in org.pentaho.di.trans.steps.uniquerows that return StepInterface Modifier and Type Method Description StepInterface
UniqueRowsMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.uniquerowsbyhashset
Classes in org.pentaho.di.trans.steps.uniquerowsbyhashset that implement StepInterface Modifier and Type Class Description class
UniqueRowsByHashSet
Methods in org.pentaho.di.trans.steps.uniquerowsbyhashset that return StepInterface Modifier and Type Method Description StepInterface
UniqueRowsByHashSetMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.univariatestats
Classes in org.pentaho.di.trans.steps.univariatestats that implement StepInterface Modifier and Type Class Description class
UnivariateStats
Calculate univariate statistics based on one column of the input data.Methods in org.pentaho.di.trans.steps.univariatestats that return StepInterface 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. -
Uses of StepInterface in org.pentaho.di.trans.steps.update
Classes in org.pentaho.di.trans.steps.update that implement StepInterface Modifier and Type Class Description class
Update
Update data in a database table, does NOT ever perform an insert.Methods in org.pentaho.di.trans.steps.update that return StepInterface Modifier and Type Method Description StepInterface
UpdateMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.userdefinedjavaclass
Classes in org.pentaho.di.trans.steps.userdefinedjavaclass that implement StepInterface Modifier and Type Class Description class
UserDefinedJavaClass
Methods in org.pentaho.di.trans.steps.userdefinedjavaclass that return StepInterface Modifier and Type Method Description StepInterface
UserDefinedJavaClassMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.validator
Classes in org.pentaho.di.trans.steps.validator that implement StepInterface Modifier and Type Class Description class
Validator
Calculate new field values using pre-defined functions.Methods in org.pentaho.di.trans.steps.validator that return StepInterface Modifier and Type Method Description StepInterface
ValidatorMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.valuemapper
Classes in org.pentaho.di.trans.steps.valuemapper that implement StepInterface Modifier and Type Class Description class
ValueMapper
Convert Values in a certain fields to other valuesMethods in org.pentaho.di.trans.steps.valuemapper that return StepInterface Modifier and Type Method Description StepInterface
ValueMapperMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.webserviceavailable
Classes in org.pentaho.di.trans.steps.webserviceavailable that implement StepInterface Modifier and Type Class Description class
WebServiceAvailable
Check if a webservice is available *Methods in org.pentaho.di.trans.steps.webserviceavailable that return StepInterface Modifier and Type Method Description StepInterface
WebServiceAvailableMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.webservices
Classes in org.pentaho.di.trans.steps.webservices that implement StepInterface Modifier and Type Class Description class
WebService
Methods in org.pentaho.di.trans.steps.webservices that return StepInterface Modifier and Type Method Description StepInterface
WebServiceMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans disp)
-
Uses of StepInterface in org.pentaho.di.trans.steps.writetolog
Classes in org.pentaho.di.trans.steps.writetolog that implement StepInterface Modifier and Type Class Description class
WriteToLog
Write data to log.Methods in org.pentaho.di.trans.steps.writetolog that return StepInterface Modifier and Type Method Description StepInterface
WriteToLogMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.xbaseinput
Classes in org.pentaho.di.trans.steps.xbaseinput that implement StepInterface Modifier and Type Class Description class
XBaseInput
Reads data from an XBase (dBase, foxpro, ...) file.Methods in org.pentaho.di.trans.steps.xbaseinput that return StepInterface Modifier and Type Method Description StepInterface
XBaseInputMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.steps.zipfile
Classes in org.pentaho.di.trans.steps.zipfile that implement StepInterface Modifier and Type Class Description class
ZipFile
Zip file *Methods in org.pentaho.di.trans.steps.zipfile that return StepInterface Modifier and Type Method Description StepInterface
ZipFileMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)
-
Uses of StepInterface in org.pentaho.di.trans.streaming.common
Classes in org.pentaho.di.trans.streaming.common that implement StepInterface Modifier and Type Class Description class
BaseStreamStep
-