Uses of Interface
org.pentaho.di.trans.step.StepMetaInterface
-
-
Uses of StepMetaInterface in org.pentaho.di.core.util
Classes in org.pentaho.di.core.util that implement StepMetaInterface Modifier and Type Class Description class
AbstractStepMeta
-
Uses of StepMetaInterface in org.pentaho.di.core.util.serialization
Classes in org.pentaho.di.core.util.serialization that implement StepMetaInterface Modifier and Type Class Description class
BaseSerializingMeta
Handles serialization of meta by implementing getXML/loadXML, readRep/saveRep.Methods in org.pentaho.di.core.util.serialization that return StepMetaInterface Modifier and Type Method Description StepMetaInterface
StepMetaProps. to(StepMetaInterface stepMetaInterface)
Sets the properties of this StepMetaProps on {@param stepMetaInterface}StepMetaInterface
BaseSerializingMeta. withVariables(org.pentaho.di.core.variables.VariableSpace variables)
Creates a copy of this stepMeta with variables globally substituted.Methods in org.pentaho.di.core.util.serialization with parameters of type StepMetaInterface Modifier and Type Method Description static StepMetaProps
StepMetaProps. from(StepMetaInterface stepMeta)
Retuns an instance of this class with stepMeta properties mapped to a list ofStepMetaProps.PropGroup
RepoSerializer.Builder
RepoSerializer.Builder. stepMeta(StepMetaInterface stepMetaInterface)
StepMetaInterface
StepMetaProps. to(StepMetaInterface stepMetaInterface)
Sets the properties of this StepMetaProps on {@param stepMetaInterface} -
Uses of StepMetaInterface in org.pentaho.di.trans
Classes in org.pentaho.di.trans that implement StepMetaInterface Modifier and Type Class Description class
StepWithMappingMeta
This class is supposed to use in steps where the mapping to sub transformations takes placeMethods in org.pentaho.di.trans with parameters of type StepMetaInterface Modifier and Type Method Description static TransMeta
TransPreviewFactory. generatePreviewTransformation(org.pentaho.di.core.variables.VariableSpace parent, StepMetaInterface oneMeta, String oneStepname)
-
Uses of StepMetaInterface in org.pentaho.di.trans.step
Fields in org.pentaho.di.trans.step declared as StepMetaInterface Modifier and Type Field Description StepMetaInterface
StepMetaDataCombi. meta
Methods in org.pentaho.di.trans.step that return StepMetaInterface Modifier and Type Method Description StepMetaInterface
BaseStep. getStepMetaInterface()
StepMetaInterface
StepMeta. getStepMetaInterface()
Methods in org.pentaho.di.trans.step with parameters of type StepMetaInterface 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.default TransMeta
StepMetaInterface. fetchTransMeta(StepMetaInterface stepMeta, Repository rep, org.pentaho.metastore.api.IMetaStore metastore, org.pentaho.di.core.variables.VariableSpace space)
Allows for someone to fetch the related TransMeta object.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. setStepMetaInterface(StepMetaInterface stepMetaInterface)
void
StepMeta. setStepMetaInterface(StepMetaInterface stepMetaInterface)
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 StepMetaInterface Constructor Description StepMeta(String stepid, String stepname, StepMetaInterface stepMetaInterface)
StepMeta(String stepname, StepMetaInterface stepMetaInterface)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.calculator
Classes in org.pentaho.di.trans.steps.calculator that implement StepMetaInterface Modifier and Type Class Description class
CalculatorMeta
Contains the meta-data for the Calculator step: calculates predefined formula'sMethods in org.pentaho.di.trans.steps.calculator with parameters of type StepMetaInterface Modifier and Type Method Description boolean
Calculator. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
Calculator. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.constant
Classes in org.pentaho.di.trans.steps.constant that implement StepMetaInterface Modifier and Type Class Description class
ConstantMeta
Methods in org.pentaho.di.trans.steps.constant with parameters of type StepMetaInterface Modifier and Type Method Description boolean
Constant. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
Constant. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.creditcardvalidator
Classes in org.pentaho.di.trans.steps.creditcardvalidator that implement StepMetaInterface Modifier and Type Class Description class
CreditCardValidatorMeta
Methods in org.pentaho.di.trans.steps.creditcardvalidator with parameters of type StepMetaInterface Modifier and Type Method Description void
CreditCardValidator. dispose(StepMetaInterface smi, StepDataInterface sdi)
boolean
CreditCardValidator. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
CreditCardValidator. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.csvinput
Classes in org.pentaho.di.trans.steps.csvinput that implement StepMetaInterface Modifier and Type Class Description class
CsvInputMeta
Methods in org.pentaho.di.trans.steps.csvinput with parameters of type StepMetaInterface Modifier and Type Method Description void
CsvInput. dispose(StepMetaInterface smi, StepDataInterface sdi)
boolean
CsvInput. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
CsvInput. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.databasejoin
Classes in org.pentaho.di.trans.steps.databasejoin that implement StepMetaInterface Modifier and Type Class Description class
DatabaseJoinMeta
Methods in org.pentaho.di.trans.steps.databasejoin with parameters of type StepMetaInterface Modifier and Type Method Description void
DatabaseJoin. dispose(StepMetaInterface smi, StepDataInterface sdi)
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. -
Uses of StepMetaInterface in org.pentaho.di.trans.steps.databaselookup
Classes in org.pentaho.di.trans.steps.databaselookup that implement StepMetaInterface Modifier and Type Class Description class
DatabaseLookupMeta
Methods in org.pentaho.di.trans.steps.databaselookup with parameters of type StepMetaInterface Modifier and Type Method Description void
DatabaseLookup. dispose(StepMetaInterface smi, StepDataInterface sdi)
boolean
DatabaseLookup. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
DatabaseLookup. processRow(StepMetaInterface smi, StepDataInterface sdi)
void
DatabaseLookup. stopRunning(StepMetaInterface smi, StepDataInterface sdi)
Stop the running query -
Uses of StepMetaInterface in org.pentaho.di.trans.steps.datagrid
Classes in org.pentaho.di.trans.steps.datagrid that implement StepMetaInterface Modifier and Type Class Description class
DataGridMeta
Methods in org.pentaho.di.trans.steps.datagrid with parameters of type StepMetaInterface Modifier and Type Method Description boolean
DataGrid. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.dbproc
Classes in org.pentaho.di.trans.steps.dbproc that implement StepMetaInterface Modifier and Type Class Description class
DBProcMeta
Methods in org.pentaho.di.trans.steps.dbproc with parameters of type StepMetaInterface Modifier and Type Method Description void
DBProc. dispose(StepMetaInterface smi, StepDataInterface sdi)
boolean
DBProc. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
DBProc. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.delete
Classes in org.pentaho.di.trans.steps.delete that implement StepMetaInterface Modifier and Type Class Description class
DeleteMeta
This class takes care of deleting values in a table using a certain condition and values for input.Methods in org.pentaho.di.trans.steps.delete with parameters of type StepMetaInterface Modifier and Type Method Description void
Delete. dispose(StepMetaInterface smi, StepDataInterface sdi)
boolean
Delete. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
Delete. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.denormaliser
Classes in org.pentaho.di.trans.steps.denormaliser that implement StepMetaInterface Modifier and Type Class Description class
DenormaliserMeta
The Denormaliser transformation step meta-dataMethods in org.pentaho.di.trans.steps.denormaliser with parameters of type StepMetaInterface Modifier and Type Method Description boolean
Denormaliser. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
Denormaliser. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.detectemptystream
Classes in org.pentaho.di.trans.steps.detectemptystream that implement StepMetaInterface Modifier and Type Class Description class
DetectEmptyStreamMeta
Methods in org.pentaho.di.trans.steps.detectemptystream with parameters of type StepMetaInterface Modifier and Type Method Description boolean
DetectEmptyStream. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
DetectEmptyStream. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.detectlastrow
Classes in org.pentaho.di.trans.steps.detectlastrow that implement StepMetaInterface Modifier and Type Class Description class
DetectLastRowMeta
Methods in org.pentaho.di.trans.steps.detectlastrow with parameters of type StepMetaInterface Modifier and Type Method Description void
DetectLastRow. dispose(StepMetaInterface smi, StepDataInterface sdi)
boolean
DetectLastRow. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
DetectLastRow. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.dimensionlookup
Classes in org.pentaho.di.trans.steps.dimensionlookup that implement StepMetaInterface Modifier and Type Class Description class
DimensionLookupMeta
Methods in org.pentaho.di.trans.steps.dimensionlookup with parameters of type StepMetaInterface Modifier and Type Method Description void
DimensionLookup. dispose(StepMetaInterface smi, StepDataInterface sdi)
boolean
DimensionLookup. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
DimensionLookup. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.dummytrans
Classes in org.pentaho.di.trans.steps.dummytrans that implement StepMetaInterface Modifier and Type Class Description class
DummyTransMeta
Methods in org.pentaho.di.trans.steps.dummytrans with parameters of type StepMetaInterface Modifier and Type Method Description boolean
DummyTrans. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.dynamicsqlrow
Classes in org.pentaho.di.trans.steps.dynamicsqlrow that implement StepMetaInterface Modifier and Type Class Description class
DynamicSQLRowMeta
Methods in org.pentaho.di.trans.steps.dynamicsqlrow with parameters of type StepMetaInterface Modifier and Type Method Description boolean
DynamicSQLRow. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
DynamicSQLRow. processRow(StepMetaInterface smi, StepDataInterface sdi)
void
DynamicSQLRow. stopRunning(StepMetaInterface smi, StepDataInterface sdi)
Stop the running query -
Uses of StepMetaInterface in org.pentaho.di.trans.steps.execprocess
Classes in org.pentaho.di.trans.steps.execprocess that implement StepMetaInterface Modifier and Type Class Description class
ExecProcessMeta
Methods in org.pentaho.di.trans.steps.execprocess with parameters of type StepMetaInterface Modifier and Type Method Description void
ExecProcess. dispose(StepMetaInterface smi, StepDataInterface sdi)
boolean
ExecProcess. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
ExecProcess. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.execsqlrow
Classes in org.pentaho.di.trans.steps.execsqlrow that implement StepMetaInterface Modifier and Type Class Description class
ExecSQLRowMeta
Contains meta-data to execute arbitrary SQL from a specified field.Methods in org.pentaho.di.trans.steps.execsqlrow with parameters of type StepMetaInterface Modifier and Type Method Description void
ExecSQLRow. dispose(StepMetaInterface smi, StepDataInterface sdi)
boolean
ExecSQLRow. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
ExecSQLRow. processRow(StepMetaInterface smi, StepDataInterface sdi)
void
ExecSQLRow. stopRunning(StepMetaInterface smi, StepDataInterface sdi)
Stop the running query -
Uses of StepMetaInterface in org.pentaho.di.trans.steps.fieldschangesequence
Classes in org.pentaho.di.trans.steps.fieldschangesequence that implement StepMetaInterface Modifier and Type Class Description class
FieldsChangeSequenceMeta
Methods in org.pentaho.di.trans.steps.fieldschangesequence with parameters of type StepMetaInterface Modifier and Type Method Description void
FieldsChangeSequence. dispose(StepMetaInterface smi, StepDataInterface sdi)
boolean
FieldsChangeSequence. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
FieldsChangeSequence. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.fieldsplitter
Classes in org.pentaho.di.trans.steps.fieldsplitter that implement StepMetaInterface Modifier and Type Class Description class
FieldSplitterMeta
Example1:
Methods in org.pentaho.di.trans.steps.fieldsplitter with parameters of type StepMetaInterface Modifier and Type Method Description boolean
FieldSplitter. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
FieldSplitter. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.file
Classes in org.pentaho.di.trans.steps.file that implement StepMetaInterface Modifier and Type Class Description class
BaseFileInputMeta<A extends BaseFileInputAdditionalField,I extends BaseFileInputFiles,F extends BaseFileField>
Base meta for file-based input steps.class
BaseFileMeta
A base parent class for all file based metas.class
BaseFileOutputMeta
A base implementation for all output file based metas.Methods in org.pentaho.di.trans.steps.file with parameters of type StepMetaInterface 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. -
Uses of StepMetaInterface in org.pentaho.di.trans.steps.fileexists
Classes in org.pentaho.di.trans.steps.fileexists that implement StepMetaInterface Modifier and Type Class Description class
FileExistsMeta
Methods in org.pentaho.di.trans.steps.fileexists with parameters of type StepMetaInterface Modifier and Type Method Description void
FileExists. dispose(StepMetaInterface smi, StepDataInterface sdi)
boolean
FileExists. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
FileExists. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.fileinput.text
Classes in org.pentaho.di.trans.steps.fileinput.text that implement StepMetaInterface Modifier and Type Class Description class
TextFileInputMeta
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.filelocked
Classes in org.pentaho.di.trans.steps.filelocked that implement StepMetaInterface Modifier and Type Class Description class
FileLockedMeta
Check if a file is locked *Methods in org.pentaho.di.trans.steps.filelocked with parameters of type StepMetaInterface Modifier and Type Method Description void
FileLocked. dispose(StepMetaInterface smi, StepDataInterface sdi)
boolean
FileLocked. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
FileLocked. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.filesfromresult
Classes in org.pentaho.di.trans.steps.filesfromresult that implement StepMetaInterface Modifier and Type Class Description class
FilesFromResultMeta
Methods in org.pentaho.di.trans.steps.filesfromresult with parameters of type StepMetaInterface Modifier and Type Method Description boolean
FilesFromResult. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
FilesFromResult. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.filestoresult
Classes in org.pentaho.di.trans.steps.filestoresult that implement StepMetaInterface Modifier and Type Class Description class
FilesToResultMeta
Methods in org.pentaho.di.trans.steps.filestoresult with parameters of type StepMetaInterface Modifier and Type Method Description boolean
FilesToResult. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
FilesToResult. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.filterrows
Classes in org.pentaho.di.trans.steps.filterrows that implement StepMetaInterface Modifier and Type Class Description class
FilterRowsMeta
Methods in org.pentaho.di.trans.steps.filterrows with parameters of type StepMetaInterface Modifier and Type Method Description boolean
FilterRows. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
FilterRows. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.fixedinput
Classes in org.pentaho.di.trans.steps.fixedinput that implement StepMetaInterface Modifier and Type Class Description class
FixedInputMeta
Methods in org.pentaho.di.trans.steps.fixedinput with parameters of type StepMetaInterface Modifier and Type Method Description void
FixedInput. dispose(StepMetaInterface smi, StepDataInterface sdi)
boolean
FixedInput. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
FixedInput. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.flattener
Classes in org.pentaho.di.trans.steps.flattener that implement StepMetaInterface Modifier and Type Class Description class
FlattenerMeta
The flattener step meta-dataMethods in org.pentaho.di.trans.steps.flattener with parameters of type StepMetaInterface Modifier and Type Method Description boolean
Flattener. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
Flattener. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.formula
Classes in org.pentaho.di.trans.steps.formula that implement StepMetaInterface Modifier and Type Class Description class
FormulaMeta
Contains the meta-data for the Formula step: calculates ad-hoc formula's Powered by Pentaho's "libformula" Created on 22-feb-2007Methods in org.pentaho.di.trans.steps.formula with parameters of type StepMetaInterface Modifier and Type Method Description boolean
Formula. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
Formula. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.fuzzymatch
Classes in org.pentaho.di.trans.steps.fuzzymatch that implement StepMetaInterface Modifier and Type Class Description class
FuzzyMatchMeta
Methods in org.pentaho.di.trans.steps.fuzzymatch with parameters of type StepMetaInterface Modifier and Type Method Description void
FuzzyMatch. dispose(StepMetaInterface smi, StepDataInterface sdi)
boolean
FuzzyMatch. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
FuzzyMatch. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.getfilenames
Classes in org.pentaho.di.trans.steps.getfilenames that implement StepMetaInterface Modifier and Type Class Description class
GetFileNamesMeta
Methods in org.pentaho.di.trans.steps.getfilenames with parameters of type StepMetaInterface Modifier and Type Method Description void
GetFileNames. dispose(StepMetaInterface smi, StepDataInterface sdi)
boolean
GetFileNames. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
GetFileNames. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.getfilesrowscount
Classes in org.pentaho.di.trans.steps.getfilesrowscount that implement StepMetaInterface Modifier and Type Class Description class
GetFilesRowsCountMeta
Methods in org.pentaho.di.trans.steps.getfilesrowscount with parameters of type StepMetaInterface Modifier and Type Method Description void
GetFilesRowsCount. dispose(StepMetaInterface smi, StepDataInterface sdi)
boolean
GetFilesRowsCount. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
GetFilesRowsCount. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.getrepositorynames
Classes in org.pentaho.di.trans.steps.getrepositorynames that implement StepMetaInterface Modifier and Type Class Description class
GetRepositoryNamesMeta
Methods in org.pentaho.di.trans.steps.getrepositorynames with parameters of type StepMetaInterface Modifier and Type Method Description boolean
GetRepositoryNames. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
GetRepositoryNames. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.getslavesequence
Classes in org.pentaho.di.trans.steps.getslavesequence that implement StepMetaInterface Modifier and Type Class Description class
GetSlaveSequenceMeta
Meta data for the Add Sequence step.Methods in org.pentaho.di.trans.steps.getslavesequence with parameters of type StepMetaInterface Modifier and Type Method Description boolean
GetSlaveSequence. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
GetSlaveSequence. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.getsubfolders
Classes in org.pentaho.di.trans.steps.getsubfolders that implement StepMetaInterface Modifier and Type Class Description class
GetSubFoldersMeta
Methods in org.pentaho.di.trans.steps.getsubfolders with parameters of type StepMetaInterface Modifier and Type Method Description void
GetSubFolders. dispose(StepMetaInterface smi, StepDataInterface sdi)
boolean
GetSubFolders. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
GetSubFolders. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.gettablenames
Classes in org.pentaho.di.trans.steps.gettablenames that implement StepMetaInterface Modifier and Type Class Description class
GetTableNamesMeta
Methods in org.pentaho.di.trans.steps.gettablenames with parameters of type StepMetaInterface Modifier and Type Method Description boolean
GetTableNames. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
GetTableNames. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.getvariable
Classes in org.pentaho.di.trans.steps.getvariable that implement StepMetaInterface Modifier and Type Class Description class
GetVariableMeta
Methods in org.pentaho.di.trans.steps.getvariable with parameters of type StepMetaInterface Modifier and Type Method Description void
GetVariable. dispose(StepMetaInterface smi, StepDataInterface sdi)
boolean
GetVariable. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
GetVariable. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.groupby
Classes in org.pentaho.di.trans.steps.groupby that implement StepMetaInterface Modifier and Type Class Description class
GroupByMeta
Created on 02-jun-2003Methods in org.pentaho.di.trans.steps.groupby with parameters of type StepMetaInterface Modifier and Type Method Description void
GroupBy. dispose(StepMetaInterface smi, StepDataInterface sdi)
boolean
GroupBy. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
GroupBy. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.http
Classes in org.pentaho.di.trans.steps.http that implement StepMetaInterface Modifier and Type Class Description class
HTTPMeta
Methods in org.pentaho.di.trans.steps.http with parameters of type StepMetaInterface Modifier and Type Method Description void
HTTP. dispose(StepMetaInterface smi, StepDataInterface sdi)
boolean
HTTP. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
HTTP. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.httppost
Classes in org.pentaho.di.trans.steps.httppost that implement StepMetaInterface Modifier and Type Class Description class
HTTPPOSTMeta
Methods in org.pentaho.di.trans.steps.httppost with parameters of type StepMetaInterface Modifier and Type Method Description void
HTTPPOST. dispose(StepMetaInterface smi, StepDataInterface sdi)
boolean
HTTPPOST. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
HTTPPOST. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.ifnull
Classes in org.pentaho.di.trans.steps.ifnull that implement StepMetaInterface Modifier and Type Class Description class
IfNullMeta
Methods in org.pentaho.di.trans.steps.ifnull with parameters of type StepMetaInterface Modifier and Type Method Description boolean
IfNull. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
IfNull. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.injector
Classes in org.pentaho.di.trans.steps.injector that implement StepMetaInterface Modifier and Type Class Description class
InjectorMeta
Metadata class to allow a java program to inject rows of data into a transformation.Methods in org.pentaho.di.trans.steps.injector with parameters of type StepMetaInterface Modifier and Type Method Description boolean
Injector. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.insertupdate
Classes in org.pentaho.di.trans.steps.insertupdate that implement StepMetaInterface Modifier and Type Class Description class
InsertUpdateMeta
Methods in org.pentaho.di.trans.steps.insertupdate with parameters of type StepMetaInterface Modifier and Type Method Description void
InsertUpdate. dispose(StepMetaInterface smi, StepDataInterface sdi)
boolean
InsertUpdate. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
InsertUpdate. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.janino
Classes in org.pentaho.di.trans.steps.janino that implement StepMetaInterface Modifier and Type Class Description class
JaninoMeta
Contains the meta-data for the Formula step: calculates ad-hoc formula's Powered by Pentaho's "libformula" Created on 22-feb-2007Methods in org.pentaho.di.trans.steps.janino with parameters of type StepMetaInterface Modifier and Type Method Description boolean
Janino. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
Janino. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.javafilter
Classes in org.pentaho.di.trans.steps.javafilter that implement StepMetaInterface Modifier and Type Class Description class
JavaFilterMeta
Contains the meta-data for the java filter step: calculates conditions using Janino Created on 30-oct-2009Methods in org.pentaho.di.trans.steps.javafilter with parameters of type StepMetaInterface Modifier and Type Method Description boolean
JavaFilter. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
JavaFilter. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.jobexecutor
Classes in org.pentaho.di.trans.steps.jobexecutor that implement StepMetaInterface Modifier and Type Class Description class
JobExecutorMeta
Meta-data for the Job executor step.Methods in org.pentaho.di.trans.steps.jobexecutor with parameters of type StepMetaInterface Modifier and Type Method Description void
JobExecutor. dispose(StepMetaInterface smi, StepDataInterface sdi)
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)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.joinrows
Classes in org.pentaho.di.trans.steps.joinrows that implement StepMetaInterface Modifier and Type Class Description class
JoinRowsMeta
Methods in org.pentaho.di.trans.steps.joinrows with parameters of type StepMetaInterface Modifier and Type Method Description void
JoinRows. dispose(StepMetaInterface smi, StepDataInterface sdi)
boolean
JoinRows. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.ldifinput
Classes in org.pentaho.di.trans.steps.ldifinput that implement StepMetaInterface Modifier and Type Class Description class
LDIFInputMeta
Methods in org.pentaho.di.trans.steps.ldifinput with parameters of type StepMetaInterface Modifier and Type Method Description void
LDIFInput. dispose(StepMetaInterface smi, StepDataInterface sdi)
boolean
LDIFInput. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
LDIFInput. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.loadfileinput
Classes in org.pentaho.di.trans.steps.loadfileinput that implement StepMetaInterface Modifier and Type Class Description class
LoadFileInputMeta
Methods in org.pentaho.di.trans.steps.loadfileinput with parameters of type StepMetaInterface Modifier and Type Method Description void
LoadFileInput. dispose(StepMetaInterface smi, StepDataInterface sdi)
boolean
LoadFileInput. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
LoadFileInput. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.mail
Classes in org.pentaho.di.trans.steps.mail that implement StepMetaInterface Modifier and Type Class Description class
MailMeta
Send mail step.Methods in org.pentaho.di.trans.steps.mail with parameters of type StepMetaInterface Modifier and Type Method Description void
Mail. dispose(StepMetaInterface smi, StepDataInterface sdi)
boolean
Mail. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
Mail. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.mailinput
Classes in org.pentaho.di.trans.steps.mailinput that implement StepMetaInterface Modifier and Type Class Description class
MailInputMeta
Methods in org.pentaho.di.trans.steps.mailinput with parameters of type StepMetaInterface Modifier and Type Method Description void
MailInput. dispose(StepMetaInterface smi, StepDataInterface sdi)
boolean
MailInput. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
MailInput. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.mailvalidator
Classes in org.pentaho.di.trans.steps.mailvalidator that implement StepMetaInterface Modifier and Type Class Description class
MailValidatorMeta
Methods in org.pentaho.di.trans.steps.mailvalidator with parameters of type StepMetaInterface Modifier and Type Method Description void
MailValidator. dispose(StepMetaInterface smi, StepDataInterface sdi)
boolean
MailValidator. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
MailValidator. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.mapping
Classes in org.pentaho.di.trans.steps.mapping that implement StepMetaInterface Modifier and Type Class Description class
MappingMeta
Meta-data for the Mapping step: contains name of the (sub-)transformation to executeMethods in org.pentaho.di.trans.steps.mapping with parameters of type StepMetaInterface Modifier and Type Method Description void
Mapping. dispose(StepMetaInterface smi, StepDataInterface sdi)
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)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.mappinginput
Classes in org.pentaho.di.trans.steps.mappinginput that implement StepMetaInterface Modifier and Type Class Description class
MappingInputMeta
Methods in org.pentaho.di.trans.steps.mappinginput with parameters of type StepMetaInterface Modifier and Type Method Description boolean
MappingInput. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
MappingInput. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.mappingoutput
Classes in org.pentaho.di.trans.steps.mappingoutput that implement StepMetaInterface Modifier and Type Class Description class
MappingOutputMeta
Methods in org.pentaho.di.trans.steps.mappingoutput with parameters of type StepMetaInterface Modifier and Type Method Description boolean
MappingOutput. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
MappingOutput. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.memgroupby
Classes in org.pentaho.di.trans.steps.memgroupby that implement StepMetaInterface Modifier and Type Class Description class
MemoryGroupByMeta
Created on 02-jun-2003Methods in org.pentaho.di.trans.steps.memgroupby with parameters of type StepMetaInterface Modifier and Type Method Description void
MemoryGroupBy. dispose(StepMetaInterface smi, StepDataInterface sdi)
boolean
MemoryGroupBy. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
MemoryGroupBy. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.mergejoin
Classes in org.pentaho.di.trans.steps.mergejoin that implement StepMetaInterface Modifier and Type Class Description class
MergeJoinMeta
Methods in org.pentaho.di.trans.steps.mergejoin with parameters of type StepMetaInterface Modifier and Type Method Description boolean
MergeJoin. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
MergeJoin. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.mergerows
Classes in org.pentaho.di.trans.steps.mergerows that implement StepMetaInterface Modifier and Type Class Description class
MergeRowsMeta
Methods in org.pentaho.di.trans.steps.mergerows with parameters of type StepMetaInterface Modifier and Type Method Description boolean
MergeRows. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
MergeRows. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.missing
Classes in org.pentaho.di.trans.steps.missing that implement StepMetaInterface Modifier and Type Class Description class
MissingTrans
Methods in org.pentaho.di.trans.steps.missing with parameters of type StepMetaInterface Modifier and Type Method Description boolean
MissingTransStep. init(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.multimerge
Classes in org.pentaho.di.trans.steps.multimerge that implement StepMetaInterface Modifier and Type Class Description class
MultiMergeJoinMeta
Methods in org.pentaho.di.trans.steps.multimerge with parameters of type StepMetaInterface Modifier and Type Method Description boolean
MultiMergeJoin. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
MultiMergeJoin. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.normaliser
Classes in org.pentaho.di.trans.steps.normaliser that implement StepMetaInterface Modifier and Type Class Description class
NormaliserMeta
Methods in org.pentaho.di.trans.steps.normaliser with parameters of type StepMetaInterface Modifier and Type Method Description boolean
Normaliser. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
Normaliser. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.nullif
Classes in org.pentaho.di.trans.steps.nullif that implement StepMetaInterface Modifier and Type Class Description class
NullIfMeta
Methods in org.pentaho.di.trans.steps.nullif with parameters of type StepMetaInterface Modifier and Type Method Description void
NullIf. dispose(StepMetaInterface smi, StepDataInterface sdi)
boolean
NullIf. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
NullIf. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.numberrange
Classes in org.pentaho.di.trans.steps.numberrange that implement StepMetaInterface Modifier and Type Class Description class
NumberRangeMeta
Configuration for the NumberRangePluginMethods in org.pentaho.di.trans.steps.numberrange with parameters of type StepMetaInterface Modifier and Type Method Description void
NumberRange. dispose(StepMetaInterface smi, StepDataInterface sdi)
boolean
NumberRange. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
NumberRange. processRow(StepMetaInterface smi, StepDataInterface sdi)
Column number where the input value is stored -
Uses of StepMetaInterface in org.pentaho.di.trans.steps.olapinput
Classes in org.pentaho.di.trans.steps.olapinput that implement StepMetaInterface Modifier and Type Class Description class
OlapInputMeta
Methods in org.pentaho.di.trans.steps.olapinput with parameters of type StepMetaInterface Modifier and Type Method Description void
OlapInput. dispose(StepMetaInterface smi, StepDataInterface sdi)
boolean
OlapInput. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
OlapInput. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.parallelgzipcsv
Classes in org.pentaho.di.trans.steps.parallelgzipcsv that implement StepMetaInterface Modifier and Type Class Description class
ParGzipCsvInputMeta
Methods in org.pentaho.di.trans.steps.parallelgzipcsv with parameters of type StepMetaInterface Modifier and Type Method Description void
ParGzipCsvInput. dispose(StepMetaInterface smi, StepDataInterface sdi)
boolean
ParGzipCsvInput. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
ParGzipCsvInput. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.pgpdecryptstream
Classes in org.pentaho.di.trans.steps.pgpdecryptstream that implement StepMetaInterface Modifier and Type Class Description class
PGPDecryptStreamMeta
Methods in org.pentaho.di.trans.steps.pgpdecryptstream with parameters of type StepMetaInterface Modifier and Type Method Description void
PGPDecryptStream. dispose(StepMetaInterface smi, StepDataInterface sdi)
boolean
PGPDecryptStream. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
PGPDecryptStream. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.pgpencryptstream
Classes in org.pentaho.di.trans.steps.pgpencryptstream that implement StepMetaInterface Modifier and Type Class Description class
PGPEncryptStreamMeta
Methods in org.pentaho.di.trans.steps.pgpencryptstream with parameters of type StepMetaInterface Modifier and Type Method Description void
PGPEncryptStream. dispose(StepMetaInterface smi, StepDataInterface sdi)
boolean
PGPEncryptStream. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
PGPEncryptStream. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.prioritizestreams
Classes in org.pentaho.di.trans.steps.prioritizestreams that implement StepMetaInterface Modifier and Type Class Description class
PrioritizeStreamsMeta
Methods in org.pentaho.di.trans.steps.prioritizestreams with parameters of type StepMetaInterface Modifier and Type Method Description void
PrioritizeStreams. dispose(StepMetaInterface smi, StepDataInterface sdi)
boolean
PrioritizeStreams. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
PrioritizeStreams. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.processfiles
Classes in org.pentaho.di.trans.steps.processfiles that implement StepMetaInterface Modifier and Type Class Description class
ProcessFilesMeta
Methods in org.pentaho.di.trans.steps.processfiles with parameters of type StepMetaInterface Modifier and Type Method Description void
ProcessFiles. dispose(StepMetaInterface smi, StepDataInterface sdi)
boolean
ProcessFiles. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
ProcessFiles. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.propertyinput
Classes in org.pentaho.di.trans.steps.propertyinput that implement StepMetaInterface Modifier and Type Class Description class
PropertyInputMeta
Methods in org.pentaho.di.trans.steps.propertyinput with parameters of type StepMetaInterface Modifier and Type Method Description void
PropertyInput. dispose(StepMetaInterface smi, StepDataInterface sdi)
boolean
PropertyInput. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
PropertyInput. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.propertyoutput
Classes in org.pentaho.di.trans.steps.propertyoutput that implement StepMetaInterface Modifier and Type Class Description class
PropertyOutputMeta
Output rows to Properties file and create a file.Methods in org.pentaho.di.trans.steps.propertyoutput with parameters of type StepMetaInterface Modifier and Type Method Description void
PropertyOutput. dispose(StepMetaInterface smi, StepDataInterface sdi)
boolean
PropertyOutput. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
PropertyOutput. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.randomccnumber
Classes in org.pentaho.di.trans.steps.randomccnumber that implement StepMetaInterface Modifier and Type Class Description class
RandomCCNumberGeneratorMeta
Generate random credit card number.Methods in org.pentaho.di.trans.steps.randomccnumber with parameters of type StepMetaInterface Modifier and Type Method Description void
RandomCCNumberGenerator. dispose(StepMetaInterface smi, StepDataInterface sdi)
boolean
RandomCCNumberGenerator. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
RandomCCNumberGenerator. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.randomvalue
Classes in org.pentaho.di.trans.steps.randomvalue that implement StepMetaInterface Modifier and Type Class Description class
RandomValueMeta
Created on 08-07-2008Methods in org.pentaho.di.trans.steps.randomvalue with parameters of type StepMetaInterface Modifier and Type Method Description void
RandomValue. dispose(StepMetaInterface smi, StepDataInterface sdi)
boolean
RandomValue. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
RandomValue. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.recordsfromstream
Classes in org.pentaho.di.trans.steps.recordsfromstream that implement StepMetaInterface Modifier and Type Class Description class
RecordsFromStreamMeta
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.regexeval
Classes in org.pentaho.di.trans.steps.regexeval that implement StepMetaInterface Modifier and Type Class Description class
RegexEvalMeta
Methods in org.pentaho.di.trans.steps.regexeval with parameters of type StepMetaInterface Modifier and Type Method Description void
RegexEval. dispose(StepMetaInterface smi, StepDataInterface sdi)
boolean
RegexEval. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
RegexEval. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.replacestring
Classes in org.pentaho.di.trans.steps.replacestring that implement StepMetaInterface Modifier and Type Class Description class
ReplaceStringMeta
Methods in org.pentaho.di.trans.steps.replacestring with parameters of type StepMetaInterface Modifier and Type Method Description void
ReplaceString. dispose(StepMetaInterface smi, StepDataInterface sdi)
boolean
ReplaceString. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
ReplaceString. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.reservoirsampling
Classes in org.pentaho.di.trans.steps.reservoirsampling that implement StepMetaInterface Modifier and Type Class Description class
ReservoirSamplingMeta
Contains the meta data for the ReservoirSampling step.Methods in org.pentaho.di.trans.steps.reservoirsampling with parameters of type StepMetaInterface Modifier and Type Method Description boolean
ReservoirSampling. init(StepMetaInterface smi, StepDataInterface sdi)
Initialize the step.boolean
ReservoirSampling. processRow(StepMetaInterface smi, StepDataInterface sdi)
Process an incoming row of data. -
Uses of StepMetaInterface in org.pentaho.di.trans.steps.rest
Classes in org.pentaho.di.trans.steps.rest that implement StepMetaInterface Modifier and Type Class Description class
RestMeta
Methods in org.pentaho.di.trans.steps.rest with parameters of type StepMetaInterface Modifier and Type Method Description void
Rest. dispose(StepMetaInterface smi, StepDataInterface sdi)
boolean
Rest. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
Rest. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.rowgenerator
Classes in org.pentaho.di.trans.steps.rowgenerator that implement StepMetaInterface Modifier and Type Class Description class
RowGeneratorMeta
Methods in org.pentaho.di.trans.steps.rowgenerator with parameters of type StepMetaInterface Modifier and Type Method Description boolean
RowGenerator. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
RowGenerator. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.rowsfromresult
Classes in org.pentaho.di.trans.steps.rowsfromresult that implement StepMetaInterface Modifier and Type Class Description class
RowsFromResultMeta
Methods in org.pentaho.di.trans.steps.rowsfromresult with parameters of type StepMetaInterface Modifier and Type Method Description boolean
RowsFromResult. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.rowstoresult
Classes in org.pentaho.di.trans.steps.rowstoresult that implement StepMetaInterface Modifier and Type Class Description class
RowsToResultMeta
Methods in org.pentaho.di.trans.steps.rowstoresult with parameters of type StepMetaInterface Modifier and Type Method Description boolean
RowsToResult. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
RowsToResult. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.samplerows
Classes in org.pentaho.di.trans.steps.samplerows that implement StepMetaInterface Modifier and Type Class Description class
SampleRowsMeta
Methods in org.pentaho.di.trans.steps.samplerows with parameters of type StepMetaInterface Modifier and Type Method Description boolean
SampleRows. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
SampleRows. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.sasinput
Classes in org.pentaho.di.trans.steps.sasinput that implement StepMetaInterface Modifier and Type Class Description class
SasInputMeta
Methods in org.pentaho.di.trans.steps.sasinput with parameters of type StepMetaInterface Modifier and Type Method Description boolean
SasInput. processRow(StepMetaInterface smi, StepDataInterface sdi)
void
SasInput. stopRunning(StepMetaInterface stepMetaInterface, StepDataInterface stepDataInterface)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.script
Classes in org.pentaho.di.trans.steps.script that implement StepMetaInterface Modifier and Type Class Description class
ScriptMeta
Methods in org.pentaho.di.trans.steps.script with parameters of type StepMetaInterface 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)
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)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.scriptvalues_mod
Classes in org.pentaho.di.trans.steps.scriptvalues_mod that implement StepMetaInterface Modifier and Type Class Description class
ScriptValuesMetaMod
Methods in org.pentaho.di.trans.steps.scriptvalues_mod with parameters of type StepMetaInterface Modifier and Type Method Description void
ScriptValuesMod. dispose(StepMetaInterface smi, StepDataInterface sdi)
void
ScriptValuesModDummy. dispose(StepMetaInterface sii, StepDataInterface sdi)
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)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.selectvalues
Classes in org.pentaho.di.trans.steps.selectvalues that implement StepMetaInterface Modifier and Type Class Description class
SelectValuesMeta
Meta Data class for the Select Values Step.Methods in org.pentaho.di.trans.steps.selectvalues with parameters of type StepMetaInterface Modifier and Type Method Description boolean
SelectValues. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
SelectValues. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.setvalueconstant
Classes in org.pentaho.di.trans.steps.setvalueconstant that implement StepMetaInterface Modifier and Type Class Description class
SetValueConstantMeta
Methods in org.pentaho.di.trans.steps.setvalueconstant with parameters of type StepMetaInterface Modifier and Type Method Description boolean
SetValueConstant. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
SetValueConstant. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.setvaluefield
Classes in org.pentaho.di.trans.steps.setvaluefield that implement StepMetaInterface Modifier and Type Class Description class
SetValueFieldMeta
Methods in org.pentaho.di.trans.steps.setvaluefield with parameters of type StepMetaInterface Modifier and Type Method Description void
SetValueField. dispose(StepMetaInterface smi, StepDataInterface sdi)
boolean
SetValueField. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
SetValueField. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.setvariable
Classes in org.pentaho.di.trans.steps.setvariable that implement StepMetaInterface Modifier and Type Class Description class
SetVariableMeta
Sets environment variables based on content in certain fields of a single input row.Methods in org.pentaho.di.trans.steps.setvariable with parameters of type StepMetaInterface Modifier and Type Method Description void
SetVariable. dispose(StepMetaInterface smi, StepDataInterface sdi)
boolean
SetVariable. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
SetVariable. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.sftpput
Classes in org.pentaho.di.trans.steps.sftpput that implement StepMetaInterface Modifier and Type Class Description class
SFTPPutMeta
Send file to SFTP host.Methods in org.pentaho.di.trans.steps.sftpput with parameters of type StepMetaInterface Modifier and Type Method Description void
SFTPPut. dispose(StepMetaInterface smi, StepDataInterface sdi)
boolean
SFTPPut. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.simplemapping
Classes in org.pentaho.di.trans.steps.simplemapping that implement StepMetaInterface Modifier and Type Class Description class
SimpleMappingMeta
Meta-data for the Mapping step: contains name of the (sub-)transformation to executeMethods in org.pentaho.di.trans.steps.simplemapping with parameters of type StepMetaInterface Modifier and Type Method Description void
SimpleMapping. dispose(StepMetaInterface smi, StepDataInterface sdi)
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)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.singlethreader
Classes in org.pentaho.di.trans.steps.singlethreader that implement StepMetaInterface Modifier and Type Class Description class
SingleThreaderMeta
Meta-data for the Mapping step: contains name of the (sub-)transformation to executeMethods in org.pentaho.di.trans.steps.singlethreader with parameters of type StepMetaInterface Modifier and Type Method Description void
SingleThreader. dispose(StepMetaInterface smi, StepDataInterface sdi)
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)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.socketreader
Classes in org.pentaho.di.trans.steps.socketreader that implement StepMetaInterface Modifier and Type Class Description class
SocketReaderMeta
Methods in org.pentaho.di.trans.steps.socketreader with parameters of type StepMetaInterface Modifier and Type Method Description void
SocketReader. dispose(StepMetaInterface smi, StepDataInterface sdi)
boolean
SocketReader. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
SocketReader. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.socketwriter
Classes in org.pentaho.di.trans.steps.socketwriter that implement StepMetaInterface Modifier and Type Class Description class
SocketWriterMeta
Methods in org.pentaho.di.trans.steps.socketwriter with parameters of type StepMetaInterface Modifier and Type Method Description void
SocketWriter. dispose(StepMetaInterface smi, StepDataInterface sdi)
boolean
SocketWriter. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
SocketWriter. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.sort
Classes in org.pentaho.di.trans.steps.sort that implement StepMetaInterface Modifier and Type Class Description class
SortRowsMeta
Methods in org.pentaho.di.trans.steps.sort with parameters of type StepMetaInterface Modifier and Type Method Description void
SortRows. dispose(StepMetaInterface smi, StepDataInterface sdi)
boolean
SortRows. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
SortRows. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.sortedmerge
Classes in org.pentaho.di.trans.steps.sortedmerge that implement StepMetaInterface Modifier and Type Class Description class
SortedMergeMeta
Methods in org.pentaho.di.trans.steps.sortedmerge with parameters of type StepMetaInterface Modifier and Type Method Description boolean
SortedMerge. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
SortedMerge. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.splitfieldtorows
Classes in org.pentaho.di.trans.steps.splitfieldtorows that implement StepMetaInterface Modifier and Type Class Description class
SplitFieldToRowsMeta
Methods in org.pentaho.di.trans.steps.splitfieldtorows with parameters of type StepMetaInterface Modifier and Type Method Description boolean
SplitFieldToRows. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
SplitFieldToRows. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.sql
Classes in org.pentaho.di.trans.steps.sql that implement StepMetaInterface Modifier and Type Class Description class
ExecSQLMeta
Contains meta-data to execute arbitrary SQL, optionally each row again.Methods in org.pentaho.di.trans.steps.sql with parameters of type StepMetaInterface Modifier and Type Method Description void
ExecSQL. dispose(StepMetaInterface smi, StepDataInterface sdi)
boolean
ExecSQL. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
ExecSQL. processRow(StepMetaInterface smi, StepDataInterface sdi)
void
ExecSQL. stopRunning(StepMetaInterface smi, StepDataInterface sdi)
Stop the running query -
Uses of StepMetaInterface in org.pentaho.di.trans.steps.sqlfileoutput
Classes in org.pentaho.di.trans.steps.sqlfileoutput that implement StepMetaInterface Modifier and Type Class Description class
SQLFileOutputMeta
Methods in org.pentaho.di.trans.steps.sqlfileoutput with parameters of type StepMetaInterface Modifier and Type Method Description void
SQLFileOutput. dispose(StepMetaInterface smi, StepDataInterface sdi)
boolean
SQLFileOutput. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
SQLFileOutput. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.ssh
Classes in org.pentaho.di.trans.steps.ssh that implement StepMetaInterface Modifier and Type Class Description class
SSHMeta
Methods in org.pentaho.di.trans.steps.ssh with parameters of type StepMetaInterface Modifier and Type Method Description void
SSH. dispose(StepMetaInterface smi, StepDataInterface sdi)
boolean
SSH. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
SSH. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.stepmeta
Classes in org.pentaho.di.trans.steps.stepmeta that implement StepMetaInterface Modifier and Type Class Description class
StepMetastructureMeta
Methods in org.pentaho.di.trans.steps.stepmeta with parameters of type StepMetaInterface Modifier and Type Method Description boolean
StepMetastructure. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
StepMetastructure. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.stepsmetrics
Classes in org.pentaho.di.trans.steps.stepsmetrics that implement StepMetaInterface Modifier and Type Class Description class
StepsMetricsMeta
Methods in org.pentaho.di.trans.steps.stepsmetrics with parameters of type StepMetaInterface Modifier and Type Method Description boolean
StepsMetrics. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
StepsMetrics. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.streamlookup
Classes in org.pentaho.di.trans.steps.streamlookup that implement StepMetaInterface Modifier and Type Class Description class
StreamLookupMeta
Methods in org.pentaho.di.trans.steps.streamlookup with parameters of type StepMetaInterface Modifier and Type Method Description void
StreamLookup. dispose(StepMetaInterface smi, StepDataInterface sdi)
boolean
StreamLookup. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
StreamLookup. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.stringcut
Classes in org.pentaho.di.trans.steps.stringcut that implement StepMetaInterface Modifier and Type Class Description class
StringCutMeta
Methods in org.pentaho.di.trans.steps.stringcut with parameters of type StepMetaInterface Modifier and Type Method Description void
StringCut. dispose(StepMetaInterface smi, StepDataInterface sdi)
boolean
StringCut. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
StringCut. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.stringoperations
Classes in org.pentaho.di.trans.steps.stringoperations that implement StepMetaInterface Modifier and Type Class Description class
StringOperationsMeta
This class takes care of the meta data for the StringOperations step.Methods in org.pentaho.di.trans.steps.stringoperations with parameters of type StepMetaInterface Modifier and Type Method Description void
StringOperations. dispose(StepMetaInterface smi, StepDataInterface sdi)
boolean
StringOperations. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
StringOperations. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.switchcase
Classes in org.pentaho.di.trans.steps.switchcase that implement StepMetaInterface Modifier and Type Class Description class
SwitchCaseMeta
Methods in org.pentaho.di.trans.steps.switchcase with parameters of type StepMetaInterface Modifier and Type Method Description boolean
SwitchCase. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
SwitchCase. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.symmetriccrypto.secretkeygenerator
Classes in org.pentaho.di.trans.steps.symmetriccrypto.secretkeygenerator that implement StepMetaInterface Modifier and Type Class Description class
SecretKeyGeneratorMeta
Generate secret key.Methods in org.pentaho.di.trans.steps.symmetriccrypto.secretkeygenerator with parameters of type StepMetaInterface Modifier and Type Method Description void
SecretKeyGenerator. dispose(StepMetaInterface smi, StepDataInterface sdi)
boolean
SecretKeyGenerator. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
SecretKeyGenerator. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.symmetriccrypto.symmetriccryptotrans
Classes in org.pentaho.di.trans.steps.symmetriccrypto.symmetriccryptotrans that implement StepMetaInterface Modifier and Type Class Description class
SymmetricCryptoTransMeta
Symmetric algorithm Executes a SymmetricCryptoTrans on the values in the input stream.Methods in org.pentaho.di.trans.steps.symmetriccrypto.symmetriccryptotrans with parameters of type StepMetaInterface Modifier and Type Method Description void
SymmetricCryptoTrans. dispose(StepMetaInterface smi, StepDataInterface sdi)
boolean
SymmetricCryptoTrans. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
SymmetricCryptoTrans. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.synchronizeaftermerge
Classes in org.pentaho.di.trans.steps.synchronizeaftermerge that implement StepMetaInterface Modifier and Type Class Description class
SynchronizeAfterMergeMeta
Methods in org.pentaho.di.trans.steps.synchronizeaftermerge with parameters of type StepMetaInterface Modifier and Type Method Description void
SynchronizeAfterMerge. dispose(StepMetaInterface smi, StepDataInterface sdi)
boolean
SynchronizeAfterMerge. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
SynchronizeAfterMerge. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.syslog
Classes in org.pentaho.di.trans.steps.syslog that implement StepMetaInterface Modifier and Type Class Description class
SyslogMessageMeta
Methods in org.pentaho.di.trans.steps.syslog with parameters of type StepMetaInterface Modifier and Type Method Description void
SyslogMessage. dispose(StepMetaInterface smi, StepDataInterface sdi)
boolean
SyslogMessage. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
SyslogMessage. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.systemdata
Classes in org.pentaho.di.trans.steps.systemdata that implement StepMetaInterface Modifier and Type Class Description class
SystemDataMeta
Methods in org.pentaho.di.trans.steps.systemdata with parameters of type StepMetaInterface Modifier and Type Method Description void
SystemData. dispose(StepMetaInterface smi, StepDataInterface sdi)
boolean
SystemData. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
SystemData. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.tablecompare
Classes in org.pentaho.di.trans.steps.tablecompare that implement StepMetaInterface Modifier and Type Class Description class
TableCompareMeta
Methods in org.pentaho.di.trans.steps.tablecompare with parameters of type StepMetaInterface Modifier and Type Method Description void
TableCompare. dispose(StepMetaInterface smi, StepDataInterface sdi)
boolean
TableCompare. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
TableCompare. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.tableexists
Classes in org.pentaho.di.trans.steps.tableexists that implement StepMetaInterface Modifier and Type Class Description class
TableExistsMeta
Methods in org.pentaho.di.trans.steps.tableexists with parameters of type StepMetaInterface Modifier and Type Method Description boolean
TableExists. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
TableExists. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.tableinput
Classes in org.pentaho.di.trans.steps.tableinput that implement StepMetaInterface Modifier and Type Class Description class
TableInputMeta
Methods in org.pentaho.di.trans.steps.tableinput with parameters of type StepMetaInterface Modifier and Type Method Description void
TableInput. dispose(StepMetaInterface smi, StepDataInterface sdi)
boolean
TableInput. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
TableInput. processRow(StepMetaInterface smi, StepDataInterface sdi)
void
TableInput. stopRunning(StepMetaInterface smi, StepDataInterface sdi)
Stop the running query -
Uses of StepMetaInterface in org.pentaho.di.trans.steps.tableoutput
Classes in org.pentaho.di.trans.steps.tableoutput that implement StepMetaInterface Modifier and Type Class Description class
TableOutputMeta
Table Output meta data.Methods in org.pentaho.di.trans.steps.tableoutput with parameters of type StepMetaInterface Modifier and Type Method Description void
TableOutput. dispose(StepMetaInterface smi, StepDataInterface sdi)
boolean
TableOutput. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
TableOutput. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.textfileinput
Subinterfaces of StepMetaInterface in org.pentaho.di.trans.steps.textfileinput Modifier and Type Interface Description interface
InputFileMetaInterface
Deprecated.replaced by implementation in the ...steps.fileinput.text packageClasses in org.pentaho.di.trans.steps.textfileinput that implement StepMetaInterface Modifier and Type Class Description class
TextFileInputMeta
Deprecated.replaced by implementation in the ...steps.fileinput.text packageMethods in org.pentaho.di.trans.steps.textfileinput with parameters of type StepMetaInterface Modifier and Type Method Description void
TextFileInput. dispose(StepMetaInterface smi, StepDataInterface sdi)
Deprecated.boolean
TextFileInput. init(StepMetaInterface smi, StepDataInterface sdi)
Deprecated.boolean
TextFileInput. processRow(StepMetaInterface smi, StepDataInterface sdi)
Deprecated. -
Uses of StepMetaInterface in org.pentaho.di.trans.steps.textfileoutput
Classes in org.pentaho.di.trans.steps.textfileoutput that implement StepMetaInterface Modifier and Type Class Description class
TextFileOutputMeta
Methods in org.pentaho.di.trans.steps.textfileoutput with parameters of type StepMetaInterface Modifier and Type Method Description void
TextFileOutput. dispose(StepMetaInterface smi, StepDataInterface sdi)
boolean
TextFileOutput. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
TextFileOutput. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.textfileoutputlegacy
Classes in org.pentaho.di.trans.steps.textfileoutputlegacy that implement StepMetaInterface Modifier and Type Class Description class
TextFileOutputLegacyMeta
Deprecated.useTextFileOutputMeta
instead. -
Uses of StepMetaInterface in org.pentaho.di.trans.steps.transexecutor
Classes in org.pentaho.di.trans.steps.transexecutor that implement StepMetaInterface Modifier and Type Class Description class
TransExecutorMeta
Meta-data for the Trans Executor step.Methods in org.pentaho.di.trans.steps.transexecutor with parameters of type StepMetaInterface Modifier and Type Method Description void
TransExecutor. dispose(StepMetaInterface smi, StepDataInterface sdi)
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)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.uniquerows
Classes in org.pentaho.di.trans.steps.uniquerows that implement StepMetaInterface Modifier and Type Class Description class
UniqueRowsMeta
Methods in org.pentaho.di.trans.steps.uniquerows with parameters of type StepMetaInterface Modifier and Type Method Description boolean
UniqueRows. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
UniqueRows. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.uniquerowsbyhashset
Classes in org.pentaho.di.trans.steps.uniquerowsbyhashset that implement StepMetaInterface Modifier and Type Class Description class
UniqueRowsByHashSetMeta
Methods in org.pentaho.di.trans.steps.uniquerowsbyhashset with parameters of type StepMetaInterface Modifier and Type Method Description boolean
UniqueRowsByHashSet. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
UniqueRowsByHashSet. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.univariatestats
Classes in org.pentaho.di.trans.steps.univariatestats that implement StepMetaInterface Modifier and Type Class Description class
UnivariateStatsMeta
Contains the meta-data for the UnivariateStats step: calculates predefined univariate statisticsMethods in org.pentaho.di.trans.steps.univariatestats with parameters of type StepMetaInterface Modifier and Type Method Description boolean
UnivariateStats. init(StepMetaInterface smi, StepDataInterface sdi)
Initialize the step.boolean
UnivariateStats. processRow(StepMetaInterface smi, StepDataInterface sdi)
Process an incoming row of data. -
Uses of StepMetaInterface in org.pentaho.di.trans.steps.update
Classes in org.pentaho.di.trans.steps.update that implement StepMetaInterface Modifier and Type Class Description class
UpdateMeta
Methods in org.pentaho.di.trans.steps.update with parameters of type StepMetaInterface Modifier and Type Method Description void
Update. dispose(StepMetaInterface smi, StepDataInterface sdi)
boolean
Update. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
Update. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.userdefinedjavaclass
Classes in org.pentaho.di.trans.steps.userdefinedjavaclass that implement StepMetaInterface Modifier and Type Class Description class
UserDefinedJavaClassMeta
Methods in org.pentaho.di.trans.steps.userdefinedjavaclass with parameters of type StepMetaInterface 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)
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)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.validator
Classes in org.pentaho.di.trans.steps.validator that implement StepMetaInterface Modifier and Type Class Description class
ValidatorMeta
Contains the meta-data for the Validator step: calculates predefined formula's Created on 08-sep-2005Methods in org.pentaho.di.trans.steps.validator with parameters of type StepMetaInterface Modifier and Type Method Description boolean
Validator. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
Validator. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.valuemapper
Classes in org.pentaho.di.trans.steps.valuemapper that implement StepMetaInterface Modifier and Type Class Description class
ValueMapperMeta
Maps String values of a certain field to new values Created on 03-apr-2006Methods in org.pentaho.di.trans.steps.valuemapper with parameters of type StepMetaInterface Modifier and Type Method Description void
ValueMapper. dispose(StepMetaInterface smi, StepDataInterface sdi)
boolean
ValueMapper. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
ValueMapper. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.webserviceavailable
Classes in org.pentaho.di.trans.steps.webserviceavailable that implement StepMetaInterface Modifier and Type Class Description class
WebServiceAvailableMeta
Methods in org.pentaho.di.trans.steps.webserviceavailable with parameters of type StepMetaInterface Modifier and Type Method Description void
WebServiceAvailable. dispose(StepMetaInterface smi, StepDataInterface sdi)
boolean
WebServiceAvailable. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
WebServiceAvailable. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.webservices
Classes in org.pentaho.di.trans.steps.webservices that implement StepMetaInterface Modifier and Type Class Description class
WebServiceMeta
Methods in org.pentaho.di.trans.steps.webservices with parameters of type StepMetaInterface Modifier and Type Method Description void
WebService. dispose(StepMetaInterface smi, StepDataInterface sdi)
boolean
WebService. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
WebService. processRow(StepMetaInterface metaInterface, StepDataInterface dataInterface)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.writetolog
Classes in org.pentaho.di.trans.steps.writetolog that implement StepMetaInterface Modifier and Type Class Description class
WriteToLogMeta
Methods in org.pentaho.di.trans.steps.writetolog with parameters of type StepMetaInterface Modifier and Type Method Description boolean
WriteToLog. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
WriteToLog. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.xbaseinput
Classes in org.pentaho.di.trans.steps.xbaseinput that implement StepMetaInterface Modifier and Type Class Description class
XBaseInputMeta
Methods in org.pentaho.di.trans.steps.xbaseinput with parameters of type StepMetaInterface Modifier and Type Method Description void
XBaseInput. dispose(StepMetaInterface smi, StepDataInterface sdi)
boolean
XBaseInput. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
XBaseInput. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.zipfile
Classes in org.pentaho.di.trans.steps.zipfile that implement StepMetaInterface Modifier and Type Class Description class
ZipFileMeta
Methods in org.pentaho.di.trans.steps.zipfile with parameters of type StepMetaInterface Modifier and Type Method Description void
ZipFile. dispose(StepMetaInterface smi, StepDataInterface sdi)
boolean
ZipFile. init(StepMetaInterface smi, StepDataInterface sdi)
boolean
ZipFile. processRow(StepMetaInterface smi, StepDataInterface sdi)
-
Uses of StepMetaInterface in org.pentaho.di.trans.streaming.common
Classes in org.pentaho.di.trans.streaming.common that implement StepMetaInterface Modifier and Type Class Description class
BaseStreamStepMeta
Methods in org.pentaho.di.trans.streaming.common with parameters of type StepMetaInterface 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)
-