Uses of Interface
org.pentaho.di.trans.step.StepMetaInterface
Package
Description
-
Uses of StepMetaInterface in org.pentaho.di.core.util
-
Uses of StepMetaInterface in org.pentaho.di.core.util.serialization
Modifier and TypeClassDescriptionclass
Handles serialization of meta by implementing getXML/loadXML, readRep/saveRep.Modifier and TypeMethodDescriptionStepMetaProps.to
(StepMetaInterface stepMetaInterface) Sets the properties of this StepMetaProps onBaseSerializingMeta.withVariables
(org.pentaho.di.core.variables.VariableSpace variables) Creates a copy of this stepMeta with variables globally substituted.Modifier and TypeMethodDescriptionstatic StepMetaProps
StepMetaProps.from
(StepMetaInterface stepMeta) Retuns an instance of this class with stepMeta properties mapped to a list ofStepMetaProps.PropGroup
RepoSerializer.Builder.stepMeta
(StepMetaInterface stepMetaInterface) StepMetaProps.to
(StepMetaInterface stepMetaInterface) Sets the properties of this StepMetaProps on -
Uses of StepMetaInterface in org.pentaho.di.trans
Modifier and TypeClassDescriptionclass
This class is supposed to use in steps where the mapping to sub transformations takes placeModifier and TypeMethodDescriptionboolean
SingleThreadedTransExecutor.afterFinishProcessing
(StepMetaInterface smi, StepDataInterface sdi) boolean
SingleThreadedTransExecutor.beforeStartProcessing
(StepMetaInterface smi, StepDataInterface sdi) static final TransMeta
TransPreviewFactory.generatePreviewTransformation
(org.pentaho.di.core.variables.VariableSpace parent, StepMetaInterface oneMeta, String oneStepname) -
Uses of StepMetaInterface in org.pentaho.di.trans.step
Modifier and TypeMethodDescriptionBaseStep.getStepMetaInterface()
StepMeta.getStepMetaInterface()
Modifier and TypeMethodDescriptiondefault boolean
StepInterface.afterFinishProcessing
(StepMetaInterface smi, StepDataInterface sdi) This method is executed by Trans after finishing processing rows.boolean
BaseDatabaseStep.beforeStartProcessing
(StepMetaInterface smi, StepDataInterface sdi) boolean
BaseStep.beforeStartProcessing
(StepMetaInterface smi, StepDataInterface sdi) default boolean
StepInterface.beforeStartProcessing
(StepMetaInterface smi, StepDataInterface sdi) This method is executed by Trans right before starting processing rows.void
BaseDatabaseStep.dispose
(StepMetaInterface smi, StepDataInterface sdi) void
BaseStep.dispose
(StepMetaInterface smi, StepDataInterface sdi) void
StepInterface.dispose
(StepMetaInterface sii, StepDataInterface sdi) Dispose of this step: close files, empty logs, etc.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...ModifierConstructorDescriptionStepMeta
(String stepid, String stepname, StepMetaInterface stepMetaInterface) StepMeta
(String stepname, StepMetaInterface stepMetaInterface) -
Uses of StepMetaInterface in org.pentaho.di.trans.steps.calculator
Modifier and TypeClassDescriptionclass
Contains the meta-data for the Calculator step: calculates predefined formula'sModifier and TypeMethodDescriptionboolean
Calculator.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
Calculator.processRow
(StepMetaInterface smi, StepDataInterface sdi) -
Uses of StepMetaInterface in org.pentaho.di.trans.steps.constant
Modifier and TypeMethodDescriptionboolean
Constant.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
Constant.processRow
(StepMetaInterface smi, StepDataInterface sdi) -
Uses of StepMetaInterface in org.pentaho.di.trans.steps.csvinput
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionboolean
DataGrid.processRow
(StepMetaInterface smi, StepDataInterface sdi) -
Uses of StepMetaInterface in org.pentaho.di.trans.steps.dbproc
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeClassDescriptionclass
This class takes care of deleting values in a table using a certain condition and values for input.Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeClassDescriptionclass
The Denormaliser transformation step meta-dataModifier and TypeMethodDescriptionboolean
Denormaliser.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
Denormaliser.processRow
(StepMetaInterface smi, StepDataInterface sdi) -
Uses of StepMetaInterface in org.pentaho.di.trans.steps.detectemptystream
Modifier and TypeMethodDescriptionboolean
DetectEmptyStream.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
DetectEmptyStream.processRow
(StepMetaInterface smi, StepDataInterface sdi) -
Uses of StepMetaInterface in org.pentaho.di.trans.steps.detectlastrow
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionboolean
DummyTrans.processRow
(StepMetaInterface smi, StepDataInterface sdi) -
Uses of StepMetaInterface in org.pentaho.di.trans.steps.dynamicsqlrow
Modifier and TypeMethodDescriptionboolean
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
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeClassDescriptionclass
Contains meta-data to execute arbitrary SQL from a specified field.Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionboolean
FieldSplitter.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
FieldSplitter.processRow
(StepMetaInterface smi, StepDataInterface sdi) -
Uses of StepMetaInterface in org.pentaho.di.trans.steps.file
Modifier and TypeClassDescriptionclass
BaseFileInputMeta<A extends BaseFileInputAdditionalField,
I extends BaseFileInputFiles, F extends BaseFileField> Base meta for file-based input steps.class
A base parent class for all file based metas.class
A base implementation for all output file based metas.Modifier and TypeMethodDescriptionvoid
BaseFileInputStep.dispose
(StepMetaInterface smi, StepDataInterface sdi) Dispose step.boolean
BaseFileInputStep.init
(StepMetaInterface smi, StepDataInterface sdi) Initialize step before execute.boolean
BaseFileInputStep.processRow
(StepMetaInterface smi, StepDataInterface sdi) Process next row. -
Uses of StepMetaInterface in org.pentaho.di.trans.steps.fileexists
Modifier and TypeMethodDescriptionvoid
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
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.filelocked
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionboolean
FilesFromResult.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
FilesFromResult.processRow
(StepMetaInterface smi, StepDataInterface sdi) -
Uses of StepMetaInterface in org.pentaho.di.trans.steps.filestoresult
Modifier and TypeMethodDescriptionboolean
FilesToResult.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
FilesToResult.processRow
(StepMetaInterface smi, StepDataInterface sdi) -
Uses of StepMetaInterface in org.pentaho.di.trans.steps.filterrows
Modifier and TypeMethodDescriptionboolean
FilterRows.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
FilterRows.processRow
(StepMetaInterface smi, StepDataInterface sdi) -
Uses of StepMetaInterface in org.pentaho.di.trans.steps.fixedinput
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionboolean
Flattener.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
Flattener.processRow
(StepMetaInterface smi, StepDataInterface sdi) -
Uses of StepMetaInterface in org.pentaho.di.trans.steps.formula
Modifier and TypeClassDescriptionclass
Contains the meta-data for the Formula step: calculates ad-hoc formula's Powered by Pentaho's "libformula" Created on 22-feb-2007Modifier and TypeMethodDescriptionboolean
Formula.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
Formula.processRow
(StepMetaInterface smi, StepDataInterface sdi) -
Uses of StepMetaInterface in org.pentaho.di.trans.steps.fuzzymatch
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionvoid
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.getslavesequence
Modifier and TypeMethodDescriptionboolean
GetSlaveSequence.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
GetSlaveSequence.processRow
(StepMetaInterface smi, StepDataInterface sdi) -
Uses of StepMetaInterface in org.pentaho.di.trans.steps.getsubfolders
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionboolean
GetTableNames.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
GetTableNames.processRow
(StepMetaInterface smi, StepDataInterface sdi) -
Uses of StepMetaInterface in org.pentaho.di.trans.steps.getvariable
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionboolean
IfNull.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
IfNull.processRow
(StepMetaInterface smi, StepDataInterface sdi) -
Uses of StepMetaInterface in org.pentaho.di.trans.steps.injector
Modifier and TypeClassDescriptionclass
Metadata class to allow a java program to inject rows of data into a transformation.Modifier and TypeMethodDescriptionboolean
Injector.processRow
(StepMetaInterface smi, StepDataInterface sdi) -
Uses of StepMetaInterface in org.pentaho.di.trans.steps.insertupdate
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeClassDescriptionclass
Contains the meta-data for the Formula step: calculates ad-hoc formula's Powered by Pentaho's "libformula" Created on 22-feb-2007Modifier and TypeMethodDescriptionboolean
Janino.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
Janino.processRow
(StepMetaInterface smi, StepDataInterface sdi) -
Uses of StepMetaInterface in org.pentaho.di.trans.steps.javafilter
Modifier and TypeClassDescriptionclass
Contains the meta-data for the java filter step: calculates conditions using Janino Created on 30-oct-2009Modifier and TypeMethodDescriptionboolean
JavaFilter.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
JavaFilter.processRow
(StepMetaInterface smi, StepDataInterface sdi) -
Uses of StepMetaInterface in org.pentaho.di.trans.steps.jobexecutor
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionvoid
JoinRows.dispose
(StepMetaInterface smi, StepDataInterface sdi) boolean
JoinRows.processRow
(StepMetaInterface smi, StepDataInterface sdi) -
Uses of StepMetaInterface in org.pentaho.di.trans.steps.ldifinput
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionvoid
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.mapping
Modifier and TypeClassDescriptionclass
Meta-data for the Mapping step: contains name of the (sub-)transformation to executeModifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionboolean
MappingInput.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
MappingInput.processRow
(StepMetaInterface smi, StepDataInterface sdi) -
Uses of StepMetaInterface in org.pentaho.di.trans.steps.mappingoutput
Modifier and TypeMethodDescriptionboolean
MappingOutput.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
MappingOutput.processRow
(StepMetaInterface smi, StepDataInterface sdi) -
Uses of StepMetaInterface in org.pentaho.di.trans.steps.memgroupby
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionboolean
MergeJoin.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
MergeJoin.processRow
(StepMetaInterface smi, StepDataInterface sdi) -
Uses of StepMetaInterface in org.pentaho.di.trans.steps.mergerows
Modifier and TypeMethodDescriptionboolean
MergeRows.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
MergeRows.processRow
(StepMetaInterface smi, StepDataInterface sdi) -
Uses of StepMetaInterface in org.pentaho.di.trans.steps.missing
Modifier and TypeMethodDescriptionboolean
MissingTransStep.init
(StepMetaInterface smi, StepDataInterface sdi) -
Uses of StepMetaInterface in org.pentaho.di.trans.steps.multimerge
Modifier and TypeMethodDescriptionboolean
MultiMergeJoin.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
MultiMergeJoin.processRow
(StepMetaInterface smi, StepDataInterface sdi) -
Uses of StepMetaInterface in org.pentaho.di.trans.steps.normaliser
Modifier and TypeMethodDescriptionboolean
Normaliser.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
Normaliser.processRow
(StepMetaInterface smi, StepDataInterface sdi) -
Uses of StepMetaInterface in org.pentaho.di.trans.steps.nullif
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeClassDescriptionclass
Output rows to Properties file and create a file.Modifier and TypeMethodDescriptionvoid
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.randomvalue
Modifier and TypeMethodDescriptionvoid
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
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.regexeval
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeClassDescriptionclass
Contains the meta data for the ReservoirSampling step.Modifier and TypeMethodDescriptionboolean
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.rowgenerator
Modifier and TypeMethodDescriptionboolean
RowGenerator.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
RowGenerator.processRow
(StepMetaInterface smi, StepDataInterface sdi) -
Uses of StepMetaInterface in org.pentaho.di.trans.steps.rowsfromresult
Modifier and TypeMethodDescriptionboolean
RowsFromResult.processRow
(StepMetaInterface smi, StepDataInterface sdi) -
Uses of StepMetaInterface in org.pentaho.di.trans.steps.rowstoresult
Modifier and TypeMethodDescriptionboolean
RowsToResult.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
RowsToResult.processRow
(StepMetaInterface smi, StepDataInterface sdi) -
Uses of StepMetaInterface in org.pentaho.di.trans.steps.samplerows
Modifier and TypeMethodDescriptionboolean
SampleRows.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
SampleRows.processRow
(StepMetaInterface smi, StepDataInterface sdi) -
Uses of StepMetaInterface in org.pentaho.di.trans.steps.sasinput
Modifier and TypeMethodDescriptionboolean
SasInput.processRow
(StepMetaInterface smi, StepDataInterface sdi) void
SasInput.stopRunning
(StepMetaInterface stepMetaInterface, StepDataInterface stepDataInterface) -
Uses of StepMetaInterface in org.pentaho.di.trans.steps.script
Modifier and TypeMethodDescriptionvoid
Script.dispose
(StepMetaInterface smi, StepDataInterface sdi) void
ScriptDummy.dispose
(StepMetaInterface sii, StepDataInterface sdi) void
ScriptInterface.dispose
(StepMetaInterface sii, StepDataInterface sdi) 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
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeClassDescriptionclass
Meta Data class for the Select Values Step.Modifier and TypeMethodDescriptionboolean
SelectValues.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
SelectValues.processRow
(StepMetaInterface smi, StepDataInterface sdi) -
Uses of StepMetaInterface in org.pentaho.di.trans.steps.setvalueconstant
Modifier and TypeMethodDescriptionboolean
SetValueConstant.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
SetValueConstant.processRow
(StepMetaInterface smi, StepDataInterface sdi) -
Uses of StepMetaInterface in org.pentaho.di.trans.steps.setvaluefield
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeClassDescriptionclass
Sets environment variables based on content in certain fields of a single input row.Modifier and TypeMethodDescriptionvoid
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.simplemapping
Modifier and TypeClassDescriptionclass
Meta-data for the Mapping step: contains name of the (sub-)transformation to executeModifier and TypeMethodDescriptionvoid
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
Modifier and TypeClassDescriptionclass
Meta-data for the Mapping step: contains name of the (sub-)transformation to executeModifier and TypeMethodDescriptionboolean
SingleThreader.afterFinishProcessing
(StepMetaInterface smi, StepDataInterface sdi) boolean
SingleThreader.beforeStartProcessing
(StepMetaInterface smi, StepDataInterface sdi) 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
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionboolean
SortedMerge.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
SortedMerge.processRow
(StepMetaInterface smi, StepDataInterface sdi) -
Uses of StepMetaInterface in org.pentaho.di.trans.steps.splitfieldtorows
Modifier and TypeMethodDescriptionboolean
SplitFieldToRows.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
SplitFieldToRows.processRow
(StepMetaInterface smi, StepDataInterface sdi) -
Uses of StepMetaInterface in org.pentaho.di.trans.steps.sql
Modifier and TypeClassDescriptionclass
Contains meta-data to execute arbitrary SQL, optionally each row again.Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionboolean
StepMetastructure.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
StepMetastructure.processRow
(StepMetaInterface smi, StepDataInterface sdi) -
Uses of StepMetaInterface in org.pentaho.di.trans.steps.stepsmetrics
Modifier and TypeMethodDescriptionboolean
StepsMetrics.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
StepsMetrics.processRow
(StepMetaInterface smi, StepDataInterface sdi) -
Uses of StepMetaInterface in org.pentaho.di.trans.steps.streamlookup
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeClassDescriptionclass
This class takes care of the meta data for the StringOperations step.Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionboolean
SwitchCase.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
SwitchCase.processRow
(StepMetaInterface smi, StepDataInterface sdi) -
Uses of StepMetaInterface in org.pentaho.di.trans.steps.symmetriccrypto.secretkeygenerator
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeClassDescriptionclass
Symmetric algorithm Executes a SymmetricCryptoTrans on the values in the input stream.Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionboolean
SynchronizeAfterMerge.afterFinishProcessing
(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
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionboolean
TableExists.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
TableExists.processRow
(StepMetaInterface smi, StepDataInterface sdi) -
Uses of StepMetaInterface in org.pentaho.di.trans.steps.tableinput
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeInterfaceDescriptioninterface
Deprecated.replaced by implementation in the ...steps.fileinput.text packageModifier and TypeClassDescriptionclass
Deprecated.replaced by implementation in the ...steps.fileinput.text packageModifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionvoid
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
-
Uses of StepMetaInterface in org.pentaho.di.trans.steps.transexecutor
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionboolean
UniqueRows.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
UniqueRows.processRow
(StepMetaInterface smi, StepDataInterface sdi) -
Uses of StepMetaInterface in org.pentaho.di.trans.steps.uniquerowsbyhashset
Modifier and TypeMethodDescriptionboolean
UniqueRowsByHashSet.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
UniqueRowsByHashSet.processRow
(StepMetaInterface smi, StepDataInterface sdi) -
Uses of StepMetaInterface in org.pentaho.di.trans.steps.univariatestats
Modifier and TypeClassDescriptionclass
Contains the meta-data for the UnivariateStats step: calculates predefined univariate statisticsModifier and TypeMethodDescriptionboolean
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
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeClassDescriptionclass
Contains the meta-data for the Validator step: calculates predefined formula's Created on 08-sep-2005Modifier and TypeMethodDescriptionboolean
Validator.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
Validator.processRow
(StepMetaInterface smi, StepDataInterface sdi) -
Uses of StepMetaInterface in org.pentaho.di.trans.steps.valuemapper
Modifier and TypeClassDescriptionclass
Maps String values of a certain field to new values Created on 03-apr-2006Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionboolean
WriteToLog.init
(StepMetaInterface smi, StepDataInterface sdi) boolean
WriteToLog.processRow
(StepMetaInterface smi, StepDataInterface sdi) -
Uses of StepMetaInterface in org.pentaho.di.trans.steps.xbaseinput
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionboolean
BaseStreamStep.init
(StepMetaInterface stepMetaInterface, StepDataInterface stepDataInterface) boolean
BaseStreamStep.processRow
(StepMetaInterface smi, StepDataInterface sdi) void
BaseStreamStep.stopRunning
(StepMetaInterface stepMetaInterface, StepDataInterface stepDataInterface)