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 classAbstractStepMeta -
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 classBaseSerializingMetaHandles 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 StepMetaInterfaceStepMetaProps. to(StepMetaInterface stepMetaInterface)Sets the properties of this StepMetaProps on {@param stepMetaInterface}StepMetaInterfaceBaseSerializingMeta. 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 StepMetaPropsStepMetaProps. from(StepMetaInterface stepMeta)Retuns an instance of this class with stepMeta properties mapped to a list ofStepMetaProps.PropGroupRepoSerializer.BuilderRepoSerializer.Builder. stepMeta(StepMetaInterface stepMetaInterface)StepMetaInterfaceStepMetaProps. 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 classStepWithMappingMetaThis 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 TransMetaTransPreviewFactory. 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 StepMetaInterfaceStepMetaDataCombi. metaMethods in org.pentaho.di.trans.step that return StepMetaInterface Modifier and Type Method Description StepMetaInterfaceBaseStep. getStepMetaInterface()StepMetaInterfaceStepMeta. getStepMetaInterface()Methods in org.pentaho.di.trans.step with parameters of type StepMetaInterface Modifier and Type Method Description voidBaseStep. dispose(StepMetaInterface smi, StepDataInterface sdi)voidStepInterface. dispose(StepMetaInterface sii, StepDataInterface sdi)Dispose of this step: close files, empty logs, etc.default TransMetaStepMetaInterface. 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.booleanBaseStep. init(StepMetaInterface smi, StepDataInterface sdi)booleanStepInterface. init(StepMetaInterface stepMetaInterface, StepDataInterface stepDataInterface)Initialize and do work where other steps need to wait for...booleanBaseStep. processRow(StepMetaInterface smi, StepDataInterface sdi)booleanStepInterface. processRow(StepMetaInterface smi, StepDataInterface sdi)Perform the equivalent of processing one row.voidBaseStep. setStepMetaInterface(StepMetaInterface stepMetaInterface)voidStepMeta. setStepMetaInterface(StepMetaInterface stepMetaInterface)voidBaseStep. stopRunning(StepMetaInterface stepMetaInterface, StepDataInterface stepDataInterface)Perform actions to stop a running step.voidStepInterface. 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 classCalculatorMetaContains 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 booleanCalculator. init(StepMetaInterface smi, StepDataInterface sdi)booleanCalculator. 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 classConstantMetaMethods in org.pentaho.di.trans.steps.constant with parameters of type StepMetaInterface Modifier and Type Method Description booleanConstant. init(StepMetaInterface smi, StepDataInterface sdi)booleanConstant. 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 classCreditCardValidatorMetaMethods in org.pentaho.di.trans.steps.creditcardvalidator with parameters of type StepMetaInterface Modifier and Type Method Description voidCreditCardValidator. dispose(StepMetaInterface smi, StepDataInterface sdi)booleanCreditCardValidator. init(StepMetaInterface smi, StepDataInterface sdi)booleanCreditCardValidator. 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 classCsvInputMetaMethods in org.pentaho.di.trans.steps.csvinput with parameters of type StepMetaInterface Modifier and Type Method Description voidCsvInput. dispose(StepMetaInterface smi, StepDataInterface sdi)booleanCsvInput. init(StepMetaInterface smi, StepDataInterface sdi)booleanCsvInput. 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 classDatabaseJoinMetaMethods in org.pentaho.di.trans.steps.databasejoin with parameters of type StepMetaInterface Modifier and Type Method Description voidDatabaseJoin. dispose(StepMetaInterface smi, StepDataInterface sdi)booleanDatabaseJoin. init(StepMetaInterface smi, StepDataInterface sdi)booleanDatabaseJoin. processRow(StepMetaInterface smi, StepDataInterface sdi)voidDatabaseJoin. 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 classDatabaseLookupMetaMethods in org.pentaho.di.trans.steps.databaselookup with parameters of type StepMetaInterface Modifier and Type Method Description voidDatabaseLookup. dispose(StepMetaInterface smi, StepDataInterface sdi)booleanDatabaseLookup. init(StepMetaInterface smi, StepDataInterface sdi)booleanDatabaseLookup. processRow(StepMetaInterface smi, StepDataInterface sdi)voidDatabaseLookup. 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 classDataGridMetaMethods in org.pentaho.di.trans.steps.datagrid with parameters of type StepMetaInterface Modifier and Type Method Description booleanDataGrid. 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 classDBProcMetaMethods in org.pentaho.di.trans.steps.dbproc with parameters of type StepMetaInterface Modifier and Type Method Description voidDBProc. dispose(StepMetaInterface smi, StepDataInterface sdi)booleanDBProc. init(StepMetaInterface smi, StepDataInterface sdi)booleanDBProc. 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 classDeleteMetaThis 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 voidDelete. dispose(StepMetaInterface smi, StepDataInterface sdi)booleanDelete. init(StepMetaInterface smi, StepDataInterface sdi)booleanDelete. 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 classDenormaliserMetaThe Denormaliser transformation step meta-dataMethods in org.pentaho.di.trans.steps.denormaliser with parameters of type StepMetaInterface Modifier and Type Method Description booleanDenormaliser. init(StepMetaInterface smi, StepDataInterface sdi)booleanDenormaliser. 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 classDetectEmptyStreamMetaMethods in org.pentaho.di.trans.steps.detectemptystream with parameters of type StepMetaInterface Modifier and Type Method Description booleanDetectEmptyStream. init(StepMetaInterface smi, StepDataInterface sdi)booleanDetectEmptyStream. 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 classDetectLastRowMetaMethods in org.pentaho.di.trans.steps.detectlastrow with parameters of type StepMetaInterface Modifier and Type Method Description voidDetectLastRow. dispose(StepMetaInterface smi, StepDataInterface sdi)booleanDetectLastRow. init(StepMetaInterface smi, StepDataInterface sdi)booleanDetectLastRow. 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 classDimensionLookupMetaMethods in org.pentaho.di.trans.steps.dimensionlookup with parameters of type StepMetaInterface Modifier and Type Method Description voidDimensionLookup. dispose(StepMetaInterface smi, StepDataInterface sdi)booleanDimensionLookup. init(StepMetaInterface smi, StepDataInterface sdi)booleanDimensionLookup. 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 classDummyTransMetaMethods in org.pentaho.di.trans.steps.dummytrans with parameters of type StepMetaInterface Modifier and Type Method Description booleanDummyTrans. 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 classDynamicSQLRowMetaMethods in org.pentaho.di.trans.steps.dynamicsqlrow with parameters of type StepMetaInterface Modifier and Type Method Description voidDynamicSQLRow. dispose(StepMetaInterface smi, StepDataInterface sdi)booleanDynamicSQLRow. init(StepMetaInterface smi, StepDataInterface sdi)booleanDynamicSQLRow. processRow(StepMetaInterface smi, StepDataInterface sdi)voidDynamicSQLRow. 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 classExecProcessMetaMethods in org.pentaho.di.trans.steps.execprocess with parameters of type StepMetaInterface Modifier and Type Method Description voidExecProcess. dispose(StepMetaInterface smi, StepDataInterface sdi)booleanExecProcess. init(StepMetaInterface smi, StepDataInterface sdi)booleanExecProcess. 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 classExecSQLRowMetaContains 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 voidExecSQLRow. dispose(StepMetaInterface smi, StepDataInterface sdi)booleanExecSQLRow. init(StepMetaInterface smi, StepDataInterface sdi)booleanExecSQLRow. processRow(StepMetaInterface smi, StepDataInterface sdi)voidExecSQLRow. 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 classFieldsChangeSequenceMetaMethods in org.pentaho.di.trans.steps.fieldschangesequence with parameters of type StepMetaInterface Modifier and Type Method Description voidFieldsChangeSequence. dispose(StepMetaInterface smi, StepDataInterface sdi)booleanFieldsChangeSequence. init(StepMetaInterface smi, StepDataInterface sdi)booleanFieldsChangeSequence. 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 classFieldSplitterMetaExample1:Methods in org.pentaho.di.trans.steps.fieldsplitter with parameters of type StepMetaInterface Modifier and Type Method Description booleanFieldSplitter. init(StepMetaInterface smi, StepDataInterface sdi)booleanFieldSplitter. 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 classBaseFileInputMeta<A extends BaseFileInputAdditionalField,I extends BaseFileInputFiles,F extends BaseFileField>Base meta for file-based input steps.classBaseFileMetaA base parent class for all file based metas.classBaseFileOutputMetaA 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 voidBaseFileInputStep. dispose(StepMetaInterface smi, StepDataInterface sdi)Dispose step.booleanBaseFileInputStep. init(StepMetaInterface smi, StepDataInterface sdi)Initialize step before execute.booleanBaseFileInputStep. 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 classFileExistsMetaMethods in org.pentaho.di.trans.steps.fileexists with parameters of type StepMetaInterface Modifier and Type Method Description voidFileExists. dispose(StepMetaInterface smi, StepDataInterface sdi)booleanFileExists. init(StepMetaInterface smi, StepDataInterface sdi)booleanFileExists. 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 classTextFileInputMeta -
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 classFileLockedMetaCheck if a file is locked *Methods in org.pentaho.di.trans.steps.filelocked with parameters of type StepMetaInterface Modifier and Type Method Description voidFileLocked. dispose(StepMetaInterface smi, StepDataInterface sdi)booleanFileLocked. init(StepMetaInterface smi, StepDataInterface sdi)booleanFileLocked. 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 classFilesFromResultMetaMethods in org.pentaho.di.trans.steps.filesfromresult with parameters of type StepMetaInterface Modifier and Type Method Description booleanFilesFromResult. init(StepMetaInterface smi, StepDataInterface sdi)booleanFilesFromResult. 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 classFilesToResultMetaMethods in org.pentaho.di.trans.steps.filestoresult with parameters of type StepMetaInterface Modifier and Type Method Description booleanFilesToResult. init(StepMetaInterface smi, StepDataInterface sdi)booleanFilesToResult. 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 classFilterRowsMetaMethods in org.pentaho.di.trans.steps.filterrows with parameters of type StepMetaInterface Modifier and Type Method Description booleanFilterRows. init(StepMetaInterface smi, StepDataInterface sdi)booleanFilterRows. 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 classFixedInputMetaMethods in org.pentaho.di.trans.steps.fixedinput with parameters of type StepMetaInterface Modifier and Type Method Description voidFixedInput. dispose(StepMetaInterface smi, StepDataInterface sdi)booleanFixedInput. init(StepMetaInterface smi, StepDataInterface sdi)booleanFixedInput. 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 classFlattenerMetaThe flattener step meta-dataMethods in org.pentaho.di.trans.steps.flattener with parameters of type StepMetaInterface Modifier and Type Method Description booleanFlattener. init(StepMetaInterface smi, StepDataInterface sdi)booleanFlattener. 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 classFormulaMetaContains 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 booleanFormula. init(StepMetaInterface smi, StepDataInterface sdi)booleanFormula. 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 classFuzzyMatchMetaMethods in org.pentaho.di.trans.steps.fuzzymatch with parameters of type StepMetaInterface Modifier and Type Method Description voidFuzzyMatch. dispose(StepMetaInterface smi, StepDataInterface sdi)booleanFuzzyMatch. init(StepMetaInterface smi, StepDataInterface sdi)booleanFuzzyMatch. 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 classGetFileNamesMetaMethods in org.pentaho.di.trans.steps.getfilenames with parameters of type StepMetaInterface Modifier and Type Method Description voidGetFileNames. dispose(StepMetaInterface smi, StepDataInterface sdi)booleanGetFileNames. init(StepMetaInterface smi, StepDataInterface sdi)booleanGetFileNames. 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 classGetFilesRowsCountMetaMethods in org.pentaho.di.trans.steps.getfilesrowscount with parameters of type StepMetaInterface Modifier and Type Method Description voidGetFilesRowsCount. dispose(StepMetaInterface smi, StepDataInterface sdi)booleanGetFilesRowsCount. init(StepMetaInterface smi, StepDataInterface sdi)booleanGetFilesRowsCount. 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 classGetRepositoryNamesMetaMethods in org.pentaho.di.trans.steps.getrepositorynames with parameters of type StepMetaInterface Modifier and Type Method Description booleanGetRepositoryNames. init(StepMetaInterface smi, StepDataInterface sdi)booleanGetRepositoryNames. 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 classGetSlaveSequenceMetaMeta data for the Add Sequence step.Methods in org.pentaho.di.trans.steps.getslavesequence with parameters of type StepMetaInterface Modifier and Type Method Description booleanGetSlaveSequence. init(StepMetaInterface smi, StepDataInterface sdi)booleanGetSlaveSequence. 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 classGetSubFoldersMetaMethods in org.pentaho.di.trans.steps.getsubfolders with parameters of type StepMetaInterface Modifier and Type Method Description voidGetSubFolders. dispose(StepMetaInterface smi, StepDataInterface sdi)booleanGetSubFolders. init(StepMetaInterface smi, StepDataInterface sdi)booleanGetSubFolders. 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 classGetTableNamesMetaMethods in org.pentaho.di.trans.steps.gettablenames with parameters of type StepMetaInterface Modifier and Type Method Description voidGetTableNames. dispose(StepMetaInterface smi, StepDataInterface sdi)booleanGetTableNames. init(StepMetaInterface smi, StepDataInterface sdi)booleanGetTableNames. 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 classGetVariableMetaMethods in org.pentaho.di.trans.steps.getvariable with parameters of type StepMetaInterface Modifier and Type Method Description voidGetVariable. dispose(StepMetaInterface smi, StepDataInterface sdi)booleanGetVariable. init(StepMetaInterface smi, StepDataInterface sdi)booleanGetVariable. 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 classGroupByMetaCreated on 02-jun-2003Methods in org.pentaho.di.trans.steps.groupby with parameters of type StepMetaInterface Modifier and Type Method Description voidGroupBy. dispose(StepMetaInterface smi, StepDataInterface sdi)booleanGroupBy. init(StepMetaInterface smi, StepDataInterface sdi)booleanGroupBy. 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 classHTTPMetaMethods in org.pentaho.di.trans.steps.http with parameters of type StepMetaInterface Modifier and Type Method Description voidHTTP. dispose(StepMetaInterface smi, StepDataInterface sdi)booleanHTTP. init(StepMetaInterface smi, StepDataInterface sdi)booleanHTTP. 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 classHTTPPOSTMetaMethods in org.pentaho.di.trans.steps.httppost with parameters of type StepMetaInterface Modifier and Type Method Description voidHTTPPOST. dispose(StepMetaInterface smi, StepDataInterface sdi)booleanHTTPPOST. init(StepMetaInterface smi, StepDataInterface sdi)booleanHTTPPOST. 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 classIfNullMetaMethods in org.pentaho.di.trans.steps.ifnull with parameters of type StepMetaInterface Modifier and Type Method Description booleanIfNull. init(StepMetaInterface smi, StepDataInterface sdi)booleanIfNull. 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 classInjectorMetaMetadata 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 booleanInjector. 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 classInsertUpdateMetaMethods in org.pentaho.di.trans.steps.insertupdate with parameters of type StepMetaInterface Modifier and Type Method Description voidInsertUpdate. dispose(StepMetaInterface smi, StepDataInterface sdi)booleanInsertUpdate. init(StepMetaInterface smi, StepDataInterface sdi)booleanInsertUpdate. 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 classJaninoMetaContains 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 booleanJanino. init(StepMetaInterface smi, StepDataInterface sdi)booleanJanino. 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 classJavaFilterMetaContains 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 booleanJavaFilter. init(StepMetaInterface smi, StepDataInterface sdi)booleanJavaFilter. 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 classJobExecutorMetaMeta-data for the Job executor step.Methods in org.pentaho.di.trans.steps.jobexecutor with parameters of type StepMetaInterface Modifier and Type Method Description voidJobExecutor. dispose(StepMetaInterface smi, StepDataInterface sdi)booleanJobExecutor. init(StepMetaInterface smi, StepDataInterface sdi)booleanJobExecutor. processRow(StepMetaInterface smi, StepDataInterface sdi)Process a single row.voidJobExecutor. 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 classJoinRowsMetaMethods in org.pentaho.di.trans.steps.joinrows with parameters of type StepMetaInterface Modifier and Type Method Description voidJoinRows. dispose(StepMetaInterface smi, StepDataInterface sdi)booleanJoinRows. 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 classLDIFInputMetaMethods in org.pentaho.di.trans.steps.ldifinput with parameters of type StepMetaInterface Modifier and Type Method Description voidLDIFInput. dispose(StepMetaInterface smi, StepDataInterface sdi)booleanLDIFInput. init(StepMetaInterface smi, StepDataInterface sdi)booleanLDIFInput. 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 classLoadFileInputMetaMethods in org.pentaho.di.trans.steps.loadfileinput with parameters of type StepMetaInterface Modifier and Type Method Description voidLoadFileInput. dispose(StepMetaInterface smi, StepDataInterface sdi)booleanLoadFileInput. init(StepMetaInterface smi, StepDataInterface sdi)booleanLoadFileInput. 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 classMailMetaSend mail step.Methods in org.pentaho.di.trans.steps.mail with parameters of type StepMetaInterface Modifier and Type Method Description voidMail. dispose(StepMetaInterface smi, StepDataInterface sdi)booleanMail. init(StepMetaInterface smi, StepDataInterface sdi)booleanMail. 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 classMailInputMetaMethods in org.pentaho.di.trans.steps.mailinput with parameters of type StepMetaInterface Modifier and Type Method Description voidMailInput. dispose(StepMetaInterface smi, StepDataInterface sdi)booleanMailInput. init(StepMetaInterface smi, StepDataInterface sdi)booleanMailInput. 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 classMailValidatorMetaMethods in org.pentaho.di.trans.steps.mailvalidator with parameters of type StepMetaInterface Modifier and Type Method Description voidMailValidator. dispose(StepMetaInterface smi, StepDataInterface sdi)booleanMailValidator. init(StepMetaInterface smi, StepDataInterface sdi)booleanMailValidator. 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 classMappingMetaMeta-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 voidMapping. dispose(StepMetaInterface smi, StepDataInterface sdi)booleanMapping. init(StepMetaInterface smi, StepDataInterface sdi)booleanMapping. processRow(StepMetaInterface smi, StepDataInterface sdi)Process a single row.voidMapping. 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 classMappingInputMetaMethods in org.pentaho.di.trans.steps.mappinginput with parameters of type StepMetaInterface Modifier and Type Method Description booleanMappingInput. init(StepMetaInterface smi, StepDataInterface sdi)booleanMappingInput. 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 classMappingOutputMetaMethods in org.pentaho.di.trans.steps.mappingoutput with parameters of type StepMetaInterface Modifier and Type Method Description booleanMappingOutput. init(StepMetaInterface smi, StepDataInterface sdi)booleanMappingOutput. 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 classMemoryGroupByMetaCreated on 02-jun-2003Methods in org.pentaho.di.trans.steps.memgroupby with parameters of type StepMetaInterface Modifier and Type Method Description voidMemoryGroupBy. dispose(StepMetaInterface smi, StepDataInterface sdi)booleanMemoryGroupBy. init(StepMetaInterface smi, StepDataInterface sdi)booleanMemoryGroupBy. 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 classMergeJoinMetaMethods in org.pentaho.di.trans.steps.mergejoin with parameters of type StepMetaInterface Modifier and Type Method Description booleanMergeJoin. init(StepMetaInterface smi, StepDataInterface sdi)booleanMergeJoin. 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 classMergeRowsMetaMethods in org.pentaho.di.trans.steps.mergerows with parameters of type StepMetaInterface Modifier and Type Method Description booleanMergeRows. init(StepMetaInterface smi, StepDataInterface sdi)booleanMergeRows. 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 classMissingTransMethods in org.pentaho.di.trans.steps.missing with parameters of type StepMetaInterface Modifier and Type Method Description booleanMissingTransStep. 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 classMultiMergeJoinMetaMethods in org.pentaho.di.trans.steps.multimerge with parameters of type StepMetaInterface Modifier and Type Method Description booleanMultiMergeJoin. init(StepMetaInterface smi, StepDataInterface sdi)booleanMultiMergeJoin. 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 classNormaliserMetaMethods in org.pentaho.di.trans.steps.normaliser with parameters of type StepMetaInterface Modifier and Type Method Description booleanNormaliser. init(StepMetaInterface smi, StepDataInterface sdi)booleanNormaliser. 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 classNullIfMetaMethods in org.pentaho.di.trans.steps.nullif with parameters of type StepMetaInterface Modifier and Type Method Description voidNullIf. dispose(StepMetaInterface smi, StepDataInterface sdi)booleanNullIf. init(StepMetaInterface smi, StepDataInterface sdi)booleanNullIf. 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 classNumberRangeMetaConfiguration for the NumberRangePluginMethods in org.pentaho.di.trans.steps.numberrange with parameters of type StepMetaInterface Modifier and Type Method Description voidNumberRange. dispose(StepMetaInterface smi, StepDataInterface sdi)booleanNumberRange. init(StepMetaInterface smi, StepDataInterface sdi)booleanNumberRange. 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 classOlapInputMetaMethods in org.pentaho.di.trans.steps.olapinput with parameters of type StepMetaInterface Modifier and Type Method Description voidOlapInput. dispose(StepMetaInterface smi, StepDataInterface sdi)booleanOlapInput. init(StepMetaInterface smi, StepDataInterface sdi)booleanOlapInput. 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 classParGzipCsvInputMetaMethods in org.pentaho.di.trans.steps.parallelgzipcsv with parameters of type StepMetaInterface Modifier and Type Method Description voidParGzipCsvInput. dispose(StepMetaInterface smi, StepDataInterface sdi)booleanParGzipCsvInput. init(StepMetaInterface smi, StepDataInterface sdi)booleanParGzipCsvInput. 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 classPGPDecryptStreamMetaMethods in org.pentaho.di.trans.steps.pgpdecryptstream with parameters of type StepMetaInterface Modifier and Type Method Description voidPGPDecryptStream. dispose(StepMetaInterface smi, StepDataInterface sdi)booleanPGPDecryptStream. init(StepMetaInterface smi, StepDataInterface sdi)booleanPGPDecryptStream. 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 classPGPEncryptStreamMetaMethods in org.pentaho.di.trans.steps.pgpencryptstream with parameters of type StepMetaInterface Modifier and Type Method Description voidPGPEncryptStream. dispose(StepMetaInterface smi, StepDataInterface sdi)booleanPGPEncryptStream. init(StepMetaInterface smi, StepDataInterface sdi)booleanPGPEncryptStream. 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 classPrioritizeStreamsMetaMethods in org.pentaho.di.trans.steps.prioritizestreams with parameters of type StepMetaInterface Modifier and Type Method Description voidPrioritizeStreams. dispose(StepMetaInterface smi, StepDataInterface sdi)booleanPrioritizeStreams. init(StepMetaInterface smi, StepDataInterface sdi)booleanPrioritizeStreams. 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 classProcessFilesMetaMethods in org.pentaho.di.trans.steps.processfiles with parameters of type StepMetaInterface Modifier and Type Method Description voidProcessFiles. dispose(StepMetaInterface smi, StepDataInterface sdi)booleanProcessFiles. init(StepMetaInterface smi, StepDataInterface sdi)booleanProcessFiles. 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 classPropertyInputMetaMethods in org.pentaho.di.trans.steps.propertyinput with parameters of type StepMetaInterface Modifier and Type Method Description voidPropertyInput. dispose(StepMetaInterface smi, StepDataInterface sdi)booleanPropertyInput. init(StepMetaInterface smi, StepDataInterface sdi)booleanPropertyInput. 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 classPropertyOutputMetaOutput 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 voidPropertyOutput. dispose(StepMetaInterface smi, StepDataInterface sdi)booleanPropertyOutput. init(StepMetaInterface smi, StepDataInterface sdi)booleanPropertyOutput. 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 classRandomCCNumberGeneratorMetaGenerate random credit card number.Methods in org.pentaho.di.trans.steps.randomccnumber with parameters of type StepMetaInterface Modifier and Type Method Description voidRandomCCNumberGenerator. dispose(StepMetaInterface smi, StepDataInterface sdi)booleanRandomCCNumberGenerator. init(StepMetaInterface smi, StepDataInterface sdi)booleanRandomCCNumberGenerator. 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 classRandomValueMetaCreated on 08-07-2008Methods in org.pentaho.di.trans.steps.randomvalue with parameters of type StepMetaInterface Modifier and Type Method Description voidRandomValue. dispose(StepMetaInterface smi, StepDataInterface sdi)booleanRandomValue. init(StepMetaInterface smi, StepDataInterface sdi)booleanRandomValue. 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 classRecordsFromStreamMeta -
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 classRegexEvalMetaMethods in org.pentaho.di.trans.steps.regexeval with parameters of type StepMetaInterface Modifier and Type Method Description voidRegexEval. dispose(StepMetaInterface smi, StepDataInterface sdi)booleanRegexEval. init(StepMetaInterface smi, StepDataInterface sdi)booleanRegexEval. 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 classReplaceStringMetaMethods in org.pentaho.di.trans.steps.replacestring with parameters of type StepMetaInterface Modifier and Type Method Description voidReplaceString. dispose(StepMetaInterface smi, StepDataInterface sdi)booleanReplaceString. init(StepMetaInterface smi, StepDataInterface sdi)booleanReplaceString. 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 classReservoirSamplingMetaContains 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 booleanReservoirSampling. init(StepMetaInterface smi, StepDataInterface sdi)Initialize the step.booleanReservoirSampling. 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 classRestMetaMethods in org.pentaho.di.trans.steps.rest with parameters of type StepMetaInterface Modifier and Type Method Description voidRest. dispose(StepMetaInterface smi, StepDataInterface sdi)booleanRest. init(StepMetaInterface smi, StepDataInterface sdi)booleanRest. 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 classRowGeneratorMetaMethods in org.pentaho.di.trans.steps.rowgenerator with parameters of type StepMetaInterface Modifier and Type Method Description booleanRowGenerator. init(StepMetaInterface smi, StepDataInterface sdi)booleanRowGenerator. 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 classRowsFromResultMetaMethods in org.pentaho.di.trans.steps.rowsfromresult with parameters of type StepMetaInterface Modifier and Type Method Description booleanRowsFromResult. 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 classRowsToResultMetaMethods in org.pentaho.di.trans.steps.rowstoresult with parameters of type StepMetaInterface Modifier and Type Method Description booleanRowsToResult. init(StepMetaInterface smi, StepDataInterface sdi)booleanRowsToResult. 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 classSampleRowsMetaMethods in org.pentaho.di.trans.steps.samplerows with parameters of type StepMetaInterface Modifier and Type Method Description booleanSampleRows. init(StepMetaInterface smi, StepDataInterface sdi)booleanSampleRows. 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 classSasInputMetaMethods in org.pentaho.di.trans.steps.sasinput with parameters of type StepMetaInterface Modifier and Type Method Description booleanSasInput. processRow(StepMetaInterface smi, StepDataInterface sdi)voidSasInput. 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 classScriptMetaMethods in org.pentaho.di.trans.steps.script with parameters of type StepMetaInterface Modifier and Type Method Description voidScript. dispose(StepMetaInterface smi, StepDataInterface sdi)voidScriptDummy. dispose(StepMetaInterface sii, StepDataInterface sdi)voidScriptInterface. dispose(StepMetaInterface sii, StepDataInterface sdi)booleanScript. init(StepMetaInterface smi, StepDataInterface sdi)booleanScriptDummy. init(StepMetaInterface stepMetaInterface, StepDataInterface stepDataInterface)booleanScriptInterface. init(StepMetaInterface stepMetaInterface, StepDataInterface stepDataInterface)booleanScript. processRow(StepMetaInterface smi, StepDataInterface sdi)booleanScriptDummy. processRow(StepMetaInterface smi, StepDataInterface sdi)booleanScriptInterface. processRow(StepMetaInterface smi, StepDataInterface sdi)voidScriptDummy. stopRunning(StepMetaInterface stepMetaInterface, StepDataInterface stepDataInterface)voidScriptInterface. 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 classScriptValuesMetaModMethods in org.pentaho.di.trans.steps.scriptvalues_mod with parameters of type StepMetaInterface Modifier and Type Method Description voidScriptValuesMod. dispose(StepMetaInterface smi, StepDataInterface sdi)voidScriptValuesModDummy. dispose(StepMetaInterface sii, StepDataInterface sdi)booleanScriptValuesMod. init(StepMetaInterface smi, StepDataInterface sdi)booleanScriptValuesModDummy. init(StepMetaInterface stepMetaInterface, StepDataInterface stepDataInterface)booleanScriptValuesMod. processRow(StepMetaInterface smi, StepDataInterface sdi)booleanScriptValuesModDummy. processRow(StepMetaInterface smi, StepDataInterface sdi)voidScriptValuesModDummy. 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 classSelectValuesMetaMeta 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 booleanSelectValues. init(StepMetaInterface smi, StepDataInterface sdi)booleanSelectValues. 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 classSetValueConstantMetaMethods in org.pentaho.di.trans.steps.setvalueconstant with parameters of type StepMetaInterface Modifier and Type Method Description booleanSetValueConstant. init(StepMetaInterface smi, StepDataInterface sdi)booleanSetValueConstant. 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 classSetValueFieldMetaMethods in org.pentaho.di.trans.steps.setvaluefield with parameters of type StepMetaInterface Modifier and Type Method Description voidSetValueField. dispose(StepMetaInterface smi, StepDataInterface sdi)booleanSetValueField. init(StepMetaInterface smi, StepDataInterface sdi)booleanSetValueField. 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 classSetVariableMetaSets 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 voidSetVariable. dispose(StepMetaInterface smi, StepDataInterface sdi)booleanSetVariable. init(StepMetaInterface smi, StepDataInterface sdi)booleanSetVariable. 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 classSFTPPutMetaSend file to SFTP host.Methods in org.pentaho.di.trans.steps.sftpput with parameters of type StepMetaInterface Modifier and Type Method Description voidSFTPPut. dispose(StepMetaInterface smi, StepDataInterface sdi)booleanSFTPPut. 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 classSimpleMappingMetaMeta-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 voidSimpleMapping. dispose(StepMetaInterface smi, StepDataInterface sdi)booleanSimpleMapping. init(StepMetaInterface smi, StepDataInterface sdi)booleanSimpleMapping. processRow(StepMetaInterface smi, StepDataInterface sdi)Process a single row.voidSimpleMapping. 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 classSingleThreaderMetaMeta-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 voidSingleThreader. dispose(StepMetaInterface smi, StepDataInterface sdi)booleanSingleThreader. init(StepMetaInterface smi, StepDataInterface sdi)booleanSingleThreader. processRow(StepMetaInterface smi, StepDataInterface sdi)Process rows in batches of N rows.voidSingleThreader. 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 classSocketReaderMetaMethods in org.pentaho.di.trans.steps.socketreader with parameters of type StepMetaInterface Modifier and Type Method Description voidSocketReader. dispose(StepMetaInterface smi, StepDataInterface sdi)booleanSocketReader. init(StepMetaInterface smi, StepDataInterface sdi)booleanSocketReader. 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 classSocketWriterMetaMethods in org.pentaho.di.trans.steps.socketwriter with parameters of type StepMetaInterface Modifier and Type Method Description voidSocketWriter. dispose(StepMetaInterface smi, StepDataInterface sdi)booleanSocketWriter. init(StepMetaInterface smi, StepDataInterface sdi)booleanSocketWriter. 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 classSortRowsMetaMethods in org.pentaho.di.trans.steps.sort with parameters of type StepMetaInterface Modifier and Type Method Description voidSortRows. dispose(StepMetaInterface smi, StepDataInterface sdi)booleanSortRows. init(StepMetaInterface smi, StepDataInterface sdi)booleanSortRows. 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 classSortedMergeMetaMethods in org.pentaho.di.trans.steps.sortedmerge with parameters of type StepMetaInterface Modifier and Type Method Description booleanSortedMerge. init(StepMetaInterface smi, StepDataInterface sdi)booleanSortedMerge. 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 classSplitFieldToRowsMetaMethods in org.pentaho.di.trans.steps.splitfieldtorows with parameters of type StepMetaInterface Modifier and Type Method Description booleanSplitFieldToRows. init(StepMetaInterface smi, StepDataInterface sdi)booleanSplitFieldToRows. 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 classExecSQLMetaContains 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 voidExecSQL. dispose(StepMetaInterface smi, StepDataInterface sdi)booleanExecSQL. init(StepMetaInterface smi, StepDataInterface sdi)booleanExecSQL. processRow(StepMetaInterface smi, StepDataInterface sdi)voidExecSQL. 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 classSQLFileOutputMetaMethods in org.pentaho.di.trans.steps.sqlfileoutput with parameters of type StepMetaInterface Modifier and Type Method Description voidSQLFileOutput. dispose(StepMetaInterface smi, StepDataInterface sdi)booleanSQLFileOutput. init(StepMetaInterface smi, StepDataInterface sdi)booleanSQLFileOutput. 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 classSSHMetaMethods in org.pentaho.di.trans.steps.ssh with parameters of type StepMetaInterface Modifier and Type Method Description voidSSH. dispose(StepMetaInterface smi, StepDataInterface sdi)booleanSSH. init(StepMetaInterface smi, StepDataInterface sdi)booleanSSH. 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 classStepMetastructureMetaMethods in org.pentaho.di.trans.steps.stepmeta with parameters of type StepMetaInterface Modifier and Type Method Description booleanStepMetastructure. init(StepMetaInterface smi, StepDataInterface sdi)booleanStepMetastructure. 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 classStepsMetricsMetaMethods in org.pentaho.di.trans.steps.stepsmetrics with parameters of type StepMetaInterface Modifier and Type Method Description booleanStepsMetrics. init(StepMetaInterface smi, StepDataInterface sdi)booleanStepsMetrics. 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 classStreamLookupMetaMethods in org.pentaho.di.trans.steps.streamlookup with parameters of type StepMetaInterface Modifier and Type Method Description voidStreamLookup. dispose(StepMetaInterface smi, StepDataInterface sdi)booleanStreamLookup. init(StepMetaInterface smi, StepDataInterface sdi)booleanStreamLookup. 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 classStringCutMetaMethods in org.pentaho.di.trans.steps.stringcut with parameters of type StepMetaInterface Modifier and Type Method Description voidStringCut. dispose(StepMetaInterface smi, StepDataInterface sdi)booleanStringCut. init(StepMetaInterface smi, StepDataInterface sdi)booleanStringCut. 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 classStringOperationsMetaThis 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 voidStringOperations. dispose(StepMetaInterface smi, StepDataInterface sdi)booleanStringOperations. init(StepMetaInterface smi, StepDataInterface sdi)booleanStringOperations. 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 classSwitchCaseMetaMethods in org.pentaho.di.trans.steps.switchcase with parameters of type StepMetaInterface Modifier and Type Method Description booleanSwitchCase. init(StepMetaInterface smi, StepDataInterface sdi)booleanSwitchCase. 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 classSecretKeyGeneratorMetaGenerate secret key.Methods in org.pentaho.di.trans.steps.symmetriccrypto.secretkeygenerator with parameters of type StepMetaInterface Modifier and Type Method Description voidSecretKeyGenerator. dispose(StepMetaInterface smi, StepDataInterface sdi)booleanSecretKeyGenerator. init(StepMetaInterface smi, StepDataInterface sdi)booleanSecretKeyGenerator. 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 classSymmetricCryptoTransMetaSymmetric 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 voidSymmetricCryptoTrans. dispose(StepMetaInterface smi, StepDataInterface sdi)booleanSymmetricCryptoTrans. init(StepMetaInterface smi, StepDataInterface sdi)booleanSymmetricCryptoTrans. 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 classSynchronizeAfterMergeMetaMethods in org.pentaho.di.trans.steps.synchronizeaftermerge with parameters of type StepMetaInterface Modifier and Type Method Description voidSynchronizeAfterMerge. dispose(StepMetaInterface smi, StepDataInterface sdi)booleanSynchronizeAfterMerge. init(StepMetaInterface smi, StepDataInterface sdi)booleanSynchronizeAfterMerge. 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 classSyslogMessageMetaMethods in org.pentaho.di.trans.steps.syslog with parameters of type StepMetaInterface Modifier and Type Method Description voidSyslogMessage. dispose(StepMetaInterface smi, StepDataInterface sdi)booleanSyslogMessage. init(StepMetaInterface smi, StepDataInterface sdi)booleanSyslogMessage. 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 classSystemDataMetaMethods in org.pentaho.di.trans.steps.systemdata with parameters of type StepMetaInterface Modifier and Type Method Description voidSystemData. dispose(StepMetaInterface smi, StepDataInterface sdi)booleanSystemData. init(StepMetaInterface smi, StepDataInterface sdi)booleanSystemData. 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 classTableCompareMetaMethods in org.pentaho.di.trans.steps.tablecompare with parameters of type StepMetaInterface Modifier and Type Method Description voidTableCompare. dispose(StepMetaInterface smi, StepDataInterface sdi)booleanTableCompare. init(StepMetaInterface smi, StepDataInterface sdi)booleanTableCompare. 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 classTableExistsMetaMethods in org.pentaho.di.trans.steps.tableexists with parameters of type StepMetaInterface Modifier and Type Method Description voidTableExists. dispose(StepMetaInterface smi, StepDataInterface sdi)booleanTableExists. init(StepMetaInterface smi, StepDataInterface sdi)booleanTableExists. 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 classTableInputMetaMethods in org.pentaho.di.trans.steps.tableinput with parameters of type StepMetaInterface Modifier and Type Method Description voidTableInput. dispose(StepMetaInterface smi, StepDataInterface sdi)booleanTableInput. init(StepMetaInterface smi, StepDataInterface sdi)booleanTableInput. processRow(StepMetaInterface smi, StepDataInterface sdi)voidTableInput. 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 classTableOutputMetaTable Output meta data.Methods in org.pentaho.di.trans.steps.tableoutput with parameters of type StepMetaInterface Modifier and Type Method Description voidTableOutput. dispose(StepMetaInterface smi, StepDataInterface sdi)booleanTableOutput. init(StepMetaInterface smi, StepDataInterface sdi)booleanTableOutput. 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 interfaceInputFileMetaInterfaceDeprecated.replaced by implementation in the ...steps.fileinput.text packageClasses in org.pentaho.di.trans.steps.textfileinput that implement StepMetaInterface Modifier and Type Class Description classTextFileInputMetaDeprecated.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 voidTextFileInput. dispose(StepMetaInterface smi, StepDataInterface sdi)Deprecated.booleanTextFileInput. init(StepMetaInterface smi, StepDataInterface sdi)Deprecated.booleanTextFileInput. 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 classTextFileOutputMetaMethods in org.pentaho.di.trans.steps.textfileoutput with parameters of type StepMetaInterface Modifier and Type Method Description voidTextFileOutput. dispose(StepMetaInterface smi, StepDataInterface sdi)booleanTextFileOutput. init(StepMetaInterface smi, StepDataInterface sdi)booleanTextFileOutput. 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 classTextFileOutputLegacyMetaDeprecated.useTextFileOutputMetainstead. -
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 classTransExecutorMetaMeta-data for the Trans Executor step.Methods in org.pentaho.di.trans.steps.transexecutor with parameters of type StepMetaInterface Modifier and Type Method Description voidTransExecutor. dispose(StepMetaInterface smi, StepDataInterface sdi)booleanTransExecutor. init(StepMetaInterface smi, StepDataInterface sdi)booleanTransExecutor. processRow(StepMetaInterface smi, StepDataInterface sdi)Process a single row.voidTransExecutor. 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 classUniqueRowsMetaMethods in org.pentaho.di.trans.steps.uniquerows with parameters of type StepMetaInterface Modifier and Type Method Description booleanUniqueRows. init(StepMetaInterface smi, StepDataInterface sdi)booleanUniqueRows. 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 classUniqueRowsByHashSetMetaMethods in org.pentaho.di.trans.steps.uniquerowsbyhashset with parameters of type StepMetaInterface Modifier and Type Method Description booleanUniqueRowsByHashSet. init(StepMetaInterface smi, StepDataInterface sdi)booleanUniqueRowsByHashSet. 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 classUnivariateStatsMetaContains 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 booleanUnivariateStats. init(StepMetaInterface smi, StepDataInterface sdi)Initialize the step.booleanUnivariateStats. 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 classUpdateMetaMethods in org.pentaho.di.trans.steps.update with parameters of type StepMetaInterface Modifier and Type Method Description voidUpdate. dispose(StepMetaInterface smi, StepDataInterface sdi)booleanUpdate. init(StepMetaInterface smi, StepDataInterface sdi)booleanUpdate. 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 classUserDefinedJavaClassMetaMethods in org.pentaho.di.trans.steps.userdefinedjavaclass with parameters of type StepMetaInterface Modifier and Type Method Description voidTransformClassBase. dispose(StepMetaInterface smi, StepDataInterface sdi)voidUserDefinedJavaClass. dispose(StepMetaInterface smi, StepDataInterface sdi)voidUserDefinedJavaClass. disposeImpl(StepMetaInterface smi, StepDataInterface sdi)booleanTransformClassBase. init(StepMetaInterface stepMetaInterface, StepDataInterface stepDataInterface)booleanUserDefinedJavaClass. init(StepMetaInterface stepMetaInterface, StepDataInterface stepDataInterface)booleanUserDefinedJavaClass. initImpl(StepMetaInterface stepMetaInterface, StepDataInterface stepDataInterface)abstract booleanTransformClassBase. processRow(StepMetaInterface smi, StepDataInterface sdi)booleanUserDefinedJavaClass. processRow(StepMetaInterface smi, StepDataInterface sdi)voidTransformClassBase. stopRunning(StepMetaInterface stepMetaInterface, StepDataInterface stepDataInterface)voidUserDefinedJavaClass. stopRunning(StepMetaInterface stepMetaInterface, StepDataInterface stepDataInterface)voidUserDefinedJavaClass. 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 classValidatorMetaContains 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 booleanValidator. init(StepMetaInterface smi, StepDataInterface sdi)booleanValidator. 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 classValueMapperMetaMaps 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 voidValueMapper. dispose(StepMetaInterface smi, StepDataInterface sdi)booleanValueMapper. init(StepMetaInterface smi, StepDataInterface sdi)booleanValueMapper. 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 classWebServiceAvailableMetaMethods in org.pentaho.di.trans.steps.webserviceavailable with parameters of type StepMetaInterface Modifier and Type Method Description voidWebServiceAvailable. dispose(StepMetaInterface smi, StepDataInterface sdi)booleanWebServiceAvailable. init(StepMetaInterface smi, StepDataInterface sdi)booleanWebServiceAvailable. 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 classWebServiceMetaMethods in org.pentaho.di.trans.steps.webservices with parameters of type StepMetaInterface Modifier and Type Method Description voidWebService. dispose(StepMetaInterface smi, StepDataInterface sdi)booleanWebService. init(StepMetaInterface smi, StepDataInterface sdi)booleanWebService. 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 classWriteToLogMetaMethods in org.pentaho.di.trans.steps.writetolog with parameters of type StepMetaInterface Modifier and Type Method Description booleanWriteToLog. init(StepMetaInterface smi, StepDataInterface sdi)booleanWriteToLog. 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 classXBaseInputMetaMethods in org.pentaho.di.trans.steps.xbaseinput with parameters of type StepMetaInterface Modifier and Type Method Description voidXBaseInput. dispose(StepMetaInterface smi, StepDataInterface sdi)booleanXBaseInput. init(StepMetaInterface smi, StepDataInterface sdi)booleanXBaseInput. 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 classZipFileMetaMethods in org.pentaho.di.trans.steps.zipfile with parameters of type StepMetaInterface Modifier and Type Method Description voidZipFile. dispose(StepMetaInterface smi, StepDataInterface sdi)booleanZipFile. init(StepMetaInterface smi, StepDataInterface sdi)booleanZipFile. 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 classBaseStreamStepMetaMethods in org.pentaho.di.trans.streaming.common with parameters of type StepMetaInterface Modifier and Type Method Description booleanBaseStreamStep. init(StepMetaInterface stepMetaInterface, StepDataInterface stepDataInterface)booleanBaseStreamStep. processRow(StepMetaInterface smi, StepDataInterface sdi)voidBaseStreamStep. stopRunning(StepMetaInterface stepMetaInterface, StepDataInterface stepDataInterface)
-