Uses of Class
org.pentaho.di.trans.TransMeta
Packages that use TransMeta
Package
Description
-
Uses of TransMeta in org.pentaho.di.base
Methods in org.pentaho.di.base that return TransMetaModifier and TypeMethodDescriptionIMetaFileCache.getCachedTransMeta
(String key) MetaFileCacheImpl.getCachedTransMeta
(String key) Methods in org.pentaho.di.base with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
void
static void
IMetaFileCache.setCacheInstance
(TransMeta transMeta, IMetaFileCache cache) -
Uses of TransMeta in org.pentaho.di.core.gui
Methods in org.pentaho.di.core.gui with parameters of type TransMeta -
Uses of TransMeta in org.pentaho.di.core.util
Constructors in org.pentaho.di.core.util with parameters of type TransMetaModifierConstructorDescriptionAbstractStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) Constructor. -
Uses of TransMeta in org.pentaho.di.job.entries.trans
Methods in org.pentaho.di.job.entries.trans that return TransMetaModifier and TypeMethodDescriptionJobEntryTrans.getTransMeta
(Repository rep, org.pentaho.di.core.variables.VariableSpace space) Deprecated.JobEntryTrans.getTransMeta
(Repository rep, org.pentaho.metastore.api.IMetaStore metaStore, org.pentaho.di.core.variables.VariableSpace space) -
Uses of TransMeta in org.pentaho.di.lineage
Methods in org.pentaho.di.lineage that return TransMetaMethods in org.pentaho.di.lineage with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
TransDataLineage.setTransMeta
(TransMeta transMeta) void
ValueLineage.setTransMeta
(TransMeta transMeta) Constructors in org.pentaho.di.lineage with parameters of type TransMetaModifierConstructorDescriptionTransDataLineage
(TransMeta transMeta) ValueLineage
(TransMeta transMeta, org.pentaho.di.core.row.ValueMetaInterface valueMeta) Create a new ValueLineage object with an empty set of source steps. -
Uses of TransMeta in org.pentaho.di.pan
Methods in org.pentaho.di.pan with parameters of type TransMetaModifier and TypeMethodDescriptionprotected static void
Pan.configureParameters
(Trans trans, org.pentaho.di.core.parameters.NamedParams optionParams, TransMeta transMeta) Configures the transformation with the given parameters and their valuesprotected static void
PanCommandExecutor.configureParameters
(Trans trans, org.pentaho.di.core.parameters.NamedParams optionParams, TransMeta transMeta) Configures the transformation with the given parameters and their values -
Uses of TransMeta in org.pentaho.di.pkg
Methods in org.pentaho.di.pkg with parameters of type TransMetaModifier and TypeMethodDescriptionstatic final void
JarfileGenerator.generateJarFile
(TransMeta transMeta) Constructors in org.pentaho.di.pkg with parameters of type TransMeta -
Uses of TransMeta in org.pentaho.di.repository
Methods in org.pentaho.di.repository that return TransMetaModifier and TypeMethodDescriptionRepository.loadTransformation
(String transname, org.pentaho.di.repository.RepositoryDirectoryInterface repdir, org.pentaho.di.core.ProgressMonitorListener monitor, boolean setInternalVariables, String revision) Load a transformation with a name from a folder in the repositoryRepository.loadTransformation
(org.pentaho.di.repository.ObjectId id_transformation, String versionLabel) Load a transformation by idMethods in org.pentaho.di.repository with parameters of type TransMetaModifier and TypeMethodDescriptionRepository.readTransSharedObjects
(TransMeta transMeta) protected void
RepositoryImporter.replaceSharedObjects
(TransMeta transMeta) protected void
RepositoryImporter.saveTransMeta
(TransMeta transMeta) boolean
RepositoryImporter.transOverwritePrompt
(TransMeta transMeta) boolean
RepositoryImportFeedbackInterface.transOverwritePrompt
(TransMeta transMeta) -
Uses of TransMeta in org.pentaho.di.repository.filerep
Methods in org.pentaho.di.repository.filerep that return TransMetaModifier and TypeMethodDescriptionKettleFileRepository.loadTransformation
(String transname, org.pentaho.di.repository.RepositoryDirectoryInterface repdir, org.pentaho.di.core.ProgressMonitorListener monitor, boolean setInternalVariables, String versionName) KettleFileRepository.loadTransformation
(org.pentaho.di.repository.ObjectId idTransformation, String versionLabel) Methods in org.pentaho.di.repository.filerep with parameters of type TransMetaModifier and TypeMethodDescriptionKettleFileRepository.readTransSharedObjects
(TransMeta transMeta) -
Uses of TransMeta in org.pentaho.di.repository.kdr
Methods in org.pentaho.di.repository.kdr that return TransMetaModifier and TypeMethodDescriptionKettleDatabaseRepository.loadTransformation
(String transname, org.pentaho.di.repository.RepositoryDirectoryInterface repdir, org.pentaho.di.core.ProgressMonitorListener monitor, boolean setInternalVariables, String versionName) KettleDatabaseRepository.loadTransformation
(org.pentaho.di.repository.ObjectId idTransformation, String versionLabel) Methods in org.pentaho.di.repository.kdr with parameters of type TransMetaModifier and TypeMethodDescriptionKettleDatabaseRepository.readTransSharedObjects
(TransMeta transMeta) -
Uses of TransMeta in org.pentaho.di.repository.kdr.delegates
Methods in org.pentaho.di.repository.kdr.delegates that return TransMetaModifier and TypeMethodDescriptionKettleDatabaseRepositoryTransDelegate.loadTransformation
(TransMeta transMeta, String transname, org.pentaho.di.repository.RepositoryDirectoryInterface repdir, org.pentaho.di.core.ProgressMonitorListener monitor, boolean setInternalVariables) Read a transformation with a certain name from a repositoryMethods in org.pentaho.di.repository.kdr.delegates with parameters of type TransMetaModifier and TypeMethodDescriptionKettleDatabaseRepositoryTransDelegate.loadTransformation
(TransMeta transMeta, String transname, org.pentaho.di.repository.RepositoryDirectoryInterface repdir, org.pentaho.di.core.ProgressMonitorListener monitor, boolean setInternalVariables) Read a transformation with a certain name from a repositoryvoid
KettleDatabaseRepositoryTransDelegate.readClusters
(TransMeta transMeta, boolean overWriteShared) Read the clusters in the repository and add them to this transformation if they are not yet present.void
KettleDatabaseRepositoryTransDelegate.readDatabases
(TransMeta transMeta, boolean overWriteShared) Read all the databases from the repository, insert into the TransMeta object, overwriting optionallyvoid
KettleDatabaseRepositoryTransDelegate.readPartitionSchemas
(TransMeta transMeta, boolean overWriteShared) Read the partitions in the repository and add them to this transformation if they are not yet present.void
KettleDatabaseRepositoryTransDelegate.readSlaves
(TransMeta transMeta, boolean overWriteShared) Read the slave servers in the repository and add them to this transformation if they are not yet present.KettleDatabaseRepositoryTransDelegate.readTransSharedObjects
(TransMeta transMeta) void
KettleDatabaseRepositoryTransDelegate.saveTransformation
(TransMeta transMeta, String versionComment, org.pentaho.di.core.ProgressMonitorListener monitor, boolean overwriteAssociated) Saves the transformation to a repository.void
KettleDatabaseRepositoryTransDelegate.saveTransParameters
(TransMeta transMeta) Save the parameters of this transformation to the repository. -
Uses of TransMeta in org.pentaho.di.trans
Fields in org.pentaho.di.trans declared as TransMetaModifier and TypeFieldDescriptionprotected TransMeta
Trans.transMeta
The transformation metadata to execute.TransPainterExtension.transMeta
TransPainterFlyoutExtension.transMeta
Methods in org.pentaho.di.trans that return TransMetaModifier and TypeMethodDescriptionTransMetaFactory.create
(Node transnode, Repository rep) TransMetaFactoryImpl.create
(Node transnode, Repository rep) static final TransMeta
TransPreviewFactory.generatePreviewTransformation
(org.pentaho.di.core.variables.VariableSpace parent, StepMetaInterface oneMeta, String oneStepname) TransProfileFactory.generateTransformation
(org.pentaho.di.core.logging.LoggingObjectInterface parentLoggingInterface) CheckStepsExtension.getTransMeta()
Trans.getTransMeta()
Gets the meta-data for the transformation.TransConfiguration.getTransMeta()
TransPainter.getTransMeta()
static TransMeta
StepWithMappingMeta.loadMappingMeta
(StepWithMappingMeta mappingMeta, Repository rep, org.pentaho.metastore.api.IMetaStore metaStore, org.pentaho.di.core.variables.VariableSpace space) static TransMeta
StepWithMappingMeta.loadMappingMeta
(StepWithMappingMeta executorMeta, Repository rep, org.pentaho.metastore.api.IMetaStore metaStore, org.pentaho.di.core.variables.VariableSpace space, boolean share) Methods in org.pentaho.di.trans with parameters of type TransMetaModifier and TypeMethodDescriptionstatic void
Trans.cleanupSlaveServer
(TransSplitter transSplitter, SlaveServer slaveServer, TransMeta slaveTransMeta) Cleanup the slave server as part of a clustered transformation.int
Compares two transformation on name, filename, repository directory, etc.int
Compares this transformation's meta-data to the specified transformation's meta-data.static TransSplitter
Trans.executeClustered
(TransMeta transMeta, TransExecutionConfiguration executionConfiguration) Execute the transformation in a clustered fashion.void
TransExecutionConfiguration.getAllVariables
(TransMeta transMeta) void
TransExecutionConfiguration.getUsedArguments
(TransMeta transMeta, String[] commandLineArguments) void
TransExecutionConfiguration.getUsedVariables
(TransMeta transMeta) static String
Trans.sendToSlaveServer
(TransMeta transMeta, TransExecutionConfiguration executionConfiguration, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) Send the transformation for execution to a Carte slave server.void
Trans.setTransMeta
(TransMeta transMeta) Sets the meta-data for the transformation.void
TransConfiguration.setTransMeta
(TransMeta transMeta) void
TransPainter.setTransMeta
(TransMeta transMeta) Constructors in org.pentaho.di.trans with parameters of type TransMetaModifierConstructorDescriptionCheckStepsExtension
(List<org.pentaho.di.core.CheckResultInterface> remarks, org.pentaho.di.core.variables.VariableSpace space, TransMeta transMeta, StepMeta[] stepMetas, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) SubtransExecutor
(String subTransName, Trans parentTrans, TransMeta subtransMeta, boolean shareVariables, TransExecutorParameters parameters, String subStep, int prefetchCount) Initializes a transformation from transformation meta-data defined in memory.Initializes a transformation from transformation meta-data defined in memory.Trans
(Parent parent, Repository rep, String name, String dirname, String filename, TransMeta parentTransMeta) TransConfiguration
(TransMeta transMeta, TransExecutionConfiguration transExecutionConfiguration) 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) 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) TransPainterExtension
(GCInterface gc, boolean shadow, List<AreaOwner> areaOwners, TransMeta transMeta, StepMeta stepMeta, TransHopMeta transHop, int x1, int y1, int x2, int y2, int mx, int my, org.pentaho.di.core.gui.Point offset, int iconsize) TransPainterFlyoutExtension
(GCInterface gc, List<AreaOwner> areaOwners, TransMeta transMeta, StepMeta stepMeta, float translationX, float translationY, float magnification, org.pentaho.di.core.gui.Point area, org.pentaho.di.core.gui.Point offset) -
Uses of TransMeta in org.pentaho.di.trans.cluster
Methods in org.pentaho.di.trans.cluster that return TransMetaModifier and TypeMethodDescriptionTransSplitter.getMaster()
TransSplitter.getOriginalTransformation()
TransSplitter.getSlaves()
Methods in org.pentaho.di.trans.cluster that return types with arguments of type TransMetaModifier and TypeMethodDescriptionTransSplitter.getCarteObjectMap()
TransSplitter.getSlaveTransMap()
Methods in org.pentaho.di.trans.cluster with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
TransSplitter.setOriginalTransformation
(TransMeta originalTransformation) Constructors in org.pentaho.di.trans.cluster with parameters of type TransMetaModifierConstructorDescriptionTransSplitter
(TransMeta transMeta) protected
TransSplitter
(TransMeta transMeta, TransMetaFactory transMetaFactory) -
Uses of TransMeta in org.pentaho.di.trans.debug
Methods in org.pentaho.di.trans.debug that return TransMetaMethods in org.pentaho.di.trans.debug with parameters of type TransMetaConstructors in org.pentaho.di.trans.debug with parameters of type TransMeta -
Uses of TransMeta in org.pentaho.di.trans.step
Methods in org.pentaho.di.trans.step that return TransMetaModifier and TypeMethodDescriptiondefault TransMeta
StepMetaInterface.fetchTransMeta
(StepMetaInterface stepMeta, Repository rep, org.pentaho.metastore.api.IMetaStore metastore, org.pentaho.di.core.variables.VariableSpace space) Allows for someone to fetch the related TransMeta object.StepMeta.getParentTransMeta()
BaseStep.getTransMeta()
Methods in org.pentaho.di.trans.step with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
BaseStepMeta.analyseImpact
(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info) void
BaseStepMeta.analyseImpact
(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) Each step must be able to report on the impact it has on a database, table field, etc.void
StepMetaInterface.analyseImpact
(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info) void
StepMetaInterface.analyseImpact
(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) Each step must be able to report on the impact it has on a database, table field, etc.void
BaseStepMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info) void
BaseStepMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) void
BaseStepMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) void
StepMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info) void
StepMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) void
StepMetaInterface.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info) void
StepMetaInterface.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) Checks the settings of this step and puts the findings in a remarks List.BaseStepMeta.getResourceDependencies
(TransMeta transMeta, StepMeta stepInfo) Get a list of all the resource dependencies that the step is depending on.StepMeta.getResourceDependencies
(TransMeta transMeta) Get a list of all the resource dependencies that the step is depending on.StepMetaInterface.getResourceDependencies
(TransMeta transMeta, StepMeta stepMeta) Get a list of all the resource dependencies that the step is depending on.org.pentaho.di.core.SQLStatement
BaseStepMeta.getSQLStatements
(TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev) org.pentaho.di.core.SQLStatement
BaseStepMeta.getSQLStatements
(TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) Standard method to return an SQLStatement object with SQL statements that the step needs in order to work correctly.org.pentaho.di.core.SQLStatement
StepMetaInterface.getSQLStatements
(TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev) org.pentaho.di.core.SQLStatement
StepMetaInterface.getSQLStatements
(TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) Standard method to return an SQLStatement object with SQL statements that the step needs in order to work correctly.StepMetaInterface.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) Get the executing step, needed by Trans to launch a step.void
StepMetaChangeListenerInterface.onStepChange
(TransMeta transMeta, StepMeta oldMeta, StepMeta newMeta) This method is called when a step was changedvoid
StepMeta.setParentTransMeta
(TransMeta parentTransMeta) void
BaseStep.setTransMeta
(TransMeta transMeta) Constructors in org.pentaho.di.trans.step with parameters of type TransMetaModifierConstructorDescriptionBaseDatabaseStep
(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 TransMeta in org.pentaho.di.trans.steps.calculator
Methods in org.pentaho.di.trans.steps.calculator with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
CalculatorMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) CalculatorMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.calculator with parameters of type TransMetaModifierConstructorDescriptionCalculator
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.common
Methods in org.pentaho.di.trans.steps.common with parameters of type TransMetaModifier and TypeMethodDescriptionorg.apache.commons.vfs2.FileObject
CsvInputAwareMeta.getHeaderFileObject
(TransMeta transMeta) Returns aFileObject
that corresponds to the first encountered input file. -
Uses of TransMeta in org.pentaho.di.trans.steps.constant
Methods in org.pentaho.di.trans.steps.constant with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
ConstantMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) ConstantMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.constant with parameters of type TransMetaModifierConstructorDescriptionConstant
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.csvinput
Methods in org.pentaho.di.trans.steps.csvinput with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
CsvInputMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) org.apache.commons.vfs2.FileObject
CsvInputMeta.getHeaderFileObject
(TransMeta transMeta) CsvInputMeta.getResourceDependencies
(TransMeta transMeta, StepMeta stepInfo) CsvInputMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.csvinput with parameters of type TransMetaModifierConstructorDescriptionCsvInput
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.databasejoin
Methods in org.pentaho.di.trans.steps.databasejoin with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
DatabaseJoinMeta.analyseImpact
(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) void
DatabaseJoinMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) DatabaseJoinMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.databasejoin with parameters of type TransMetaModifierConstructorDescriptionDatabaseJoin
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.databaselookup
Methods in org.pentaho.di.trans.steps.databaselookup with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
DatabaseLookupMeta.analyseImpact
(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepinfo, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) void
DatabaseLookupMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) DatabaseLookupMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.databaselookup with parameters of type TransMetaModifierConstructorDescriptionDatabaseLookup
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.datagrid
Methods in org.pentaho.di.trans.steps.datagrid with parameters of type TransMetaModifier and TypeMethodDescriptionDataGridMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.datagrid with parameters of type TransMetaModifierConstructorDescriptionDataGrid
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.dbproc
Methods in org.pentaho.di.trans.steps.dbproc with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
DBProcMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) DBProcMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.dbproc with parameters of type TransMetaModifierConstructorDescriptionDBProc
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.delete
Methods in org.pentaho.di.trans.steps.delete with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
DeleteMeta.analyseImpact
(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) void
DeleteMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) org.pentaho.di.core.SQLStatement
DeleteMeta.getSQLStatements
(TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) DeleteMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.delete with parameters of type TransMetaModifierConstructorDescriptionDelete
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.denormaliser
Methods in org.pentaho.di.trans.steps.denormaliser with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
DenormaliserMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) DenormaliserMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.denormaliser with parameters of type TransMetaModifierConstructorDescriptionDenormaliser
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.detectemptystream
Methods in org.pentaho.di.trans.steps.detectemptystream with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
DetectEmptyStreamMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) DetectEmptyStreamMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.detectemptystream with parameters of type TransMetaModifierConstructorDescriptionDetectEmptyStream
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.detectlastrow
Methods in org.pentaho.di.trans.steps.detectlastrow with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
DetectLastRowMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) DetectLastRowMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.detectlastrow with parameters of type TransMetaModifierConstructorDescriptionDetectLastRow
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.dimensionlookup
Methods in org.pentaho.di.trans.steps.dimensionlookup with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
DimensionLookupMeta.analyseImpact
(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) void
DimensionLookupMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) org.pentaho.di.core.SQLStatement
DimensionLookupMeta.getSQLStatements
(TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) DimensionLookupMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.dimensionlookup with parameters of type TransMetaModifierConstructorDescriptionDimensionLookup
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.dummytrans
Methods in org.pentaho.di.trans.steps.dummytrans with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
DummyTransMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) DummyTransMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.dummytrans with parameters of type TransMetaModifierConstructorDescriptionDummyTrans
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.dynamicsqlrow
Methods in org.pentaho.di.trans.steps.dynamicsqlrow with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
DynamicSQLRowMeta.analyseImpact
(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) void
DynamicSQLRowMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) DynamicSQLRowMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.dynamicsqlrow with parameters of type TransMetaModifierConstructorDescriptionDynamicSQLRow
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.execprocess
Methods in org.pentaho.di.trans.steps.execprocess with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
ExecProcessMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) ExecProcessMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.execprocess with parameters of type TransMetaModifierConstructorDescriptionExecProcess
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.execsqlrow
Methods in org.pentaho.di.trans.steps.execsqlrow with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
ExecSQLRowMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) ExecSQLRowMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.execsqlrow with parameters of type TransMetaModifierConstructorDescriptionExecSQLRow
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.fieldschangesequence
Methods in org.pentaho.di.trans.steps.fieldschangesequence with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
FieldsChangeSequenceMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) FieldsChangeSequenceMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.fieldschangesequence with parameters of type TransMetaModifierConstructorDescriptionFieldsChangeSequence
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.fieldsplitter
Methods in org.pentaho.di.trans.steps.fieldsplitter with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
FieldSplitterMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) FieldSplitterMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.fieldsplitter with parameters of type TransMetaModifierConstructorDescriptionFieldSplitter
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.file
Methods in org.pentaho.di.trans.steps.file with parameters of type TransMetaModifier and TypeMethodDescriptionBaseFileInputFiles.getResourceDependencies
(TransMeta transMeta, StepMeta stepInfo) BaseFileInputMeta.getResourceDependencies
(TransMeta transMeta, StepMeta stepInfo) Constructors in org.pentaho.di.trans.steps.file with parameters of type TransMetaModifierConstructorDescriptionBaseFileInputStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.fileexists
Methods in org.pentaho.di.trans.steps.fileexists with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
FileExistsMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) FileExistsMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.fileexists with parameters of type TransMetaModifierConstructorDescriptionFileExists
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.fileinput.text
Methods in org.pentaho.di.trans.steps.fileinput.text with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
TextFileInputMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) org.apache.commons.vfs2.FileObject
TextFileInputMeta.getHeaderFileObject
(TransMeta transMeta) 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 TransMetaModifierConstructorDescriptionTextFileInput
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.filelocked
Methods in org.pentaho.di.trans.steps.filelocked with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
FileLockedMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) FileLockedMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.filelocked with parameters of type TransMetaModifierConstructorDescriptionFileLocked
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.filesfromresult
Methods in org.pentaho.di.trans.steps.filesfromresult with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
FilesFromResultMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) FilesFromResultMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.filesfromresult with parameters of type TransMetaModifierConstructorDescriptionFilesFromResult
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.filestoresult
Methods in org.pentaho.di.trans.steps.filestoresult with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
FilesToResultMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) FilesToResultMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.filestoresult with parameters of type TransMetaModifierConstructorDescriptionFilesToResult
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.filterrows
Methods in org.pentaho.di.trans.steps.filterrows with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
FilterRowsMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) FilterRowsMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.filterrows with parameters of type TransMetaModifierConstructorDescriptionFilterRows
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.fixedinput
Methods in org.pentaho.di.trans.steps.fixedinput with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
FixedInputMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) FixedInputMeta.getResourceDependencies
(TransMeta transMeta, StepMeta stepInfo) FixedInputMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.fixedinput with parameters of type TransMetaModifierConstructorDescriptionFixedInput
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.flattener
Methods in org.pentaho.di.trans.steps.flattener with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
FlattenerMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) FlattenerMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.flattener with parameters of type TransMetaModifierConstructorDescriptionFlattener
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.formula
Methods in org.pentaho.di.trans.steps.formula with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
FormulaMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) Checks the settings of this step and puts the findings in a remarks List.FormulaMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.formula with parameters of type TransMetaModifierConstructorDescriptionFormula
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.fuzzymatch
Methods in org.pentaho.di.trans.steps.fuzzymatch with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
FuzzyMatchMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) FuzzyMatchMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.fuzzymatch with parameters of type TransMetaModifierConstructorDescriptionFuzzyMatch
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.getfilenames
Methods in org.pentaho.di.trans.steps.getfilenames with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
GetFileNamesMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) GetFileNamesMeta.getResourceDependencies
(TransMeta transMeta, StepMeta stepInfo) GetFileNamesMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.getfilenames with parameters of type TransMetaModifierConstructorDescriptionGetFileNames
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.getfilesrowscount
Methods in org.pentaho.di.trans.steps.getfilesrowscount with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
GetFilesRowsCountMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) GetFilesRowsCountMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.getfilesrowscount with parameters of type TransMetaModifierConstructorDescriptionGetFilesRowsCount
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.getslavesequence
Methods in org.pentaho.di.trans.steps.getslavesequence with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
GetSlaveSequenceMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) GetSlaveSequenceMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.getslavesequence with parameters of type TransMetaModifierConstructorDescriptionGetSlaveSequence
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.getsubfolders
Methods in org.pentaho.di.trans.steps.getsubfolders with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
GetSubFoldersMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) GetSubFoldersMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.getsubfolders with parameters of type TransMetaModifierConstructorDescriptionGetSubFolders
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.gettablenames
Methods in org.pentaho.di.trans.steps.gettablenames with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
GetTableNamesMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) GetTableNamesMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.gettablenames with parameters of type TransMetaModifierConstructorDescriptionGetTableNames
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.getvariable
Methods in org.pentaho.di.trans.steps.getvariable with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
GetVariableMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) GetVariableMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.getvariable with parameters of type TransMetaModifierConstructorDescriptionGetVariable
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.groupby
Methods in org.pentaho.di.trans.steps.groupby with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
GroupByMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) GroupByMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.groupby with parameters of type TransMetaModifierConstructorDescriptionGroupBy
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.http
Methods in org.pentaho.di.trans.steps.http with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
HTTPMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) HTTPMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.http with parameters of type TransMetaModifierConstructorDescriptionHTTP
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.httppost
Methods in org.pentaho.di.trans.steps.httppost with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
HTTPPOSTMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) HTTPPOSTMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.httppost with parameters of type TransMetaModifierConstructorDescriptionHTTPPOST
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.ifnull
Methods in org.pentaho.di.trans.steps.ifnull with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
IfNullMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) IfNullMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.ifnull with parameters of type TransMetaModifierConstructorDescriptionIfNull
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.injector
Methods in org.pentaho.di.trans.steps.injector with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
InjectorMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info) Deprecated.void
InjectorMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) InjectorMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.injector with parameters of type TransMetaModifierConstructorDescriptionInjector
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.insertupdate
Methods in org.pentaho.di.trans.steps.insertupdate with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
InsertUpdateMeta.analyseImpact
(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) void
InsertUpdateMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) org.pentaho.di.core.SQLStatement
InsertUpdateMeta.getSQLStatements
(TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) InsertUpdateMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.insertupdate with parameters of type TransMetaModifierConstructorDescriptionInsertUpdate
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.janino
Methods in org.pentaho.di.trans.steps.janino with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
JaninoMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) Checks the settings of this step and puts the findings in a remarks List.JaninoMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.janino with parameters of type TransMetaModifierConstructorDescriptionJanino
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.javafilter
Methods in org.pentaho.di.trans.steps.javafilter with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
JavaFilterMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) JavaFilterMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.javafilter with parameters of type TransMetaModifierConstructorDescriptionJavaFilter
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.jobexecutor
Methods in org.pentaho.di.trans.steps.jobexecutor with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
JobExecutorMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) JobExecutorMeta.getResourceDependencies
(TransMeta transMeta, StepMeta stepInfo) JobExecutorMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.jobexecutor with parameters of type TransMetaModifierConstructorDescriptionJobExecutor
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.joinrows
Methods in org.pentaho.di.trans.steps.joinrows with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
JoinRowsMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) JoinRowsMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.joinrows with parameters of type TransMetaModifierConstructorDescriptionJoinRows
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.ldifinput
Methods in org.pentaho.di.trans.steps.ldifinput with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
LDIFInputMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) LDIFInputMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.ldifinput with parameters of type TransMetaModifierConstructorDescriptionLDIFInput
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.loadfileinput
Methods in org.pentaho.di.trans.steps.loadfileinput with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
LoadFileInputMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) LoadFileInputMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.loadfileinput with parameters of type TransMetaModifierConstructorDescriptionLoadFileInput
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.mapping
Fields in org.pentaho.di.trans.steps.mapping declared as TransMetaMethods in org.pentaho.di.trans.steps.mapping that return TransMetaModifier and TypeMethodDescriptionstatic final TransMeta
MappingMeta.loadMappingMeta
(MappingMeta mappingMeta, Repository rep, org.pentaho.di.core.variables.VariableSpace space) Deprecated.Methods in org.pentaho.di.trans.steps.mapping with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
MappingMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) MappingMeta.getResourceDependencies
(TransMeta transMeta, StepMeta stepInfo) MappingMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.mapping with parameters of type TransMetaModifierConstructorDescriptionMapping
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.mappinginput
Methods in org.pentaho.di.trans.steps.mappinginput with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
MappingInputMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) MappingInputMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.mappinginput with parameters of type TransMetaModifierConstructorDescriptionMappingInput
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.mappingoutput
Methods in org.pentaho.di.trans.steps.mappingoutput with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
MappingOutputMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) MappingOutputMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.mappingoutput with parameters of type TransMetaModifierConstructorDescriptionMappingOutput
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.memgroupby
Methods in org.pentaho.di.trans.steps.memgroupby with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
MemoryGroupByMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) MemoryGroupByMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.memgroupby with parameters of type TransMetaModifierConstructorDescriptionMemoryGroupBy
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.mergejoin
Methods in org.pentaho.di.trans.steps.mergejoin with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
MergeJoinMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) MergeJoinMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.mergejoin with parameters of type TransMetaModifierConstructorDescriptionMergeJoin
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.mergerows
Methods in org.pentaho.di.trans.steps.mergerows with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
MergeRowsMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) MergeRowsMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.mergerows with parameters of type TransMetaModifierConstructorDescriptionMergeRows
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.missing
Methods in org.pentaho.di.trans.steps.missing with parameters of type TransMetaModifier and TypeMethodDescriptionMissingTrans.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.missing with parameters of type TransMetaModifierConstructorDescriptionMissingTransStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.multimerge
Methods in org.pentaho.di.trans.steps.multimerge with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
MultiMergeJoinMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) MultiMergeJoinMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.multimerge with parameters of type TransMetaModifierConstructorDescriptionMultiMergeJoin
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.normaliser
Methods in org.pentaho.di.trans.steps.normaliser with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
NormaliserMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) NormaliserMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.normaliser with parameters of type TransMetaModifierConstructorDescriptionNormaliser
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.nullif
Methods in org.pentaho.di.trans.steps.nullif with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
NullIfMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) NullIfMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.nullif with parameters of type TransMetaModifierConstructorDescriptionNullIf
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.numberrange
Methods in org.pentaho.di.trans.steps.numberrange with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
NumberRangeMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepinfo, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) NumberRangeMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans disp) Constructors in org.pentaho.di.trans.steps.numberrange with parameters of type TransMetaModifierConstructorDescriptionNumberRange
(StepMeta s, StepDataInterface stepDataInterface, int c, TransMeta t, Trans dis) -
Uses of TransMeta in org.pentaho.di.trans.steps.olapinput
Methods in org.pentaho.di.trans.steps.olapinput with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
OlapInputMeta.analyseImpact
(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) void
OlapInputMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) OlapInputMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.olapinput with parameters of type TransMetaModifierConstructorDescriptionOlapInput
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.parallelgzipcsv
Methods in org.pentaho.di.trans.steps.parallelgzipcsv with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
ParGzipCsvInputMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) ParGzipCsvInputMeta.getResourceDependencies
(TransMeta transMeta, StepMeta stepInfo) ParGzipCsvInputMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.parallelgzipcsv with parameters of type TransMetaModifierConstructorDescriptionParGzipCsvInput
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.pgpdecryptstream
Methods in org.pentaho.di.trans.steps.pgpdecryptstream with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
PGPDecryptStreamMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) PGPDecryptStreamMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.pgpdecryptstream with parameters of type TransMetaModifierConstructorDescriptionPGPDecryptStream
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.pgpencryptstream
Methods in org.pentaho.di.trans.steps.pgpencryptstream with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
PGPEncryptStreamMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) PGPEncryptStreamMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.pgpencryptstream with parameters of type TransMetaModifierConstructorDescriptionPGPEncryptStream
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.prioritizestreams
Methods in org.pentaho.di.trans.steps.prioritizestreams with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
PrioritizeStreamsMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) PrioritizeStreamsMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.prioritizestreams with parameters of type TransMetaModifierConstructorDescriptionPrioritizeStreams
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.processfiles
Methods in org.pentaho.di.trans.steps.processfiles with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
ProcessFilesMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) ProcessFilesMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.processfiles with parameters of type TransMetaModifierConstructorDescriptionProcessFiles
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.propertyinput
Methods in org.pentaho.di.trans.steps.propertyinput with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
PropertyInputMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) PropertyInputMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.propertyinput with parameters of type TransMetaModifierConstructorDescriptionPropertyInput
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.propertyoutput
Methods in org.pentaho.di.trans.steps.propertyoutput with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
PropertyOutputMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) PropertyOutputMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.propertyoutput with parameters of type TransMetaModifierConstructorDescriptionPropertyOutput
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.randomvalue
Methods in org.pentaho.di.trans.steps.randomvalue with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
RandomValueMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) RandomValueMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.randomvalue with parameters of type TransMetaModifierConstructorDescriptionRandomValue
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.recordsfromstream
Constructors in org.pentaho.di.trans.steps.recordsfromstream with parameters of type TransMetaModifierConstructorDescriptionRecordsFromStream
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.regexeval
Methods in org.pentaho.di.trans.steps.regexeval with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
RegexEvalMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) RegexEvalMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.regexeval with parameters of type TransMetaModifierConstructorDescriptionRegexEval
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.replacestring
Methods in org.pentaho.di.trans.steps.replacestring with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
ReplaceStringMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepinfo, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) ReplaceStringMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.replacestring with parameters of type TransMetaModifierConstructorDescriptionReplaceString
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.reservoirsampling
Methods in org.pentaho.di.trans.steps.reservoirsampling with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
ReservoirSamplingMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transmeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) 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 TransMetaModifierConstructorDescriptionReservoirSampling
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) Creates a newReservoirSampling
instance. -
Uses of TransMeta in org.pentaho.di.trans.steps.rowgenerator
Methods in org.pentaho.di.trans.steps.rowgenerator with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
RowGeneratorMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) RowGeneratorMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.rowgenerator with parameters of type TransMetaModifierConstructorDescriptionRowGenerator
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.rowsfromresult
Methods in org.pentaho.di.trans.steps.rowsfromresult with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
RowsFromResultMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) RowsFromResultMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.rowsfromresult with parameters of type TransMetaModifierConstructorDescriptionRowsFromResult
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.rowstoresult
Methods in org.pentaho.di.trans.steps.rowstoresult with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
RowsToResultMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) RowsToResultMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.rowstoresult with parameters of type TransMetaModifierConstructorDescriptionRowsToResult
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.samplerows
Methods in org.pentaho.di.trans.steps.samplerows with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
SampleRowsMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) SampleRowsMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.samplerows with parameters of type TransMetaModifierConstructorDescriptionSampleRows
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.sasinput
Methods in org.pentaho.di.trans.steps.sasinput with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
SasInputMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) SasInputMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.sasinput with parameters of type TransMetaModifierConstructorDescriptionSasInput
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.script
Methods in org.pentaho.di.trans.steps.script with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
ScriptMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) ScriptMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.script with parameters of type TransMetaModifierConstructorDescriptionScript
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.scriptvalues_mod
Methods in org.pentaho.di.trans.steps.scriptvalues_mod that return TransMetaMethods in org.pentaho.di.trans.steps.scriptvalues_mod with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
ScriptValuesMetaMod.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) 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 TransMetaModifierConstructorDescriptionScriptValuesMod
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.selectvalues
Methods in org.pentaho.di.trans.steps.selectvalues with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
SelectValuesMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) SelectValuesMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.selectvalues with parameters of type TransMetaModifierConstructorDescriptionSelectValues
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.setvalueconstant
Methods in org.pentaho.di.trans.steps.setvalueconstant with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
SetValueConstantMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) SetValueConstantMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.setvalueconstant with parameters of type TransMetaModifierConstructorDescriptionSetValueConstant
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.setvaluefield
Methods in org.pentaho.di.trans.steps.setvaluefield with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
SetValueFieldMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) SetValueFieldMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.setvaluefield with parameters of type TransMetaModifierConstructorDescriptionSetValueField
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.setvariable
Methods in org.pentaho.di.trans.steps.setvariable with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
SetVariableMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) SetVariableMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.setvariable with parameters of type TransMetaModifierConstructorDescriptionSetVariable
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.simplemapping
Fields in org.pentaho.di.trans.steps.simplemapping declared as TransMetaMethods in org.pentaho.di.trans.steps.simplemapping with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
SimpleMappingMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) SimpleMappingMeta.getResourceDependencies
(TransMeta transMeta, StepMeta stepInfo) SimpleMappingMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.simplemapping with parameters of type TransMetaModifierConstructorDescriptionSimpleMapping
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.singlethreader
Fields in org.pentaho.di.trans.steps.singlethreader declared as TransMetaMethods in org.pentaho.di.trans.steps.singlethreader that return TransMetaModifier and TypeMethodDescriptionstatic final TransMeta
SingleThreaderMeta.loadSingleThreadedTransMeta
(SingleThreaderMeta mappingMeta, Repository rep, org.pentaho.di.core.variables.VariableSpace space) static final TransMeta
SingleThreaderMeta.loadSingleThreadedTransMeta
(SingleThreaderMeta mappingMeta, Repository rep, org.pentaho.di.core.variables.VariableSpace space, boolean passingAllParameters) Methods in org.pentaho.di.trans.steps.singlethreader with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
SingleThreaderMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) SingleThreaderMeta.getResourceDependencies
(TransMeta transMeta, StepMeta stepInfo) SingleThreaderMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.singlethreader with parameters of type TransMetaModifierConstructorDescriptionSingleThreader
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.socketreader
Methods in org.pentaho.di.trans.steps.socketreader with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
SocketReaderMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) SocketReaderMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.socketreader with parameters of type TransMetaModifierConstructorDescriptionSocketReader
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.socketwriter
Methods in org.pentaho.di.trans.steps.socketwriter with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
SocketWriterMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) SocketWriterMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.socketwriter with parameters of type TransMetaModifierConstructorDescriptionSocketWriter
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.sort
Methods in org.pentaho.di.trans.steps.sort with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
SortRowsMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) SortRowsMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.sort with parameters of type TransMetaModifierConstructorDescriptionSortRows
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.sortedmerge
Methods in org.pentaho.di.trans.steps.sortedmerge with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
SortedMergeMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) SortedMergeMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.sortedmerge with parameters of type TransMetaModifierConstructorDescriptionSortedMerge
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.splitfieldtorows
Methods in org.pentaho.di.trans.steps.splitfieldtorows with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
SplitFieldToRowsMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) SplitFieldToRowsMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.splitfieldtorows with parameters of type TransMetaModifierConstructorDescriptionSplitFieldToRows
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.sql
Methods in org.pentaho.di.trans.steps.sql with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
ExecSQLMeta.analyseImpact
(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMeta prev, String[] input, String[] output, org.pentaho.di.core.row.RowMeta info) void
ExecSQLMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) ExecSQLMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.sql with parameters of type TransMetaModifierConstructorDescriptionExecSQL
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.sqlfileoutput
Methods in org.pentaho.di.trans.steps.sqlfileoutput with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
SQLFileOutputMeta.analyseImpact
(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) void
SQLFileOutputMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) org.pentaho.di.core.SQLStatement
SQLFileOutputMeta.getSQLStatements
(TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) SQLFileOutputMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.sqlfileoutput with parameters of type TransMetaModifierConstructorDescriptionSQLFileOutput
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.ssh
Methods in org.pentaho.di.trans.steps.ssh with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
SSHMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) SSHMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.ssh with parameters of type TransMetaModifierConstructorDescriptionSSH
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.stepmeta
Methods in org.pentaho.di.trans.steps.stepmeta with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
StepMetastructureMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) StepMetastructureMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.stepmeta with parameters of type TransMetaModifierConstructorDescriptionStepMetastructure
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.stepsmetrics
Methods in org.pentaho.di.trans.steps.stepsmetrics with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
StepsMetricsMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) StepsMetricsMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.stepsmetrics with parameters of type TransMetaModifierConstructorDescriptionStepsMetrics
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.streamlookup
Methods in org.pentaho.di.trans.steps.streamlookup with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
StreamLookupMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) StreamLookupMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.streamlookup with parameters of type TransMetaModifierConstructorDescriptionStreamLookup
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.stringcut
Methods in org.pentaho.di.trans.steps.stringcut with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
StringCutMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepinfo, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) StringCutMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.stringcut with parameters of type TransMetaModifierConstructorDescriptionStringCut
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.stringoperations
Methods in org.pentaho.di.trans.steps.stringoperations with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
StringOperationsMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepinfo, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) StringOperationsMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.stringoperations with parameters of type TransMetaModifierConstructorDescriptionStringOperations
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.switchcase
Methods in org.pentaho.di.trans.steps.switchcase with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
SwitchCaseMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) SwitchCaseMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.switchcase with parameters of type TransMetaModifierConstructorDescriptionSwitchCase
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.symmetriccrypto.secretkeygenerator
Methods in org.pentaho.di.trans.steps.symmetriccrypto.secretkeygenerator with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
SecretKeyGeneratorMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) 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 TransMetaModifierConstructorDescriptionSecretKeyGenerator
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.symmetriccrypto.symmetriccryptotrans
Methods in org.pentaho.di.trans.steps.symmetriccrypto.symmetriccryptotrans with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
SymmetricCryptoTransMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepinfo, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) 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 TransMetaModifierConstructorDescriptionSymmetricCryptoTrans
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.synchronizeaftermerge
Methods in org.pentaho.di.trans.steps.synchronizeaftermerge with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
SynchronizeAfterMergeMeta.analyseImpact
(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) void
SynchronizeAfterMergeMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) org.pentaho.di.core.SQLStatement
SynchronizeAfterMergeMeta.getSQLStatements
(TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) SynchronizeAfterMergeMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.synchronizeaftermerge with parameters of type TransMetaModifierConstructorDescriptionSynchronizeAfterMerge
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.syslog
Methods in org.pentaho.di.trans.steps.syslog with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
SyslogMessageMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) SyslogMessageMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.syslog with parameters of type TransMetaModifierConstructorDescriptionSyslogMessage
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.systemdata
Methods in org.pentaho.di.trans.steps.systemdata with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
SystemDataMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) SystemDataMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.systemdata with parameters of type TransMetaModifierConstructorDescriptionSystemData
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.tablecompare
Methods in org.pentaho.di.trans.steps.tablecompare with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
TableCompareMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) TableCompareMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.tablecompare with parameters of type TransMetaModifierConstructorDescriptionTableCompare
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.tableexists
Methods in org.pentaho.di.trans.steps.tableexists with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
TableExistsMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) TableExistsMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.tableexists with parameters of type TransMetaModifierConstructorDescriptionTableExists
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.tableinput
Methods in org.pentaho.di.trans.steps.tableinput with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
TableInputMeta.analyseImpact
(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) void
TableInputMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) TableInputMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.tableinput with parameters of type TransMetaModifierConstructorDescriptionTableInput
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.tableoutput
Methods in org.pentaho.di.trans.steps.tableoutput with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
TableOutputMeta.analyseImpact
(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) void
TableOutputMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) org.pentaho.di.core.SQLStatement
TableOutputMeta.getSQLStatements
(TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String tk, boolean use_autoinc, String pk) org.pentaho.di.core.SQLStatement
TableOutputMeta.getSQLStatements
(TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) TableOutputMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.tableoutput with parameters of type TransMetaModifierConstructorDescriptionTableOutput
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.textfileinput
Methods in org.pentaho.di.trans.steps.textfileinput with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
TextFileInputMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) Deprecated.TextFileInputMeta.getResourceDependencies
(TransMeta transMeta, StepMeta stepInfo) Deprecated.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 TransMetaModifierConstructorDescriptionTextFileInput
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) Deprecated. -
Uses of TransMeta in org.pentaho.di.trans.steps.textfileoutput
Methods in org.pentaho.di.trans.steps.textfileoutput with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
TextFileOutputMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) TextFileOutputMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.textfileoutput with parameters of type TransMetaModifierConstructorDescriptionTextFileOutput
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.textfileoutputlegacy
Methods in org.pentaho.di.trans.steps.textfileoutputlegacy with parameters of type TransMetaModifier and TypeMethodDescriptionTextFileOutputLegacyMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Deprecated.Constructors in org.pentaho.di.trans.steps.textfileoutputlegacy with parameters of type TransMetaModifierConstructorDescriptionTextFileOutputLegacy
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) Deprecated. -
Uses of TransMeta in org.pentaho.di.trans.steps.transexecutor
Methods in org.pentaho.di.trans.steps.transexecutor that return TransMetaModifier and TypeMethodDescriptionTransExecutorData.getExecutorTransMeta()
static TransMeta
TransExecutorMeta.loadTransMeta
(TransExecutorMeta executorMeta, Repository rep, org.pentaho.di.core.variables.VariableSpace space) Deprecated.Methods in org.pentaho.di.trans.steps.transexecutor with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
TransExecutorMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepinfo, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) TransExecutorMeta.getResourceDependencies
(TransMeta transMeta, StepMeta stepInfo) TransExecutorMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) void
TransExecutorData.setExecutorTransMeta
(TransMeta executorTransMeta) Constructors in org.pentaho.di.trans.steps.transexecutor with parameters of type TransMetaModifierConstructorDescriptionTransExecutor
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.uniquerows
Methods in org.pentaho.di.trans.steps.uniquerows with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
UniqueRowsMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) UniqueRowsMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.uniquerows with parameters of type TransMetaModifierConstructorDescriptionUniqueRows
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.uniquerowsbyhashset
Methods in org.pentaho.di.trans.steps.uniquerowsbyhashset with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
UniqueRowsByHashSetMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) UniqueRowsByHashSetMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.uniquerowsbyhashset with parameters of type TransMetaModifierConstructorDescriptionUniqueRowsByHashSet
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.univariatestats
Methods in org.pentaho.di.trans.steps.univariatestats with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
UnivariateStatsMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transmeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) Check the settings of this step and put findings in a remarks list.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 TransMetaModifierConstructorDescriptionUnivariateStats
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) Creates a newUnivariateStats
instance. -
Uses of TransMeta in org.pentaho.di.trans.steps.update
Methods in org.pentaho.di.trans.steps.update with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
UpdateMeta.analyseImpact
(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) void
UpdateMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) org.pentaho.di.core.SQLStatement
UpdateMeta.getSQLStatements
(TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) UpdateMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.update with parameters of type TransMetaModifierConstructorDescriptionUpdate
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.userdefinedjavaclass
Methods in org.pentaho.di.trans.steps.userdefinedjavaclass that return TransMetaModifier and TypeMethodDescriptionTransformClassBase.getTransMeta()
UserDefinedJavaClass.getTransMeta()
UserDefinedJavaClass.getTransMetaImpl()
Methods in org.pentaho.di.trans.steps.userdefinedjavaclass with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
UserDefinedJavaClassMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepinfo, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) UserDefinedJavaClassMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.userdefinedjavaclass with parameters of type TransMetaModifierConstructorDescriptionUserDefinedJavaClass
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.validator
Methods in org.pentaho.di.trans.steps.validator with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
ValidatorMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) ValidatorMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.validator with parameters of type TransMetaModifierConstructorDescriptionValidator
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.valuemapper
Methods in org.pentaho.di.trans.steps.valuemapper with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
ValueMapperMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) ValueMapperMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.valuemapper with parameters of type TransMetaModifierConstructorDescriptionValueMapper
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.webserviceavailable
Methods in org.pentaho.di.trans.steps.webserviceavailable with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
WebServiceAvailableMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) WebServiceAvailableMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.webserviceavailable with parameters of type TransMetaModifierConstructorDescriptionWebServiceAvailable
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.webservices
Methods in org.pentaho.di.trans.steps.webservices with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
WebServiceMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) WebServiceMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans disp) Constructors in org.pentaho.di.trans.steps.webservices with parameters of type TransMetaModifierConstructorDescriptionWebService
(StepMeta aStepMeta, StepDataInterface aStepData, int value, TransMeta aTransMeta, Trans aTrans) -
Uses of TransMeta in org.pentaho.di.trans.steps.writetolog
Methods in org.pentaho.di.trans.steps.writetolog with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
WriteToLogMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) WriteToLogMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.writetolog with parameters of type TransMetaModifierConstructorDescriptionWriteToLog
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.xbaseinput
Methods in org.pentaho.di.trans.steps.xbaseinput with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
XBaseInputMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) XBaseInputMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans) Constructors in org.pentaho.di.trans.steps.xbaseinput with parameters of type TransMetaModifierConstructorDescriptionXBaseInput
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.steps.zipfile
Methods in org.pentaho.di.trans.steps.zipfile with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
ZipFileMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) ZipFileMeta.getStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans) Constructors in org.pentaho.di.trans.steps.zipfile with parameters of type TransMetaModifierConstructorDescriptionZipFile
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.trans.streaming.common
Methods in org.pentaho.di.trans.streaming.common with parameters of type TransMetaModifier and TypeMethodDescriptionvoid
BaseStreamStepMeta.check
(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) BaseStreamStepMeta.getResourceDependencies
(TransMeta transMeta, StepMeta stepInfo) Constructors in org.pentaho.di.trans.streaming.common with parameters of type TransMetaModifierConstructorDescriptionBaseStreamStep
(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans) -
Uses of TransMeta in org.pentaho.di.www
Methods in org.pentaho.di.www with parameters of type TransMeta
JobEntryTrans.getTransMeta(Repository, IMetaStore, VariableSpace)