Uses of Class
org.pentaho.di.trans.Trans
- 
- 
Uses of Trans in org.pentaho.di.baseMethods in org.pentaho.di.base with parameters of type Trans Modifier and Type Method Description static IMetaFileCacheIMetaFileCache. 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.listenersMethods in org.pentaho.di.core.listeners with parameters of type Trans Modifier and Type Method Description voidSubComponentExecutionAdapter. afterTransformationExecution(Trans trans)voidSubComponentExecutionListener. afterTransformationExecution(Trans trans)This method is called right after a sub-transformation, mapping, single threader template, ...voidSubComponentExecutionAdapter. beforeTransformationExecution(Trans trans)voidSubComponentExecutionListener. beforeTransformationExecution(Trans trans)This method is called right before a sub-transformation, mapping, single threader template, ...
- 
Uses of Trans in org.pentaho.di.core.utilConstructors in org.pentaho.di.core.util with parameters of type Trans Constructor Description AbstractStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)Constructor.
- 
Uses of Trans in org.pentaho.di.jobFields in org.pentaho.di.job declared as Trans Modifier and Type Field Description protected TransJob. parentTransThe parent transformationMethods in org.pentaho.di.job that return Trans Modifier and Type Method Description TransJob. getParentTrans()Methods in org.pentaho.di.job with parameters of type Trans Modifier and Type Method Description voidJob. setParentTrans(Trans parentTrans)voidDelegationAdapter. transformationDelegationStarted(Trans delegatedTrans, TransExecutionConfiguration transExecutionConfiguration)voidDelegationListener. transformationDelegationStarted(Trans delegatedTrans, TransExecutionConfiguration transExecutionConfiguration)
- 
Uses of Trans in org.pentaho.di.job.entries.transMethods in org.pentaho.di.job.entries.trans that return Trans Modifier and Type Method Description TransJobEntryTrans. getTrans()
- 
Uses of Trans in org.pentaho.di.panMethods in org.pentaho.di.pan that return Trans Modifier and Type Method Description TransPanCommandExecutor. loadTransFromFilesystem(String initialDir, String filename, String jarFilename, Serializable base64Zip)TransPanCommandExecutor. loadTransFromRepository(Repository repository, String dirName, String transName)Methods in org.pentaho.di.pan with parameters of type Trans Modifier and Type Method Description protected static voidPan. configureParameters(Trans trans, org.pentaho.di.core.parameters.NamedParams optionParams, TransMeta transMeta)Configures the transformation with the given parameters and their valuesprotected static voidPanCommandExecutor. 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.ResultPanCommandExecutor. exitWithStatus(int exitStatus, Trans trans)protected voidPanCommandExecutor. printTransformationParameters(Trans trans)
- 
Uses of Trans in org.pentaho.di.transMethods in org.pentaho.di.trans that return Trans Modifier and Type Method Description TransTrans. getActiveSubTransformation(String subTransName)TransSubtransExecutor. getParentTrans()TransTrans. getParentTrans()Gets the parent transformation, which is null if no parent transformation exists.TransSingleThreadedTransExecutor. getTrans()TransTransPainter. getTrans()TransTrans. removeActiveSubTransformation(String subTransName)Methods in org.pentaho.di.trans that return types with arguments of type Trans Modifier and Type Method Description Map<String,Trans>Trans. getActiveSubtransformations()Deprecated.Methods in org.pentaho.di.trans with parameters of type Trans Modifier and Type Method Description voidTrans. addActiveSubTransformation(String subTransName, Trans subTrans)voidTrans. setParentTrans(Trans parentTrans)Sets the parent transformation.voidTransPainter. setTrans(Trans trans)voidTransAdapter. transActive(Trans trans)voidTransListener. transActive(Trans trans)This transformation went from an in-active to an active state.voidTransAdapter. transFinished(Trans trans)voidTransListener. transFinished(Trans trans)The transformation has finished.voidTransAdapter. transStarted(Trans trans)voidTransListener. transStarted(Trans trans)This transformation startedvoidTransStoppedListener. transStopped(Trans trans)Constructors in org.pentaho.di.trans with parameters of type Trans Constructor Description SingleThreadedTransExecutor(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.debugMethods in org.pentaho.di.trans.debug that return Trans Modifier and Type Method Description TransTransDebugMetaWrapper. getTrans()Methods in org.pentaho.di.trans.debug with parameters of type Trans Modifier and Type Method Description voidTransDebugMeta. addRowListenersToTransformation(Trans trans)Constructors in org.pentaho.di.trans.debug with parameters of type Trans Constructor Description TransDebugMetaWrapper(Trans trans, TransDebugMeta transDebugMeta)
- 
Uses of Trans in org.pentaho.di.trans.stepMethods in org.pentaho.di.trans.step that return Trans Modifier and Type Method Description TransBaseStep. getDispatcher()Gets the dispatcher.TransBaseStep. getTrans()TransStepInterface. getTrans()Methods in org.pentaho.di.trans.step with parameters of type Trans Modifier and Type Method Description StepInterfaceStepMetaInterface. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)Get the executing step, needed by Trans to launch a step.voidStepAdapter. stepActive(Trans trans, StepMeta stepMeta, StepInterface step)voidStepListener. stepActive(Trans trans, StepMeta stepMeta, StepInterface step)This method is called when a step goes from being idle to being active.voidStepAdapter. stepFinished(Trans trans, StepMeta stepMeta, StepInterface step)voidStepListener. stepFinished(Trans trans, StepMeta stepMeta, StepInterface step)This method is called when a step completes all work and is finished.Constructors in org.pentaho.di.trans.step with parameters of type Trans Constructor Description 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.stepsMethods in org.pentaho.di.trans.steps with parameters of type Trans Modifier and Type Method Description static voidTransStepUtil. initServletConfig(Trans srcTrans, Trans distTrans)
- 
Uses of Trans in org.pentaho.di.trans.steps.calculatorMethods in org.pentaho.di.trans.steps.calculator with parameters of type Trans Modifier and Type Method Description StepInterfaceCalculatorMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)Constructors in org.pentaho.di.trans.steps.calculator with parameters of type Trans Constructor Description Calculator(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.constantMethods in org.pentaho.di.trans.steps.constant with parameters of type Trans Modifier and Type Method Description StepInterfaceConstantMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)Constructors in org.pentaho.di.trans.steps.constant with parameters of type Trans Constructor Description Constant(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.creditcardvalidatorMethods in org.pentaho.di.trans.steps.creditcardvalidator with parameters of type Trans Modifier and Type Method Description StepInterfaceCreditCardValidatorMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)Constructors in org.pentaho.di.trans.steps.creditcardvalidator with parameters of type Trans Constructor Description CreditCardValidator(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.csvinputMethods in org.pentaho.di.trans.steps.csvinput with parameters of type Trans Modifier and Type Method Description StepInterfaceCsvInputMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)Constructors in org.pentaho.di.trans.steps.csvinput with parameters of type Trans Constructor Description CsvInput(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.databasejoinMethods in org.pentaho.di.trans.steps.databasejoin with parameters of type Trans Modifier and Type Method Description StepInterfaceDatabaseJoinMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)Constructors in org.pentaho.di.trans.steps.databasejoin with parameters of type Trans Constructor Description DatabaseJoin(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.databaselookupMethods in org.pentaho.di.trans.steps.databaselookup with parameters of type Trans Modifier and Type Method Description StepInterfaceDatabaseLookupMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)Constructors in org.pentaho.di.trans.steps.databaselookup with parameters of type Trans Constructor Description DatabaseLookup(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.datagridMethods in org.pentaho.di.trans.steps.datagrid with parameters of type Trans Modifier and Type Method Description StepInterfaceDataGridMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)Constructors in org.pentaho.di.trans.steps.datagrid with parameters of type Trans Constructor Description DataGrid(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.dbprocMethods in org.pentaho.di.trans.steps.dbproc with parameters of type Trans Modifier and Type Method Description StepInterfaceDBProcMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)Constructors in org.pentaho.di.trans.steps.dbproc with parameters of type Trans Constructor Description DBProc(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.deleteMethods in org.pentaho.di.trans.steps.delete with parameters of type Trans Modifier and Type Method Description StepInterfaceDeleteMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)Constructors in org.pentaho.di.trans.steps.delete with parameters of type Trans Constructor Description Delete(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.denormaliserMethods in org.pentaho.di.trans.steps.denormaliser with parameters of type Trans Modifier and Type Method Description StepInterfaceDenormaliserMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)Constructors in org.pentaho.di.trans.steps.denormaliser with parameters of type Trans Constructor Description Denormaliser(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.detectemptystreamMethods in org.pentaho.di.trans.steps.detectemptystream with parameters of type Trans Modifier and Type Method Description StepInterfaceDetectEmptyStreamMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)Constructors in org.pentaho.di.trans.steps.detectemptystream with parameters of type Trans Constructor Description DetectEmptyStream(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.detectlastrowMethods in org.pentaho.di.trans.steps.detectlastrow with parameters of type Trans Modifier and Type Method Description StepInterfaceDetectLastRowMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)Constructors in org.pentaho.di.trans.steps.detectlastrow with parameters of type Trans Constructor Description DetectLastRow(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.dimensionlookupMethods in org.pentaho.di.trans.steps.dimensionlookup with parameters of type Trans Modifier and Type Method Description StepInterfaceDimensionLookupMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)Constructors in org.pentaho.di.trans.steps.dimensionlookup with parameters of type Trans Constructor Description DimensionLookup(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.dummytransMethods in org.pentaho.di.trans.steps.dummytrans with parameters of type Trans Modifier and Type Method Description StepInterfaceDummyTransMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)Constructors in org.pentaho.di.trans.steps.dummytrans with parameters of type Trans Constructor Description DummyTrans(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.dynamicsqlrowMethods in org.pentaho.di.trans.steps.dynamicsqlrow with parameters of type Trans Modifier and Type Method Description StepInterfaceDynamicSQLRowMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)Constructors in org.pentaho.di.trans.steps.dynamicsqlrow with parameters of type Trans Constructor Description DynamicSQLRow(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.execprocessMethods in org.pentaho.di.trans.steps.execprocess with parameters of type Trans Modifier and Type Method Description StepInterfaceExecProcessMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)Constructors in org.pentaho.di.trans.steps.execprocess with parameters of type Trans Constructor Description ExecProcess(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.execsqlrowMethods in org.pentaho.di.trans.steps.execsqlrow with parameters of type Trans Modifier and Type Method Description StepInterfaceExecSQLRowMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)Constructors in org.pentaho.di.trans.steps.execsqlrow with parameters of type Trans Constructor Description ExecSQLRow(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.fieldschangesequenceMethods in org.pentaho.di.trans.steps.fieldschangesequence with parameters of type Trans Modifier and Type Method Description StepInterfaceFieldsChangeSequenceMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)Constructors in org.pentaho.di.trans.steps.fieldschangesequence with parameters of type Trans Constructor Description FieldsChangeSequence(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.fieldsplitterMethods in org.pentaho.di.trans.steps.fieldsplitter with parameters of type Trans Modifier and Type Method Description StepInterfaceFieldSplitterMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)Constructors in org.pentaho.di.trans.steps.fieldsplitter with parameters of type Trans Constructor Description FieldSplitter(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.fileConstructors in org.pentaho.di.trans.steps.file with parameters of type Trans Constructor Description BaseFileInputStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.fileexistsMethods in org.pentaho.di.trans.steps.fileexists with parameters of type Trans Modifier and Type Method Description StepInterfaceFileExistsMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)Constructors in org.pentaho.di.trans.steps.fileexists with parameters of type Trans Constructor Description FileExists(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.fileinput.textMethods in org.pentaho.di.trans.steps.fileinput.text with parameters of type Trans Modifier and Type Method Description StepInterfaceTextFileInputMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)Constructors in org.pentaho.di.trans.steps.fileinput.text with parameters of type Trans Constructor Description TextFileInput(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.filelockedMethods in org.pentaho.di.trans.steps.filelocked with parameters of type Trans Modifier and Type Method Description StepInterfaceFileLockedMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)Constructors in org.pentaho.di.trans.steps.filelocked with parameters of type Trans Constructor Description FileLocked(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.filesfromresultMethods in org.pentaho.di.trans.steps.filesfromresult with parameters of type Trans Modifier and Type Method Description StepInterfaceFilesFromResultMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)Constructors in org.pentaho.di.trans.steps.filesfromresult with parameters of type Trans Constructor Description FilesFromResult(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.filestoresultMethods in org.pentaho.di.trans.steps.filestoresult with parameters of type Trans Modifier and Type Method Description StepInterfaceFilesToResultMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)Constructors in org.pentaho.di.trans.steps.filestoresult with parameters of type Trans Constructor Description FilesToResult(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.filterrowsMethods in org.pentaho.di.trans.steps.filterrows with parameters of type Trans Modifier and Type Method Description StepInterfaceFilterRowsMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)Constructors in org.pentaho.di.trans.steps.filterrows with parameters of type Trans Constructor Description FilterRows(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.fixedinputMethods in org.pentaho.di.trans.steps.fixedinput with parameters of type Trans Modifier and Type Method Description StepInterfaceFixedInputMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)Constructors in org.pentaho.di.trans.steps.fixedinput with parameters of type Trans Constructor Description FixedInput(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.flattenerMethods in org.pentaho.di.trans.steps.flattener with parameters of type Trans Modifier and Type Method Description StepInterfaceFlattenerMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)Constructors in org.pentaho.di.trans.steps.flattener with parameters of type Trans Constructor Description Flattener(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.formulaMethods in org.pentaho.di.trans.steps.formula with parameters of type Trans Modifier and Type Method Description StepInterfaceFormulaMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)Constructors in org.pentaho.di.trans.steps.formula with parameters of type Trans Constructor Description Formula(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.fuzzymatchMethods in org.pentaho.di.trans.steps.fuzzymatch with parameters of type Trans Modifier and Type Method Description StepInterfaceFuzzyMatchMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)Constructors in org.pentaho.di.trans.steps.fuzzymatch with parameters of type Trans Constructor Description FuzzyMatch(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.getfilenamesMethods in org.pentaho.di.trans.steps.getfilenames with parameters of type Trans Modifier and Type Method Description StepInterfaceGetFileNamesMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)Constructors in org.pentaho.di.trans.steps.getfilenames with parameters of type Trans Constructor Description GetFileNames(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.getfilesrowscountMethods in org.pentaho.di.trans.steps.getfilesrowscount with parameters of type Trans Modifier and Type Method Description StepInterfaceGetFilesRowsCountMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)Constructors in org.pentaho.di.trans.steps.getfilesrowscount with parameters of type Trans Constructor Description GetFilesRowsCount(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.getrepositorynamesMethods in org.pentaho.di.trans.steps.getrepositorynames with parameters of type Trans Modifier and Type Method Description StepInterfaceGetRepositoryNamesMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)Constructors in org.pentaho.di.trans.steps.getrepositorynames with parameters of type Trans Constructor Description GetRepositoryNames(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.getslavesequenceMethods in org.pentaho.di.trans.steps.getslavesequence with parameters of type Trans Modifier and Type Method Description StepInterfaceGetSlaveSequenceMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)Constructors in org.pentaho.di.trans.steps.getslavesequence with parameters of type Trans Constructor Description GetSlaveSequence(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.getsubfoldersMethods in org.pentaho.di.trans.steps.getsubfolders with parameters of type Trans Modifier and Type Method Description StepInterfaceGetSubFoldersMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)Constructors in org.pentaho.di.trans.steps.getsubfolders with parameters of type Trans Constructor Description GetSubFolders(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.gettablenamesMethods in org.pentaho.di.trans.steps.gettablenames with parameters of type Trans Modifier and Type Method Description StepInterfaceGetTableNamesMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)Constructors in org.pentaho.di.trans.steps.gettablenames with parameters of type Trans Constructor Description GetTableNames(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.getvariableMethods in org.pentaho.di.trans.steps.getvariable with parameters of type Trans Modifier and Type Method Description StepInterfaceGetVariableMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)Constructors in org.pentaho.di.trans.steps.getvariable with parameters of type Trans Constructor Description GetVariable(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.groupbyMethods in org.pentaho.di.trans.steps.groupby with parameters of type Trans Modifier and Type Method Description StepInterfaceGroupByMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)Constructors in org.pentaho.di.trans.steps.groupby with parameters of type Trans Constructor Description GroupBy(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.httpMethods in org.pentaho.di.trans.steps.http with parameters of type Trans Modifier and Type Method Description StepInterfaceHTTPMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)Constructors in org.pentaho.di.trans.steps.http with parameters of type Trans Constructor Description HTTP(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.httppostMethods in org.pentaho.di.trans.steps.httppost with parameters of type Trans Modifier and Type Method Description StepInterfaceHTTPPOSTMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)Constructors in org.pentaho.di.trans.steps.httppost with parameters of type Trans Constructor Description HTTPPOST(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.ifnullMethods in org.pentaho.di.trans.steps.ifnull with parameters of type Trans Modifier and Type Method Description StepInterfaceIfNullMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)Constructors in org.pentaho.di.trans.steps.ifnull with parameters of type Trans Constructor Description IfNull(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.injectorMethods in org.pentaho.di.trans.steps.injector with parameters of type Trans Modifier and Type Method Description StepInterfaceInjectorMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)Constructors in org.pentaho.di.trans.steps.injector with parameters of type Trans Constructor Description Injector(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.insertupdateMethods in org.pentaho.di.trans.steps.insertupdate with parameters of type Trans Modifier and Type Method Description StepInterfaceInsertUpdateMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)Constructors in org.pentaho.di.trans.steps.insertupdate with parameters of type Trans Constructor Description InsertUpdate(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.janinoMethods in org.pentaho.di.trans.steps.janino with parameters of type Trans Modifier and Type Method Description StepInterfaceJaninoMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)Constructors in org.pentaho.di.trans.steps.janino with parameters of type Trans Constructor Description Janino(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.javafilterMethods in org.pentaho.di.trans.steps.javafilter with parameters of type Trans Modifier and Type Method Description StepInterfaceJavaFilterMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)Constructors in org.pentaho.di.trans.steps.javafilter with parameters of type Trans Constructor Description JavaFilter(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.jobexecutorMethods in org.pentaho.di.trans.steps.jobexecutor with parameters of type Trans Modifier and Type Method Description StepInterfaceJobExecutorMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)Constructors in org.pentaho.di.trans.steps.jobexecutor with parameters of type Trans Constructor Description JobExecutor(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.joinrowsMethods in org.pentaho.di.trans.steps.joinrows with parameters of type Trans Modifier and Type Method Description StepInterfaceJoinRowsMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)Constructors in org.pentaho.di.trans.steps.joinrows with parameters of type Trans Constructor Description JoinRows(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.ldifinputMethods in org.pentaho.di.trans.steps.ldifinput with parameters of type Trans Modifier and Type Method Description StepInterfaceLDIFInputMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)Constructors in org.pentaho.di.trans.steps.ldifinput with parameters of type Trans Constructor Description LDIFInput(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.loadfileinputMethods in org.pentaho.di.trans.steps.loadfileinput with parameters of type Trans Modifier and Type Method Description StepInterfaceLoadFileInputMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)Constructors in org.pentaho.di.trans.steps.loadfileinput with parameters of type Trans Constructor Description LoadFileInput(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.mailMethods in org.pentaho.di.trans.steps.mail with parameters of type Trans Modifier and Type Method Description StepInterfaceMailMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)Constructors in org.pentaho.di.trans.steps.mail with parameters of type Trans Constructor Description Mail(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.mailinputMethods in org.pentaho.di.trans.steps.mailinput with parameters of type Trans Modifier and Type Method Description StepInterfaceMailInputMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)Constructors in org.pentaho.di.trans.steps.mailinput with parameters of type Trans Constructor Description MailInput(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.mailvalidatorMethods in org.pentaho.di.trans.steps.mailvalidator with parameters of type Trans Modifier and Type Method Description StepInterfaceMailValidatorMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)Constructors in org.pentaho.di.trans.steps.mailvalidator with parameters of type Trans Constructor Description MailValidator(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.mappingFields in org.pentaho.di.trans.steps.mapping declared as Trans Modifier and Type Field Description TransMappingData. mappingTransMethods in org.pentaho.di.trans.steps.mapping that return Trans Modifier and Type Method Description TransMapping. getMappingTrans()TransMappingData. getMappingTrans()Methods in org.pentaho.di.trans.steps.mapping with parameters of type Trans Modifier and Type Method Description StepInterfaceMappingMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)voidMappingData. setMappingTrans(Trans mappingTrans)Constructors in org.pentaho.di.trans.steps.mapping with parameters of type Trans Constructor Description Mapping(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.mappinginputMethods in org.pentaho.di.trans.steps.mappinginput with parameters of type Trans Modifier and Type Method Description StepInterfaceMappingInputMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)Constructors in org.pentaho.di.trans.steps.mappinginput with parameters of type Trans Constructor Description MappingInput(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.mappingoutputMethods in org.pentaho.di.trans.steps.mappingoutput with parameters of type Trans Modifier and Type Method Description StepInterfaceMappingOutputMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)Constructors in org.pentaho.di.trans.steps.mappingoutput with parameters of type Trans Constructor Description MappingOutput(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.memgroupbyMethods in org.pentaho.di.trans.steps.memgroupby with parameters of type Trans Modifier and Type Method Description StepInterfaceMemoryGroupByMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)Constructors in org.pentaho.di.trans.steps.memgroupby with parameters of type Trans Constructor Description MemoryGroupBy(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.mergejoinMethods in org.pentaho.di.trans.steps.mergejoin with parameters of type Trans Modifier and Type Method Description StepInterfaceMergeJoinMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)Constructors in org.pentaho.di.trans.steps.mergejoin with parameters of type Trans Constructor Description MergeJoin(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.mergerowsMethods in org.pentaho.di.trans.steps.mergerows with parameters of type Trans Modifier and Type Method Description StepInterfaceMergeRowsMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)Constructors in org.pentaho.di.trans.steps.mergerows with parameters of type Trans Constructor Description MergeRows(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.missingMethods in org.pentaho.di.trans.steps.missing with parameters of type Trans Modifier and Type Method Description StepInterfaceMissingTrans. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)Constructors in org.pentaho.di.trans.steps.missing with parameters of type Trans Constructor Description MissingTransStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.multimergeMethods in org.pentaho.di.trans.steps.multimerge with parameters of type Trans Modifier and Type Method Description StepInterfaceMultiMergeJoinMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)Constructors in org.pentaho.di.trans.steps.multimerge with parameters of type Trans Constructor Description MultiMergeJoin(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.normaliserMethods in org.pentaho.di.trans.steps.normaliser with parameters of type Trans Modifier and Type Method Description StepInterfaceNormaliserMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)Constructors in org.pentaho.di.trans.steps.normaliser with parameters of type Trans Constructor Description Normaliser(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.nullifMethods in org.pentaho.di.trans.steps.nullif with parameters of type Trans Modifier and Type Method Description StepInterfaceNullIfMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)Constructors in org.pentaho.di.trans.steps.nullif with parameters of type Trans Constructor Description NullIf(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.numberrangeMethods in org.pentaho.di.trans.steps.numberrange with parameters of type Trans Modifier and Type Method Description StepInterfaceNumberRangeMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans disp)Constructors in org.pentaho.di.trans.steps.numberrange with parameters of type Trans Constructor Description NumberRange(StepMeta s, StepDataInterface stepDataInterface, int c, TransMeta t, Trans dis)
- 
Uses of Trans in org.pentaho.di.trans.steps.olapinputMethods in org.pentaho.di.trans.steps.olapinput with parameters of type Trans Modifier and Type Method Description StepInterfaceOlapInputMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)Constructors in org.pentaho.di.trans.steps.olapinput with parameters of type Trans Constructor Description OlapInput(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.parallelgzipcsvMethods in org.pentaho.di.trans.steps.parallelgzipcsv with parameters of type Trans Modifier and Type Method Description StepInterfaceParGzipCsvInputMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)Constructors in org.pentaho.di.trans.steps.parallelgzipcsv with parameters of type Trans Constructor Description ParGzipCsvInput(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.pgpdecryptstreamMethods in org.pentaho.di.trans.steps.pgpdecryptstream with parameters of type Trans Modifier and Type Method Description StepInterfacePGPDecryptStreamMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)Constructors in org.pentaho.di.trans.steps.pgpdecryptstream with parameters of type Trans Constructor Description PGPDecryptStream(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.pgpencryptstreamMethods in org.pentaho.di.trans.steps.pgpencryptstream with parameters of type Trans Modifier and Type Method Description StepInterfacePGPEncryptStreamMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)Constructors in org.pentaho.di.trans.steps.pgpencryptstream with parameters of type Trans Constructor Description PGPEncryptStream(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.prioritizestreamsMethods in org.pentaho.di.trans.steps.prioritizestreams with parameters of type Trans Modifier and Type Method Description StepInterfacePrioritizeStreamsMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)Constructors in org.pentaho.di.trans.steps.prioritizestreams with parameters of type Trans Constructor Description PrioritizeStreams(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.processfilesMethods in org.pentaho.di.trans.steps.processfiles with parameters of type Trans Modifier and Type Method Description StepInterfaceProcessFilesMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)Constructors in org.pentaho.di.trans.steps.processfiles with parameters of type Trans Constructor Description ProcessFiles(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.propertyinputMethods in org.pentaho.di.trans.steps.propertyinput with parameters of type Trans Modifier and Type Method Description StepInterfacePropertyInputMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)Constructors in org.pentaho.di.trans.steps.propertyinput with parameters of type Trans Constructor Description PropertyInput(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.propertyoutputMethods in org.pentaho.di.trans.steps.propertyoutput with parameters of type Trans Modifier and Type Method Description StepInterfacePropertyOutputMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)Constructors in org.pentaho.di.trans.steps.propertyoutput with parameters of type Trans Constructor Description PropertyOutput(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.randomccnumberMethods in org.pentaho.di.trans.steps.randomccnumber with parameters of type Trans Modifier and Type Method Description StepInterfaceRandomCCNumberGeneratorMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)Constructors in org.pentaho.di.trans.steps.randomccnumber with parameters of type Trans Constructor Description RandomCCNumberGenerator(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.randomvalueMethods in org.pentaho.di.trans.steps.randomvalue with parameters of type Trans Modifier and Type Method Description StepInterfaceRandomValueMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)Constructors in org.pentaho.di.trans.steps.randomvalue with parameters of type Trans Constructor Description RandomValue(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.recordsfromstreamConstructors in org.pentaho.di.trans.steps.recordsfromstream with parameters of type Trans Constructor Description RecordsFromStream(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.regexevalMethods in org.pentaho.di.trans.steps.regexeval with parameters of type Trans Modifier and Type Method Description StepInterfaceRegexEvalMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)Constructors in org.pentaho.di.trans.steps.regexeval with parameters of type Trans Constructor Description RegexEval(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.replacestringMethods in org.pentaho.di.trans.steps.replacestring with parameters of type Trans Modifier and Type Method Description StepInterfaceReplaceStringMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)Constructors in org.pentaho.di.trans.steps.replacestring with parameters of type Trans Constructor Description ReplaceString(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.reservoirsamplingMethods in org.pentaho.di.trans.steps.reservoirsampling with parameters of type Trans Modifier and Type Method Description StepInterfaceReservoirSamplingMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)Get the executing step, needed by Trans to launch a step.Constructors in org.pentaho.di.trans.steps.reservoirsampling with parameters of type Trans Constructor Description ReservoirSampling(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)Creates a newReservoirSamplinginstance.
- 
Uses of Trans in org.pentaho.di.trans.steps.restMethods in org.pentaho.di.trans.steps.rest with parameters of type Trans Modifier and Type Method Description StepInterfaceRestMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)Constructors in org.pentaho.di.trans.steps.rest with parameters of type Trans Constructor Description Rest(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.rowgeneratorMethods in org.pentaho.di.trans.steps.rowgenerator with parameters of type Trans Modifier and Type Method Description StepInterfaceRowGeneratorMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)Constructors in org.pentaho.di.trans.steps.rowgenerator with parameters of type Trans Constructor Description RowGenerator(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.rowsfromresultMethods in org.pentaho.di.trans.steps.rowsfromresult with parameters of type Trans Modifier and Type Method Description StepInterfaceRowsFromResultMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)Constructors in org.pentaho.di.trans.steps.rowsfromresult with parameters of type Trans Constructor Description RowsFromResult(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.rowstoresultMethods in org.pentaho.di.trans.steps.rowstoresult with parameters of type Trans Modifier and Type Method Description StepInterfaceRowsToResultMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)Constructors in org.pentaho.di.trans.steps.rowstoresult with parameters of type Trans Constructor Description RowsToResult(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.samplerowsMethods in org.pentaho.di.trans.steps.samplerows with parameters of type Trans Modifier and Type Method Description StepInterfaceSampleRowsMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)Constructors in org.pentaho.di.trans.steps.samplerows with parameters of type Trans Constructor Description SampleRows(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.sasinputMethods in org.pentaho.di.trans.steps.sasinput with parameters of type Trans Modifier and Type Method Description StepInterfaceSasInputMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)Constructors in org.pentaho.di.trans.steps.sasinput with parameters of type Trans Constructor Description SasInput(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.scriptMethods in org.pentaho.di.trans.steps.script that return Trans Modifier and Type Method Description TransScriptDummy. getTrans()Methods in org.pentaho.di.trans.steps.script with parameters of type Trans Modifier and Type Method Description StepInterfaceScriptMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)Constructors in org.pentaho.di.trans.steps.script with parameters of type Trans Constructor Description Script(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.scriptvalues_modMethods in org.pentaho.di.trans.steps.scriptvalues_mod that return Trans Modifier and Type Method Description TransScriptValuesModDummy. getTrans()Methods in org.pentaho.di.trans.steps.scriptvalues_mod with parameters of type Trans Modifier and Type Method Description StepInterfaceScriptValuesMetaMod. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)Constructors in org.pentaho.di.trans.steps.scriptvalues_mod with parameters of type Trans Constructor Description ScriptValuesMod(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.selectvaluesMethods in org.pentaho.di.trans.steps.selectvalues with parameters of type Trans Modifier and Type Method Description StepInterfaceSelectValuesMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)Constructors in org.pentaho.di.trans.steps.selectvalues with parameters of type Trans Constructor Description SelectValues(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.setvalueconstantMethods in org.pentaho.di.trans.steps.setvalueconstant with parameters of type Trans Modifier and Type Method Description StepInterfaceSetValueConstantMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)Constructors in org.pentaho.di.trans.steps.setvalueconstant with parameters of type Trans Constructor Description SetValueConstant(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.setvaluefieldMethods in org.pentaho.di.trans.steps.setvaluefield with parameters of type Trans Modifier and Type Method Description StepInterfaceSetValueFieldMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)Constructors in org.pentaho.di.trans.steps.setvaluefield with parameters of type Trans Constructor Description SetValueField(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.setvariableMethods in org.pentaho.di.trans.steps.setvariable with parameters of type Trans Modifier and Type Method Description StepInterfaceSetVariableMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)Constructors in org.pentaho.di.trans.steps.setvariable with parameters of type Trans Constructor Description SetVariable(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.sftpputMethods in org.pentaho.di.trans.steps.sftpput with parameters of type Trans Modifier and Type Method Description StepInterfaceSFTPPutMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)Constructors in org.pentaho.di.trans.steps.sftpput with parameters of type Trans Constructor Description SFTPPut(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.simplemappingFields in org.pentaho.di.trans.steps.simplemapping declared as Trans Modifier and Type Field Description TransSimpleMappingData. mappingTransMethods in org.pentaho.di.trans.steps.simplemapping that return Trans Modifier and Type Method Description TransSimpleMapping. getMappingTrans()TransSimpleMappingData. getMappingTrans()Methods in org.pentaho.di.trans.steps.simplemapping with parameters of type Trans Modifier and Type Method Description StepInterfaceSimpleMappingMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)voidSimpleMappingData. setMappingTrans(Trans mappingTrans)Constructors in org.pentaho.di.trans.steps.simplemapping with parameters of type Trans Constructor Description SimpleMapping(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.singlethreaderFields in org.pentaho.di.trans.steps.singlethreader declared as Trans Modifier and Type Field Description TransSingleThreaderData. mappingTransMethods in org.pentaho.di.trans.steps.singlethreader that return Trans Modifier and Type Method Description TransSingleThreader. getMappingTrans()TransSingleThreaderData. getMappingTrans()Methods in org.pentaho.di.trans.steps.singlethreader with parameters of type Trans Modifier and Type Method Description StepInterfaceSingleThreaderMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)voidSingleThreaderData. setMappingTrans(Trans mappingTrans)Constructors in org.pentaho.di.trans.steps.singlethreader with parameters of type Trans Constructor Description SingleThreader(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.socketreaderMethods in org.pentaho.di.trans.steps.socketreader with parameters of type Trans Modifier and Type Method Description StepInterfaceSocketReaderMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)Constructors in org.pentaho.di.trans.steps.socketreader with parameters of type Trans Constructor Description SocketReader(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.socketwriterMethods in org.pentaho.di.trans.steps.socketwriter with parameters of type Trans Modifier and Type Method Description StepInterfaceSocketWriterMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)Constructors in org.pentaho.di.trans.steps.socketwriter with parameters of type Trans Constructor Description SocketWriter(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.sortMethods in org.pentaho.di.trans.steps.sort with parameters of type Trans Modifier and Type Method Description StepInterfaceSortRowsMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)Constructors in org.pentaho.di.trans.steps.sort with parameters of type Trans Constructor Description SortRows(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.sortedmergeMethods in org.pentaho.di.trans.steps.sortedmerge with parameters of type Trans Modifier and Type Method Description StepInterfaceSortedMergeMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)Constructors in org.pentaho.di.trans.steps.sortedmerge with parameters of type Trans Constructor Description SortedMerge(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.splitfieldtorowsMethods in org.pentaho.di.trans.steps.splitfieldtorows with parameters of type Trans Modifier and Type Method Description StepInterfaceSplitFieldToRowsMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)Constructors in org.pentaho.di.trans.steps.splitfieldtorows with parameters of type Trans Constructor Description SplitFieldToRows(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.sqlMethods in org.pentaho.di.trans.steps.sql with parameters of type Trans Modifier and Type Method Description StepInterfaceExecSQLMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)Constructors in org.pentaho.di.trans.steps.sql with parameters of type Trans Constructor Description ExecSQL(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.sqlfileoutputMethods in org.pentaho.di.trans.steps.sqlfileoutput with parameters of type Trans Modifier and Type Method Description StepInterfaceSQLFileOutputMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)Constructors in org.pentaho.di.trans.steps.sqlfileoutput with parameters of type Trans Constructor Description SQLFileOutput(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.sshMethods in org.pentaho.di.trans.steps.ssh with parameters of type Trans Modifier and Type Method Description StepInterfaceSSHMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)Constructors in org.pentaho.di.trans.steps.ssh with parameters of type Trans Constructor Description SSH(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.stepmetaMethods in org.pentaho.di.trans.steps.stepmeta with parameters of type Trans Modifier and Type Method Description StepInterfaceStepMetastructureMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)Constructors in org.pentaho.di.trans.steps.stepmeta with parameters of type Trans Constructor Description StepMetastructure(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.stepsmetricsMethods in org.pentaho.di.trans.steps.stepsmetrics with parameters of type Trans Modifier and Type Method Description StepInterfaceStepsMetricsMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)Constructors in org.pentaho.di.trans.steps.stepsmetrics with parameters of type Trans Constructor Description StepsMetrics(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.streamlookupMethods in org.pentaho.di.trans.steps.streamlookup with parameters of type Trans Modifier and Type Method Description StepInterfaceStreamLookupMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)Constructors in org.pentaho.di.trans.steps.streamlookup with parameters of type Trans Constructor Description StreamLookup(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.stringcutMethods in org.pentaho.di.trans.steps.stringcut with parameters of type Trans Modifier and Type Method Description StepInterfaceStringCutMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)Constructors in org.pentaho.di.trans.steps.stringcut with parameters of type Trans Constructor Description StringCut(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.stringoperationsMethods in org.pentaho.di.trans.steps.stringoperations with parameters of type Trans Modifier and Type Method Description StepInterfaceStringOperationsMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)Constructors in org.pentaho.di.trans.steps.stringoperations with parameters of type Trans Constructor Description StringOperations(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.switchcaseMethods in org.pentaho.di.trans.steps.switchcase with parameters of type Trans Modifier and Type Method Description StepInterfaceSwitchCaseMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)Constructors in org.pentaho.di.trans.steps.switchcase with parameters of type Trans Constructor Description SwitchCase(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.symmetriccrypto.secretkeygeneratorMethods in org.pentaho.di.trans.steps.symmetriccrypto.secretkeygenerator with parameters of type Trans Modifier and Type Method Description StepInterfaceSecretKeyGeneratorMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)Constructors in org.pentaho.di.trans.steps.symmetriccrypto.secretkeygenerator with parameters of type Trans Constructor Description SecretKeyGenerator(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.symmetriccrypto.symmetriccryptotransMethods in org.pentaho.di.trans.steps.symmetriccrypto.symmetriccryptotrans with parameters of type Trans Modifier and Type Method Description StepInterfaceSymmetricCryptoTransMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)Constructors in org.pentaho.di.trans.steps.symmetriccrypto.symmetriccryptotrans with parameters of type Trans Constructor Description SymmetricCryptoTrans(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.synchronizeaftermergeMethods in org.pentaho.di.trans.steps.synchronizeaftermerge with parameters of type Trans Modifier and Type Method Description StepInterfaceSynchronizeAfterMergeMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)Constructors in org.pentaho.di.trans.steps.synchronizeaftermerge with parameters of type Trans Constructor Description SynchronizeAfterMerge(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.syslogMethods in org.pentaho.di.trans.steps.syslog with parameters of type Trans Modifier and Type Method Description StepInterfaceSyslogMessageMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)Constructors in org.pentaho.di.trans.steps.syslog with parameters of type Trans Constructor Description SyslogMessage(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.systemdataMethods in org.pentaho.di.trans.steps.systemdata with parameters of type Trans Modifier and Type Method Description StepInterfaceSystemDataMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)Constructors in org.pentaho.di.trans.steps.systemdata with parameters of type Trans Constructor Description SystemData(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.tablecompareMethods in org.pentaho.di.trans.steps.tablecompare with parameters of type Trans Modifier and Type Method Description StepInterfaceTableCompareMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)Constructors in org.pentaho.di.trans.steps.tablecompare with parameters of type Trans Constructor Description TableCompare(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.tableexistsMethods in org.pentaho.di.trans.steps.tableexists with parameters of type Trans Modifier and Type Method Description StepInterfaceTableExistsMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)Constructors in org.pentaho.di.trans.steps.tableexists with parameters of type Trans Constructor Description TableExists(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.tableinputMethods in org.pentaho.di.trans.steps.tableinput with parameters of type Trans Modifier and Type Method Description StepInterfaceTableInputMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)Constructors in org.pentaho.di.trans.steps.tableinput with parameters of type Trans Constructor Description TableInput(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.tableoutputMethods in org.pentaho.di.trans.steps.tableoutput with parameters of type Trans Modifier and Type Method Description StepInterfaceTableOutputMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)Constructors in org.pentaho.di.trans.steps.tableoutput with parameters of type Trans Constructor Description TableOutput(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.textfileinputMethods in org.pentaho.di.trans.steps.textfileinput with parameters of type Trans Modifier and Type Method Description StepInterfaceTextFileInputMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)Deprecated.Constructors in org.pentaho.di.trans.steps.textfileinput with parameters of type Trans Constructor Description TextFileInput(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)Deprecated.
- 
Uses of Trans in org.pentaho.di.trans.steps.textfileoutputMethods in org.pentaho.di.trans.steps.textfileoutput with parameters of type Trans Modifier and Type Method Description StepInterfaceTextFileOutputMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)Constructors in org.pentaho.di.trans.steps.textfileoutput with parameters of type Trans Constructor Description TextFileOutput(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.textfileoutputlegacyMethods in org.pentaho.di.trans.steps.textfileoutputlegacy with parameters of type Trans Modifier and Type Method Description StepInterfaceTextFileOutputLegacyMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)Deprecated.Constructors in org.pentaho.di.trans.steps.textfileoutputlegacy with parameters of type Trans Constructor Description TextFileOutputLegacy(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)Deprecated.
- 
Uses of Trans in org.pentaho.di.trans.steps.transexecutorMethods in org.pentaho.di.trans.steps.transexecutor that return Trans Modifier and Type Method Description TransTransExecutor. getExecutorTrans()TransTransExecutorData. getExecutorTrans()Methods in org.pentaho.di.trans.steps.transexecutor with parameters of type Trans Modifier and Type Method Description StepInterfaceTransExecutorMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)voidTransExecutorData. setExecutorTrans(Trans executorTrans)Constructors in org.pentaho.di.trans.steps.transexecutor with parameters of type Trans Constructor Description TransExecutor(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.uniquerowsMethods in org.pentaho.di.trans.steps.uniquerows with parameters of type Trans Modifier and Type Method Description StepInterfaceUniqueRowsMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)Constructors in org.pentaho.di.trans.steps.uniquerows with parameters of type Trans Constructor Description UniqueRows(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.uniquerowsbyhashsetMethods in org.pentaho.di.trans.steps.uniquerowsbyhashset with parameters of type Trans Modifier and Type Method Description StepInterfaceUniqueRowsByHashSetMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)Constructors in org.pentaho.di.trans.steps.uniquerowsbyhashset with parameters of type Trans Constructor Description UniqueRowsByHashSet(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.univariatestatsMethods in org.pentaho.di.trans.steps.univariatestats with parameters of type Trans Modifier and Type Method Description StepInterfaceUnivariateStatsMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)Get the executing step, needed by Trans to launch a step.Constructors in org.pentaho.di.trans.steps.univariatestats with parameters of type Trans Constructor Description UnivariateStats(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)Creates a newUnivariateStatsinstance.
- 
Uses of Trans in org.pentaho.di.trans.steps.updateMethods in org.pentaho.di.trans.steps.update with parameters of type Trans Modifier and Type Method Description StepInterfaceUpdateMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)Constructors in org.pentaho.di.trans.steps.update with parameters of type Trans Constructor Description Update(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.userdefinedjavaclassMethods in org.pentaho.di.trans.steps.userdefinedjavaclass that return Trans Modifier and Type Method Description TransTransformClassBase. getTrans()TransUserDefinedJavaClass. getTransImpl()Methods in org.pentaho.di.trans.steps.userdefinedjavaclass with parameters of type Trans Modifier and Type Method Description StepInterfaceUserDefinedJavaClassMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)Constructors in org.pentaho.di.trans.steps.userdefinedjavaclass with parameters of type Trans Constructor Description UserDefinedJavaClass(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.validatorMethods in org.pentaho.di.trans.steps.validator with parameters of type Trans Modifier and Type Method Description StepInterfaceValidatorMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)Constructors in org.pentaho.di.trans.steps.validator with parameters of type Trans Constructor Description Validator(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.valuemapperMethods in org.pentaho.di.trans.steps.valuemapper with parameters of type Trans Modifier and Type Method Description StepInterfaceValueMapperMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)Constructors in org.pentaho.di.trans.steps.valuemapper with parameters of type Trans Constructor Description ValueMapper(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.webserviceavailableMethods in org.pentaho.di.trans.steps.webserviceavailable with parameters of type Trans Modifier and Type Method Description StepInterfaceWebServiceAvailableMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)Constructors in org.pentaho.di.trans.steps.webserviceavailable with parameters of type Trans Constructor Description WebServiceAvailable(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.webservicesMethods in org.pentaho.di.trans.steps.webservices with parameters of type Trans Modifier and Type Method Description StepInterfaceWebServiceMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans disp)Constructors in org.pentaho.di.trans.steps.webservices with parameters of type Trans Constructor Description WebService(StepMeta aStepMeta, StepDataInterface aStepData, int value, TransMeta aTransMeta, Trans aTrans)
- 
Uses of Trans in org.pentaho.di.trans.steps.writetologMethods in org.pentaho.di.trans.steps.writetolog with parameters of type Trans Modifier and Type Method Description StepInterfaceWriteToLogMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)Constructors in org.pentaho.di.trans.steps.writetolog with parameters of type Trans Constructor Description WriteToLog(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.xbaseinputMethods in org.pentaho.di.trans.steps.xbaseinput with parameters of type Trans Modifier and Type Method Description StepInterfaceXBaseInputMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)Constructors in org.pentaho.di.trans.steps.xbaseinput with parameters of type Trans Constructor Description XBaseInput(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.steps.zipfileMethods in org.pentaho.di.trans.steps.zipfile with parameters of type Trans Modifier and Type Method Description StepInterfaceZipFileMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)Constructors in org.pentaho.di.trans.steps.zipfile with parameters of type Trans Constructor Description ZipFile(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.trans.streaming.commonConstructors in org.pentaho.di.trans.streaming.common with parameters of type Trans Constructor Description BaseStreamStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
- 
Uses of Trans in org.pentaho.di.wwwMethods in org.pentaho.di.www that return Trans Modifier and Type Method Description protected TransBaseJobServlet. createTrans(TransConfiguration transConfiguration)TransTransformationMap. getTransformation(String transformationName)Find the first transformation in the list that comes to mind!TransTransformationMap. getTransformation(CarteObjectEntry entry)Methods in org.pentaho.di.www with parameters of type Trans Modifier and Type Method Description voidTransformationMap. addTransformation(String transformationName, String containerObjectId, Trans trans, TransConfiguration transConfiguration)Add a transformation to the mapprotected voidExecuteTransServlet. executeTrans(Trans trans)protected voidStartTransServlet. executeTrans(Trans trans)voidTransformationMap. registerTransformation(Trans trans, TransConfiguration transConfiguration)protected voidStartExecutionTransServlet. startThreads(Trans trans)voidCarteDelegationHandler. transformationDelegationStarted(Trans delegatedTrans, TransExecutionConfiguration transExecutionConfiguration)
- 
Uses of Trans in org.pentaho.di.www.jaxrsMethods in org.pentaho.di.www.jaxrs that return Trans Modifier and Type Method Description static TransCarteResource. getTransformation(String id)
 
-