Uses of Interface
org.pentaho.di.trans.step.StepMetaInterface
Packages that use StepMetaInterface
Package
Description
-
Uses of StepMetaInterface in org.pentaho.di.core.util
Classes in org.pentaho.di.core.util that implement StepMetaInterface -
Uses of StepMetaInterface in org.pentaho.di.core.util.serialization
Classes in org.pentaho.di.core.util.serialization that implement StepMetaInterfaceModifier and TypeClassDescriptionclassHandles serialization of meta by implementing getXML/loadXML, readRep/saveRep.Methods in org.pentaho.di.core.util.serialization that return StepMetaInterfaceModifier 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.Methods in org.pentaho.di.core.util.serialization with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionstatic StepMetaPropsStepMetaProps.from(StepMetaInterface stepMeta) Retuns an instance of this class with stepMeta properties mapped to a list ofStepMetaProps.PropGroupRepoSerializer.Builder.stepMeta(StepMetaInterface stepMetaInterface) StepMetaProps.to(StepMetaInterface stepMetaInterface) Sets the properties of this StepMetaProps on -
Uses of StepMetaInterface in org.pentaho.di.trans
Classes in org.pentaho.di.trans that implement StepMetaInterfaceModifier and TypeClassDescriptionclassThis class is supposed to use in steps where the mapping to sub transformations takes placeMethods in org.pentaho.di.trans with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionbooleanSingleThreadedTransExecutor.afterFinishProcessing(StepMetaInterface smi, StepDataInterface sdi) booleanSingleThreadedTransExecutor.beforeStartProcessing(StepMetaInterface smi, StepDataInterface sdi) static final 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 StepMetaInterfaceMethods in org.pentaho.di.trans.step that return StepMetaInterfaceModifier and TypeMethodDescriptionBaseStep.getStepMetaInterface()StepMeta.getStepMetaInterface()Methods in org.pentaho.di.trans.step with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptiondefault booleanStepInterface.afterFinishProcessing(StepMetaInterface smi, StepDataInterface sdi) This method is executed by Trans after finishing processing rows.booleanBaseDatabaseStep.beforeStartProcessing(StepMetaInterface smi, StepDataInterface sdi) booleanBaseStep.beforeStartProcessing(StepMetaInterface smi, StepDataInterface sdi) default booleanStepInterface.beforeStartProcessing(StepMetaInterface smi, StepDataInterface sdi) This method is executed by Trans right before starting processing rows.voidBaseDatabaseStep.dispose(StepMetaInterface smi, StepDataInterface sdi) 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.booleanBaseDatabaseStep.init(StepMetaInterface smi, StepDataInterface sdi) 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 StepMetaInterfaceModifierConstructorDescriptionStepMeta(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 StepMetaInterfaceModifier and TypeClassDescriptionclassContains the meta-data for the Calculator step: calculates predefined formula'sMethods in org.pentaho.di.trans.steps.calculator with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionbooleanCalculator.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 StepMetaInterfaceMethods in org.pentaho.di.trans.steps.constant with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionbooleanConstant.init(StepMetaInterface smi, StepDataInterface sdi) booleanConstant.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 StepMetaInterfaceMethods in org.pentaho.di.trans.steps.csvinput with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionvoidCsvInput.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 StepMetaInterfaceMethods in org.pentaho.di.trans.steps.databasejoin with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionvoidDatabaseJoin.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 StepMetaInterfaceMethods in org.pentaho.di.trans.steps.databaselookup with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionvoidDatabaseLookup.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 StepMetaInterfaceMethods in org.pentaho.di.trans.steps.datagrid with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionbooleanDataGrid.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 StepMetaInterfaceMethods in org.pentaho.di.trans.steps.dbproc with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionvoidDBProc.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 StepMetaInterfaceModifier and TypeClassDescriptionclassThis 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 StepMetaInterfaceModifier and TypeMethodDescriptionvoidDelete.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 StepMetaInterfaceModifier and TypeClassDescriptionclassThe Denormaliser transformation step meta-dataMethods in org.pentaho.di.trans.steps.denormaliser with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionbooleanDenormaliser.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 StepMetaInterfaceMethods in org.pentaho.di.trans.steps.detectemptystream with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionbooleanDetectEmptyStream.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 StepMetaInterfaceMethods in org.pentaho.di.trans.steps.detectlastrow with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionvoidDetectLastRow.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 StepMetaInterfaceMethods in org.pentaho.di.trans.steps.dimensionlookup with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionvoidDimensionLookup.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 StepMetaInterfaceMethods in org.pentaho.di.trans.steps.dummytrans with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionbooleanDummyTrans.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 StepMetaInterfaceMethods in org.pentaho.di.trans.steps.dynamicsqlrow with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionbooleanDynamicSQLRow.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 StepMetaInterfaceMethods in org.pentaho.di.trans.steps.execprocess with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionvoidExecProcess.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 StepMetaInterfaceModifier and TypeClassDescriptionclassContains meta-data to execute arbitrary SQL from a specified field.Methods in org.pentaho.di.trans.steps.execsqlrow with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionvoidExecSQLRow.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 StepMetaInterfaceMethods in org.pentaho.di.trans.steps.fieldschangesequence with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionvoidFieldsChangeSequence.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 StepMetaInterfaceMethods in org.pentaho.di.trans.steps.fieldsplitter with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionbooleanFieldSplitter.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 StepMetaInterfaceModifier and TypeClassDescriptionclassBaseFileInputMeta<A extends BaseFileInputAdditionalField,I extends BaseFileInputFiles, F extends BaseFileField> Base meta for file-based input steps.classA base parent class for all file based metas.classA base implementation for all output file based metas.Methods in org.pentaho.di.trans.steps.file with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionvoidBaseFileInputStep.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 StepMetaInterfaceMethods in org.pentaho.di.trans.steps.fileexists with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionvoidFileExists.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 -
Uses of StepMetaInterface in org.pentaho.di.trans.steps.filelocked
Classes in org.pentaho.di.trans.steps.filelocked that implement StepMetaInterfaceMethods in org.pentaho.di.trans.steps.filelocked with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionvoidFileLocked.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 StepMetaInterfaceMethods in org.pentaho.di.trans.steps.filesfromresult with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionbooleanFilesFromResult.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 StepMetaInterfaceMethods in org.pentaho.di.trans.steps.filestoresult with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionbooleanFilesToResult.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 StepMetaInterfaceMethods in org.pentaho.di.trans.steps.filterrows with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionbooleanFilterRows.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 StepMetaInterfaceMethods in org.pentaho.di.trans.steps.fixedinput with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionvoidFixedInput.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 StepMetaInterfaceMethods in org.pentaho.di.trans.steps.flattener with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionbooleanFlattener.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 StepMetaInterfaceModifier and TypeClassDescriptionclassContains 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 StepMetaInterfaceModifier and TypeMethodDescriptionbooleanFormula.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 StepMetaInterfaceMethods in org.pentaho.di.trans.steps.fuzzymatch with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionvoidFuzzyMatch.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 StepMetaInterfaceMethods in org.pentaho.di.trans.steps.getfilenames with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionvoidGetFileNames.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 StepMetaInterfaceMethods in org.pentaho.di.trans.steps.getfilesrowscount with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionvoidGetFilesRowsCount.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.getslavesequence
Classes in org.pentaho.di.trans.steps.getslavesequence that implement StepMetaInterfaceMethods in org.pentaho.di.trans.steps.getslavesequence with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionbooleanGetSlaveSequence.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 StepMetaInterfaceMethods in org.pentaho.di.trans.steps.getsubfolders with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionvoidGetSubFolders.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 StepMetaInterfaceMethods in org.pentaho.di.trans.steps.gettablenames with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionbooleanGetTableNames.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 StepMetaInterfaceMethods in org.pentaho.di.trans.steps.getvariable with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionvoidGetVariable.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 StepMetaInterfaceMethods in org.pentaho.di.trans.steps.groupby with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionvoidGroupBy.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 StepMetaInterfaceMethods in org.pentaho.di.trans.steps.http with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionvoidHTTP.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 StepMetaInterfaceMethods in org.pentaho.di.trans.steps.httppost with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionvoidHTTPPOST.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 StepMetaInterfaceMethods in org.pentaho.di.trans.steps.ifnull with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionbooleanIfNull.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 StepMetaInterfaceModifier and TypeClassDescriptionclassMetadata 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 StepMetaInterfaceModifier and TypeMethodDescriptionbooleanInjector.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 StepMetaInterfaceMethods in org.pentaho.di.trans.steps.insertupdate with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionvoidInsertUpdate.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 StepMetaInterfaceModifier and TypeClassDescriptionclassContains 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 StepMetaInterfaceModifier and TypeMethodDescriptionbooleanJanino.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 StepMetaInterfaceModifier and TypeClassDescriptionclassContains 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 StepMetaInterfaceModifier and TypeMethodDescriptionbooleanJavaFilter.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 StepMetaInterfaceMethods in org.pentaho.di.trans.steps.jobexecutor with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionvoidJobExecutor.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 StepMetaInterfaceMethods in org.pentaho.di.trans.steps.joinrows with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionvoidJoinRows.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 StepMetaInterfaceMethods in org.pentaho.di.trans.steps.ldifinput with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionvoidLDIFInput.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 StepMetaInterfaceMethods in org.pentaho.di.trans.steps.loadfileinput with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionvoidLoadFileInput.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.mapping
Classes in org.pentaho.di.trans.steps.mapping that implement StepMetaInterfaceModifier and TypeClassDescriptionclassMeta-data for the Mapping step: contains name of the (sub-)transformation to executeMethods in org.pentaho.di.trans.steps.mapping with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionvoidMapping.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 StepMetaInterfaceMethods in org.pentaho.di.trans.steps.mappinginput with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionbooleanMappingInput.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 StepMetaInterfaceMethods in org.pentaho.di.trans.steps.mappingoutput with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionbooleanMappingOutput.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 StepMetaInterfaceMethods in org.pentaho.di.trans.steps.memgroupby with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionvoidMemoryGroupBy.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 StepMetaInterfaceMethods in org.pentaho.di.trans.steps.mergejoin with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionbooleanMergeJoin.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 StepMetaInterfaceMethods in org.pentaho.di.trans.steps.mergerows with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionbooleanMergeRows.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 StepMetaInterfaceMethods in org.pentaho.di.trans.steps.missing with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionbooleanMissingTransStep.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 StepMetaInterfaceMethods in org.pentaho.di.trans.steps.multimerge with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionbooleanMultiMergeJoin.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 StepMetaInterfaceMethods in org.pentaho.di.trans.steps.normaliser with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionbooleanNormaliser.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 StepMetaInterfaceMethods in org.pentaho.di.trans.steps.nullif with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionvoidNullIf.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 StepMetaInterfaceMethods in org.pentaho.di.trans.steps.numberrange with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionvoidNumberRange.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 StepMetaInterfaceMethods in org.pentaho.di.trans.steps.olapinput with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionvoidOlapInput.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 StepMetaInterfaceMethods in org.pentaho.di.trans.steps.parallelgzipcsv with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionvoidParGzipCsvInput.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 StepMetaInterfaceMethods in org.pentaho.di.trans.steps.pgpdecryptstream with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionvoidPGPDecryptStream.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 StepMetaInterfaceMethods in org.pentaho.di.trans.steps.pgpencryptstream with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionvoidPGPEncryptStream.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 StepMetaInterfaceMethods in org.pentaho.di.trans.steps.prioritizestreams with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionvoidPrioritizeStreams.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 StepMetaInterfaceMethods in org.pentaho.di.trans.steps.processfiles with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionvoidProcessFiles.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 StepMetaInterfaceMethods in org.pentaho.di.trans.steps.propertyinput with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionvoidPropertyInput.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 StepMetaInterfaceModifier and TypeClassDescriptionclassOutput rows to Properties file and create a file.Methods in org.pentaho.di.trans.steps.propertyoutput with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionvoidPropertyOutput.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.randomvalue
Classes in org.pentaho.di.trans.steps.randomvalue that implement StepMetaInterfaceMethods in org.pentaho.di.trans.steps.randomvalue with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionvoidRandomValue.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 -
Uses of StepMetaInterface in org.pentaho.di.trans.steps.regexeval
Classes in org.pentaho.di.trans.steps.regexeval that implement StepMetaInterfaceMethods in org.pentaho.di.trans.steps.regexeval with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionvoidRegexEval.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 StepMetaInterfaceMethods in org.pentaho.di.trans.steps.replacestring with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionvoidReplaceString.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 StepMetaInterfaceModifier and TypeClassDescriptionclassContains the meta data for the ReservoirSampling step.Methods in org.pentaho.di.trans.steps.reservoirsampling with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionbooleanReservoirSampling.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.rowgenerator
Classes in org.pentaho.di.trans.steps.rowgenerator that implement StepMetaInterfaceMethods in org.pentaho.di.trans.steps.rowgenerator with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionbooleanRowGenerator.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 StepMetaInterfaceMethods in org.pentaho.di.trans.steps.rowsfromresult with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionbooleanRowsFromResult.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 StepMetaInterfaceMethods in org.pentaho.di.trans.steps.rowstoresult with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionbooleanRowsToResult.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 StepMetaInterfaceMethods in org.pentaho.di.trans.steps.samplerows with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionbooleanSampleRows.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 StepMetaInterfaceMethods in org.pentaho.di.trans.steps.sasinput with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionbooleanSasInput.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 StepMetaInterfaceMethods in org.pentaho.di.trans.steps.script with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionvoidScript.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 StepMetaInterfaceMethods in org.pentaho.di.trans.steps.scriptvalues_mod with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionvoidScriptValuesMod.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 StepMetaInterfaceModifier and TypeClassDescriptionclassMeta Data class for the Select Values Step.Methods in org.pentaho.di.trans.steps.selectvalues with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionbooleanSelectValues.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 StepMetaInterfaceMethods in org.pentaho.di.trans.steps.setvalueconstant with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionbooleanSetValueConstant.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 StepMetaInterfaceMethods in org.pentaho.di.trans.steps.setvaluefield with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionvoidSetValueField.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 StepMetaInterfaceModifier and TypeClassDescriptionclassSets 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 StepMetaInterfaceModifier and TypeMethodDescriptionvoidSetVariable.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.simplemapping
Classes in org.pentaho.di.trans.steps.simplemapping that implement StepMetaInterfaceModifier and TypeClassDescriptionclassMeta-data for the Mapping step: contains name of the (sub-)transformation to executeMethods in org.pentaho.di.trans.steps.simplemapping with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionvoidSimpleMapping.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 StepMetaInterfaceModifier and TypeClassDescriptionclassMeta-data for the Mapping step: contains name of the (sub-)transformation to executeMethods in org.pentaho.di.trans.steps.singlethreader with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionbooleanSingleThreader.afterFinishProcessing(StepMetaInterface smi, StepDataInterface sdi) booleanSingleThreader.beforeStartProcessing(StepMetaInterface smi, StepDataInterface sdi) 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 StepMetaInterfaceMethods in org.pentaho.di.trans.steps.socketreader with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionvoidSocketReader.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 StepMetaInterfaceMethods in org.pentaho.di.trans.steps.socketwriter with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionvoidSocketWriter.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 StepMetaInterfaceMethods in org.pentaho.di.trans.steps.sort with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionvoidSortRows.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 StepMetaInterfaceMethods in org.pentaho.di.trans.steps.sortedmerge with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionbooleanSortedMerge.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 StepMetaInterfaceMethods in org.pentaho.di.trans.steps.splitfieldtorows with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionbooleanSplitFieldToRows.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 StepMetaInterfaceModifier and TypeClassDescriptionclassContains meta-data to execute arbitrary SQL, optionally each row again.Methods in org.pentaho.di.trans.steps.sql with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionvoidExecSQL.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 StepMetaInterfaceMethods in org.pentaho.di.trans.steps.sqlfileoutput with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionvoidSQLFileOutput.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 StepMetaInterfaceMethods in org.pentaho.di.trans.steps.ssh with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionvoidSSH.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 StepMetaInterfaceMethods in org.pentaho.di.trans.steps.stepmeta with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionbooleanStepMetastructure.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 StepMetaInterfaceMethods in org.pentaho.di.trans.steps.stepsmetrics with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionbooleanStepsMetrics.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 StepMetaInterfaceMethods in org.pentaho.di.trans.steps.streamlookup with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionvoidStreamLookup.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 StepMetaInterfaceMethods in org.pentaho.di.trans.steps.stringcut with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionvoidStringCut.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 StepMetaInterfaceModifier and TypeClassDescriptionclassThis class takes care of the meta data for the StringOperations step.Methods in org.pentaho.di.trans.steps.stringoperations with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionvoidStringOperations.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 StepMetaInterfaceMethods in org.pentaho.di.trans.steps.switchcase with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionbooleanSwitchCase.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 StepMetaInterfaceMethods in org.pentaho.di.trans.steps.symmetriccrypto.secretkeygenerator with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionvoidSecretKeyGenerator.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 StepMetaInterfaceModifier and TypeClassDescriptionclassSymmetric algorithm Executes a SymmetricCryptoTrans on the values in the input stream.Methods in org.pentaho.di.trans.steps.symmetriccrypto.symmetriccryptotrans with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionvoidSymmetricCryptoTrans.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 StepMetaInterfaceMethods in org.pentaho.di.trans.steps.synchronizeaftermerge with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionbooleanSynchronizeAfterMerge.afterFinishProcessing(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 StepMetaInterfaceMethods in org.pentaho.di.trans.steps.syslog with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionvoidSyslogMessage.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 StepMetaInterfaceMethods in org.pentaho.di.trans.steps.systemdata with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionvoidSystemData.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 StepMetaInterfaceMethods in org.pentaho.di.trans.steps.tablecompare with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionvoidTableCompare.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 StepMetaInterfaceMethods in org.pentaho.di.trans.steps.tableexists with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionbooleanTableExists.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 StepMetaInterfaceMethods in org.pentaho.di.trans.steps.tableinput with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionvoidTableInput.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 StepMetaInterfaceMethods in org.pentaho.di.trans.steps.tableoutput with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionvoidTableOutput.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.textfileinputModifier and TypeInterfaceDescriptioninterfaceDeprecated.replaced by implementation in the ...steps.fileinput.text packageClasses in org.pentaho.di.trans.steps.textfileinput that implement StepMetaInterfaceModifier and TypeClassDescriptionclassDeprecated.replaced by implementation in the ...steps.fileinput.text packageMethods in org.pentaho.di.trans.steps.textfileinput with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionvoidTextFileInput.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 StepMetaInterfaceMethods in org.pentaho.di.trans.steps.textfileoutput with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionvoidTextFileOutput.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 -
Uses of StepMetaInterface in org.pentaho.di.trans.steps.transexecutor
Classes in org.pentaho.di.trans.steps.transexecutor that implement StepMetaInterfaceMethods in org.pentaho.di.trans.steps.transexecutor with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionvoidTransExecutor.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 StepMetaInterfaceMethods in org.pentaho.di.trans.steps.uniquerows with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionbooleanUniqueRows.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 StepMetaInterfaceMethods in org.pentaho.di.trans.steps.uniquerowsbyhashset with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionbooleanUniqueRowsByHashSet.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 StepMetaInterfaceModifier and TypeClassDescriptionclassContains the meta-data for the UnivariateStats step: calculates predefined univariate statisticsMethods in org.pentaho.di.trans.steps.univariatestats with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionbooleanUnivariateStats.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 StepMetaInterfaceMethods in org.pentaho.di.trans.steps.update with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionvoidUpdate.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 StepMetaInterfaceMethods in org.pentaho.di.trans.steps.userdefinedjavaclass with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionvoidTransformClassBase.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 StepMetaInterfaceModifier and TypeClassDescriptionclassContains 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 StepMetaInterfaceModifier and TypeMethodDescriptionbooleanValidator.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 StepMetaInterfaceModifier and TypeClassDescriptionclassMaps 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 StepMetaInterfaceModifier and TypeMethodDescriptionvoidValueMapper.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 StepMetaInterfaceMethods in org.pentaho.di.trans.steps.webserviceavailable with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionvoidWebServiceAvailable.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 StepMetaInterfaceMethods in org.pentaho.di.trans.steps.webservices with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionvoidWebService.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 StepMetaInterfaceMethods in org.pentaho.di.trans.steps.writetolog with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionbooleanWriteToLog.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 StepMetaInterfaceMethods in org.pentaho.di.trans.steps.xbaseinput with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionvoidXBaseInput.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 StepMetaInterfaceMethods in org.pentaho.di.trans.steps.zipfile with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionvoidZipFile.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 StepMetaInterfaceMethods in org.pentaho.di.trans.streaming.common with parameters of type StepMetaInterfaceModifier and TypeMethodDescriptionbooleanBaseStreamStep.init(StepMetaInterface stepMetaInterface, StepDataInterface stepDataInterface) booleanBaseStreamStep.processRow(StepMetaInterface smi, StepDataInterface sdi) voidBaseStreamStep.stopRunning(StepMetaInterface stepMetaInterface, StepDataInterface stepDataInterface)