Uses of Interface
org.pentaho.di.trans.step.StepInterface
-
-
Uses of StepInterface in org.pentaho.di.core.util
Classes in org.pentaho.di.core.util that implement StepInterface Modifier and Type Class Description classAbstractStep -
Uses of StepInterface in org.pentaho.di.trans
Methods in org.pentaho.di.trans that return StepInterface Modifier and Type Method Description StepInterfaceTrans. findRunThread(String stepname)Find the run thread for the step with the specified name.StepInterfaceTrans. findStepInterface(String stepname, int copyNr)Find the executing step copy for the step with the specified name and copy numberStepInterfaceTrans. getRunThread(int i)Gets the run thread for the step at the specified index.StepInterfaceTrans. getRunThread(String name, int copy)Gets the run thread for the step with the specified name and copy number.StepInterfaceRowProducer. getStepInterface()StepInterfaceTrans. getStepInterface(String stepname, int copy)Find the StepInterface (thread) by looking it up using the name.Methods in org.pentaho.di.trans that return types with arguments of type StepInterface Modifier and Type Method Description List<StepInterface>Trans. findBaseSteps(String stepname)Find the base steps for the step with the specified name.List<StepInterface>Trans. findStepInterfaces(String stepname)Find the available executing step copies for the step with the specified nameMethods in org.pentaho.di.trans with parameters of type StepInterface Modifier and Type Method Description voidTrans. logSummary(StepInterface si)Logs a summary message for the specified step.voidRowProducer. setStepInterface(StepInterface stepInterface)Constructors in org.pentaho.di.trans with parameters of type StepInterface Constructor Description RowProducer(StepInterface stepInterface, org.pentaho.di.core.RowSet rowSet) -
Uses of StepInterface in org.pentaho.di.trans.step
Classes in org.pentaho.di.trans.step that implement StepInterface Modifier and Type Class Description classBaseStepThis class can be extended for the actual row processing of the implemented step.Fields in org.pentaho.di.trans.step declared as StepInterface Modifier and Type Field Description StepInterfaceStepMetaDataCombi. stepMethods in org.pentaho.di.trans.step that return StepInterface Modifier and Type Method Description StepInterfaceStepMetaInterface. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)Get the executing step, needed by Trans to launch a step.Methods in org.pentaho.di.trans.step with parameters of type StepInterface Modifier and Type Method Description voidRowDistributionInterface. distributeRow(org.pentaho.di.core.row.RowMetaInterface rowMeta, Object[] row, StepInterface stepInterface)Do the actual row distribution in the stepvoidStepAdapter. stepActive(Trans trans, StepMeta stepMeta, StepInterface step)voidStepListener. stepActive(Trans trans, StepMeta stepMeta, StepInterface step)This method is called when a step goes from being idle to being active.voidStepAdapter. stepFinished(Trans trans, StepMeta stepMeta, StepInterface step)voidStepListener. stepFinished(Trans trans, StepMeta stepMeta, StepInterface step)This method is called when a step completes all work and is finished.voidStepStatus. updateAll(StepInterface baseStep)Constructors in org.pentaho.di.trans.step with parameters of type StepInterface Constructor Description StepStatus(StepInterface baseStep) -
Uses of StepInterface in org.pentaho.di.trans.steps.calculator
Classes in org.pentaho.di.trans.steps.calculator that implement StepInterface Modifier and Type Class Description classCalculatorCalculate new field values using pre-defined functions.Methods in org.pentaho.di.trans.steps.calculator that return StepInterface Modifier and Type Method Description StepInterfaceCalculatorMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.constant
Classes in org.pentaho.di.trans.steps.constant that implement StepInterface Modifier and Type Class Description classConstantGenerates a number of (empty or the same) rowsMethods in org.pentaho.di.trans.steps.constant that return StepInterface Modifier and Type Method Description StepInterfaceConstantMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.creditcardvalidator
Classes in org.pentaho.di.trans.steps.creditcardvalidator that implement StepInterface Modifier and Type Class Description classCreditCardValidatorCheck if a Credit Card is valid *Methods in org.pentaho.di.trans.steps.creditcardvalidator that return StepInterface Modifier and Type Method Description StepInterfaceCreditCardValidatorMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.csvinput
Classes in org.pentaho.di.trans.steps.csvinput that implement StepInterface Modifier and Type Class Description classCsvInputRead a simple CSV file Just output Strings found in the file...Methods in org.pentaho.di.trans.steps.csvinput that return StepInterface Modifier and Type Method Description StepInterfaceCsvInputMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.databasejoin
Classes in org.pentaho.di.trans.steps.databasejoin that implement StepInterface Modifier and Type Class Description classDatabaseJoinUse values from input streams to joins with values in a database.Methods in org.pentaho.di.trans.steps.databasejoin that return StepInterface Modifier and Type Method Description StepInterfaceDatabaseJoinMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.databaselookup
Classes in org.pentaho.di.trans.steps.databaselookup that implement StepInterface Modifier and Type Class Description classDatabaseLookupLooks up values in a database using keys from input streams.Methods in org.pentaho.di.trans.steps.databaselookup that return StepInterface Modifier and Type Method Description StepInterfaceDatabaseLookupMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.datagrid
Classes in org.pentaho.di.trans.steps.datagrid that implement StepInterface Modifier and Type Class Description classDataGridGenerates a number of (empty or the same) rowsMethods in org.pentaho.di.trans.steps.datagrid that return StepInterface Modifier and Type Method Description StepInterfaceDataGridMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.dbproc
Classes in org.pentaho.di.trans.steps.dbproc that implement StepInterface Modifier and Type Class Description classDBProcRetrieves values from a database by calling database stored procedures or functionsMethods in org.pentaho.di.trans.steps.dbproc that return StepInterface Modifier and Type Method Description StepInterfaceDBProcMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.delete
Classes in org.pentaho.di.trans.steps.delete that implement StepInterface Modifier and Type Class Description classDeleteDelete data in a database table.Methods in org.pentaho.di.trans.steps.delete that return StepInterface Modifier and Type Method Description StepInterfaceDeleteMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.denormaliser
Classes in org.pentaho.di.trans.steps.denormaliser that implement StepInterface Modifier and Type Class Description classDenormaliserDenormalises data based on key-value pairsMethods in org.pentaho.di.trans.steps.denormaliser that return StepInterface Modifier and Type Method Description StepInterfaceDenormaliserMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.detectemptystream
Classes in org.pentaho.di.trans.steps.detectemptystream that implement StepInterface Modifier and Type Class Description classDetectEmptyStreamDetect empty stream.Methods in org.pentaho.di.trans.steps.detectemptystream that return StepInterface Modifier and Type Method Description StepInterfaceDetectEmptyStreamMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.detectlastrow
Classes in org.pentaho.di.trans.steps.detectlastrow that implement StepInterface Modifier and Type Class Description classDetectLastRowDetect last row in a streamMethods in org.pentaho.di.trans.steps.detectlastrow that return StepInterface Modifier and Type Method Description StepInterfaceDetectLastRowMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.dimensionlookup
Classes in org.pentaho.di.trans.steps.dimensionlookup that implement StepInterface Modifier and Type Class Description classDimensionLookupManages a slowly changing dimension (lookup or update)Methods in org.pentaho.di.trans.steps.dimensionlookup that return StepInterface Modifier and Type Method Description StepInterfaceDimensionLookupMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.dummytrans
Classes in org.pentaho.di.trans.steps.dummytrans that implement StepInterface Modifier and Type Class Description classDummyTransDo nothing.Methods in org.pentaho.di.trans.steps.dummytrans that return StepInterface Modifier and Type Method Description StepInterfaceDummyTransMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.dynamicsqlrow
Classes in org.pentaho.di.trans.steps.dynamicsqlrow that implement StepInterface Modifier and Type Class Description classDynamicSQLRowRun dynamic SQL.Methods in org.pentaho.di.trans.steps.dynamicsqlrow that return StepInterface Modifier and Type Method Description StepInterfaceDynamicSQLRowMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.execprocess
Classes in org.pentaho.di.trans.steps.execprocess that implement StepInterface Modifier and Type Class Description classExecProcessExecute a process *Methods in org.pentaho.di.trans.steps.execprocess that return StepInterface Modifier and Type Method Description StepInterfaceExecProcessMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.execsqlrow
Classes in org.pentaho.di.trans.steps.execsqlrow that implement StepInterface Modifier and Type Class Description classExecSQLRowExecute one or more SQL statements in a script, one time or parameterised (for every row)Methods in org.pentaho.di.trans.steps.execsqlrow that return StepInterface Modifier and Type Method Description StepInterfaceExecSQLRowMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.fieldschangesequence
Classes in org.pentaho.di.trans.steps.fieldschangesequence that implement StepInterface Modifier and Type Class Description classFieldsChangeSequenceAdd sequence to each input row.Methods in org.pentaho.di.trans.steps.fieldschangesequence that return StepInterface Modifier and Type Method Description StepInterfaceFieldsChangeSequenceMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.fieldsplitter
Classes in org.pentaho.di.trans.steps.fieldsplitter that implement StepInterface Modifier and Type Class Description classFieldSplitterSplit a single String fields into multiple parts based on certain conditions.Methods in org.pentaho.di.trans.steps.fieldsplitter that return StepInterface Modifier and Type Method Description StepInterfaceFieldSplitterMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.file
Classes in org.pentaho.di.trans.steps.file that implement StepInterface Modifier and Type Class Description classBaseFileInputStep<M extends BaseFileInputMeta<?,?,?>,D extends BaseFileInputStepData>This class contains base functionality for file-based input steps. -
Uses of StepInterface in org.pentaho.di.trans.steps.fileexists
Classes in org.pentaho.di.trans.steps.fileexists that implement StepInterface Modifier and Type Class Description classFileExistsCheck if a table exists in a Database *Methods in org.pentaho.di.trans.steps.fileexists that return StepInterface Modifier and Type Method Description StepInterfaceFileExistsMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.fileinput.text
Classes in org.pentaho.di.trans.steps.fileinput.text that implement StepInterface Modifier and Type Class Description classTextFileInputRead all sorts of text files, convert them to rows and writes these to one or more output streams.Methods in org.pentaho.di.trans.steps.fileinput.text that return StepInterface Modifier and Type Method Description StepInterfaceTextFileInputMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.filelocked
Classes in org.pentaho.di.trans.steps.filelocked that implement StepInterface Modifier and Type Class Description classFileLockedCheck if a file is locked *Methods in org.pentaho.di.trans.steps.filelocked that return StepInterface Modifier and Type Method Description StepInterfaceFileLockedMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.filesfromresult
Classes in org.pentaho.di.trans.steps.filesfromresult that implement StepInterface Modifier and Type Class Description classFilesFromResultReads results from a previous transformation in a JobMethods in org.pentaho.di.trans.steps.filesfromresult that return StepInterface Modifier and Type Method Description StepInterfaceFilesFromResultMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.filestoresult
Classes in org.pentaho.di.trans.steps.filestoresult that implement StepInterface Modifier and Type Class Description classFilesToResultWrites filenames to a next job entry in a JobMethods in org.pentaho.di.trans.steps.filestoresult that return StepInterface Modifier and Type Method Description StepInterfaceFilesToResultMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.filterrows
Classes in org.pentaho.di.trans.steps.filterrows that implement StepInterface Modifier and Type Class Description classFilterRowsFilters input rows base on conditions.Methods in org.pentaho.di.trans.steps.filterrows that return StepInterface Modifier and Type Method Description StepInterfaceFilterRowsMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.fixedinput
Classes in org.pentaho.di.trans.steps.fixedinput that implement StepInterface Modifier and Type Class Description classFixedInputRead a simple fixed width file Just output fields found in the file...Methods in org.pentaho.di.trans.steps.fixedinput that return StepInterface Modifier and Type Method Description StepInterfaceFixedInputMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.flattener
Classes in org.pentaho.di.trans.steps.flattener that implement StepInterface Modifier and Type Class Description classFlattenerPivots data based on key-value pairsMethods in org.pentaho.di.trans.steps.flattener that return StepInterface Modifier and Type Method Description StepInterfaceFlattenerMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.formula
Classes in org.pentaho.di.trans.steps.formula that implement StepInterface Modifier and Type Class Description classFormulaCalculate new field values using pre-defined functions.Methods in org.pentaho.di.trans.steps.formula that return StepInterface Modifier and Type Method Description StepInterfaceFormulaMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.fuzzymatch
Classes in org.pentaho.di.trans.steps.fuzzymatch that implement StepInterface Modifier and Type Class Description classFuzzyMatchPerforms a fuzzy match for each main stream field row An approximative match is done in a lookup streamMethods in org.pentaho.di.trans.steps.fuzzymatch that return StepInterface Modifier and Type Method Description StepInterfaceFuzzyMatchMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.getfilenames
Classes in org.pentaho.di.trans.steps.getfilenames that implement StepInterface Modifier and Type Class Description classGetFileNamesRead all sorts of text files, convert them to rows and writes these to one or more output streams.Methods in org.pentaho.di.trans.steps.getfilenames that return StepInterface Modifier and Type Method Description StepInterfaceGetFileNamesMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.getfilesrowscount
Classes in org.pentaho.di.trans.steps.getfilesrowscount that implement StepInterface Modifier and Type Class Description classGetFilesRowsCountRead all files, count rows numberMethods in org.pentaho.di.trans.steps.getfilesrowscount that return StepInterface Modifier and Type Method Description StepInterfaceGetFilesRowsCountMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.getrepositorynames
Classes in org.pentaho.di.trans.steps.getrepositorynames that implement StepInterface Modifier and Type Class Description classGetRepositoryNamesRead all sorts of text files, convert them to rows and writes these to one or more output streams.Methods in org.pentaho.di.trans.steps.getrepositorynames that return StepInterface Modifier and Type Method Description StepInterfaceGetRepositoryNamesMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.getslavesequence
Classes in org.pentaho.di.trans.steps.getslavesequence that implement StepInterface Modifier and Type Class Description classGetSlaveSequenceAdds a sequential number to a stream of rows.Methods in org.pentaho.di.trans.steps.getslavesequence that return StepInterface Modifier and Type Method Description StepInterfaceGetSlaveSequenceMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.getsubfolders
Classes in org.pentaho.di.trans.steps.getsubfolders that implement StepInterface Modifier and Type Class Description classGetSubFoldersRead all subfolder inside a specified folder and convert them to rows and writes these to one or more output streams.Methods in org.pentaho.di.trans.steps.getsubfolders that return StepInterface Modifier and Type Method Description StepInterfaceGetSubFoldersMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.gettablenames
Classes in org.pentaho.di.trans.steps.gettablenames that implement StepInterface Modifier and Type Class Description classGetTableNamesReturn tables name list from Database connection *Methods in org.pentaho.di.trans.steps.gettablenames that return StepInterface Modifier and Type Method Description StepInterfaceGetTableNamesMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.getvariable
Classes in org.pentaho.di.trans.steps.getvariable that implement StepInterface Modifier and Type Class Description classGetVariableGet information from the System or the supervising transformation.Methods in org.pentaho.di.trans.steps.getvariable that return StepInterface Modifier and Type Method Description StepInterfaceGetVariableMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.groupby
Classes in org.pentaho.di.trans.steps.groupby that implement StepInterface Modifier and Type Class Description classGroupByGroups informations based on aggregation rules.Methods in org.pentaho.di.trans.steps.groupby that return StepInterface Modifier and Type Method Description StepInterfaceGroupByMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.http
Classes in org.pentaho.di.trans.steps.http that implement StepInterface Modifier and Type Class Description classHTTPRetrieves data from an HTTP endpointMethods in org.pentaho.di.trans.steps.http that return StepInterface Modifier and Type Method Description StepInterfaceHTTPMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.httppost
Classes in org.pentaho.di.trans.steps.httppost that implement StepInterface Modifier and Type Class Description classHTTPPOSTMake a HTTP Post callMethods in org.pentaho.di.trans.steps.httppost that return StepInterface Modifier and Type Method Description StepInterfaceHTTPPOSTMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.ifnull
Classes in org.pentaho.di.trans.steps.ifnull that implement StepInterface Modifier and Type Class Description classIfNullSets a field value to a constant if it is nullMethods in org.pentaho.di.trans.steps.ifnull that return StepInterface Modifier and Type Method Description StepInterfaceIfNullMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.injector
Classes in org.pentaho.di.trans.steps.injector that implement StepInterface Modifier and Type Class Description classInjectorExecutor class to allow a java program to inject rows of data into a transformation.Methods in org.pentaho.di.trans.steps.injector that return StepInterface Modifier and Type Method Description StepInterfaceInjectorMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.insertupdate
Classes in org.pentaho.di.trans.steps.insertupdate that implement StepInterface Modifier and Type Class Description classInsertUpdatePerforms a lookup in a database table.Methods in org.pentaho.di.trans.steps.insertupdate that return StepInterface Modifier and Type Method Description StepInterfaceInsertUpdateMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.janino
Classes in org.pentaho.di.trans.steps.janino that implement StepInterface Modifier and Type Class Description classJaninoCalculate new field values using pre-defined functions.Methods in org.pentaho.di.trans.steps.janino that return StepInterface Modifier and Type Method Description StepInterfaceJaninoMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.javafilter
Classes in org.pentaho.di.trans.steps.javafilter that implement StepInterface Modifier and Type Class Description classJavaFilterCalculate new field values using pre-defined functions.Methods in org.pentaho.di.trans.steps.javafilter that return StepInterface Modifier and Type Method Description StepInterfaceJavaFilterMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.jobexecutor
Classes in org.pentaho.di.trans.steps.jobexecutor that implement StepInterface Modifier and Type Class Description classJobExecutorExecute a job for every input row.Methods in org.pentaho.di.trans.steps.jobexecutor that return StepInterface Modifier and Type Method Description StepInterfaceJobExecutorMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.joinrows
Classes in org.pentaho.di.trans.steps.joinrows that implement StepInterface Modifier and Type Class Description classJoinRowsPerforms a cartesian product between 2 or more input streams.Methods in org.pentaho.di.trans.steps.joinrows that return StepInterface Modifier and Type Method Description StepInterfaceJoinRowsMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.ldifinput
Classes in org.pentaho.di.trans.steps.ldifinput that implement StepInterface Modifier and Type Class Description classLDIFInputRead all LDIF files, convert them to rows and writes these to one or more output streams.Methods in org.pentaho.di.trans.steps.ldifinput that return StepInterface Modifier and Type Method Description StepInterfaceLDIFInputMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.loadfileinput
Classes in org.pentaho.di.trans.steps.loadfileinput that implement StepInterface Modifier and Type Class Description classLoadFileInputRead files, parse them and convert them to rows and writes these to one or more output streams.Methods in org.pentaho.di.trans.steps.loadfileinput that return StepInterface Modifier and Type Method Description StepInterfaceLoadFileInputMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.mail
Classes in org.pentaho.di.trans.steps.mail that implement StepInterface Modifier and Type Class Description classMailSend mail step.Methods in org.pentaho.di.trans.steps.mail that return StepInterface Modifier and Type Method Description StepInterfaceMailMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.mailinput
Classes in org.pentaho.di.trans.steps.mailinput that implement StepInterface Modifier and Type Class Description classMailInputRead data from POP3/IMAP server and input data to the next steps.Methods in org.pentaho.di.trans.steps.mailinput that return StepInterface Modifier and Type Method Description StepInterfaceMailInputMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.mailvalidator
Classes in org.pentaho.di.trans.steps.mailvalidator that implement StepInterface Modifier and Type Class Description classMailValidatorCheck if an email address is valid *Methods in org.pentaho.di.trans.steps.mailvalidator that return StepInterface Modifier and Type Method Description StepInterfaceMailValidatorMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.mapping
Classes in org.pentaho.di.trans.steps.mapping that implement StepInterface Modifier and Type Class Description classMappingExecute a mapping: a re-usuable transformationMethods in org.pentaho.di.trans.steps.mapping that return StepInterface Modifier and Type Method Description StepInterfaceMappingMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.mappinginput
Classes in org.pentaho.di.trans.steps.mappinginput that implement StepInterface Modifier and Type Class Description classMappingInputDo nothing.Fields in org.pentaho.di.trans.steps.mappinginput declared as StepInterface Modifier and Type Field Description StepInterface[]MappingInputData. sourceStepsMethods in org.pentaho.di.trans.steps.mappinginput that return StepInterface Modifier and Type Method Description StepInterfaceMappingInputMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)Methods in org.pentaho.di.trans.steps.mappinginput with parameters of type StepInterface Modifier and Type Method Description voidMappingInput. setConnectorSteps(StepInterface[] sourceSteps, List<MappingValueRename> valueRenames, String mappingStepname) -
Uses of StepInterface in org.pentaho.di.trans.steps.mappingoutput
Classes in org.pentaho.di.trans.steps.mappingoutput that implement StepInterface Modifier and Type Class Description classMappingOutputDo nothing.Fields in org.pentaho.di.trans.steps.mappingoutput declared as StepInterface Modifier and Type Field Description StepInterface[]MappingOutputData. targetStepsMethods in org.pentaho.di.trans.steps.mappingoutput that return StepInterface Modifier and Type Method Description StepInterfaceMappingOutputMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)Methods in org.pentaho.di.trans.steps.mappingoutput with parameters of type StepInterface Modifier and Type Method Description voidMappingOutput. setConnectorSteps(StepInterface[] targetSteps, List<MappingValueRename> inputValueRenames, List<MappingValueRename> outputValueRenames) -
Uses of StepInterface in org.pentaho.di.trans.steps.memgroupby
Classes in org.pentaho.di.trans.steps.memgroupby that implement StepInterface Modifier and Type Class Description classMemoryGroupByGroups information based on aggregation rules.Methods in org.pentaho.di.trans.steps.memgroupby that return StepInterface Modifier and Type Method Description StepInterfaceMemoryGroupByMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.mergejoin
Classes in org.pentaho.di.trans.steps.mergejoin that implement StepInterface Modifier and Type Class Description classMergeJoinMerge rows from 2 sorted streams and output joined rows with matched key fields.Methods in org.pentaho.di.trans.steps.mergejoin that return StepInterface Modifier and Type Method Description StepInterfaceMergeJoinMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.mergerows
Classes in org.pentaho.di.trans.steps.mergerows that implement StepInterface Modifier and Type Class Description classMergeRowsMerge rows from 2 sorted streams to detect changes.Methods in org.pentaho.di.trans.steps.mergerows that return StepInterface Modifier and Type Method Description StepInterfaceMergeRowsMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.missing
Classes in org.pentaho.di.trans.steps.missing that implement StepInterface Modifier and Type Class Description classMissingTransStepMethods in org.pentaho.di.trans.steps.missing that return StepInterface Modifier and Type Method Description StepInterfaceMissingTrans. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.multimerge
Classes in org.pentaho.di.trans.steps.multimerge that implement StepInterface Modifier and Type Class Description classMultiMergeJoinMerge rows from 2 sorted streams and output joined rows with matched key fields.Methods in org.pentaho.di.trans.steps.multimerge that return StepInterface Modifier and Type Method Description StepInterfaceMultiMergeJoinMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.normaliser
Classes in org.pentaho.di.trans.steps.normaliser that implement StepInterface Modifier and Type Class Description classNormaliserNormalise de-normalised input data.Methods in org.pentaho.di.trans.steps.normaliser that return StepInterface Modifier and Type Method Description StepInterfaceNormaliserMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.nullif
Classes in org.pentaho.di.trans.steps.nullif that implement StepInterface Modifier and Type Class Description classNullIfNullIf step, put null as value when the original field matches a specific value.Methods in org.pentaho.di.trans.steps.nullif that return StepInterface Modifier and Type Method Description StepInterfaceNullIfMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.numberrange
Classes in org.pentaho.di.trans.steps.numberrange that implement StepInterface Modifier and Type Class Description classNumberRangeBusiness logic for the NumberRangeMethods in org.pentaho.di.trans.steps.numberrange that return StepInterface Modifier and Type Method Description StepInterfaceNumberRangeMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans disp) -
Uses of StepInterface in org.pentaho.di.trans.steps.olapinput
Classes in org.pentaho.di.trans.steps.olapinput that implement StepInterface Modifier and Type Class Description classOlapInputReads information from an OLAP datasource using MDXMethods in org.pentaho.di.trans.steps.olapinput that return StepInterface Modifier and Type Method Description StepInterfaceOlapInputMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.parallelgzipcsv
Classes in org.pentaho.di.trans.steps.parallelgzipcsv that implement StepInterface Modifier and Type Class Description classParGzipCsvInputRead a simple CSV file Just output Strings found in the file...Methods in org.pentaho.di.trans.steps.parallelgzipcsv that return StepInterface Modifier and Type Method Description StepInterfaceParGzipCsvInputMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.pgpdecryptstream
Classes in org.pentaho.di.trans.steps.pgpdecryptstream that implement StepInterface Modifier and Type Class Description classPGPDecryptStreamDecrypt a stream with GPG *Methods in org.pentaho.di.trans.steps.pgpdecryptstream that return StepInterface Modifier and Type Method Description StepInterfacePGPDecryptStreamMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.pgpencryptstream
Classes in org.pentaho.di.trans.steps.pgpencryptstream that implement StepInterface Modifier and Type Class Description classPGPEncryptStreamEncrypt a stream with GPG *Methods in org.pentaho.di.trans.steps.pgpencryptstream that return StepInterface Modifier and Type Method Description StepInterfacePGPEncryptStreamMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.prioritizestreams
Classes in org.pentaho.di.trans.steps.prioritizestreams that implement StepInterface Modifier and Type Class Description classPrioritizeStreamsPrioritize INPUT Streams.Methods in org.pentaho.di.trans.steps.prioritizestreams that return StepInterface Modifier and Type Method Description StepInterfacePrioritizeStreamsMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.processfiles
Classes in org.pentaho.di.trans.steps.processfiles that implement StepInterface Modifier and Type Class Description classProcessFilesCopy, move or delete file *Methods in org.pentaho.di.trans.steps.processfiles that return StepInterface Modifier and Type Method Description StepInterfaceProcessFilesMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.propertyinput
Classes in org.pentaho.di.trans.steps.propertyinput that implement StepInterface Modifier and Type Class Description classPropertyInputRead all Properties files (& INI files) , convert them to rows and writes these to one or more output streams.Methods in org.pentaho.di.trans.steps.propertyinput that return StepInterface Modifier and Type Method Description StepInterfacePropertyInputMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.propertyoutput
Classes in org.pentaho.di.trans.steps.propertyoutput that implement StepInterface Modifier and Type Class Description classPropertyOutputOutput rows to Properties file and create a file.Methods in org.pentaho.di.trans.steps.propertyoutput that return StepInterface Modifier and Type Method Description StepInterfacePropertyOutputMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.randomccnumber
Classes in org.pentaho.di.trans.steps.randomccnumber that implement StepInterface Modifier and Type Class Description classRandomCCNumberGeneratorGenerate random credit card number.Methods in org.pentaho.di.trans.steps.randomccnumber that return StepInterface Modifier and Type Method Description StepInterfaceRandomCCNumberGeneratorMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.randomvalue
Classes in org.pentaho.di.trans.steps.randomvalue that implement StepInterface Modifier and Type Class Description classRandomValueGet random value.Methods in org.pentaho.di.trans.steps.randomvalue that return StepInterface Modifier and Type Method Description StepInterfaceRandomValueMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.recordsfromstream
Classes in org.pentaho.di.trans.steps.recordsfromstream that implement StepInterface Modifier and Type Class Description classRecordsFromStream -
Uses of StepInterface in org.pentaho.di.trans.steps.regexeval
Classes in org.pentaho.di.trans.steps.regexeval that implement StepInterface Modifier and Type Class Description classRegexEvalUse regular expression to validate a field or capture new fields out of an existing field.Methods in org.pentaho.di.trans.steps.regexeval that return StepInterface Modifier and Type Method Description StepInterfaceRegexEvalMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.replacestring
Classes in org.pentaho.di.trans.steps.replacestring that implement StepInterface Modifier and Type Class Description classReplaceStringSearch and replace in string.Methods in org.pentaho.di.trans.steps.replacestring that return StepInterface Modifier and Type Method Description StepInterfaceReplaceStringMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.reservoirsampling
Classes in org.pentaho.di.trans.steps.reservoirsampling that implement StepInterface Modifier and Type Class Description classReservoirSamplingMethods in org.pentaho.di.trans.steps.reservoirsampling that return StepInterface Modifier and Type Method Description StepInterfaceReservoirSamplingMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)Get the executing step, needed by Trans to launch a step. -
Uses of StepInterface in org.pentaho.di.trans.steps.rest
Classes in org.pentaho.di.trans.steps.rest that implement StepInterface Modifier and Type Class Description classRestMethods in org.pentaho.di.trans.steps.rest that return StepInterface Modifier and Type Method Description StepInterfaceRestMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.rowgenerator
Classes in org.pentaho.di.trans.steps.rowgenerator that implement StepInterface Modifier and Type Class Description classRowGeneratorGenerates a number of (empty or the same) rowsMethods in org.pentaho.di.trans.steps.rowgenerator that return StepInterface Modifier and Type Method Description StepInterfaceRowGeneratorMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.rowsfromresult
Classes in org.pentaho.di.trans.steps.rowsfromresult that implement StepInterface Modifier and Type Class Description classRowsFromResultReads results from a previous transformation in a JobMethods in org.pentaho.di.trans.steps.rowsfromresult that return StepInterface Modifier and Type Method Description StepInterfaceRowsFromResultMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.rowstoresult
Classes in org.pentaho.di.trans.steps.rowstoresult that implement StepInterface Modifier and Type Class Description classRowsToResultWrites results to a next transformation in a JobMethods in org.pentaho.di.trans.steps.rowstoresult that return StepInterface Modifier and Type Method Description StepInterfaceRowsToResultMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.samplerows
Classes in org.pentaho.di.trans.steps.samplerows that implement StepInterface Modifier and Type Class Description classSampleRowsSample rows.Methods in org.pentaho.di.trans.steps.samplerows that return StepInterface Modifier and Type Method Description StepInterfaceSampleRowsMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.sasinput
Classes in org.pentaho.di.trans.steps.sasinput that implement StepInterface Modifier and Type Class Description classSasInputReads data from a SAS file in SAS7BAT format.Methods in org.pentaho.di.trans.steps.sasinput that return StepInterface Modifier and Type Method Description StepInterfaceSasInputMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.script
Subinterfaces of StepInterface in org.pentaho.di.trans.steps.script Modifier and Type Interface Description interfaceScriptInterfaceInterface to make the real ScriptValueMod and ScriptValueModDummy similar.Classes in org.pentaho.di.trans.steps.script that implement StepInterface Modifier and Type Class Description classScriptExecutes a JavaScript on the values in the input stream.classScriptDummyDummy class used for test().Methods in org.pentaho.di.trans.steps.script that return StepInterface Modifier and Type Method Description StepInterfaceScriptMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.scriptvalues_mod
Classes in org.pentaho.di.trans.steps.scriptvalues_mod that implement StepInterface Modifier and Type Class Description classScriptValuesModExecutes a JavaScript on the values in the input stream.classScriptValuesModDummyDummy class used for test().Methods in org.pentaho.di.trans.steps.scriptvalues_mod that return StepInterface Modifier and Type Method Description StepInterfaceScriptValuesMetaMod. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.selectvalues
Classes in org.pentaho.di.trans.steps.selectvalues that implement StepInterface Modifier and Type Class Description classSelectValuesSelect, re-order, remove or change the meta-data of the fields in the inputstreams.Methods in org.pentaho.di.trans.steps.selectvalues that return StepInterface Modifier and Type Method Description StepInterfaceSelectValuesMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.setvalueconstant
Classes in org.pentaho.di.trans.steps.setvalueconstant that implement StepInterface Modifier and Type Class Description classSetValueConstantReplace Field value by a constant value.Methods in org.pentaho.di.trans.steps.setvalueconstant that return StepInterface Modifier and Type Method Description StepInterfaceSetValueConstantMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.setvaluefield
Classes in org.pentaho.di.trans.steps.setvaluefield that implement StepInterface Modifier and Type Class Description classSetValueFieldSet value field with another value field.Methods in org.pentaho.di.trans.steps.setvaluefield that return StepInterface Modifier and Type Method Description StepInterfaceSetValueFieldMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.setvariable
Classes in org.pentaho.di.trans.steps.setvariable that implement StepInterface Modifier and Type Class Description classSetVariableConvert Values in a certain fields to other valuesMethods in org.pentaho.di.trans.steps.setvariable that return StepInterface Modifier and Type Method Description StepInterfaceSetVariableMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.sftpput
Classes in org.pentaho.di.trans.steps.sftpput that implement StepInterface Modifier and Type Class Description classSFTPPutSend file to SFTP host.Methods in org.pentaho.di.trans.steps.sftpput that return StepInterface Modifier and Type Method Description StepInterfaceSFTPPutMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.simplemapping
Classes in org.pentaho.di.trans.steps.simplemapping that implement StepInterface Modifier and Type Class Description classSimpleMappingExecute a mapping: a re-usuable transformationMethods in org.pentaho.di.trans.steps.simplemapping that return StepInterface Modifier and Type Method Description StepInterfaceSimpleMappingMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.singlethreader
Classes in org.pentaho.di.trans.steps.singlethreader that implement StepInterface Modifier and Type Class Description classSingleThreaderExecute a mapping: a re-usuable transformationMethods in org.pentaho.di.trans.steps.singlethreader that return StepInterface Modifier and Type Method Description StepInterfaceSingleThreaderMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.socketreader
Classes in org.pentaho.di.trans.steps.socketreader that implement StepInterface Modifier and Type Class Description classSocketReaderRead data from a TCP/IP socket supplied by SocketWriter.Methods in org.pentaho.di.trans.steps.socketreader that return StepInterface Modifier and Type Method Description StepInterfaceSocketReaderMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.socketwriter
Classes in org.pentaho.di.trans.steps.socketwriter that implement StepInterface Modifier and Type Class Description classSocketWriterWrite data to a TCP/IP socket read by SocketReader.Methods in org.pentaho.di.trans.steps.socketwriter that return StepInterface Modifier and Type Method Description StepInterfaceSocketWriterMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.sort
Classes in org.pentaho.di.trans.steps.sort that implement StepInterface Modifier and Type Class Description classSortRowsSort the rows in the input-streams based on certain criteriaMethods in org.pentaho.di.trans.steps.sort that return StepInterface Modifier and Type Method Description StepInterfaceSortRowsMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.sortedmerge
Classes in org.pentaho.di.trans.steps.sortedmerge that implement StepInterface Modifier and Type Class Description classSortedMergeDo nothing.Methods in org.pentaho.di.trans.steps.sortedmerge that return StepInterface Modifier and Type Method Description StepInterfaceSortedMergeMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.splitfieldtorows
Classes in org.pentaho.di.trans.steps.splitfieldtorows that implement StepInterface Modifier and Type Class Description classSplitFieldToRowsMethods in org.pentaho.di.trans.steps.splitfieldtorows that return StepInterface Modifier and Type Method Description StepInterfaceSplitFieldToRowsMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.sql
Classes in org.pentaho.di.trans.steps.sql that implement StepInterface Modifier and Type Class Description classExecSQLExecute one or more SQL statements in a script, one time or parameterised (for every row)Methods in org.pentaho.di.trans.steps.sql that return StepInterface Modifier and Type Method Description StepInterfaceExecSQLMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.sqlfileoutput
Classes in org.pentaho.di.trans.steps.sqlfileoutput that implement StepInterface Modifier and Type Class Description classSQLFileOutputWrites rows to a sql file.Methods in org.pentaho.di.trans.steps.sqlfileoutput that return StepInterface Modifier and Type Method Description StepInterfaceSQLFileOutputMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.ssh
Classes in org.pentaho.di.trans.steps.ssh that implement StepInterface Modifier and Type Class Description classSSHWrite commands to SSH *Methods in org.pentaho.di.trans.steps.ssh that return StepInterface Modifier and Type Method Description StepInterfaceSSHMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.stepmeta
Classes in org.pentaho.di.trans.steps.stepmeta that implement StepInterface Modifier and Type Class Description classStepMetastructureReturn the structure of the streamMethods in org.pentaho.di.trans.steps.stepmeta that return StepInterface Modifier and Type Method Description StepInterfaceStepMetastructureMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.stepsmetrics
Classes in org.pentaho.di.trans.steps.stepsmetrics that implement StepInterface Modifier and Type Class Description classStepsMetricsOuptu step metricsFields in org.pentaho.di.trans.steps.stepsmetrics with type parameters of type StepInterface Modifier and Type Field Description HashSet<StepInterface>StepsMetrics. stepInterfacesConcurrentHashMap<Integer,StepInterface>StepsMetricsData. stepInterfacesMethods in org.pentaho.di.trans.steps.stepsmetrics that return StepInterface Modifier and Type Method Description StepInterfaceStepsMetricsMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.streamlookup
Classes in org.pentaho.di.trans.steps.streamlookup that implement StepInterface Modifier and Type Class Description classStreamLookupLooks up information by first reading data into a hash table (in memory) TODO: add warning with conflicting types OR modify the lookup values to the input row type.Methods in org.pentaho.di.trans.steps.streamlookup that return StepInterface Modifier and Type Method Description StepInterfaceStreamLookupMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.stringcut
Classes in org.pentaho.di.trans.steps.stringcut that implement StepInterface Modifier and Type Class Description classStringCutCut strings.Methods in org.pentaho.di.trans.steps.stringcut that return StepInterface Modifier and Type Method Description StepInterfaceStringCutMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.stringoperations
Classes in org.pentaho.di.trans.steps.stringoperations that implement StepInterface Modifier and Type Class Description classStringOperationsApply certain operations too string.Methods in org.pentaho.di.trans.steps.stringoperations that return StepInterface Modifier and Type Method Description StepInterfaceStringOperationsMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.switchcase
Classes in org.pentaho.di.trans.steps.switchcase that implement StepInterface Modifier and Type Class Description classSwitchCaseFilters input rows base on conditions.Methods in org.pentaho.di.trans.steps.switchcase that return StepInterface Modifier and Type Method Description StepInterfaceSwitchCaseMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.symmetriccrypto.secretkeygenerator
Classes in org.pentaho.di.trans.steps.symmetriccrypto.secretkeygenerator that implement StepInterface Modifier and Type Class Description classSecretKeyGeneratorGenerate secret key.Methods in org.pentaho.di.trans.steps.symmetriccrypto.secretkeygenerator that return StepInterface Modifier and Type Method Description StepInterfaceSecretKeyGeneratorMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.symmetriccrypto.symmetriccryptotrans
Classes in org.pentaho.di.trans.steps.symmetriccrypto.symmetriccryptotrans that implement StepInterface Modifier and Type Class Description classSymmetricCryptoTransSymmetric algorithm Executes a SymmetricCryptoTrans on the values in the input stream.Methods in org.pentaho.di.trans.steps.symmetriccrypto.symmetriccryptotrans that return StepInterface Modifier and Type Method Description StepInterfaceSymmetricCryptoTransMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.synchronizeaftermerge
Classes in org.pentaho.di.trans.steps.synchronizeaftermerge that implement StepInterface Modifier and Type Class Description classSynchronizeAfterMergePerforms an insert/update/delete depending on the value of a field.Methods in org.pentaho.di.trans.steps.synchronizeaftermerge that return StepInterface Modifier and Type Method Description StepInterfaceSynchronizeAfterMergeMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.syslog
Classes in org.pentaho.di.trans.steps.syslog that implement StepInterface Modifier and Type Class Description classSyslogMessageWrite message to SyslogMessage *Methods in org.pentaho.di.trans.steps.syslog that return StepInterface Modifier and Type Method Description StepInterfaceSyslogMessageMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.systemdata
Classes in org.pentaho.di.trans.steps.systemdata that implement StepInterface Modifier and Type Class Description classSystemDataGet information from the System or the supervising transformation.Methods in org.pentaho.di.trans.steps.systemdata that return StepInterface Modifier and Type Method Description StepInterfaceSystemDataMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.tablecompare
Classes in org.pentaho.di.trans.steps.tablecompare that implement StepInterface Modifier and Type Class Description classTableCompareMethods in org.pentaho.di.trans.steps.tablecompare that return StepInterface Modifier and Type Method Description StepInterfaceTableCompareMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.tableexists
Classes in org.pentaho.di.trans.steps.tableexists that implement StepInterface Modifier and Type Class Description classTableExistsCheck if a table exists in a Database *Methods in org.pentaho.di.trans.steps.tableexists that return StepInterface Modifier and Type Method Description StepInterfaceTableExistsMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.tableinput
Classes in org.pentaho.di.trans.steps.tableinput that implement StepInterface Modifier and Type Class Description classTableInputReads information from a database table by using freehand SQLMethods in org.pentaho.di.trans.steps.tableinput that return StepInterface Modifier and Type Method Description StepInterfaceTableInputMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.tableoutput
Classes in org.pentaho.di.trans.steps.tableoutput that implement StepInterface Modifier and Type Class Description classTableOutputWrites rows to a database table.Methods in org.pentaho.di.trans.steps.tableoutput that return StepInterface Modifier and Type Method Description StepInterfaceTableOutputMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.textfileinput
Classes in org.pentaho.di.trans.steps.textfileinput that implement StepInterface Modifier and Type Class Description classTextFileInputDeprecated.replaced by implementation in the ...steps.fileinput.text packageMethods in org.pentaho.di.trans.steps.textfileinput that return StepInterface Modifier and Type Method Description StepInterfaceTextFileInputMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)Deprecated. -
Uses of StepInterface in org.pentaho.di.trans.steps.textfileoutput
Classes in org.pentaho.di.trans.steps.textfileoutput that implement StepInterface Modifier and Type Class Description classTextFileOutputConverts input rows to text and then writes this text to one or more files.Methods in org.pentaho.di.trans.steps.textfileoutput that return StepInterface Modifier and Type Method Description StepInterfaceTextFileOutputMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.textfileoutputlegacy
Classes in org.pentaho.di.trans.steps.textfileoutputlegacy that implement StepInterface Modifier and Type Class Description classTextFileOutputLegacyDeprecated.useTextFileOutputinstead.Methods in org.pentaho.di.trans.steps.textfileoutputlegacy that return StepInterface Modifier and Type Method Description StepInterfaceTextFileOutputLegacyMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)Deprecated. -
Uses of StepInterface in org.pentaho.di.trans.steps.transexecutor
Classes in org.pentaho.di.trans.steps.transexecutor that implement StepInterface Modifier and Type Class Description classTransExecutorExecute a transformation for every input row, set parameters.Methods in org.pentaho.di.trans.steps.transexecutor that return StepInterface Modifier and Type Method Description StepInterfaceTransExecutorMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.uniquerows
Classes in org.pentaho.di.trans.steps.uniquerows that implement StepInterface Modifier and Type Class Description classUniqueRowsRemoves the same consequetive rows from the input stream(s).Methods in org.pentaho.di.trans.steps.uniquerows that return StepInterface Modifier and Type Method Description StepInterfaceUniqueRowsMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.uniquerowsbyhashset
Classes in org.pentaho.di.trans.steps.uniquerowsbyhashset that implement StepInterface Modifier and Type Class Description classUniqueRowsByHashSetMethods in org.pentaho.di.trans.steps.uniquerowsbyhashset that return StepInterface Modifier and Type Method Description StepInterfaceUniqueRowsByHashSetMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.univariatestats
Classes in org.pentaho.di.trans.steps.univariatestats that implement StepInterface Modifier and Type Class Description classUnivariateStatsCalculate univariate statistics based on one column of the input data.Methods in org.pentaho.di.trans.steps.univariatestats that return StepInterface Modifier and Type Method Description StepInterfaceUnivariateStatsMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)Get the executing step, needed by Trans to launch a step. -
Uses of StepInterface in org.pentaho.di.trans.steps.update
Classes in org.pentaho.di.trans.steps.update that implement StepInterface Modifier and Type Class Description classUpdateUpdate data in a database table, does NOT ever perform an insert.Methods in org.pentaho.di.trans.steps.update that return StepInterface Modifier and Type Method Description StepInterfaceUpdateMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.userdefinedjavaclass
Classes in org.pentaho.di.trans.steps.userdefinedjavaclass that implement StepInterface Modifier and Type Class Description classUserDefinedJavaClassMethods in org.pentaho.di.trans.steps.userdefinedjavaclass that return StepInterface Modifier and Type Method Description StepInterfaceUserDefinedJavaClassMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.validator
Classes in org.pentaho.di.trans.steps.validator that implement StepInterface Modifier and Type Class Description classValidatorCalculate new field values using pre-defined functions.Methods in org.pentaho.di.trans.steps.validator that return StepInterface Modifier and Type Method Description StepInterfaceValidatorMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.valuemapper
Classes in org.pentaho.di.trans.steps.valuemapper that implement StepInterface Modifier and Type Class Description classValueMapperConvert Values in a certain fields to other valuesMethods in org.pentaho.di.trans.steps.valuemapper that return StepInterface Modifier and Type Method Description StepInterfaceValueMapperMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.webserviceavailable
Classes in org.pentaho.di.trans.steps.webserviceavailable that implement StepInterface Modifier and Type Class Description classWebServiceAvailableCheck if a webservice is available *Methods in org.pentaho.di.trans.steps.webserviceavailable that return StepInterface Modifier and Type Method Description StepInterfaceWebServiceAvailableMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.webservices
Classes in org.pentaho.di.trans.steps.webservices that implement StepInterface Modifier and Type Class Description classWebServiceMethods in org.pentaho.di.trans.steps.webservices that return StepInterface Modifier and Type Method Description StepInterfaceWebServiceMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans disp) -
Uses of StepInterface in org.pentaho.di.trans.steps.writetolog
Classes in org.pentaho.di.trans.steps.writetolog that implement StepInterface Modifier and Type Class Description classWriteToLogWrite data to log.Methods in org.pentaho.di.trans.steps.writetolog that return StepInterface Modifier and Type Method Description StepInterfaceWriteToLogMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.xbaseinput
Classes in org.pentaho.di.trans.steps.xbaseinput that implement StepInterface Modifier and Type Class Description classXBaseInputReads data from an XBase (dBase, foxpro, ...) file.Methods in org.pentaho.di.trans.steps.xbaseinput that return StepInterface Modifier and Type Method Description StepInterfaceXBaseInputMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.steps.zipfile
Classes in org.pentaho.di.trans.steps.zipfile that implement StepInterface Modifier and Type Class Description classZipFileZip file *Methods in org.pentaho.di.trans.steps.zipfile that return StepInterface Modifier and Type Method Description StepInterfaceZipFileMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) -
Uses of StepInterface in org.pentaho.di.trans.streaming.common
Classes in org.pentaho.di.trans.streaming.common that implement StepInterface Modifier and Type Class Description classBaseStreamStep
-