Uses of Class
org.pentaho.di.trans.Trans
-
-
Uses of Trans in org.pentaho.di.base
Methods in org.pentaho.di.base with parameters of type Trans Modifier and Type Method Description static 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 Trans Modifier and Type Method Description void
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 Trans Constructor Description AbstractStep(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 Trans Modifier and Type Field Description protected Trans
Job. parentTrans
The parent transformationMethods in org.pentaho.di.job that return Trans Modifier and Type Method Description Trans
Job. getParentTrans()
Methods in org.pentaho.di.job with parameters of type Trans Modifier and Type Method Description void
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 Modifier and Type Method Description Trans
JobEntryTrans. getTrans()
-
Uses of Trans in org.pentaho.di.pan
Methods in org.pentaho.di.pan that return Trans Modifier and Type Method Description Trans
PanCommandExecutor. loadTransFromFilesystem(String initialDir, String filename, String jarFilename, Serializable base64Zip)
Trans
PanCommandExecutor. 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 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 Trans Modifier and Type Method Description Trans
Trans. getActiveSubTransformation(String subTransName)
Trans
SubtransExecutor. getParentTrans()
Trans
Trans. getParentTrans()
Gets the parent transformation, which is null if no parent transformation exists.Trans
SingleThreadedTransExecutor. getTrans()
Trans
TransPainter. getTrans()
Trans
Trans. 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 void
Trans. addActiveSubTransformation(String subTransName, Trans subTrans)
void
Trans. setParentTrans(Trans parentTrans)
Sets the parent transformation.void
TransPainter. setTrans(Trans trans)
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 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.debug
Methods in org.pentaho.di.trans.debug that return Trans Modifier and Type Method Description Trans
TransDebugMetaWrapper. getTrans()
Methods in org.pentaho.di.trans.debug with parameters of type Trans Modifier and Type Method Description void
TransDebugMeta. 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.step
Methods in org.pentaho.di.trans.step that return Trans Modifier and Type Method Description Trans
BaseStep. getDispatcher()
Gets the dispatcher.Trans
BaseStep. getTrans()
Trans
StepInterface. getTrans()
Methods in org.pentaho.di.trans.step with parameters of type Trans Modifier and Type Method Description StepInterface
StepMetaInterface. 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 Trans Constructor Description BaseDatabaseStep(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 Trans Modifier and Type Method Description static 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 Trans Modifier and Type Method Description StepInterface
CalculatorMeta. 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.constant
Methods in org.pentaho.di.trans.steps.constant with parameters of type Trans Modifier and Type Method Description StepInterface
ConstantMeta. 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.creditcardvalidator
Methods in org.pentaho.di.trans.steps.creditcardvalidator with parameters of type Trans Modifier and Type Method Description StepInterface
CreditCardValidatorMeta. 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.csvinput
Methods in org.pentaho.di.trans.steps.csvinput with parameters of type Trans Modifier and Type Method Description StepInterface
CsvInputMeta. 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.databasejoin
Methods in org.pentaho.di.trans.steps.databasejoin with parameters of type Trans Modifier and Type Method Description StepInterface
DatabaseJoinMeta. 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.databaselookup
Methods in org.pentaho.di.trans.steps.databaselookup with parameters of type Trans Modifier and Type Method Description StepInterface
DatabaseLookupMeta. 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.datagrid
Methods in org.pentaho.di.trans.steps.datagrid with parameters of type Trans Modifier and Type Method Description StepInterface
DataGridMeta. 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.dbproc
Methods in org.pentaho.di.trans.steps.dbproc with parameters of type Trans Modifier and Type Method Description StepInterface
DBProcMeta. 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.delete
Methods in org.pentaho.di.trans.steps.delete with parameters of type Trans Modifier and Type Method Description StepInterface
DeleteMeta. 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.denormaliser
Methods in org.pentaho.di.trans.steps.denormaliser with parameters of type Trans Modifier and Type Method Description StepInterface
DenormaliserMeta. 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.detectemptystream
Methods in org.pentaho.di.trans.steps.detectemptystream with parameters of type Trans Modifier and Type Method Description StepInterface
DetectEmptyStreamMeta. 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.detectlastrow
Methods in org.pentaho.di.trans.steps.detectlastrow with parameters of type Trans Modifier and Type Method Description StepInterface
DetectLastRowMeta. 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.dimensionlookup
Methods in org.pentaho.di.trans.steps.dimensionlookup with parameters of type Trans Modifier and Type Method Description StepInterface
DimensionLookupMeta. 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.dummytrans
Methods in org.pentaho.di.trans.steps.dummytrans with parameters of type Trans Modifier and Type Method Description StepInterface
DummyTransMeta. 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.dynamicsqlrow
Methods in org.pentaho.di.trans.steps.dynamicsqlrow with parameters of type Trans Modifier and Type Method Description StepInterface
DynamicSQLRowMeta. 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.execprocess
Methods in org.pentaho.di.trans.steps.execprocess with parameters of type Trans Modifier and Type Method Description StepInterface
ExecProcessMeta. 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.execsqlrow
Methods in org.pentaho.di.trans.steps.execsqlrow with parameters of type Trans Modifier and Type Method Description StepInterface
ExecSQLRowMeta. 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.fieldschangesequence
Methods in org.pentaho.di.trans.steps.fieldschangesequence with parameters of type Trans Modifier and Type Method Description StepInterface
FieldsChangeSequenceMeta. 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.fieldsplitter
Methods in org.pentaho.di.trans.steps.fieldsplitter with parameters of type Trans Modifier and Type Method Description StepInterface
FieldSplitterMeta. 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.file
Constructors 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.fileexists
Methods in org.pentaho.di.trans.steps.fileexists with parameters of type Trans Modifier and Type Method Description StepInterface
FileExistsMeta. 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.text
Methods in org.pentaho.di.trans.steps.fileinput.text with parameters of type Trans Modifier and Type Method Description StepInterface
TextFileInputMeta. 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.filelocked
Methods in org.pentaho.di.trans.steps.filelocked with parameters of type Trans Modifier and Type Method Description StepInterface
FileLockedMeta. 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.filesfromresult
Methods in org.pentaho.di.trans.steps.filesfromresult with parameters of type Trans Modifier and Type Method Description StepInterface
FilesFromResultMeta. 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.filestoresult
Methods in org.pentaho.di.trans.steps.filestoresult with parameters of type Trans Modifier and Type Method Description StepInterface
FilesToResultMeta. 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.filterrows
Methods in org.pentaho.di.trans.steps.filterrows with parameters of type Trans Modifier and Type Method Description StepInterface
FilterRowsMeta. 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.fixedinput
Methods in org.pentaho.di.trans.steps.fixedinput with parameters of type Trans Modifier and Type Method Description StepInterface
FixedInputMeta. 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.flattener
Methods in org.pentaho.di.trans.steps.flattener with parameters of type Trans Modifier and Type Method Description StepInterface
FlattenerMeta. 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.formula
Methods in org.pentaho.di.trans.steps.formula with parameters of type Trans Modifier and Type Method Description StepInterface
FormulaMeta. 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.fuzzymatch
Methods in org.pentaho.di.trans.steps.fuzzymatch with parameters of type Trans Modifier and Type Method Description StepInterface
FuzzyMatchMeta. 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.getfilenames
Methods in org.pentaho.di.trans.steps.getfilenames with parameters of type Trans Modifier and Type Method Description StepInterface
GetFileNamesMeta. 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.getfilesrowscount
Methods in org.pentaho.di.trans.steps.getfilesrowscount with parameters of type Trans Modifier and Type Method Description StepInterface
GetFilesRowsCountMeta. 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.getrepositorynames
Methods in org.pentaho.di.trans.steps.getrepositorynames with parameters of type Trans Modifier and Type Method Description StepInterface
GetRepositoryNamesMeta. 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.getslavesequence
Methods in org.pentaho.di.trans.steps.getslavesequence with parameters of type Trans Modifier and Type Method Description StepInterface
GetSlaveSequenceMeta. 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.getsubfolders
Methods in org.pentaho.di.trans.steps.getsubfolders with parameters of type Trans Modifier and Type Method Description StepInterface
GetSubFoldersMeta. 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.gettablenames
Methods in org.pentaho.di.trans.steps.gettablenames with parameters of type Trans Modifier and Type Method Description StepInterface
GetTableNamesMeta. 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.getvariable
Methods in org.pentaho.di.trans.steps.getvariable with parameters of type Trans Modifier and Type Method Description StepInterface
GetVariableMeta. 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.groupby
Methods in org.pentaho.di.trans.steps.groupby with parameters of type Trans Modifier and Type Method Description StepInterface
GroupByMeta. 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.http
Methods in org.pentaho.di.trans.steps.http with parameters of type Trans Modifier and Type Method Description StepInterface
HTTPMeta. 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.httppost
Methods in org.pentaho.di.trans.steps.httppost with parameters of type Trans Modifier and Type Method Description StepInterface
HTTPPOSTMeta. 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.ifnull
Methods in org.pentaho.di.trans.steps.ifnull with parameters of type Trans Modifier and Type Method Description StepInterface
IfNullMeta. 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.injector
Methods in org.pentaho.di.trans.steps.injector with parameters of type Trans Modifier and Type Method Description StepInterface
InjectorMeta. 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.insertupdate
Methods in org.pentaho.di.trans.steps.insertupdate with parameters of type Trans Modifier and Type Method Description StepInterface
InsertUpdateMeta. 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.janino
Methods in org.pentaho.di.trans.steps.janino with parameters of type Trans Modifier and Type Method Description StepInterface
JaninoMeta. 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.javafilter
Methods in org.pentaho.di.trans.steps.javafilter with parameters of type Trans Modifier and Type Method Description StepInterface
JavaFilterMeta. 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.jobexecutor
Methods in org.pentaho.di.trans.steps.jobexecutor with parameters of type Trans Modifier and Type Method Description StepInterface
JobExecutorMeta. 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.joinrows
Methods in org.pentaho.di.trans.steps.joinrows with parameters of type Trans Modifier and Type Method Description StepInterface
JoinRowsMeta. 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.ldifinput
Methods in org.pentaho.di.trans.steps.ldifinput with parameters of type Trans Modifier and Type Method Description StepInterface
LDIFInputMeta. 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.loadfileinput
Methods in org.pentaho.di.trans.steps.loadfileinput with parameters of type Trans Modifier and Type Method Description StepInterface
LoadFileInputMeta. 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.mail
Methods in org.pentaho.di.trans.steps.mail with parameters of type Trans Modifier and Type Method Description StepInterface
MailMeta. 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.mailinput
Methods in org.pentaho.di.trans.steps.mailinput with parameters of type Trans Modifier and Type Method Description StepInterface
MailInputMeta. 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.mailvalidator
Methods in org.pentaho.di.trans.steps.mailvalidator with parameters of type Trans Modifier and Type Method Description StepInterface
MailValidatorMeta. 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.mapping
Fields in org.pentaho.di.trans.steps.mapping declared as Trans Modifier and Type Field Description Trans
MappingData. mappingTrans
Methods in org.pentaho.di.trans.steps.mapping that return Trans Modifier and Type Method Description Trans
Mapping. getMappingTrans()
Trans
MappingData. getMappingTrans()
Methods in org.pentaho.di.trans.steps.mapping with parameters of type Trans Modifier and Type Method Description StepInterface
MappingMeta. 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 Trans Constructor Description Mapping(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 Trans Modifier and Type Method Description StepInterface
MappingInputMeta. 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.mappingoutput
Methods in org.pentaho.di.trans.steps.mappingoutput with parameters of type Trans Modifier and Type Method Description StepInterface
MappingOutputMeta. 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.memgroupby
Methods in org.pentaho.di.trans.steps.memgroupby with parameters of type Trans Modifier and Type Method Description StepInterface
MemoryGroupByMeta. 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.mergejoin
Methods in org.pentaho.di.trans.steps.mergejoin with parameters of type Trans Modifier and Type Method Description StepInterface
MergeJoinMeta. 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.mergerows
Methods in org.pentaho.di.trans.steps.mergerows with parameters of type Trans Modifier and Type Method Description StepInterface
MergeRowsMeta. 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.missing
Methods in org.pentaho.di.trans.steps.missing with parameters of type Trans Modifier and Type Method Description StepInterface
MissingTrans. 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.multimerge
Methods in org.pentaho.di.trans.steps.multimerge with parameters of type Trans Modifier and Type Method Description StepInterface
MultiMergeJoinMeta. 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.normaliser
Methods in org.pentaho.di.trans.steps.normaliser with parameters of type Trans Modifier and Type Method Description StepInterface
NormaliserMeta. 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.nullif
Methods in org.pentaho.di.trans.steps.nullif with parameters of type Trans Modifier and Type Method Description StepInterface
NullIfMeta. 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.numberrange
Methods in org.pentaho.di.trans.steps.numberrange with parameters of type Trans Modifier and Type Method Description StepInterface
NumberRangeMeta. 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.olapinput
Methods in org.pentaho.di.trans.steps.olapinput with parameters of type Trans Modifier and Type Method Description StepInterface
OlapInputMeta. 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.parallelgzipcsv
Methods in org.pentaho.di.trans.steps.parallelgzipcsv with parameters of type Trans Modifier and Type Method Description StepInterface
ParGzipCsvInputMeta. 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.pgpdecryptstream
Methods in org.pentaho.di.trans.steps.pgpdecryptstream with parameters of type Trans Modifier and Type Method Description StepInterface
PGPDecryptStreamMeta. 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.pgpencryptstream
Methods in org.pentaho.di.trans.steps.pgpencryptstream with parameters of type Trans Modifier and Type Method Description StepInterface
PGPEncryptStreamMeta. 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.prioritizestreams
Methods in org.pentaho.di.trans.steps.prioritizestreams with parameters of type Trans Modifier and Type Method Description StepInterface
PrioritizeStreamsMeta. 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.processfiles
Methods in org.pentaho.di.trans.steps.processfiles with parameters of type Trans Modifier and Type Method Description StepInterface
ProcessFilesMeta. 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.propertyinput
Methods in org.pentaho.di.trans.steps.propertyinput with parameters of type Trans Modifier and Type Method Description StepInterface
PropertyInputMeta. 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.propertyoutput
Methods in org.pentaho.di.trans.steps.propertyoutput with parameters of type Trans Modifier and Type Method Description StepInterface
PropertyOutputMeta. 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.randomccnumber
Methods in org.pentaho.di.trans.steps.randomccnumber with parameters of type Trans Modifier and Type Method Description StepInterface
RandomCCNumberGeneratorMeta. 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.randomvalue
Methods in org.pentaho.di.trans.steps.randomvalue with parameters of type Trans Modifier and Type Method Description StepInterface
RandomValueMeta. 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.recordsfromstream
Constructors 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.regexeval
Methods in org.pentaho.di.trans.steps.regexeval with parameters of type Trans Modifier and Type Method Description StepInterface
RegexEvalMeta. 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.replacestring
Methods in org.pentaho.di.trans.steps.replacestring with parameters of type Trans Modifier and Type Method Description StepInterface
ReplaceStringMeta. 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.reservoirsampling
Methods in org.pentaho.di.trans.steps.reservoirsampling with parameters of type Trans Modifier and Type Method Description StepInterface
ReservoirSamplingMeta. 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 newReservoirSampling
instance. -
Uses of Trans in org.pentaho.di.trans.steps.rest
Methods in org.pentaho.di.trans.steps.rest with parameters of type Trans Modifier and Type Method Description StepInterface
RestMeta. 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.rowgenerator
Methods in org.pentaho.di.trans.steps.rowgenerator with parameters of type Trans Modifier and Type Method Description StepInterface
RowGeneratorMeta. 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.rowsfromresult
Methods in org.pentaho.di.trans.steps.rowsfromresult with parameters of type Trans Modifier and Type Method Description StepInterface
RowsFromResultMeta. 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.rowstoresult
Methods in org.pentaho.di.trans.steps.rowstoresult with parameters of type Trans Modifier and Type Method Description StepInterface
RowsToResultMeta. 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.samplerows
Methods in org.pentaho.di.trans.steps.samplerows with parameters of type Trans Modifier and Type Method Description StepInterface
SampleRowsMeta. 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.sasinput
Methods in org.pentaho.di.trans.steps.sasinput with parameters of type Trans Modifier and Type Method Description StepInterface
SasInputMeta. 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.script
Methods in org.pentaho.di.trans.steps.script that return Trans Modifier and Type Method Description Trans
ScriptDummy. getTrans()
Methods in org.pentaho.di.trans.steps.script with parameters of type Trans Modifier and Type Method Description StepInterface
ScriptMeta. 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_mod
Methods in org.pentaho.di.trans.steps.scriptvalues_mod that return Trans Modifier and Type Method Description Trans
ScriptValuesModDummy. getTrans()
Methods in org.pentaho.di.trans.steps.scriptvalues_mod with parameters of type Trans Modifier and Type Method Description StepInterface
ScriptValuesMetaMod. 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.selectvalues
Methods in org.pentaho.di.trans.steps.selectvalues with parameters of type Trans Modifier and Type Method Description StepInterface
SelectValuesMeta. 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.setvalueconstant
Methods in org.pentaho.di.trans.steps.setvalueconstant with parameters of type Trans Modifier and Type Method Description StepInterface
SetValueConstantMeta. 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.setvaluefield
Methods in org.pentaho.di.trans.steps.setvaluefield with parameters of type Trans Modifier and Type Method Description StepInterface
SetValueFieldMeta. 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.setvariable
Methods in org.pentaho.di.trans.steps.setvariable with parameters of type Trans Modifier and Type Method Description StepInterface
SetVariableMeta. 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.sftpput
Methods in org.pentaho.di.trans.steps.sftpput with parameters of type Trans Modifier and Type Method Description StepInterface
SFTPPutMeta. 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.simplemapping
Fields in org.pentaho.di.trans.steps.simplemapping declared as Trans Modifier and Type Field Description Trans
SimpleMappingData. mappingTrans
Methods in org.pentaho.di.trans.steps.simplemapping that return Trans Modifier and Type Method Description Trans
SimpleMapping. getMappingTrans()
Trans
SimpleMappingData. getMappingTrans()
Methods in org.pentaho.di.trans.steps.simplemapping with parameters of type Trans Modifier and Type Method Description StepInterface
SimpleMappingMeta. 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 Trans Constructor Description SimpleMapping(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 Trans Modifier and Type Field Description Trans
SingleThreaderData. mappingTrans
Methods in org.pentaho.di.trans.steps.singlethreader that return Trans Modifier and Type Method Description Trans
SingleThreader. getMappingTrans()
Trans
SingleThreaderData. getMappingTrans()
Methods in org.pentaho.di.trans.steps.singlethreader with parameters of type Trans Modifier and Type Method Description StepInterface
SingleThreaderMeta. 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 Trans Constructor Description SingleThreader(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 Trans Modifier and Type Method Description StepInterface
SocketReaderMeta. 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.socketwriter
Methods in org.pentaho.di.trans.steps.socketwriter with parameters of type Trans Modifier and Type Method Description StepInterface
SocketWriterMeta. 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.sort
Methods in org.pentaho.di.trans.steps.sort with parameters of type Trans Modifier and Type Method Description StepInterface
SortRowsMeta. 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.sortedmerge
Methods in org.pentaho.di.trans.steps.sortedmerge with parameters of type Trans Modifier and Type Method Description StepInterface
SortedMergeMeta. 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.splitfieldtorows
Methods in org.pentaho.di.trans.steps.splitfieldtorows with parameters of type Trans Modifier and Type Method Description StepInterface
SplitFieldToRowsMeta. 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.sql
Methods in org.pentaho.di.trans.steps.sql with parameters of type Trans Modifier and Type Method Description StepInterface
ExecSQLMeta. 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.sqlfileoutput
Methods in org.pentaho.di.trans.steps.sqlfileoutput with parameters of type Trans Modifier and Type Method Description StepInterface
SQLFileOutputMeta. 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.ssh
Methods in org.pentaho.di.trans.steps.ssh with parameters of type Trans Modifier and Type Method Description StepInterface
SSHMeta. 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.stepmeta
Methods in org.pentaho.di.trans.steps.stepmeta with parameters of type Trans Modifier and Type Method Description StepInterface
StepMetastructureMeta. 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.stepsmetrics
Methods in org.pentaho.di.trans.steps.stepsmetrics with parameters of type Trans Modifier and Type Method Description StepInterface
StepsMetricsMeta. 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.streamlookup
Methods in org.pentaho.di.trans.steps.streamlookup with parameters of type Trans Modifier and Type Method Description StepInterface
StreamLookupMeta. 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.stringcut
Methods in org.pentaho.di.trans.steps.stringcut with parameters of type Trans Modifier and Type Method Description StepInterface
StringCutMeta. 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.stringoperations
Methods in org.pentaho.di.trans.steps.stringoperations with parameters of type Trans Modifier and Type Method Description StepInterface
StringOperationsMeta. 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.switchcase
Methods in org.pentaho.di.trans.steps.switchcase with parameters of type Trans Modifier and Type Method Description StepInterface
SwitchCaseMeta. 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.secretkeygenerator
Methods in org.pentaho.di.trans.steps.symmetriccrypto.secretkeygenerator with parameters of type Trans Modifier and Type Method Description StepInterface
SecretKeyGeneratorMeta. 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.symmetriccryptotrans
Methods in org.pentaho.di.trans.steps.symmetriccrypto.symmetriccryptotrans with parameters of type Trans Modifier and Type Method Description StepInterface
SymmetricCryptoTransMeta. 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.synchronizeaftermerge
Methods in org.pentaho.di.trans.steps.synchronizeaftermerge with parameters of type Trans Modifier and Type Method Description StepInterface
SynchronizeAfterMergeMeta. 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.syslog
Methods in org.pentaho.di.trans.steps.syslog with parameters of type Trans Modifier and Type Method Description StepInterface
SyslogMessageMeta. 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.systemdata
Methods in org.pentaho.di.trans.steps.systemdata with parameters of type Trans Modifier and Type Method Description StepInterface
SystemDataMeta. 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.tablecompare
Methods in org.pentaho.di.trans.steps.tablecompare with parameters of type Trans Modifier and Type Method Description StepInterface
TableCompareMeta. 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.tableexists
Methods in org.pentaho.di.trans.steps.tableexists with parameters of type Trans Modifier and Type Method Description StepInterface
TableExistsMeta. 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.tableinput
Methods in org.pentaho.di.trans.steps.tableinput with parameters of type Trans Modifier and Type Method Description StepInterface
TableInputMeta. 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.tableoutput
Methods in org.pentaho.di.trans.steps.tableoutput with parameters of type Trans Modifier and Type Method Description StepInterface
TableOutputMeta. 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.textfileinput
Methods in org.pentaho.di.trans.steps.textfileinput with parameters of type Trans Modifier and Type Method Description StepInterface
TextFileInputMeta. 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.textfileoutput
Methods in org.pentaho.di.trans.steps.textfileoutput with parameters of type Trans Modifier and Type Method Description StepInterface
TextFileOutputMeta. 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.textfileoutputlegacy
Methods in org.pentaho.di.trans.steps.textfileoutputlegacy with parameters of type Trans Modifier and Type Method Description StepInterface
TextFileOutputLegacyMeta. 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.transexecutor
Methods in org.pentaho.di.trans.steps.transexecutor that return Trans Modifier and Type Method Description Trans
TransExecutor. getExecutorTrans()
Trans
TransExecutorData. getExecutorTrans()
Methods in org.pentaho.di.trans.steps.transexecutor with parameters of type Trans Modifier and Type Method Description StepInterface
TransExecutorMeta. 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 Trans Constructor Description TransExecutor(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 Trans Modifier and Type Method Description StepInterface
UniqueRowsMeta. 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.uniquerowsbyhashset
Methods in org.pentaho.di.trans.steps.uniquerowsbyhashset with parameters of type Trans Modifier and Type Method Description StepInterface
UniqueRowsByHashSetMeta. 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.univariatestats
Methods in org.pentaho.di.trans.steps.univariatestats with parameters of type Trans Modifier and Type Method Description StepInterface
UnivariateStatsMeta. 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 newUnivariateStats
instance. -
Uses of Trans in org.pentaho.di.trans.steps.update
Methods in org.pentaho.di.trans.steps.update with parameters of type Trans Modifier and Type Method Description StepInterface
UpdateMeta. 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.userdefinedjavaclass
Methods in org.pentaho.di.trans.steps.userdefinedjavaclass that return Trans Modifier and Type Method Description Trans
TransformClassBase. getTrans()
Trans
UserDefinedJavaClass. getTransImpl()
Methods in org.pentaho.di.trans.steps.userdefinedjavaclass with parameters of type Trans Modifier and Type Method Description StepInterface
UserDefinedJavaClassMeta. 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.validator
Methods in org.pentaho.di.trans.steps.validator with parameters of type Trans Modifier and Type Method Description StepInterface
ValidatorMeta. 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.valuemapper
Methods in org.pentaho.di.trans.steps.valuemapper with parameters of type Trans Modifier and Type Method Description StepInterface
ValueMapperMeta. 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.webserviceavailable
Methods in org.pentaho.di.trans.steps.webserviceavailable with parameters of type Trans Modifier and Type Method Description StepInterface
WebServiceAvailableMeta. 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.webservices
Methods in org.pentaho.di.trans.steps.webservices with parameters of type Trans Modifier and Type Method Description StepInterface
WebServiceMeta. 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.writetolog
Methods in org.pentaho.di.trans.steps.writetolog with parameters of type Trans Modifier and Type Method Description StepInterface
WriteToLogMeta. 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.xbaseinput
Methods in org.pentaho.di.trans.steps.xbaseinput with parameters of type Trans Modifier and Type Method Description StepInterface
XBaseInputMeta. 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.zipfile
Methods in org.pentaho.di.trans.steps.zipfile with parameters of type Trans Modifier and Type Method Description StepInterface
ZipFileMeta. 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.common
Constructors 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.www
Methods in org.pentaho.di.www that return Trans Modifier and Type Method Description protected Trans
BaseJobServlet. createTrans(TransConfiguration transConfiguration)
Trans
TransformationMap. getTransformation(String transformationName)
Find the first transformation in the list that comes to mind!Trans
TransformationMap. getTransformation(CarteObjectEntry entry)
Methods in org.pentaho.di.www with parameters of type Trans Modifier and Type Method Description void
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 Modifier and Type Method Description static Trans
CarteResource. getTransformation(String id)
-