Uses of Class
org.pentaho.di.trans.step.BaseStep
-
-
Uses of BaseStep in org.pentaho.di.core.util
Subclasses of BaseStep in org.pentaho.di.core.util Modifier and Type Class Description classAbstractStep -
Uses of BaseStep in org.pentaho.di.trans.step
Methods in org.pentaho.di.trans.step with parameters of type BaseStep Modifier and Type Method Description org.pentaho.di.core.BlockingRowSetRemoteStep. openReaderSocket(BaseStep baseStep)voidRemoteStep. openServerSocket(BaseStep baseStep) -
Uses of BaseStep in org.pentaho.di.trans.step.errorhandling
Constructors in org.pentaho.di.trans.step.errorhandling with parameters of type BaseStep Constructor Description AbstractFileErrorHandler(Date date, String destinationDirectory, String fileExtension, String encoding, BaseStep baseStep)FileErrorHandlerContentLineNumber(Date date, String destinationDirectory, String fileExtension, String encoding, BaseStep baseStep)FileErrorHandlerMissingFiles(Date date, String destinationDirectory, String fileExtension, String encoding, BaseStep baseStep) -
Uses of BaseStep in org.pentaho.di.trans.steps.calculator
Subclasses of BaseStep in org.pentaho.di.trans.steps.calculator Modifier and Type Class Description classCalculatorCalculate new field values using pre-defined functions. -
Uses of BaseStep in org.pentaho.di.trans.steps.constant
Subclasses of BaseStep in org.pentaho.di.trans.steps.constant Modifier and Type Class Description classConstantGenerates a number of (empty or the same) rows -
Uses of BaseStep in org.pentaho.di.trans.steps.creditcardvalidator
Subclasses of BaseStep in org.pentaho.di.trans.steps.creditcardvalidator Modifier and Type Class Description classCreditCardValidatorCheck if a Credit Card is valid * -
Uses of BaseStep in org.pentaho.di.trans.steps.csvinput
Subclasses of BaseStep in org.pentaho.di.trans.steps.csvinput Modifier and Type Class Description classCsvInputRead a simple CSV file Just output Strings found in the file... -
Uses of BaseStep in org.pentaho.di.trans.steps.databasejoin
Subclasses of BaseStep in org.pentaho.di.trans.steps.databasejoin Modifier and Type Class Description classDatabaseJoinUse values from input streams to joins with values in a database. -
Uses of BaseStep in org.pentaho.di.trans.steps.databaselookup
Subclasses of BaseStep in org.pentaho.di.trans.steps.databaselookup Modifier and Type Class Description classDatabaseLookupLooks up values in a database using keys from input streams. -
Uses of BaseStep in org.pentaho.di.trans.steps.datagrid
Subclasses of BaseStep in org.pentaho.di.trans.steps.datagrid Modifier and Type Class Description classDataGridGenerates a number of (empty or the same) rows -
Uses of BaseStep in org.pentaho.di.trans.steps.dbproc
Subclasses of BaseStep in org.pentaho.di.trans.steps.dbproc Modifier and Type Class Description classDBProcRetrieves values from a database by calling database stored procedures or functions -
Uses of BaseStep in org.pentaho.di.trans.steps.delete
Subclasses of BaseStep in org.pentaho.di.trans.steps.delete Modifier and Type Class Description classDeleteDelete data in a database table. -
Uses of BaseStep in org.pentaho.di.trans.steps.denormaliser
Subclasses of BaseStep in org.pentaho.di.trans.steps.denormaliser Modifier and Type Class Description classDenormaliserDenormalises data based on key-value pairs -
Uses of BaseStep in org.pentaho.di.trans.steps.detectemptystream
Subclasses of BaseStep in org.pentaho.di.trans.steps.detectemptystream Modifier and Type Class Description classDetectEmptyStreamDetect empty stream. -
Uses of BaseStep in org.pentaho.di.trans.steps.detectlastrow
Subclasses of BaseStep in org.pentaho.di.trans.steps.detectlastrow Modifier and Type Class Description classDetectLastRowDetect last row in a stream -
Uses of BaseStep in org.pentaho.di.trans.steps.dimensionlookup
Subclasses of BaseStep in org.pentaho.di.trans.steps.dimensionlookup Modifier and Type Class Description classDimensionLookupManages a slowly changing dimension (lookup or update) -
Uses of BaseStep in org.pentaho.di.trans.steps.dummytrans
Subclasses of BaseStep in org.pentaho.di.trans.steps.dummytrans Modifier and Type Class Description classDummyTransDo nothing. -
Uses of BaseStep in org.pentaho.di.trans.steps.dynamicsqlrow
Subclasses of BaseStep in org.pentaho.di.trans.steps.dynamicsqlrow Modifier and Type Class Description classDynamicSQLRowRun dynamic SQL. -
Uses of BaseStep in org.pentaho.di.trans.steps.execprocess
Subclasses of BaseStep in org.pentaho.di.trans.steps.execprocess Modifier and Type Class Description classExecProcessExecute a process * -
Uses of BaseStep in org.pentaho.di.trans.steps.execsqlrow
Subclasses of BaseStep in org.pentaho.di.trans.steps.execsqlrow Modifier and Type Class Description classExecSQLRowExecute one or more SQL statements in a script, one time or parameterised (for every row) -
Uses of BaseStep in org.pentaho.di.trans.steps.fieldschangesequence
Subclasses of BaseStep in org.pentaho.di.trans.steps.fieldschangesequence Modifier and Type Class Description classFieldsChangeSequenceAdd sequence to each input row. -
Uses of BaseStep in org.pentaho.di.trans.steps.fieldsplitter
Subclasses of BaseStep in org.pentaho.di.trans.steps.fieldsplitter Modifier and Type Class Description classFieldSplitterSplit a single String fields into multiple parts based on certain conditions. -
Uses of BaseStep in org.pentaho.di.trans.steps.file
Subclasses of BaseStep in org.pentaho.di.trans.steps.file Modifier and Type Class Description classBaseFileInputStep<M extends BaseFileInputMeta<?,?,?>,D extends BaseFileInputStepData>This class contains base functionality for file-based input steps. -
Uses of BaseStep in org.pentaho.di.trans.steps.fileexists
Subclasses of BaseStep in org.pentaho.di.trans.steps.fileexists Modifier and Type Class Description classFileExistsCheck if a table exists in a Database * -
Uses of BaseStep in org.pentaho.di.trans.steps.fileinput.text
Subclasses of BaseStep in org.pentaho.di.trans.steps.fileinput.text Modifier and Type Class Description classTextFileInputRead all sorts of text files, convert them to rows and writes these to one or more output streams. -
Uses of BaseStep in org.pentaho.di.trans.steps.filelocked
Subclasses of BaseStep in org.pentaho.di.trans.steps.filelocked Modifier and Type Class Description classFileLockedCheck if a file is locked * -
Uses of BaseStep in org.pentaho.di.trans.steps.filesfromresult
Subclasses of BaseStep in org.pentaho.di.trans.steps.filesfromresult Modifier and Type Class Description classFilesFromResultReads results from a previous transformation in a Job -
Uses of BaseStep in org.pentaho.di.trans.steps.filestoresult
Subclasses of BaseStep in org.pentaho.di.trans.steps.filestoresult Modifier and Type Class Description classFilesToResultWrites filenames to a next job entry in a Job -
Uses of BaseStep in org.pentaho.di.trans.steps.filterrows
Subclasses of BaseStep in org.pentaho.di.trans.steps.filterrows Modifier and Type Class Description classFilterRowsFilters input rows base on conditions. -
Uses of BaseStep in org.pentaho.di.trans.steps.fixedinput
Subclasses of BaseStep in org.pentaho.di.trans.steps.fixedinput Modifier and Type Class Description classFixedInputRead a simple fixed width file Just output fields found in the file... -
Uses of BaseStep in org.pentaho.di.trans.steps.flattener
Subclasses of BaseStep in org.pentaho.di.trans.steps.flattener Modifier and Type Class Description classFlattenerPivots data based on key-value pairs -
Uses of BaseStep in org.pentaho.di.trans.steps.formula
Subclasses of BaseStep in org.pentaho.di.trans.steps.formula Modifier and Type Class Description classFormulaCalculate new field values using pre-defined functions. -
Uses of BaseStep in org.pentaho.di.trans.steps.fuzzymatch
Subclasses of BaseStep in org.pentaho.di.trans.steps.fuzzymatch Modifier and Type Class Description classFuzzyMatchPerforms a fuzzy match for each main stream field row An approximative match is done in a lookup stream -
Uses of BaseStep in org.pentaho.di.trans.steps.getfilenames
Subclasses of BaseStep in org.pentaho.di.trans.steps.getfilenames Modifier and Type Class Description classGetFileNamesRead all sorts of text files, convert them to rows and writes these to one or more output streams. -
Uses of BaseStep in org.pentaho.di.trans.steps.getfilesrowscount
Subclasses of BaseStep in org.pentaho.di.trans.steps.getfilesrowscount Modifier and Type Class Description classGetFilesRowsCountRead all files, count rows number -
Uses of BaseStep in org.pentaho.di.trans.steps.getrepositorynames
Subclasses of BaseStep in org.pentaho.di.trans.steps.getrepositorynames Modifier and Type Class Description classGetRepositoryNamesRead all sorts of text files, convert them to rows and writes these to one or more output streams. -
Uses of BaseStep in org.pentaho.di.trans.steps.getslavesequence
Subclasses of BaseStep in org.pentaho.di.trans.steps.getslavesequence Modifier and Type Class Description classGetSlaveSequenceAdds a sequential number to a stream of rows. -
Uses of BaseStep in org.pentaho.di.trans.steps.getsubfolders
Subclasses of BaseStep in org.pentaho.di.trans.steps.getsubfolders 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. -
Uses of BaseStep in org.pentaho.di.trans.steps.gettablenames
Subclasses of BaseStep in org.pentaho.di.trans.steps.gettablenames Modifier and Type Class Description classGetTableNamesReturn tables name list from Database connection * -
Uses of BaseStep in org.pentaho.di.trans.steps.getvariable
Subclasses of BaseStep in org.pentaho.di.trans.steps.getvariable Modifier and Type Class Description classGetVariableGet information from the System or the supervising transformation. -
Uses of BaseStep in org.pentaho.di.trans.steps.groupby
Subclasses of BaseStep in org.pentaho.di.trans.steps.groupby Modifier and Type Class Description classGroupByGroups informations based on aggregation rules. -
Uses of BaseStep in org.pentaho.di.trans.steps.http
Subclasses of BaseStep in org.pentaho.di.trans.steps.http Modifier and Type Class Description classHTTPRetrieves data from an HTTP endpoint -
Uses of BaseStep in org.pentaho.di.trans.steps.httppost
Subclasses of BaseStep in org.pentaho.di.trans.steps.httppost Modifier and Type Class Description classHTTPPOSTMake a HTTP Post call -
Uses of BaseStep in org.pentaho.di.trans.steps.ifnull
Subclasses of BaseStep in org.pentaho.di.trans.steps.ifnull Modifier and Type Class Description classIfNullSets a field value to a constant if it is null -
Uses of BaseStep in org.pentaho.di.trans.steps.injector
Subclasses of BaseStep in org.pentaho.di.trans.steps.injector Modifier and Type Class Description classInjectorExecutor class to allow a java program to inject rows of data into a transformation. -
Uses of BaseStep in org.pentaho.di.trans.steps.insertupdate
Subclasses of BaseStep in org.pentaho.di.trans.steps.insertupdate Modifier and Type Class Description classInsertUpdatePerforms a lookup in a database table. -
Uses of BaseStep in org.pentaho.di.trans.steps.janino
Subclasses of BaseStep in org.pentaho.di.trans.steps.janino Modifier and Type Class Description classJaninoCalculate new field values using pre-defined functions. -
Uses of BaseStep in org.pentaho.di.trans.steps.javafilter
Subclasses of BaseStep in org.pentaho.di.trans.steps.javafilter Modifier and Type Class Description classJavaFilterCalculate new field values using pre-defined functions. -
Uses of BaseStep in org.pentaho.di.trans.steps.jobexecutor
Subclasses of BaseStep in org.pentaho.di.trans.steps.jobexecutor Modifier and Type Class Description classJobExecutorExecute a job for every input row. -
Uses of BaseStep in org.pentaho.di.trans.steps.joinrows
Subclasses of BaseStep in org.pentaho.di.trans.steps.joinrows Modifier and Type Class Description classJoinRowsPerforms a cartesian product between 2 or more input streams. -
Uses of BaseStep in org.pentaho.di.trans.steps.ldifinput
Subclasses of BaseStep in org.pentaho.di.trans.steps.ldifinput Modifier and Type Class Description classLDIFInputRead all LDIF files, convert them to rows and writes these to one or more output streams. -
Uses of BaseStep in org.pentaho.di.trans.steps.loadfileinput
Subclasses of BaseStep in org.pentaho.di.trans.steps.loadfileinput Modifier and Type Class Description classLoadFileInputRead files, parse them and convert them to rows and writes these to one or more output streams. -
Uses of BaseStep in org.pentaho.di.trans.steps.mail
Subclasses of BaseStep in org.pentaho.di.trans.steps.mail Modifier and Type Class Description classMailSend mail step. -
Uses of BaseStep in org.pentaho.di.trans.steps.mailinput
Subclasses of BaseStep in org.pentaho.di.trans.steps.mailinput Modifier and Type Class Description classMailInputRead data from POP3/IMAP server and input data to the next steps. -
Uses of BaseStep in org.pentaho.di.trans.steps.mailvalidator
Subclasses of BaseStep in org.pentaho.di.trans.steps.mailvalidator Modifier and Type Class Description classMailValidatorCheck if an email address is valid * -
Uses of BaseStep in org.pentaho.di.trans.steps.mapping
Subclasses of BaseStep in org.pentaho.di.trans.steps.mapping Modifier and Type Class Description classMappingExecute a mapping: a re-usuable transformation -
Uses of BaseStep in org.pentaho.di.trans.steps.mappinginput
Subclasses of BaseStep in org.pentaho.di.trans.steps.mappinginput Modifier and Type Class Description classMappingInputDo nothing. -
Uses of BaseStep in org.pentaho.di.trans.steps.mappingoutput
Subclasses of BaseStep in org.pentaho.di.trans.steps.mappingoutput Modifier and Type Class Description classMappingOutputDo nothing. -
Uses of BaseStep in org.pentaho.di.trans.steps.memgroupby
Subclasses of BaseStep in org.pentaho.di.trans.steps.memgroupby Modifier and Type Class Description classMemoryGroupByGroups information based on aggregation rules. -
Uses of BaseStep in org.pentaho.di.trans.steps.mergejoin
Subclasses of BaseStep in org.pentaho.di.trans.steps.mergejoin Modifier and Type Class Description classMergeJoinMerge rows from 2 sorted streams and output joined rows with matched key fields. -
Uses of BaseStep in org.pentaho.di.trans.steps.mergerows
Subclasses of BaseStep in org.pentaho.di.trans.steps.mergerows Modifier and Type Class Description classMergeRowsMerge rows from 2 sorted streams to detect changes. -
Uses of BaseStep in org.pentaho.di.trans.steps.missing
Subclasses of BaseStep in org.pentaho.di.trans.steps.missing Modifier and Type Class Description classMissingTransStep -
Uses of BaseStep in org.pentaho.di.trans.steps.multimerge
Subclasses of BaseStep in org.pentaho.di.trans.steps.multimerge Modifier and Type Class Description classMultiMergeJoinMerge rows from 2 sorted streams and output joined rows with matched key fields. -
Uses of BaseStep in org.pentaho.di.trans.steps.normaliser
Subclasses of BaseStep in org.pentaho.di.trans.steps.normaliser Modifier and Type Class Description classNormaliserNormalise de-normalised input data. -
Uses of BaseStep in org.pentaho.di.trans.steps.nullif
Subclasses of BaseStep in org.pentaho.di.trans.steps.nullif Modifier and Type Class Description classNullIfNullIf step, put null as value when the original field matches a specific value. -
Uses of BaseStep in org.pentaho.di.trans.steps.numberrange
Subclasses of BaseStep in org.pentaho.di.trans.steps.numberrange Modifier and Type Class Description classNumberRangeBusiness logic for the NumberRange -
Uses of BaseStep in org.pentaho.di.trans.steps.olapinput
Subclasses of BaseStep in org.pentaho.di.trans.steps.olapinput Modifier and Type Class Description classOlapInputReads information from an OLAP datasource using MDX -
Uses of BaseStep in org.pentaho.di.trans.steps.parallelgzipcsv
Subclasses of BaseStep in org.pentaho.di.trans.steps.parallelgzipcsv Modifier and Type Class Description classParGzipCsvInputRead a simple CSV file Just output Strings found in the file... -
Uses of BaseStep in org.pentaho.di.trans.steps.pgpdecryptstream
Subclasses of BaseStep in org.pentaho.di.trans.steps.pgpdecryptstream Modifier and Type Class Description classPGPDecryptStreamDecrypt a stream with GPG * -
Uses of BaseStep in org.pentaho.di.trans.steps.pgpencryptstream
Subclasses of BaseStep in org.pentaho.di.trans.steps.pgpencryptstream Modifier and Type Class Description classPGPEncryptStreamEncrypt a stream with GPG * -
Uses of BaseStep in org.pentaho.di.trans.steps.prioritizestreams
Subclasses of BaseStep in org.pentaho.di.trans.steps.prioritizestreams Modifier and Type Class Description classPrioritizeStreamsPrioritize INPUT Streams. -
Uses of BaseStep in org.pentaho.di.trans.steps.processfiles
Subclasses of BaseStep in org.pentaho.di.trans.steps.processfiles Modifier and Type Class Description classProcessFilesCopy, move or delete file * -
Uses of BaseStep in org.pentaho.di.trans.steps.propertyinput
Subclasses of BaseStep in org.pentaho.di.trans.steps.propertyinput Modifier and Type Class Description classPropertyInputRead all Properties files (& INI files) , convert them to rows and writes these to one or more output streams. -
Uses of BaseStep in org.pentaho.di.trans.steps.propertyoutput
Subclasses of BaseStep in org.pentaho.di.trans.steps.propertyoutput Modifier and Type Class Description classPropertyOutputOutput rows to Properties file and create a file. -
Uses of BaseStep in org.pentaho.di.trans.steps.randomccnumber
Subclasses of BaseStep in org.pentaho.di.trans.steps.randomccnumber Modifier and Type Class Description classRandomCCNumberGeneratorGenerate random credit card number. -
Uses of BaseStep in org.pentaho.di.trans.steps.randomvalue
Subclasses of BaseStep in org.pentaho.di.trans.steps.randomvalue Modifier and Type Class Description classRandomValueGet random value. -
Uses of BaseStep in org.pentaho.di.trans.steps.recordsfromstream
Subclasses of BaseStep in org.pentaho.di.trans.steps.recordsfromstream Modifier and Type Class Description classRecordsFromStream -
Uses of BaseStep in org.pentaho.di.trans.steps.regexeval
Subclasses of BaseStep in org.pentaho.di.trans.steps.regexeval Modifier and Type Class Description classRegexEvalUse regular expression to validate a field or capture new fields out of an existing field. -
Uses of BaseStep in org.pentaho.di.trans.steps.replacestring
Subclasses of BaseStep in org.pentaho.di.trans.steps.replacestring Modifier and Type Class Description classReplaceStringSearch and replace in string. -
Uses of BaseStep in org.pentaho.di.trans.steps.reservoirsampling
Subclasses of BaseStep in org.pentaho.di.trans.steps.reservoirsampling Modifier and Type Class Description classReservoirSampling -
Uses of BaseStep in org.pentaho.di.trans.steps.rest
Subclasses of BaseStep in org.pentaho.di.trans.steps.rest Modifier and Type Class Description classRest -
Uses of BaseStep in org.pentaho.di.trans.steps.rowgenerator
Subclasses of BaseStep in org.pentaho.di.trans.steps.rowgenerator Modifier and Type Class Description classRowGeneratorGenerates a number of (empty or the same) rows -
Uses of BaseStep in org.pentaho.di.trans.steps.rowsfromresult
Subclasses of BaseStep in org.pentaho.di.trans.steps.rowsfromresult Modifier and Type Class Description classRowsFromResultReads results from a previous transformation in a Job -
Uses of BaseStep in org.pentaho.di.trans.steps.rowstoresult
Subclasses of BaseStep in org.pentaho.di.trans.steps.rowstoresult Modifier and Type Class Description classRowsToResultWrites results to a next transformation in a Job -
Uses of BaseStep in org.pentaho.di.trans.steps.samplerows
Subclasses of BaseStep in org.pentaho.di.trans.steps.samplerows Modifier and Type Class Description classSampleRowsSample rows. -
Uses of BaseStep in org.pentaho.di.trans.steps.sasinput
Subclasses of BaseStep in org.pentaho.di.trans.steps.sasinput Modifier and Type Class Description classSasInputReads data from a SAS file in SAS7BAT format. -
Uses of BaseStep in org.pentaho.di.trans.steps.script
Subclasses of BaseStep in org.pentaho.di.trans.steps.script Modifier and Type Class Description classScriptExecutes a JavaScript on the values in the input stream. -
Uses of BaseStep in org.pentaho.di.trans.steps.scriptvalues_mod
Subclasses of BaseStep in org.pentaho.di.trans.steps.scriptvalues_mod Modifier and Type Class Description classScriptValuesModExecutes a JavaScript on the values in the input stream. -
Uses of BaseStep in org.pentaho.di.trans.steps.selectvalues
Subclasses of BaseStep in org.pentaho.di.trans.steps.selectvalues Modifier and Type Class Description classSelectValuesSelect, re-order, remove or change the meta-data of the fields in the inputstreams. -
Uses of BaseStep in org.pentaho.di.trans.steps.setvalueconstant
Subclasses of BaseStep in org.pentaho.di.trans.steps.setvalueconstant Modifier and Type Class Description classSetValueConstantReplace Field value by a constant value. -
Uses of BaseStep in org.pentaho.di.trans.steps.setvaluefield
Subclasses of BaseStep in org.pentaho.di.trans.steps.setvaluefield Modifier and Type Class Description classSetValueFieldSet value field with another value field. -
Uses of BaseStep in org.pentaho.di.trans.steps.setvariable
Subclasses of BaseStep in org.pentaho.di.trans.steps.setvariable Modifier and Type Class Description classSetVariableConvert Values in a certain fields to other values -
Uses of BaseStep in org.pentaho.di.trans.steps.sftpput
Subclasses of BaseStep in org.pentaho.di.trans.steps.sftpput Modifier and Type Class Description classSFTPPutSend file to SFTP host. -
Uses of BaseStep in org.pentaho.di.trans.steps.simplemapping
Subclasses of BaseStep in org.pentaho.di.trans.steps.simplemapping Modifier and Type Class Description classSimpleMappingExecute a mapping: a re-usuable transformation -
Uses of BaseStep in org.pentaho.di.trans.steps.singlethreader
Subclasses of BaseStep in org.pentaho.di.trans.steps.singlethreader Modifier and Type Class Description classSingleThreaderExecute a mapping: a re-usuable transformation -
Uses of BaseStep in org.pentaho.di.trans.steps.socketreader
Subclasses of BaseStep in org.pentaho.di.trans.steps.socketreader Modifier and Type Class Description classSocketReaderRead data from a TCP/IP socket supplied by SocketWriter. -
Uses of BaseStep in org.pentaho.di.trans.steps.socketwriter
Subclasses of BaseStep in org.pentaho.di.trans.steps.socketwriter Modifier and Type Class Description classSocketWriterWrite data to a TCP/IP socket read by SocketReader. -
Uses of BaseStep in org.pentaho.di.trans.steps.sort
Subclasses of BaseStep in org.pentaho.di.trans.steps.sort Modifier and Type Class Description classSortRowsSort the rows in the input-streams based on certain criteria -
Uses of BaseStep in org.pentaho.di.trans.steps.sortedmerge
Subclasses of BaseStep in org.pentaho.di.trans.steps.sortedmerge Modifier and Type Class Description classSortedMergeDo nothing. -
Uses of BaseStep in org.pentaho.di.trans.steps.splitfieldtorows
Subclasses of BaseStep in org.pentaho.di.trans.steps.splitfieldtorows Modifier and Type Class Description classSplitFieldToRows -
Uses of BaseStep in org.pentaho.di.trans.steps.sql
Subclasses of BaseStep in org.pentaho.di.trans.steps.sql Modifier and Type Class Description classExecSQLExecute one or more SQL statements in a script, one time or parameterised (for every row) -
Uses of BaseStep in org.pentaho.di.trans.steps.sqlfileoutput
Subclasses of BaseStep in org.pentaho.di.trans.steps.sqlfileoutput Modifier and Type Class Description classSQLFileOutputWrites rows to a sql file. -
Uses of BaseStep in org.pentaho.di.trans.steps.ssh
Subclasses of BaseStep in org.pentaho.di.trans.steps.ssh Modifier and Type Class Description classSSHWrite commands to SSH * -
Uses of BaseStep in org.pentaho.di.trans.steps.stepmeta
Subclasses of BaseStep in org.pentaho.di.trans.steps.stepmeta Modifier and Type Class Description classStepMetastructureReturn the structure of the stream -
Uses of BaseStep in org.pentaho.di.trans.steps.stepsmetrics
Subclasses of BaseStep in org.pentaho.di.trans.steps.stepsmetrics Modifier and Type Class Description classStepsMetricsOuptu step metrics -
Uses of BaseStep in org.pentaho.di.trans.steps.streamlookup
Subclasses of BaseStep in org.pentaho.di.trans.steps.streamlookup 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. -
Uses of BaseStep in org.pentaho.di.trans.steps.stringcut
Subclasses of BaseStep in org.pentaho.di.trans.steps.stringcut Modifier and Type Class Description classStringCutCut strings. -
Uses of BaseStep in org.pentaho.di.trans.steps.stringoperations
Subclasses of BaseStep in org.pentaho.di.trans.steps.stringoperations Modifier and Type Class Description classStringOperationsApply certain operations too string. -
Uses of BaseStep in org.pentaho.di.trans.steps.switchcase
Subclasses of BaseStep in org.pentaho.di.trans.steps.switchcase Modifier and Type Class Description classSwitchCaseFilters input rows base on conditions. -
Uses of BaseStep in org.pentaho.di.trans.steps.symmetriccrypto.secretkeygenerator
Subclasses of BaseStep in org.pentaho.di.trans.steps.symmetriccrypto.secretkeygenerator Modifier and Type Class Description classSecretKeyGeneratorGenerate secret key. -
Uses of BaseStep in org.pentaho.di.trans.steps.symmetriccrypto.symmetriccryptotrans
Subclasses of BaseStep in org.pentaho.di.trans.steps.symmetriccrypto.symmetriccryptotrans Modifier and Type Class Description classSymmetricCryptoTransSymmetric algorithm Executes a SymmetricCryptoTrans on the values in the input stream. -
Uses of BaseStep in org.pentaho.di.trans.steps.synchronizeaftermerge
Subclasses of BaseStep in org.pentaho.di.trans.steps.synchronizeaftermerge Modifier and Type Class Description classSynchronizeAfterMergePerforms an insert/update/delete depending on the value of a field. -
Uses of BaseStep in org.pentaho.di.trans.steps.syslog
Subclasses of BaseStep in org.pentaho.di.trans.steps.syslog Modifier and Type Class Description classSyslogMessageWrite message to SyslogMessage * -
Uses of BaseStep in org.pentaho.di.trans.steps.systemdata
Subclasses of BaseStep in org.pentaho.di.trans.steps.systemdata Modifier and Type Class Description classSystemDataGet information from the System or the supervising transformation. -
Uses of BaseStep in org.pentaho.di.trans.steps.tablecompare
Subclasses of BaseStep in org.pentaho.di.trans.steps.tablecompare Modifier and Type Class Description classTableCompare -
Uses of BaseStep in org.pentaho.di.trans.steps.tableexists
Subclasses of BaseStep in org.pentaho.di.trans.steps.tableexists Modifier and Type Class Description classTableExistsCheck if a table exists in a Database * -
Uses of BaseStep in org.pentaho.di.trans.steps.tableinput
Subclasses of BaseStep in org.pentaho.di.trans.steps.tableinput Modifier and Type Class Description classTableInputReads information from a database table by using freehand SQL -
Uses of BaseStep in org.pentaho.di.trans.steps.tableoutput
Subclasses of BaseStep in org.pentaho.di.trans.steps.tableoutput Modifier and Type Class Description classTableOutputWrites rows to a database table. -
Uses of BaseStep in org.pentaho.di.trans.steps.textfileinput
Subclasses of BaseStep in org.pentaho.di.trans.steps.textfileinput Modifier and Type Class Description classTextFileInputDeprecated.replaced by implementation in the ...steps.fileinput.text package -
Uses of BaseStep in org.pentaho.di.trans.steps.textfileoutput
Subclasses of BaseStep in org.pentaho.di.trans.steps.textfileoutput Modifier and Type Class Description classTextFileOutputConverts input rows to text and then writes this text to one or more files. -
Uses of BaseStep in org.pentaho.di.trans.steps.textfileoutputlegacy
Subclasses of BaseStep in org.pentaho.di.trans.steps.textfileoutputlegacy Modifier and Type Class Description classTextFileOutputLegacyDeprecated.useTextFileOutputinstead. -
Uses of BaseStep in org.pentaho.di.trans.steps.transexecutor
Subclasses of BaseStep in org.pentaho.di.trans.steps.transexecutor Modifier and Type Class Description classTransExecutorExecute a transformation for every input row, set parameters. -
Uses of BaseStep in org.pentaho.di.trans.steps.uniquerows
Subclasses of BaseStep in org.pentaho.di.trans.steps.uniquerows Modifier and Type Class Description classUniqueRowsRemoves the same consequetive rows from the input stream(s). -
Uses of BaseStep in org.pentaho.di.trans.steps.uniquerowsbyhashset
Subclasses of BaseStep in org.pentaho.di.trans.steps.uniquerowsbyhashset Modifier and Type Class Description classUniqueRowsByHashSet -
Uses of BaseStep in org.pentaho.di.trans.steps.univariatestats
Subclasses of BaseStep in org.pentaho.di.trans.steps.univariatestats Modifier and Type Class Description classUnivariateStatsCalculate univariate statistics based on one column of the input data. -
Uses of BaseStep in org.pentaho.di.trans.steps.update
Subclasses of BaseStep in org.pentaho.di.trans.steps.update Modifier and Type Class Description classUpdateUpdate data in a database table, does NOT ever perform an insert. -
Uses of BaseStep in org.pentaho.di.trans.steps.userdefinedjavaclass
Subclasses of BaseStep in org.pentaho.di.trans.steps.userdefinedjavaclass Modifier and Type Class Description classUserDefinedJavaClass -
Uses of BaseStep in org.pentaho.di.trans.steps.validator
Subclasses of BaseStep in org.pentaho.di.trans.steps.validator Modifier and Type Class Description classValidatorCalculate new field values using pre-defined functions. -
Uses of BaseStep in org.pentaho.di.trans.steps.valuemapper
Subclasses of BaseStep in org.pentaho.di.trans.steps.valuemapper Modifier and Type Class Description classValueMapperConvert Values in a certain fields to other values -
Uses of BaseStep in org.pentaho.di.trans.steps.webserviceavailable
Subclasses of BaseStep in org.pentaho.di.trans.steps.webserviceavailable Modifier and Type Class Description classWebServiceAvailableCheck if a webservice is available * -
Uses of BaseStep in org.pentaho.di.trans.steps.webservices
Subclasses of BaseStep in org.pentaho.di.trans.steps.webservices Modifier and Type Class Description classWebService -
Uses of BaseStep in org.pentaho.di.trans.steps.writetolog
Subclasses of BaseStep in org.pentaho.di.trans.steps.writetolog Modifier and Type Class Description classWriteToLogWrite data to log. -
Uses of BaseStep in org.pentaho.di.trans.steps.xbaseinput
Subclasses of BaseStep in org.pentaho.di.trans.steps.xbaseinput Modifier and Type Class Description classXBaseInputReads data from an XBase (dBase, foxpro, ...) file. -
Uses of BaseStep in org.pentaho.di.trans.steps.zipfile
Subclasses of BaseStep in org.pentaho.di.trans.steps.zipfile Modifier and Type Class Description classZipFileZip file * -
Uses of BaseStep in org.pentaho.di.trans.streaming.common
Subclasses of BaseStep in org.pentaho.di.trans.streaming.common Modifier and Type Class Description classBaseStreamStep
-