Uses of Class
org.pentaho.di.trans.Trans
Packages that use Trans
Package
Description
-
Uses of Trans in org.pentaho.di.base
Methods in org.pentaho.di.base with parameters of type TransModifier and TypeMethodDescriptionstatic IMetaFileCache
IMetaFileCache.initialize
(Trans parentTrans, org.pentaho.di.core.logging.LogChannelInterface logger) Each new transformation should call this method once to get the instance of the cache for the currently running parent transformation/job. -
Uses of Trans in org.pentaho.di.core.listeners
Methods in org.pentaho.di.core.listeners with parameters of type TransModifier and TypeMethodDescriptionvoid
SubComponentExecutionAdapter.afterTransformationExecution
(Trans trans) void
SubComponentExecutionListener.afterTransformationExecution
(Trans trans) This method is called right after a sub-transformation, mapping, single threader template, ...void
SubComponentExecutionAdapter.beforeTransformationExecution
(Trans trans) void
SubComponentExecutionListener.beforeTransformationExecution
(Trans trans) This method is called right before a sub-transformation, mapping, single threader template, ... -
Uses of Trans in org.pentaho.di.core.util
Constructors in org.pentaho.di.core.util with parameters of type TransModifierConstructorDescriptionAbstractStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) Constructor. -
Uses of Trans in org.pentaho.di.job
Fields in org.pentaho.di.job declared as TransMethods in org.pentaho.di.job that return TransMethods in org.pentaho.di.job with parameters of type TransModifier and TypeMethodDescriptionvoid
Job.setParentTrans
(Trans parentTrans) void
DelegationAdapter.transformationDelegationStarted
(Trans delegatedTrans, TransExecutionConfiguration transExecutionConfiguration) void
DelegationListener.transformationDelegationStarted
(Trans delegatedTrans, TransExecutionConfiguration transExecutionConfiguration) -
Uses of Trans in org.pentaho.di.job.entries.trans
Methods in org.pentaho.di.job.entries.trans that return Trans -
Uses of Trans in org.pentaho.di.pan
Methods in org.pentaho.di.pan that return TransModifier and TypeMethodDescriptionPanCommandExecutor.loadTransFromFilesystem
(String initialDir, String filename, String jarFilename, Serializable base64Zip) PanCommandExecutor.loadTransFromRepository
(Repository repository, String dirName, String transName) Methods in org.pentaho.di.pan with parameters of type TransModifier and TypeMethodDescriptionprotected static void
Pan.configureParameters
(Trans trans, org.pentaho.di.core.parameters.NamedParams optionParams, TransMeta transMeta) Configures the transformation with the given parameters and their valuesprotected static void
PanCommandExecutor.configureParameters
(Trans trans, org.pentaho.di.core.parameters.NamedParams optionParams, TransMeta transMeta) Configures the transformation with the given parameters and their valuesprotected org.pentaho.di.core.Result
PanCommandExecutor.exitWithStatus
(int exitStatus, Trans trans) protected void
PanCommandExecutor.printTransformationParameters
(Trans trans) -
Uses of Trans in org.pentaho.di.trans
Methods in org.pentaho.di.trans that return TransModifier and TypeMethodDescriptionTrans.getActiveSubTransformation
(String subTransName) SubtransExecutor.getParentTrans()
Trans.getParentTrans()
Gets the parent transformation, which is null if no parent transformation exists.SingleThreadedTransExecutor.getTrans()
TransPainter.getTrans()
Trans.removeActiveSubTransformation
(String subTransName) Methods in org.pentaho.di.trans that return types with arguments of type TransMethods in org.pentaho.di.trans with parameters of type TransModifier and TypeMethodDescriptionvoid
Trans.addActiveSubTransformation
(String subTransName, Trans subTrans) void
Trans.setParentTrans
(Trans parentTrans) Sets the parent transformation.void
void
TransAdapter.transActive
(Trans trans) void
TransListener.transActive
(Trans trans) This transformation went from an in-active to an active state.void
TransAdapter.transFinished
(Trans trans) void
TransListener.transFinished
(Trans trans) The transformation has finished.void
TransAdapter.transStarted
(Trans trans) void
TransListener.transStarted
(Trans trans) This transformation startedvoid
TransStoppedListener.transStopped
(Trans trans) Constructors in org.pentaho.di.trans with parameters of type TransModifierConstructorDescriptionSingleThreadedTransExecutor
(Trans trans) SubtransExecutor
(String subTransName, Trans parentTrans, TransMeta subtransMeta, boolean shareVariables, TransExecutorParameters parameters, String subStep, int prefetchCount) TransPainter
(GCInterface gc, TransMeta transMeta, org.pentaho.di.core.gui.Point area, org.pentaho.di.core.gui.ScrollBarInterface hori, org.pentaho.di.core.gui.ScrollBarInterface vert, TransHopMeta candidate, org.pentaho.di.core.gui.Point drop_candidate, org.pentaho.di.core.gui.Rectangle selrect, List<AreaOwner> areaOwners, List<StepMeta> mouseOverSteps, int iconsize, int linewidth, int gridsize, int shadowSize, boolean antiAliasing, String noteFontName, int noteFontHeight, Trans trans, boolean slowStepIndicatorEnabled) -
Uses of Trans in org.pentaho.di.trans.debug
Methods in org.pentaho.di.trans.debug that return TransMethods in org.pentaho.di.trans.debug with parameters of type TransModifier and TypeMethodDescriptionvoid
TransDebugMeta.addRowListenersToTransformation
(Trans trans) Constructors in org.pentaho.di.trans.debug with parameters of type Trans -
Uses of Trans in org.pentaho.di.trans.step
Methods in org.pentaho.di.trans.step that return TransModifier and TypeMethodDescriptionBaseStep.getDispatcher()
Gets the dispatcher.BaseStep.getTrans()
StepInterface.getTrans()
Methods in org.pentaho.di.trans.step with parameters of type TransModifier and TypeMethodDescriptionStepMetaInterface.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) Get the executing step, needed by Trans to launch a step.void
StepAdapter.stepActive
(Trans trans, StepMeta stepMeta, StepInterface step) void
StepListener.stepActive
(Trans trans, StepMeta stepMeta, StepInterface step) This method is called when a step goes from being idle to being active.void
StepAdapter.stepFinished
(Trans trans, StepMeta stepMeta, StepInterface step) void
StepListener.stepFinished
(Trans trans, StepMeta stepMeta, StepInterface step) This method is called when a step completes all work and is finished.Constructors in org.pentaho.di.trans.step with parameters of type TransModifierConstructorDescriptionBaseDatabaseStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) BaseDatabaseStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans, boolean connectToDatabaseOnInit) BaseStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) This is the base step that forms that basis for all steps. -
Uses of Trans in org.pentaho.di.trans.steps
Methods in org.pentaho.di.trans.steps with parameters of type TransModifier and TypeMethodDescriptionstatic void
TransStepUtil.initServletConfig
(Trans srcTrans, Trans distTrans) -
Uses of Trans in org.pentaho.di.trans.steps.calculator
Methods in org.pentaho.di.trans.steps.calculator with parameters of type TransModifier and TypeMethodDescriptionCalculatorMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.calculator with parameters of type TransModifierConstructorDescriptionCalculator
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.constant
Methods in org.pentaho.di.trans.steps.constant with parameters of type TransModifier and TypeMethodDescriptionConstantMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.constant with parameters of type TransModifierConstructorDescriptionConstant
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.csvinput
Methods in org.pentaho.di.trans.steps.csvinput with parameters of type TransModifier and TypeMethodDescriptionCsvInputMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.csvinput with parameters of type TransModifierConstructorDescriptionCsvInput
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.databasejoin
Methods in org.pentaho.di.trans.steps.databasejoin with parameters of type TransModifier and TypeMethodDescriptionDatabaseJoinMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.databasejoin with parameters of type TransModifierConstructorDescriptionDatabaseJoin
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.databaselookup
Methods in org.pentaho.di.trans.steps.databaselookup with parameters of type TransModifier and TypeMethodDescriptionDatabaseLookupMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.databaselookup with parameters of type TransModifierConstructorDescriptionDatabaseLookup
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.datagrid
Methods in org.pentaho.di.trans.steps.datagrid with parameters of type TransModifier and TypeMethodDescriptionDataGridMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.datagrid with parameters of type TransModifierConstructorDescriptionDataGrid
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.dbproc
Methods in org.pentaho.di.trans.steps.dbproc with parameters of type TransModifier and TypeMethodDescriptionDBProcMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.dbproc with parameters of type TransModifierConstructorDescriptionDBProc
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.delete
Methods in org.pentaho.di.trans.steps.delete with parameters of type TransModifier and TypeMethodDescriptionDeleteMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.delete with parameters of type TransModifierConstructorDescriptionDelete
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.denormaliser
Methods in org.pentaho.di.trans.steps.denormaliser with parameters of type TransModifier and TypeMethodDescriptionDenormaliserMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.denormaliser with parameters of type TransModifierConstructorDescriptionDenormaliser
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.detectemptystream
Methods in org.pentaho.di.trans.steps.detectemptystream with parameters of type TransModifier and TypeMethodDescriptionDetectEmptyStreamMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.detectemptystream with parameters of type TransModifierConstructorDescriptionDetectEmptyStream
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.detectlastrow
Methods in org.pentaho.di.trans.steps.detectlastrow with parameters of type TransModifier and TypeMethodDescriptionDetectLastRowMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.detectlastrow with parameters of type TransModifierConstructorDescriptionDetectLastRow
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.dimensionlookup
Methods in org.pentaho.di.trans.steps.dimensionlookup with parameters of type TransModifier and TypeMethodDescriptionDimensionLookupMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.dimensionlookup with parameters of type TransModifierConstructorDescriptionDimensionLookup
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.dummytrans
Methods in org.pentaho.di.trans.steps.dummytrans with parameters of type TransModifier and TypeMethodDescriptionDummyTransMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.dummytrans with parameters of type TransModifierConstructorDescriptionDummyTrans
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.dynamicsqlrow
Methods in org.pentaho.di.trans.steps.dynamicsqlrow with parameters of type TransModifier and TypeMethodDescriptionDynamicSQLRowMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.dynamicsqlrow with parameters of type TransModifierConstructorDescriptionDynamicSQLRow
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.execprocess
Methods in org.pentaho.di.trans.steps.execprocess with parameters of type TransModifier and TypeMethodDescriptionExecProcessMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.execprocess with parameters of type TransModifierConstructorDescriptionExecProcess
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.execsqlrow
Methods in org.pentaho.di.trans.steps.execsqlrow with parameters of type TransModifier and TypeMethodDescriptionExecSQLRowMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.execsqlrow with parameters of type TransModifierConstructorDescriptionExecSQLRow
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.fieldschangesequence
Methods in org.pentaho.di.trans.steps.fieldschangesequence with parameters of type TransModifier and TypeMethodDescriptionFieldsChangeSequenceMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.fieldschangesequence with parameters of type TransModifierConstructorDescriptionFieldsChangeSequence
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.fieldsplitter
Methods in org.pentaho.di.trans.steps.fieldsplitter with parameters of type TransModifier and TypeMethodDescriptionFieldSplitterMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.fieldsplitter with parameters of type TransModifierConstructorDescriptionFieldSplitter
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.file
Constructors in org.pentaho.di.trans.steps.file with parameters of type TransModifierConstructorDescriptionBaseFileInputStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.fileexists
Methods in org.pentaho.di.trans.steps.fileexists with parameters of type TransModifier and TypeMethodDescriptionFileExistsMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.fileexists with parameters of type TransModifierConstructorDescriptionFileExists
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.fileinput.text
Methods in org.pentaho.di.trans.steps.fileinput.text with parameters of type TransModifier and TypeMethodDescriptionTextFileInputMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.fileinput.text with parameters of type TransModifierConstructorDescriptionTextFileInput
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.filelocked
Methods in org.pentaho.di.trans.steps.filelocked with parameters of type TransModifier and TypeMethodDescriptionFileLockedMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.filelocked with parameters of type TransModifierConstructorDescriptionFileLocked
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.filesfromresult
Methods in org.pentaho.di.trans.steps.filesfromresult with parameters of type TransModifier and TypeMethodDescriptionFilesFromResultMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.filesfromresult with parameters of type TransModifierConstructorDescriptionFilesFromResult
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.filestoresult
Methods in org.pentaho.di.trans.steps.filestoresult with parameters of type TransModifier and TypeMethodDescriptionFilesToResultMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.filestoresult with parameters of type TransModifierConstructorDescriptionFilesToResult
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.filterrows
Methods in org.pentaho.di.trans.steps.filterrows with parameters of type TransModifier and TypeMethodDescriptionFilterRowsMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.filterrows with parameters of type TransModifierConstructorDescriptionFilterRows
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.fixedinput
Methods in org.pentaho.di.trans.steps.fixedinput with parameters of type TransModifier and TypeMethodDescriptionFixedInputMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.fixedinput with parameters of type TransModifierConstructorDescriptionFixedInput
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.flattener
Methods in org.pentaho.di.trans.steps.flattener with parameters of type TransModifier and TypeMethodDescriptionFlattenerMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.flattener with parameters of type TransModifierConstructorDescriptionFlattener
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.formula
Methods in org.pentaho.di.trans.steps.formula with parameters of type TransModifier and TypeMethodDescriptionFormulaMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.formula with parameters of type TransModifierConstructorDescriptionFormula
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.fuzzymatch
Methods in org.pentaho.di.trans.steps.fuzzymatch with parameters of type TransModifier and TypeMethodDescriptionFuzzyMatchMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.fuzzymatch with parameters of type TransModifierConstructorDescriptionFuzzyMatch
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.getfilenames
Methods in org.pentaho.di.trans.steps.getfilenames with parameters of type TransModifier and TypeMethodDescriptionGetFileNamesMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.getfilenames with parameters of type TransModifierConstructorDescriptionGetFileNames
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.getfilesrowscount
Methods in org.pentaho.di.trans.steps.getfilesrowscount with parameters of type TransModifier and TypeMethodDescriptionGetFilesRowsCountMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.getfilesrowscount with parameters of type TransModifierConstructorDescriptionGetFilesRowsCount
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.getslavesequence
Methods in org.pentaho.di.trans.steps.getslavesequence with parameters of type TransModifier and TypeMethodDescriptionGetSlaveSequenceMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.getslavesequence with parameters of type TransModifierConstructorDescriptionGetSlaveSequence
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.getsubfolders
Methods in org.pentaho.di.trans.steps.getsubfolders with parameters of type TransModifier and TypeMethodDescriptionGetSubFoldersMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.getsubfolders with parameters of type TransModifierConstructorDescriptionGetSubFolders
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.gettablenames
Methods in org.pentaho.di.trans.steps.gettablenames with parameters of type TransModifier and TypeMethodDescriptionGetTableNamesMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.gettablenames with parameters of type TransModifierConstructorDescriptionGetTableNames
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.getvariable
Methods in org.pentaho.di.trans.steps.getvariable with parameters of type TransModifier and TypeMethodDescriptionGetVariableMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.getvariable with parameters of type TransModifierConstructorDescriptionGetVariable
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.groupby
Methods in org.pentaho.di.trans.steps.groupby with parameters of type TransModifier and TypeMethodDescriptionGroupByMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.groupby with parameters of type TransModifierConstructorDescriptionGroupBy
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.http
Methods in org.pentaho.di.trans.steps.http with parameters of type TransModifier and TypeMethodDescriptionHTTPMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.http with parameters of type TransModifierConstructorDescriptionHTTP
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.httppost
Methods in org.pentaho.di.trans.steps.httppost with parameters of type TransModifier and TypeMethodDescriptionHTTPPOSTMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.httppost with parameters of type TransModifierConstructorDescriptionHTTPPOST
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.ifnull
Methods in org.pentaho.di.trans.steps.ifnull with parameters of type TransModifier and TypeMethodDescriptionIfNullMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.ifnull with parameters of type TransModifierConstructorDescriptionIfNull
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.injector
Methods in org.pentaho.di.trans.steps.injector with parameters of type TransModifier and TypeMethodDescriptionInjectorMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.injector with parameters of type TransModifierConstructorDescriptionInjector
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.insertupdate
Methods in org.pentaho.di.trans.steps.insertupdate with parameters of type TransModifier and TypeMethodDescriptionInsertUpdateMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.insertupdate with parameters of type TransModifierConstructorDescriptionInsertUpdate
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.janino
Methods in org.pentaho.di.trans.steps.janino with parameters of type TransModifier and TypeMethodDescriptionJaninoMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.janino with parameters of type TransModifierConstructorDescriptionJanino
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.javafilter
Methods in org.pentaho.di.trans.steps.javafilter with parameters of type TransModifier and TypeMethodDescriptionJavaFilterMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.javafilter with parameters of type TransModifierConstructorDescriptionJavaFilter
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.jobexecutor
Methods in org.pentaho.di.trans.steps.jobexecutor with parameters of type TransModifier and TypeMethodDescriptionJobExecutorMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.jobexecutor with parameters of type TransModifierConstructorDescriptionJobExecutor
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.joinrows
Methods in org.pentaho.di.trans.steps.joinrows with parameters of type TransModifier and TypeMethodDescriptionJoinRowsMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.joinrows with parameters of type TransModifierConstructorDescriptionJoinRows
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.ldifinput
Methods in org.pentaho.di.trans.steps.ldifinput with parameters of type TransModifier and TypeMethodDescriptionLDIFInputMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.ldifinput with parameters of type TransModifierConstructorDescriptionLDIFInput
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.loadfileinput
Methods in org.pentaho.di.trans.steps.loadfileinput with parameters of type TransModifier and TypeMethodDescriptionLoadFileInputMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.loadfileinput with parameters of type TransModifierConstructorDescriptionLoadFileInput
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.mapping
Fields in org.pentaho.di.trans.steps.mapping declared as TransMethods in org.pentaho.di.trans.steps.mapping that return TransMethods in org.pentaho.di.trans.steps.mapping with parameters of type TransModifier and TypeMethodDescriptionMappingMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) void
MappingData.setMappingTrans
(Trans mappingTrans) Constructors in org.pentaho.di.trans.steps.mapping with parameters of type TransModifierConstructorDescriptionMapping
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.mappinginput
Methods in org.pentaho.di.trans.steps.mappinginput with parameters of type TransModifier and TypeMethodDescriptionMappingInputMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.mappinginput with parameters of type TransModifierConstructorDescriptionMappingInput
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.mappingoutput
Methods in org.pentaho.di.trans.steps.mappingoutput with parameters of type TransModifier and TypeMethodDescriptionMappingOutputMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.mappingoutput with parameters of type TransModifierConstructorDescriptionMappingOutput
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.memgroupby
Methods in org.pentaho.di.trans.steps.memgroupby with parameters of type TransModifier and TypeMethodDescriptionMemoryGroupByMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.memgroupby with parameters of type TransModifierConstructorDescriptionMemoryGroupBy
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.mergejoin
Methods in org.pentaho.di.trans.steps.mergejoin with parameters of type TransModifier and TypeMethodDescriptionMergeJoinMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.mergejoin with parameters of type TransModifierConstructorDescriptionMergeJoin
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.mergerows
Methods in org.pentaho.di.trans.steps.mergerows with parameters of type TransModifier and TypeMethodDescriptionMergeRowsMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.mergerows with parameters of type TransModifierConstructorDescriptionMergeRows
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.missing
Methods in org.pentaho.di.trans.steps.missing with parameters of type TransModifier and TypeMethodDescriptionMissingTrans.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.missing with parameters of type TransModifierConstructorDescriptionMissingTransStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.multimerge
Methods in org.pentaho.di.trans.steps.multimerge with parameters of type TransModifier and TypeMethodDescriptionMultiMergeJoinMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.multimerge with parameters of type TransModifierConstructorDescriptionMultiMergeJoin
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.normaliser
Methods in org.pentaho.di.trans.steps.normaliser with parameters of type TransModifier and TypeMethodDescriptionNormaliserMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.normaliser with parameters of type TransModifierConstructorDescriptionNormaliser
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.nullif
Methods in org.pentaho.di.trans.steps.nullif with parameters of type TransModifier and TypeMethodDescriptionNullIfMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.nullif with parameters of type TransModifierConstructorDescriptionNullIf
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.numberrange
Methods in org.pentaho.di.trans.steps.numberrange with parameters of type TransModifier and TypeMethodDescriptionNumberRangeMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans disp) Constructors in org.pentaho.di.trans.steps.numberrange with parameters of type TransModifierConstructorDescriptionNumberRange
(StepMeta s, StepDataInterface stepDataInterface, int c, TransMeta t, Trans dis) -
Uses of Trans in org.pentaho.di.trans.steps.olapinput
Methods in org.pentaho.di.trans.steps.olapinput with parameters of type TransModifier and TypeMethodDescriptionOlapInputMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.olapinput with parameters of type TransModifierConstructorDescriptionOlapInput
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.parallelgzipcsv
Methods in org.pentaho.di.trans.steps.parallelgzipcsv with parameters of type TransModifier and TypeMethodDescriptionParGzipCsvInputMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.parallelgzipcsv with parameters of type TransModifierConstructorDescriptionParGzipCsvInput
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.pgpdecryptstream
Methods in org.pentaho.di.trans.steps.pgpdecryptstream with parameters of type TransModifier and TypeMethodDescriptionPGPDecryptStreamMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.pgpdecryptstream with parameters of type TransModifierConstructorDescriptionPGPDecryptStream
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.pgpencryptstream
Methods in org.pentaho.di.trans.steps.pgpencryptstream with parameters of type TransModifier and TypeMethodDescriptionPGPEncryptStreamMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.pgpencryptstream with parameters of type TransModifierConstructorDescriptionPGPEncryptStream
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.prioritizestreams
Methods in org.pentaho.di.trans.steps.prioritizestreams with parameters of type TransModifier and TypeMethodDescriptionPrioritizeStreamsMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.prioritizestreams with parameters of type TransModifierConstructorDescriptionPrioritizeStreams
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.processfiles
Methods in org.pentaho.di.trans.steps.processfiles with parameters of type TransModifier and TypeMethodDescriptionProcessFilesMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.processfiles with parameters of type TransModifierConstructorDescriptionProcessFiles
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.propertyinput
Methods in org.pentaho.di.trans.steps.propertyinput with parameters of type TransModifier and TypeMethodDescriptionPropertyInputMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.propertyinput with parameters of type TransModifierConstructorDescriptionPropertyInput
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.propertyoutput
Methods in org.pentaho.di.trans.steps.propertyoutput with parameters of type TransModifier and TypeMethodDescriptionPropertyOutputMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.propertyoutput with parameters of type TransModifierConstructorDescriptionPropertyOutput
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.randomvalue
Methods in org.pentaho.di.trans.steps.randomvalue with parameters of type TransModifier and TypeMethodDescriptionRandomValueMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.randomvalue with parameters of type TransModifierConstructorDescriptionRandomValue
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.recordsfromstream
Constructors in org.pentaho.di.trans.steps.recordsfromstream with parameters of type TransModifierConstructorDescriptionRecordsFromStream
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.regexeval
Methods in org.pentaho.di.trans.steps.regexeval with parameters of type TransModifier and TypeMethodDescriptionRegexEvalMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.regexeval with parameters of type TransModifierConstructorDescriptionRegexEval
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.replacestring
Methods in org.pentaho.di.trans.steps.replacestring with parameters of type TransModifier and TypeMethodDescriptionReplaceStringMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.replacestring with parameters of type TransModifierConstructorDescriptionReplaceString
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.reservoirsampling
Methods in org.pentaho.di.trans.steps.reservoirsampling with parameters of type TransModifier and TypeMethodDescriptionReservoirSamplingMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Get the executing step, needed by Trans to launch a step.Constructors in org.pentaho.di.trans.steps.reservoirsampling with parameters of type TransModifierConstructorDescriptionReservoirSampling
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) Creates a newReservoirSampling
instance. -
Uses of Trans in org.pentaho.di.trans.steps.rowgenerator
Methods in org.pentaho.di.trans.steps.rowgenerator with parameters of type TransModifier and TypeMethodDescriptionRowGeneratorMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.rowgenerator with parameters of type TransModifierConstructorDescriptionRowGenerator
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.rowsfromresult
Methods in org.pentaho.di.trans.steps.rowsfromresult with parameters of type TransModifier and TypeMethodDescriptionRowsFromResultMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.rowsfromresult with parameters of type TransModifierConstructorDescriptionRowsFromResult
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.rowstoresult
Methods in org.pentaho.di.trans.steps.rowstoresult with parameters of type TransModifier and TypeMethodDescriptionRowsToResultMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.rowstoresult with parameters of type TransModifierConstructorDescriptionRowsToResult
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.samplerows
Methods in org.pentaho.di.trans.steps.samplerows with parameters of type TransModifier and TypeMethodDescriptionSampleRowsMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.samplerows with parameters of type TransModifierConstructorDescriptionSampleRows
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.sasinput
Methods in org.pentaho.di.trans.steps.sasinput with parameters of type TransModifier and TypeMethodDescriptionSasInputMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.sasinput with parameters of type TransModifierConstructorDescriptionSasInput
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.script
Methods in org.pentaho.di.trans.steps.script that return TransMethods in org.pentaho.di.trans.steps.script with parameters of type TransModifier and TypeMethodDescriptionScriptMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.script with parameters of type TransModifierConstructorDescriptionScript
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.scriptvalues_mod
Methods in org.pentaho.di.trans.steps.scriptvalues_mod that return TransMethods in org.pentaho.di.trans.steps.scriptvalues_mod with parameters of type TransModifier and TypeMethodDescriptionScriptValuesMetaMod.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.scriptvalues_mod with parameters of type TransModifierConstructorDescriptionScriptValuesMod
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.selectvalues
Methods in org.pentaho.di.trans.steps.selectvalues with parameters of type TransModifier and TypeMethodDescriptionSelectValuesMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.selectvalues with parameters of type TransModifierConstructorDescriptionSelectValues
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.setvalueconstant
Methods in org.pentaho.di.trans.steps.setvalueconstant with parameters of type TransModifier and TypeMethodDescriptionSetValueConstantMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.setvalueconstant with parameters of type TransModifierConstructorDescriptionSetValueConstant
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.setvaluefield
Methods in org.pentaho.di.trans.steps.setvaluefield with parameters of type TransModifier and TypeMethodDescriptionSetValueFieldMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.setvaluefield with parameters of type TransModifierConstructorDescriptionSetValueField
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.setvariable
Methods in org.pentaho.di.trans.steps.setvariable with parameters of type TransModifier and TypeMethodDescriptionSetVariableMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.setvariable with parameters of type TransModifierConstructorDescriptionSetVariable
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.simplemapping
Fields in org.pentaho.di.trans.steps.simplemapping declared as TransMethods in org.pentaho.di.trans.steps.simplemapping that return TransModifier and TypeMethodDescriptionSimpleMapping.getMappingTrans()
SimpleMappingData.getMappingTrans()
Methods in org.pentaho.di.trans.steps.simplemapping with parameters of type TransModifier and TypeMethodDescriptionSimpleMappingMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) void
SimpleMappingData.setMappingTrans
(Trans mappingTrans) Constructors in org.pentaho.di.trans.steps.simplemapping with parameters of type TransModifierConstructorDescriptionSimpleMapping
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.singlethreader
Fields in org.pentaho.di.trans.steps.singlethreader declared as TransMethods in org.pentaho.di.trans.steps.singlethreader that return TransModifier and TypeMethodDescriptionSingleThreader.getMappingTrans()
SingleThreaderData.getMappingTrans()
Methods in org.pentaho.di.trans.steps.singlethreader with parameters of type TransModifier and TypeMethodDescriptionSingleThreaderMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) void
SingleThreaderData.setMappingTrans
(Trans mappingTrans) Constructors in org.pentaho.di.trans.steps.singlethreader with parameters of type TransModifierConstructorDescriptionSingleThreader
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.socketreader
Methods in org.pentaho.di.trans.steps.socketreader with parameters of type TransModifier and TypeMethodDescriptionSocketReaderMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.socketreader with parameters of type TransModifierConstructorDescriptionSocketReader
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.socketwriter
Methods in org.pentaho.di.trans.steps.socketwriter with parameters of type TransModifier and TypeMethodDescriptionSocketWriterMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.socketwriter with parameters of type TransModifierConstructorDescriptionSocketWriter
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.sort
Methods in org.pentaho.di.trans.steps.sort with parameters of type TransModifier and TypeMethodDescriptionSortRowsMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.sort with parameters of type TransModifierConstructorDescriptionSortRows
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.sortedmerge
Methods in org.pentaho.di.trans.steps.sortedmerge with parameters of type TransModifier and TypeMethodDescriptionSortedMergeMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.sortedmerge with parameters of type TransModifierConstructorDescriptionSortedMerge
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.splitfieldtorows
Methods in org.pentaho.di.trans.steps.splitfieldtorows with parameters of type TransModifier and TypeMethodDescriptionSplitFieldToRowsMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.splitfieldtorows with parameters of type TransModifierConstructorDescriptionSplitFieldToRows
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.sql
Methods in org.pentaho.di.trans.steps.sql with parameters of type TransModifier and TypeMethodDescriptionExecSQLMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.sql with parameters of type TransModifierConstructorDescriptionExecSQL
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.sqlfileoutput
Methods in org.pentaho.di.trans.steps.sqlfileoutput with parameters of type TransModifier and TypeMethodDescriptionSQLFileOutputMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.sqlfileoutput with parameters of type TransModifierConstructorDescriptionSQLFileOutput
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.ssh
Methods in org.pentaho.di.trans.steps.ssh with parameters of type TransModifier and TypeMethodDescriptionSSHMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.ssh with parameters of type TransModifierConstructorDescriptionSSH
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.stepmeta
Methods in org.pentaho.di.trans.steps.stepmeta with parameters of type TransModifier and TypeMethodDescriptionStepMetastructureMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.stepmeta with parameters of type TransModifierConstructorDescriptionStepMetastructure
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.stepsmetrics
Methods in org.pentaho.di.trans.steps.stepsmetrics with parameters of type TransModifier and TypeMethodDescriptionStepsMetricsMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.stepsmetrics with parameters of type TransModifierConstructorDescriptionStepsMetrics
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.streamlookup
Methods in org.pentaho.di.trans.steps.streamlookup with parameters of type TransModifier and TypeMethodDescriptionStreamLookupMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.streamlookup with parameters of type TransModifierConstructorDescriptionStreamLookup
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.stringcut
Methods in org.pentaho.di.trans.steps.stringcut with parameters of type TransModifier and TypeMethodDescriptionStringCutMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.stringcut with parameters of type TransModifierConstructorDescriptionStringCut
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.stringoperations
Methods in org.pentaho.di.trans.steps.stringoperations with parameters of type TransModifier and TypeMethodDescriptionStringOperationsMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.stringoperations with parameters of type TransModifierConstructorDescriptionStringOperations
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.switchcase
Methods in org.pentaho.di.trans.steps.switchcase with parameters of type TransModifier and TypeMethodDescriptionSwitchCaseMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.switchcase with parameters of type TransModifierConstructorDescriptionSwitchCase
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.symmetriccrypto.secretkeygenerator
Methods in org.pentaho.di.trans.steps.symmetriccrypto.secretkeygenerator with parameters of type TransModifier and TypeMethodDescriptionSecretKeyGeneratorMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.symmetriccrypto.secretkeygenerator with parameters of type TransModifierConstructorDescriptionSecretKeyGenerator
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.symmetriccrypto.symmetriccryptotrans
Methods in org.pentaho.di.trans.steps.symmetriccrypto.symmetriccryptotrans with parameters of type TransModifier and TypeMethodDescriptionSymmetricCryptoTransMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.symmetriccrypto.symmetriccryptotrans with parameters of type TransModifierConstructorDescriptionSymmetricCryptoTrans
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.synchronizeaftermerge
Methods in org.pentaho.di.trans.steps.synchronizeaftermerge with parameters of type TransModifier and TypeMethodDescriptionSynchronizeAfterMergeMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.synchronizeaftermerge with parameters of type TransModifierConstructorDescriptionSynchronizeAfterMerge
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.syslog
Methods in org.pentaho.di.trans.steps.syslog with parameters of type TransModifier and TypeMethodDescriptionSyslogMessageMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.syslog with parameters of type TransModifierConstructorDescriptionSyslogMessage
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.systemdata
Methods in org.pentaho.di.trans.steps.systemdata with parameters of type TransModifier and TypeMethodDescriptionSystemDataMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.systemdata with parameters of type TransModifierConstructorDescriptionSystemData
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.tablecompare
Methods in org.pentaho.di.trans.steps.tablecompare with parameters of type TransModifier and TypeMethodDescriptionTableCompareMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.tablecompare with parameters of type TransModifierConstructorDescriptionTableCompare
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.tableexists
Methods in org.pentaho.di.trans.steps.tableexists with parameters of type TransModifier and TypeMethodDescriptionTableExistsMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.tableexists with parameters of type TransModifierConstructorDescriptionTableExists
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.tableinput
Methods in org.pentaho.di.trans.steps.tableinput with parameters of type TransModifier and TypeMethodDescriptionTableInputMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.tableinput with parameters of type TransModifierConstructorDescriptionTableInput
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.tableoutput
Methods in org.pentaho.di.trans.steps.tableoutput with parameters of type TransModifier and TypeMethodDescriptionTableOutputMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.tableoutput with parameters of type TransModifierConstructorDescriptionTableOutput
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.textfileinput
Methods in org.pentaho.di.trans.steps.textfileinput with parameters of type TransModifier and TypeMethodDescriptionTextFileInputMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Deprecated.Constructors in org.pentaho.di.trans.steps.textfileinput with parameters of type TransModifierConstructorDescriptionTextFileInput
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) Deprecated. -
Uses of Trans in org.pentaho.di.trans.steps.textfileoutput
Methods in org.pentaho.di.trans.steps.textfileoutput with parameters of type TransModifier and TypeMethodDescriptionTextFileOutputMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.textfileoutput with parameters of type TransModifierConstructorDescriptionTextFileOutput
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.textfileoutputlegacy
Methods in org.pentaho.di.trans.steps.textfileoutputlegacy with parameters of type TransModifier and TypeMethodDescriptionTextFileOutputLegacyMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Deprecated.Constructors in org.pentaho.di.trans.steps.textfileoutputlegacy with parameters of type TransModifierConstructorDescriptionTextFileOutputLegacy
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) Deprecated. -
Uses of Trans in org.pentaho.di.trans.steps.transexecutor
Methods in org.pentaho.di.trans.steps.transexecutor that return TransModifier and TypeMethodDescriptionTransExecutor.getExecutorTrans()
TransExecutorData.getExecutorTrans()
Methods in org.pentaho.di.trans.steps.transexecutor with parameters of type TransModifier and TypeMethodDescriptionTransExecutorMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) void
TransExecutorData.setExecutorTrans
(Trans executorTrans) Constructors in org.pentaho.di.trans.steps.transexecutor with parameters of type TransModifierConstructorDescriptionTransExecutor
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.uniquerows
Methods in org.pentaho.di.trans.steps.uniquerows with parameters of type TransModifier and TypeMethodDescriptionUniqueRowsMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.uniquerows with parameters of type TransModifierConstructorDescriptionUniqueRows
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.uniquerowsbyhashset
Methods in org.pentaho.di.trans.steps.uniquerowsbyhashset with parameters of type TransModifier and TypeMethodDescriptionUniqueRowsByHashSetMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.uniquerowsbyhashset with parameters of type TransModifierConstructorDescriptionUniqueRowsByHashSet
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.univariatestats
Methods in org.pentaho.di.trans.steps.univariatestats with parameters of type TransModifier and TypeMethodDescriptionUnivariateStatsMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Get the executing step, needed by Trans to launch a step.Constructors in org.pentaho.di.trans.steps.univariatestats with parameters of type TransModifierConstructorDescriptionUnivariateStats
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) Creates a newUnivariateStats
instance. -
Uses of Trans in org.pentaho.di.trans.steps.update
Methods in org.pentaho.di.trans.steps.update with parameters of type TransModifier and TypeMethodDescriptionUpdateMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.update with parameters of type TransModifierConstructorDescriptionUpdate
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.userdefinedjavaclass
Methods in org.pentaho.di.trans.steps.userdefinedjavaclass that return TransModifier and TypeMethodDescriptionTransformClassBase.getTrans()
UserDefinedJavaClass.getTransImpl()
Methods in org.pentaho.di.trans.steps.userdefinedjavaclass with parameters of type TransModifier and TypeMethodDescriptionUserDefinedJavaClassMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.userdefinedjavaclass with parameters of type TransModifierConstructorDescriptionUserDefinedJavaClass
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.validator
Methods in org.pentaho.di.trans.steps.validator with parameters of type TransModifier and TypeMethodDescriptionValidatorMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.validator with parameters of type TransModifierConstructorDescriptionValidator
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.valuemapper
Methods in org.pentaho.di.trans.steps.valuemapper with parameters of type TransModifier and TypeMethodDescriptionValueMapperMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.valuemapper with parameters of type TransModifierConstructorDescriptionValueMapper
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.webserviceavailable
Methods in org.pentaho.di.trans.steps.webserviceavailable with parameters of type TransModifier and TypeMethodDescriptionWebServiceAvailableMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.webserviceavailable with parameters of type TransModifierConstructorDescriptionWebServiceAvailable
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.webservices
Methods in org.pentaho.di.trans.steps.webservices with parameters of type TransModifier and TypeMethodDescriptionWebServiceMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans disp) Constructors in org.pentaho.di.trans.steps.webservices with parameters of type TransModifierConstructorDescriptionWebService
(StepMeta aStepMeta, StepDataInterface aStepData, int value, TransMeta aTransMeta, Trans aTrans) -
Uses of Trans in org.pentaho.di.trans.steps.writetolog
Methods in org.pentaho.di.trans.steps.writetolog with parameters of type TransModifier and TypeMethodDescriptionWriteToLogMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.writetolog with parameters of type TransModifierConstructorDescriptionWriteToLog
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.xbaseinput
Methods in org.pentaho.di.trans.steps.xbaseinput with parameters of type TransModifier and TypeMethodDescriptionXBaseInputMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.xbaseinput with parameters of type TransModifierConstructorDescriptionXBaseInput
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.steps.zipfile
Methods in org.pentaho.di.trans.steps.zipfile with parameters of type TransModifier and TypeMethodDescriptionZipFileMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.zipfile with parameters of type TransModifierConstructorDescriptionZipFile
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.trans.streaming.common
Constructors in org.pentaho.di.trans.streaming.common with parameters of type TransModifierConstructorDescriptionBaseStreamStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of Trans in org.pentaho.di.www
Methods in org.pentaho.di.www that return TransModifier and TypeMethodDescriptionprotected Trans
BaseJobServlet.createTrans
(TransConfiguration transConfiguration) TransformationMap.getTransformation
(String transformationName) Find the first transformation in the list that comes to mind!TransformationMap.getTransformation
(CarteObjectEntry entry) Methods in org.pentaho.di.www with parameters of type TransModifier and TypeMethodDescriptionvoid
TransformationMap.addTransformation
(String transformationName, String containerObjectId, Trans trans, TransConfiguration transConfiguration) Add a transformation to the mapprotected void
ExecuteTransServlet.executeTrans
(Trans trans) protected void
StartTransServlet.executeTrans
(Trans trans) void
TransformationMap.registerTransformation
(Trans trans, TransConfiguration transConfiguration) protected void
StartExecutionTransServlet.startThreads
(Trans trans) void
CarteDelegationHandler.transformationDelegationStarted
(Trans delegatedTrans, TransExecutionConfiguration transExecutionConfiguration) -
Uses of Trans in org.pentaho.di.www.jaxrs
Methods in org.pentaho.di.www.jaxrs that return Trans