|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of TransMeta in org.pentaho.di.cluster |
---|
Methods in org.pentaho.di.cluster that return TransMeta | |
---|---|
TransMeta |
BaseCluster.loadAndModifyTestTransformation(ClusterGenerator clusterGenerator,
String filename)
|
Uses of TransMeta in org.pentaho.di.core.gui |
---|
Methods in org.pentaho.di.core.gui with parameters of type TransMeta | |
---|---|
void |
SpoonInterface.addTransGraph(TransMeta transMeta)
|
Uses of TransMeta in org.pentaho.di.core.util |
---|
Constructors in org.pentaho.di.core.util with parameters of type TransMeta | |
---|---|
AbstractStep(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 TransMeta | |
---|---|
TransMeta |
JobEntryTrans.getTransMeta(Repository rep,
VariableSpace space)
|
Uses of TransMeta in org.pentaho.di.lineage |
---|
Methods in org.pentaho.di.lineage that return TransMeta | |
---|---|
TransMeta |
TransDataLineage.getTransMeta()
|
TransMeta |
ValueLineage.getTransMeta()
|
Methods in org.pentaho.di.lineage with parameters of type TransMeta | |
---|---|
void |
TransDataLineage.setTransMeta(TransMeta transMeta)
|
void |
ValueLineage.setTransMeta(TransMeta transMeta)
|
Constructors in org.pentaho.di.lineage with parameters of type TransMeta | |
---|---|
TransDataLineage(TransMeta transMeta)
|
|
ValueLineage(TransMeta transMeta,
ValueMeta valueMeta)
Create a new ValueLineage object with an empty set of source steps. |
Uses of TransMeta in org.pentaho.di.pkg |
---|
Methods in org.pentaho.di.pkg with parameters of type TransMeta | |
---|---|
static void |
JarfileGenerator.generateJarFile(TransMeta transMeta)
|
Constructors in org.pentaho.di.pkg with parameters of type TransMeta | |
---|---|
KettleDependencies(TransMeta transMeta)
|
Uses of TransMeta in org.pentaho.di.repository |
---|
Methods in org.pentaho.di.repository that return TransMeta | |
---|---|
TransMeta |
Repository.loadTransformation(ObjectId id_transformation,
String versionLabel)
Load a transformation by id |
TransMeta |
Repository.loadTransformation(String transname,
RepositoryDirectoryInterface repdir,
ProgressMonitorListener monitor,
boolean setInternalVariables,
String revision)
Load a transformation with a name from a folder in the repository |
Methods in org.pentaho.di.repository with parameters of type TransMeta | |
---|---|
SharedObjects |
Repository.readTransSharedObjects(TransMeta transMeta)
|
boolean |
RepositoryImportFeedbackInterface.transOverwritePrompt(TransMeta transMeta)
|
boolean |
RepositoryImporter.transOverwritePrompt(TransMeta transMeta)
|
Uses of TransMeta in org.pentaho.di.repository.filerep |
---|
Methods in org.pentaho.di.repository.filerep that return TransMeta | |
---|---|
TransMeta |
KettleFileRepository.loadTransformation(ObjectId idTransformation,
String versionLabel)
|
TransMeta |
KettleFileRepository.loadTransformation(String transname,
RepositoryDirectoryInterface repdir,
ProgressMonitorListener monitor,
boolean setInternalVariables,
String versionName)
|
Methods in org.pentaho.di.repository.filerep with parameters of type TransMeta | |
---|---|
SharedObjects |
KettleFileRepository.readTransSharedObjects(TransMeta transMeta)
|
Uses of TransMeta in org.pentaho.di.repository.kdr |
---|
Methods in org.pentaho.di.repository.kdr that return TransMeta | |
---|---|
TransMeta |
KettleDatabaseRepository.loadTransformation(ObjectId idTransformation,
String versionLabel)
|
TransMeta |
KettleDatabaseRepository.loadTransformation(String transname,
RepositoryDirectoryInterface repdir,
ProgressMonitorListener monitor,
boolean setInternalVariables,
String versionName)
|
Methods in org.pentaho.di.repository.kdr with parameters of type TransMeta | |
---|---|
SharedObjects |
KettleDatabaseRepository.readTransSharedObjects(TransMeta transMeta)
|
Uses of TransMeta in org.pentaho.di.repository.kdr.delegates |
---|
Methods in org.pentaho.di.repository.kdr.delegates that return TransMeta | |
---|---|
TransMeta |
KettleDatabaseRepositoryTransDelegate.loadTransformation(TransMeta transMeta,
String transname,
RepositoryDirectoryInterface repdir,
ProgressMonitorListener monitor,
boolean setInternalVariables)
Read a transformation with a certain name from a repository |
Methods in org.pentaho.di.repository.kdr.delegates with parameters of type TransMeta | |
---|---|
TransMeta |
KettleDatabaseRepositoryTransDelegate.loadTransformation(TransMeta transMeta,
String transname,
RepositoryDirectoryInterface repdir,
ProgressMonitorListener monitor,
boolean setInternalVariables)
Read a transformation with a certain name from a repository |
void |
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 optionally |
void |
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. |
SharedObjects |
KettleDatabaseRepositoryTransDelegate.readTransSharedObjects(TransMeta transMeta)
|
void |
KettleDatabaseRepositoryTransDelegate.saveTransformation(TransMeta transMeta,
String versionComment,
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.run |
---|
Methods in org.pentaho.di.run that return TransMeta | |
---|---|
TransMeta |
TimedTransRunner.getTransMeta()
|
Methods in org.pentaho.di.run with parameters of type TransMeta | |
---|---|
void |
TimedTransRunner.setTransMeta(TransMeta transMeta)
|
Uses of TransMeta in org.pentaho.di.trans |
---|
Methods in org.pentaho.di.trans that return TransMeta | |
---|---|
static TransMeta |
TransPreviewFactory.generatePreviewTransformation(VariableSpace parent,
StepMetaInterface oneMeta,
String oneStepname)
|
static TransMeta |
TransTestFactory.generateTestTransformation(VariableSpace parent,
StepMetaInterface oneMeta,
String oneStepname)
|
TransMeta |
TransProfileFactory.generateTransformation(LoggingObjectInterface parentLoggingInterface)
|
TransMeta |
Trans.getTransMeta()
|
TransMeta |
TransConfiguration.getTransMeta()
|
Methods in org.pentaho.di.trans with parameters of type TransMeta | |
---|---|
static void |
Trans.cleanupSlaveServer(TransSplitter transSplitter,
SlaveServer slaveServer,
TransMeta slaveTransMeta)
|
int |
TransMeta.compare(TransMeta t1,
TransMeta t2)
Compares two transformation on name, filename, repository directory, etc. |
int |
TransMeta.compareTo(TransMeta o)
|
static TransSplitter |
Trans.executeClustered(TransMeta transMeta,
TransExecutionConfiguration executionConfiguration)
|
static List<RowMetaAndData> |
TransTestFactory.executeTestTransformation(TransMeta transMeta,
String injectorStepname,
String testStepname,
String dummyStepname,
List<RowMetaAndData> inputData)
|
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)
Send the transformation for execution to a carte slave server |
void |
Trans.setTransMeta(TransMeta transMeta)
|
void |
TransConfiguration.setTransMeta(TransMeta transMeta)
|
Constructors in org.pentaho.di.trans with parameters of type TransMeta | |
---|---|
Trans(TransMeta transMeta)
Initialize a transformation from transformation meta-data defined in memory |
|
Trans(TransMeta transMeta,
LoggingObjectInterface parent)
Initialize a transformation from transformation meta-data defined in memory. |
|
TransConfiguration(TransMeta transMeta,
TransExecutionConfiguration transExecutionConfiguration)
|
|
TransPainter(GCInterface gc,
TransMeta transMeta,
Point area,
ScrollBarInterface hori,
ScrollBarInterface vert,
TransHopMeta candidate,
Point drop_candidate,
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,
Point area,
ScrollBarInterface hori,
ScrollBarInterface vert,
TransHopMeta candidate,
Point drop_candidate,
Rectangle selrect,
List<AreaOwner> areaOwners,
List<StepMeta> mouseOverSteps,
int iconsize,
int linewidth,
int gridsize,
int shadowSize,
boolean antiAliasing,
String noteFontName,
int noteFontHeight,
Trans trans,
boolean slowStepIndicatorEnabled)
|
Uses of TransMeta in org.pentaho.di.trans.cluster |
---|
Methods in org.pentaho.di.trans.cluster that return TransMeta | |
---|---|
TransMeta |
TransSplitter.getMaster()
|
TransMeta |
TransSplitter.getOriginalTransformation()
|
TransMeta[] |
TransSplitter.getSlaves()
|
Methods in org.pentaho.di.trans.cluster that return types with arguments of type TransMeta | |
---|---|
Map<TransMeta,String> |
TransSplitter.getCarteObjectMap()
|
Map<SlaveServer,TransMeta> |
TransSplitter.getSlaveTransMap()
|
Methods in org.pentaho.di.trans.cluster with parameters of type TransMeta | |
---|---|
void |
TransSplitter.setOriginalTransformation(TransMeta originalTransformation)
|
Constructors in org.pentaho.di.trans.cluster with parameters of type TransMeta | |
---|---|
TransSplitter(TransMeta transMeta)
|
Uses of TransMeta in org.pentaho.di.trans.debug |
---|
Methods in org.pentaho.di.trans.debug that return TransMeta | |
---|---|
TransMeta |
TransDebugMeta.getTransMeta()
|
Methods in org.pentaho.di.trans.debug with parameters of type TransMeta | |
---|---|
void |
TransDebugMeta.setTransMeta(TransMeta transMeta)
|
Constructors in org.pentaho.di.trans.debug with parameters of type TransMeta | |
---|---|
TransDebugMeta(TransMeta transMeta)
|
Uses of TransMeta in org.pentaho.di.trans.step |
---|
Methods in org.pentaho.di.trans.step that return TransMeta | |
---|---|
TransMeta |
StepMeta.getParentTransMeta()
|
TransMeta |
BaseStep.getTransMeta()
|
Methods in org.pentaho.di.trans.step with parameters of type TransMeta | |
---|---|
void |
StepMetaInterface.analyseImpact(List<DatabaseImpact> impact,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
Each step must be able to report on the impact it has on a database, table field, etc. |
void |
BaseStepMeta.analyseImpact(List<DatabaseImpact> impact,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
Each step must be able to report on the impact it has on a database, table field, etc. |
void |
StepMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
StepMetaInterface.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
Checks the settings of this step and puts the findings in a remarks List. |
List<ResourceReference> |
StepMeta.getResourceDependencies(TransMeta transMeta)
Get a list of all the resource dependencies that the step is depending on. |
List<ResourceReference> |
StepMetaInterface.getResourceDependencies(TransMeta transMeta,
StepMeta stepMeta)
Get a list of all the resource dependencies that the step is depending on. |
List<ResourceReference> |
BaseStepMeta.getResourceDependencies(TransMeta transMeta,
StepMeta stepInfo)
Get a list of all the resource dependencies that the step is depending on. |
SQLStatement |
StepMetaInterface.getSQLStatements(TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev)
Standard method to return an SQLStatement object with SQL statements that the step needs in order to work correctly. |
SQLStatement |
BaseStepMeta.getSQLStatements(TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev)
Standard method to return one or more SQLStatement objects that the step needs in order to work correctly. |
StepInterface |
StepMetaInterface.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
Get the executing step, needed by Trans to launch a step. |
void |
StepMeta.setParentTransMeta(TransMeta parentTransMeta)
|
void |
BaseStep.setTransMeta(TransMeta transMeta)
|
Constructors in org.pentaho.di.trans.step with parameters of type TransMeta | |
---|---|
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.abort |
---|
Methods in org.pentaho.di.trans.steps.abort with parameters of type TransMeta | |
---|---|
void |
AbortMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
AbortMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.abort with parameters of type TransMeta | |
---|---|
Abort(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of TransMeta in org.pentaho.di.trans.steps.accessinput |
---|
Methods in org.pentaho.di.trans.steps.accessinput with parameters of type TransMeta | |
---|---|
void |
AccessInputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
AccessInputMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.accessinput with parameters of type TransMeta | |
---|---|
AccessInput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of TransMeta in org.pentaho.di.trans.steps.accessoutput |
---|
Methods in org.pentaho.di.trans.steps.accessoutput with parameters of type TransMeta | |
---|---|
void |
AccessOutputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
AccessOutputMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.accessoutput with parameters of type TransMeta | |
---|---|
AccessOutput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of TransMeta in org.pentaho.di.trans.steps.addsequence |
---|
Methods in org.pentaho.di.trans.steps.addsequence with parameters of type TransMeta | |
---|---|
void |
AddSequenceMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
SQLStatement |
AddSequenceMeta.getSQLStatements(TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev)
|
StepInterface |
AddSequenceMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.addsequence with parameters of type TransMeta | |
---|---|
AddSequence(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of TransMeta in org.pentaho.di.trans.steps.addxml |
---|
Methods in org.pentaho.di.trans.steps.addxml with parameters of type TransMeta | |
---|---|
void |
AddXMLMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
AddXMLMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.addxml with parameters of type TransMeta | |
---|---|
AddXML(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of TransMeta in org.pentaho.di.trans.steps.aggregaterows |
---|
Methods in org.pentaho.di.trans.steps.aggregaterows with parameters of type TransMeta | |
---|---|
void |
AggregateRowsMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
AggregateRowsMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.aggregaterows with parameters of type TransMeta | |
---|---|
AggregateRows(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of TransMeta in org.pentaho.di.trans.steps.analyticquery |
---|
Methods in org.pentaho.di.trans.steps.analyticquery with parameters of type TransMeta | |
---|---|
void |
AnalyticQueryMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
AnalyticQueryMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.analyticquery with parameters of type TransMeta | |
---|---|
AnalyticQuery(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of TransMeta in org.pentaho.di.trans.steps.append |
---|
Methods in org.pentaho.di.trans.steps.append with parameters of type TransMeta | |
---|---|
void |
AppendMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
AppendMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.append with parameters of type TransMeta | |
---|---|
Append(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of TransMeta in org.pentaho.di.trans.steps.autodoc |
---|
Methods in org.pentaho.di.trans.steps.autodoc that return TransMeta | |
---|---|
TransMeta |
TransformationInformation.getTransMeta(ReportSubjectLocation location)
|
Methods in org.pentaho.di.trans.steps.autodoc with parameters of type TransMeta | |
---|---|
void |
AutoDocMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
AutoDocMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.autodoc with parameters of type TransMeta | |
---|---|
AutoDoc(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of TransMeta in org.pentaho.di.trans.steps.blockingstep |
---|
Methods in org.pentaho.di.trans.steps.blockingstep with parameters of type TransMeta | |
---|---|
void |
BlockingStepMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
BlockingStepMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.blockingstep with parameters of type TransMeta | |
---|---|
BlockingStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of TransMeta in org.pentaho.di.trans.steps.blockuntilstepsfinish |
---|
Methods in org.pentaho.di.trans.steps.blockuntilstepsfinish with parameters of type TransMeta | |
---|---|
void |
BlockUntilStepsFinishMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
BlockUntilStepsFinishMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.blockuntilstepsfinish with parameters of type TransMeta | |
---|---|
BlockUntilStepsFinish(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of TransMeta in org.pentaho.di.trans.steps.calculator |
---|
Methods in org.pentaho.di.trans.steps.calculator with parameters of type TransMeta | |
---|---|
void |
CalculatorMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
CalculatorMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.calculator with parameters of type TransMeta | |
---|---|
Calculator(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of TransMeta in org.pentaho.di.trans.steps.changefileencoding |
---|
Methods in org.pentaho.di.trans.steps.changefileencoding with parameters of type TransMeta | |
---|---|
void |
ChangeFileEncodingMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
ChangeFileEncodingMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.changefileencoding with parameters of type TransMeta | |
---|---|
ChangeFileEncoding(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of TransMeta in org.pentaho.di.trans.steps.checksum |
---|
Methods in org.pentaho.di.trans.steps.checksum with parameters of type TransMeta | |
---|---|
void |
CheckSumMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
CheckSumMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.checksum with parameters of type TransMeta | |
---|---|
CheckSum(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of TransMeta in org.pentaho.di.trans.steps.clonerow |
---|
Methods in org.pentaho.di.trans.steps.clonerow with parameters of type TransMeta | |
---|---|
void |
CloneRowMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
CloneRowMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.clonerow with parameters of type TransMeta | |
---|---|
CloneRow(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of TransMeta in org.pentaho.di.trans.steps.closure |
---|
Methods in org.pentaho.di.trans.steps.closure with parameters of type TransMeta | |
---|---|
void |
ClosureGeneratorMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface row,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
ClosureGeneratorMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.closure with parameters of type TransMeta | |
---|---|
ClosureGenerator(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of TransMeta in org.pentaho.di.trans.steps.columnexists |
---|
Methods in org.pentaho.di.trans.steps.columnexists with parameters of type TransMeta | |
---|---|
void |
ColumnExistsMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
ColumnExistsMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.columnexists with parameters of type TransMeta | |
---|---|
ColumnExists(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of TransMeta in org.pentaho.di.trans.steps.combinationlookup |
---|
Methods in org.pentaho.di.trans.steps.combinationlookup with parameters of type TransMeta | |
---|---|
void |
CombinationLookupMeta.analyseImpact(List<DatabaseImpact> impact,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
CombinationLookupMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
SQLStatement |
CombinationLookupMeta.getSQLStatements(TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev)
|
StepInterface |
CombinationLookupMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.combinationlookup with parameters of type TransMeta | |
---|---|
CombinationLookup(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of TransMeta in org.pentaho.di.trans.steps.constant |
---|
Methods in org.pentaho.di.trans.steps.constant with parameters of type TransMeta | |
---|---|
void |
ConstantMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
ConstantMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.constant with parameters of type TransMeta | |
---|---|
Constant(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of TransMeta in org.pentaho.di.trans.steps.creditcardvalidator |
---|
Methods in org.pentaho.di.trans.steps.creditcardvalidator with parameters of type TransMeta | |
---|---|
void |
CreditCardValidatorMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
CreditCardValidatorMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.creditcardvalidator with parameters of type TransMeta | |
---|---|
CreditCardValidator(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 TransMeta | |
---|---|
void |
CsvInputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
List<ResourceReference> |
CsvInputMeta.getResourceDependencies(TransMeta transMeta,
StepMeta stepInfo)
|
StepInterface |
CsvInputMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.csvinput with parameters of type TransMeta | |
---|---|
CsvInput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of TransMeta in org.pentaho.di.trans.steps.cubeinput |
---|
Methods in org.pentaho.di.trans.steps.cubeinput with parameters of type TransMeta | |
---|---|
void |
CubeInputMeta.check(List<CheckResultInterface> remarks,
TransMeta transmeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
CubeInputMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.cubeinput with parameters of type TransMeta | |
---|---|
CubeInput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of TransMeta in org.pentaho.di.trans.steps.cubeoutput |
---|
Methods in org.pentaho.di.trans.steps.cubeoutput with parameters of type TransMeta | |
---|---|
void |
CubeOutputMeta.check(List<CheckResultInterface> remarks,
TransMeta transmeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
CubeOutputMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.cubeoutput with parameters of type TransMeta | |
---|---|
CubeOutput(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 TransMeta | |
---|---|
void |
DatabaseJoinMeta.analyseImpact(List<DatabaseImpact> impact,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
DatabaseJoinMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
DatabaseJoinMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.databasejoin with parameters of type TransMeta | |
---|---|
DatabaseJoin(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 TransMeta | |
---|---|
void |
DatabaseLookupMeta.analyseImpact(List<DatabaseImpact> impact,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
DatabaseLookupMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
DatabaseLookupMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.databaselookup with parameters of type TransMeta | |
---|---|
DatabaseLookup(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 TransMeta | |
---|---|
void |
DataGridMeta.check(List<CheckResultInterface> results,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface rowMeta,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
DataGridMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.datagrid with parameters of type TransMeta | |
---|---|
DataGrid(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 TransMeta | |
---|---|
void |
DBProcMeta.check(List<CheckResultInterface> remarks,
TransMeta transmeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
DBProcMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.dbproc with parameters of type TransMeta | |
---|---|
DBProc(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of TransMeta in org.pentaho.di.trans.steps.delay |
---|
Methods in org.pentaho.di.trans.steps.delay with parameters of type TransMeta | |
---|---|
void |
DelayMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
DelayMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.delay with parameters of type TransMeta | |
---|---|
Delay(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 TransMeta | |
---|---|
void |
DeleteMeta.analyseImpact(List<DatabaseImpact> impact,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
DeleteMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
SQLStatement |
DeleteMeta.getSQLStatements(TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev)
|
StepInterface |
DeleteMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.delete with parameters of type TransMeta | |
---|---|
Delete(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 TransMeta | |
---|---|
void |
DenormaliserMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
DenormaliserMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.denormaliser with parameters of type TransMeta | |
---|---|
Denormaliser(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 TransMeta | |
---|---|
void |
DetectEmptyStreamMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
DetectEmptyStreamMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.detectemptystream with parameters of type TransMeta | |
---|---|
DetectEmptyStream(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 TransMeta | |
---|---|
void |
DetectLastRowMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
DetectLastRowMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.detectlastrow with parameters of type TransMeta | |
---|---|
DetectLastRow(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 TransMeta | |
---|---|
void |
DimensionLookupMeta.analyseImpact(List<DatabaseImpact> impact,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
DimensionLookupMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
SQLStatement |
DimensionLookupMeta.getSQLStatements(TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev)
|
StepInterface |
DimensionLookupMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.dimensionlookup with parameters of type TransMeta | |
---|---|
DimensionLookup(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 TransMeta | |
---|---|
void |
DummyTransMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
DummyTransMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.dummytrans with parameters of type TransMeta | |
---|---|
DummyTrans(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 TransMeta | |
---|---|
void |
DynamicSQLRowMeta.analyseImpact(List<DatabaseImpact> impact,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
DynamicSQLRowMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
DynamicSQLRowMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.dynamicsqlrow with parameters of type TransMeta | |
---|---|
DynamicSQLRow(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of TransMeta in org.pentaho.di.trans.steps.elasticsearchbulk |
---|
Methods in org.pentaho.di.trans.steps.elasticsearchbulk with parameters of type TransMeta | |
---|---|
void |
ElasticSearchBulkMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
ElasticSearchBulkMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.elasticsearchbulk with parameters of type TransMeta | |
---|---|
ElasticSearchBulk(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of TransMeta in org.pentaho.di.trans.steps.excelinput |
---|
Methods in org.pentaho.di.trans.steps.excelinput with parameters of type TransMeta | |
---|---|
void |
ExcelInputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
ExcelInputMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.excelinput with parameters of type TransMeta | |
---|---|
ExcelInput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of TransMeta in org.pentaho.di.trans.steps.exceloutput |
---|
Methods in org.pentaho.di.trans.steps.exceloutput with parameters of type TransMeta | |
---|---|
void |
ExcelOutputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
ExcelOutputMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.exceloutput with parameters of type TransMeta | |
---|---|
ExcelOutput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of TransMeta in org.pentaho.di.trans.steps.excelwriter |
---|
Methods in org.pentaho.di.trans.steps.excelwriter with parameters of type TransMeta | |
---|---|
void |
ExcelWriterStepMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
ExcelWriterStepMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.excelwriter with parameters of type TransMeta | |
---|---|
ExcelWriterStep(StepMeta s,
StepDataInterface stepDataInterface,
int c,
TransMeta t,
Trans dis)
|
Uses of TransMeta in org.pentaho.di.trans.steps.execprocess |
---|
Methods in org.pentaho.di.trans.steps.execprocess with parameters of type TransMeta | |
---|---|
void |
ExecProcessMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
ExecProcessMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.execprocess with parameters of type TransMeta | |
---|---|
ExecProcess(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 TransMeta | |
---|---|
void |
ExecSQLRowMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
ExecSQLRowMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.execsqlrow with parameters of type TransMeta | |
---|---|
ExecSQLRow(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 TransMeta | |
---|---|
void |
FieldsChangeSequenceMeta.check(List<CheckResultInterface> remarks,
TransMeta transmeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
FieldsChangeSequenceMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.fieldschangesequence with parameters of type TransMeta | |
---|---|
FieldsChangeSequence(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 TransMeta | |
---|---|
void |
FieldSplitterMeta.check(List<CheckResultInterface> remarks,
TransMeta transmeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
FieldSplitterMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.fieldsplitter with parameters of type TransMeta | |
---|---|
FieldSplitter(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 TransMeta | |
---|---|
void |
FileExistsMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
FileExistsMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.fileexists with parameters of type TransMeta | |
---|---|
FileExists(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 TransMeta | |
---|---|
void |
FileLockedMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
FileLockedMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.filelocked with parameters of type TransMeta | |
---|---|
FileLocked(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 TransMeta | |
---|---|
void |
FilesFromResultMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
FilesFromResultMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.filesfromresult with parameters of type TransMeta | |
---|---|
FilesFromResult(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 TransMeta | |
---|---|
void |
FilesToResultMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
FilesToResultMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.filestoresult with parameters of type TransMeta | |
---|---|
FilesToResult(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 TransMeta | |
---|---|
void |
FilterRowsMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
FilterRowsMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.filterrows with parameters of type TransMeta | |
---|---|
FilterRows(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 TransMeta | |
---|---|
void |
FixedInputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
List<ResourceReference> |
FixedInputMeta.getResourceDependencies(TransMeta transMeta,
StepMeta stepInfo)
|
StepInterface |
FixedInputMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.fixedinput with parameters of type TransMeta | |
---|---|
FixedInput(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 TransMeta | |
---|---|
void |
FlattenerMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
FlattenerMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.flattener with parameters of type TransMeta | |
---|---|
Flattener(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 TransMeta | |
---|---|
void |
FormulaMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
Checks the settings of this step and puts the findings in a remarks List. |
StepInterface |
FormulaMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.formula with parameters of type TransMeta | |
---|---|
Formula(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 TransMeta | |
---|---|
void |
FuzzyMatchMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
FuzzyMatchMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.fuzzymatch with parameters of type TransMeta | |
---|---|
FuzzyMatch(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 TransMeta | |
---|---|
void |
GetFileNamesMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
List<ResourceReference> |
GetFileNamesMeta.getResourceDependencies(TransMeta transMeta,
StepMeta stepInfo)
|
StepInterface |
GetFileNamesMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.getfilenames with parameters of type TransMeta | |
---|---|
GetFileNames(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 TransMeta | |
---|---|
void |
GetFilesRowsCountMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
GetFilesRowsCountMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.getfilesrowscount with parameters of type TransMeta | |
---|---|
GetFilesRowsCount(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of TransMeta in org.pentaho.di.trans.steps.getpreviousrowfield |
---|
Methods in org.pentaho.di.trans.steps.getpreviousrowfield with parameters of type TransMeta | |
---|---|
void |
GetPreviousRowFieldMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
GetPreviousRowFieldMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.getpreviousrowfield with parameters of type TransMeta | |
---|---|
GetPreviousRowField(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of TransMeta in org.pentaho.di.trans.steps.getrepositorynames |
---|
Methods in org.pentaho.di.trans.steps.getrepositorynames with parameters of type TransMeta | |
---|---|
void |
GetRepositoryNamesMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
GetRepositoryNamesMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.getrepositorynames with parameters of type TransMeta | |
---|---|
GetRepositoryNames(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 TransMeta | |
---|---|
void |
GetSlaveSequenceMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
GetSlaveSequenceMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.getslavesequence with parameters of type TransMeta | |
---|---|
GetSlaveSequence(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 TransMeta | |
---|---|
void |
GetSubFoldersMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
GetSubFoldersMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.getsubfolders with parameters of type TransMeta | |
---|---|
GetSubFolders(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 TransMeta | |
---|---|
void |
GetTableNamesMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
GetTableNamesMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.gettablenames with parameters of type TransMeta | |
---|---|
GetTableNames(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 TransMeta | |
---|---|
void |
GetVariableMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
GetVariableMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.getvariable with parameters of type TransMeta | |
---|---|
GetVariable(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of TransMeta in org.pentaho.di.trans.steps.getxmldata |
---|
Methods in org.pentaho.di.trans.steps.getxmldata with parameters of type TransMeta | |
---|---|
void |
GetXMLDataMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
GetXMLDataMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.getxmldata with parameters of type TransMeta | |
---|---|
GetXMLData(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of TransMeta in org.pentaho.di.trans.steps.googleanalytics |
---|
Methods in org.pentaho.di.trans.steps.googleanalytics with parameters of type TransMeta | |
---|---|
void |
GaInputStepMeta.check(List<CheckResultInterface> remarks,
TransMeta transmeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
GaInputStepMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans disp)
|
Constructors in org.pentaho.di.trans.steps.googleanalytics with parameters of type TransMeta | |
---|---|
GaInputStep(StepMeta s,
StepDataInterface stepDataInterface,
int c,
TransMeta t,
Trans dis)
|
Uses of TransMeta in org.pentaho.di.trans.steps.gpbulkloader |
---|
Methods in org.pentaho.di.trans.steps.gpbulkloader with parameters of type TransMeta | |
---|---|
void |
GPBulkLoaderMeta.analyseImpact(List<DatabaseImpact> impact,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
GPBulkLoaderMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
SQLStatement |
GPBulkLoaderMeta.getSQLStatements(TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev)
|
StepInterface |
GPBulkLoaderMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.gpbulkloader with parameters of type TransMeta | |
---|---|
GPBulkLoader(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 TransMeta | |
---|---|
void |
GroupByMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
GroupByMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.groupby with parameters of type TransMeta | |
---|---|
GroupBy(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 TransMeta | |
---|---|
void |
HTTPMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
HTTPMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.http with parameters of type TransMeta | |
---|---|
HTTP(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 TransMeta | |
---|---|
void |
HTTPPOSTMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
HTTPPOSTMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.httppost with parameters of type TransMeta | |
---|---|
HTTPPOST(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 TransMeta | |
---|---|
void |
IfNullMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
IfNullMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.ifnull with parameters of type TransMeta | |
---|---|
IfNull(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of TransMeta in org.pentaho.di.trans.steps.infobrightoutput |
---|
Methods in org.pentaho.di.trans.steps.infobrightoutput with parameters of type TransMeta | |
---|---|
StepInterface |
InfobrightLoaderMeta.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.infobrightoutput with parameters of type TransMeta | |
---|---|
InfobrightLoader(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
Standard constructor. |
Uses of TransMeta in org.pentaho.di.trans.steps.injector |
---|
Methods in org.pentaho.di.trans.steps.injector with parameters of type TransMeta | |
---|---|
void |
InjectorMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
InjectorMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.injector with parameters of type TransMeta | |
---|---|
Injector(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 TransMeta | |
---|---|
void |
InsertUpdateMeta.analyseImpact(List<DatabaseImpact> impact,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
InsertUpdateMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
SQLStatement |
InsertUpdateMeta.getSQLStatements(TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev)
|
StepInterface |
InsertUpdateMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.insertupdate with parameters of type TransMeta | |
---|---|
InsertUpdate(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of TransMeta in org.pentaho.di.trans.steps.ivwloader |
---|
Methods in org.pentaho.di.trans.steps.ivwloader with parameters of type TransMeta | |
---|---|
void |
IngresVectorwiseLoaderMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
SQLStatement |
IngresVectorwiseLoaderMeta.getSQLStatements(TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev)
|
StepInterface |
IngresVectorwiseLoaderMeta.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.ivwloader with parameters of type TransMeta | |
---|---|
IngresVectorwiseLoader(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 TransMeta | |
---|---|
void |
JaninoMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
Checks the settings of this step and puts the findings in a remarks List. |
StepInterface |
JaninoMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.janino with parameters of type TransMeta | |
---|---|
Janino(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 TransMeta | |
---|---|
void |
JavaFilterMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
JavaFilterMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.javafilter with parameters of type TransMeta | |
---|---|
JavaFilter(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 TransMeta | |
---|---|
void |
JoinRowsMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
JoinRowsMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.joinrows with parameters of type TransMeta | |
---|---|
JoinRows(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of TransMeta in org.pentaho.di.trans.steps.jsoninput |
---|
Methods in org.pentaho.di.trans.steps.jsoninput with parameters of type TransMeta | |
---|---|
void |
JsonInputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
JsonInputMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.jsoninput with parameters of type TransMeta | |
---|---|
JsonInput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of TransMeta in org.pentaho.di.trans.steps.jsonoutput |
---|
Methods in org.pentaho.di.trans.steps.jsonoutput with parameters of type TransMeta | |
---|---|
void |
JsonOutputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
JsonOutputMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.jsonoutput with parameters of type TransMeta | |
---|---|
JsonOutput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of TransMeta in org.pentaho.di.trans.steps.ldapinput |
---|
Methods in org.pentaho.di.trans.steps.ldapinput with parameters of type TransMeta | |
---|---|
void |
LDAPInputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
LDAPInputMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.ldapinput with parameters of type TransMeta | |
---|---|
LDAPInput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of TransMeta in org.pentaho.di.trans.steps.ldapoutput |
---|
Methods in org.pentaho.di.trans.steps.ldapoutput with parameters of type TransMeta | |
---|---|
void |
LDAPOutputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
LDAPOutputMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.ldapoutput with parameters of type TransMeta | |
---|---|
LDAPOutput(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 TransMeta | |
---|---|
void |
LDIFInputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
LDIFInputMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.ldifinput with parameters of type TransMeta | |
---|---|
LDIFInput(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 TransMeta | |
---|---|
void |
LoadFileInputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
LoadFileInputMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.loadfileinput with parameters of type TransMeta | |
---|---|
LoadFileInput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of TransMeta in org.pentaho.di.trans.steps.luciddbbulkloader |
---|
Methods in org.pentaho.di.trans.steps.luciddbbulkloader with parameters of type TransMeta | |
---|---|
void |
LucidDBBulkLoaderMeta.analyseImpact(List<DatabaseImpact> impact,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
LucidDBBulkLoaderMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
SQLStatement |
LucidDBBulkLoaderMeta.getSQLStatements(TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev)
|
StepInterface |
LucidDBBulkLoaderMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.luciddbbulkloader with parameters of type TransMeta | |
---|---|
LucidDBBulkLoader(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of TransMeta in org.pentaho.di.trans.steps.luciddbstreamingloader |
---|
Methods in org.pentaho.di.trans.steps.luciddbstreamingloader with parameters of type TransMeta | |
---|---|
void |
LucidDBStreamingLoaderMeta.analyseImpact(List<DatabaseImpact> impact,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
LucidDBStreamingLoaderMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
SQLStatement |
LucidDBStreamingLoaderMeta.getSQLStatements(TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev)
|
StepInterface |
LucidDBStreamingLoaderMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.luciddbstreamingloader with parameters of type TransMeta | |
---|---|
LucidDBStreamingLoader(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of TransMeta in org.pentaho.di.trans.steps.mail |
---|
Methods in org.pentaho.di.trans.steps.mail with parameters of type TransMeta | |
---|---|
void |
MailMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
MailMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.mail with parameters of type TransMeta | |
---|---|
Mail(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of TransMeta in org.pentaho.di.trans.steps.mailinput |
---|
Methods in org.pentaho.di.trans.steps.mailinput with parameters of type TransMeta | |
---|---|
void |
MailInputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
MailInputMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.mailinput with parameters of type TransMeta | |
---|---|
MailInput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of TransMeta in org.pentaho.di.trans.steps.mailvalidator |
---|
Methods in org.pentaho.di.trans.steps.mailvalidator with parameters of type TransMeta | |
---|---|
void |
MailValidatorMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
MailValidatorMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.mailvalidator with parameters of type TransMeta | |
---|---|
MailValidator(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 TransMeta | |
---|---|
TransMeta |
MappingData.mappingTransMeta
|
Methods in org.pentaho.di.trans.steps.mapping that return TransMeta | |
---|---|
static TransMeta |
MappingMeta.loadMappingMeta(MappingMeta mappingMeta,
Repository rep,
VariableSpace space)
|
Methods in org.pentaho.di.trans.steps.mapping with parameters of type TransMeta | |
---|---|
void |
MappingMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
List<ResourceReference> |
MappingMeta.getResourceDependencies(TransMeta transMeta,
StepMeta stepInfo)
|
StepInterface |
MappingMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.mapping with parameters of type TransMeta | |
---|---|
Mapping(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 TransMeta | |
---|---|
void |
MappingInputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
MappingInputMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.mappinginput with parameters of type TransMeta | |
---|---|
MappingInput(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 TransMeta | |
---|---|
void |
MappingOutputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
MappingOutputMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.mappingoutput with parameters of type TransMeta | |
---|---|
MappingOutput(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 TransMeta | |
---|---|
void |
MemoryGroupByMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
MemoryGroupByMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.memgroupby with parameters of type TransMeta | |
---|---|
MemoryGroupBy(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 TransMeta | |
---|---|
void |
MergeJoinMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
MergeJoinMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.mergejoin with parameters of type TransMeta | |
---|---|
MergeJoin(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 TransMeta | |
---|---|
void |
MergeRowsMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
MergeRowsMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.mergerows with parameters of type TransMeta | |
---|---|
MergeRows(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of TransMeta in org.pentaho.di.trans.steps.metainject |
---|
Fields in org.pentaho.di.trans.steps.metainject declared as TransMeta | |
---|---|
TransMeta |
MetaInjectData.transMeta
|
Methods in org.pentaho.di.trans.steps.metainject that return TransMeta | |
---|---|
static TransMeta |
MetaInjectMeta.loadTransformationMeta(MetaInjectMeta mappingMeta,
Repository rep,
VariableSpace space)
|
Methods in org.pentaho.di.trans.steps.metainject with parameters of type TransMeta | |
---|---|
void |
MetaInjectMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
MetaInjectMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.metainject with parameters of type TransMeta | |
---|---|
MetaInject(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of TransMeta in org.pentaho.di.trans.steps.mondrianinput |
---|
Methods in org.pentaho.di.trans.steps.mondrianinput with parameters of type TransMeta | |
---|---|
void |
MondrianInputMeta.analyseImpact(List<DatabaseImpact> impact,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
MondrianInputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
MondrianInputMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.mondrianinput with parameters of type TransMeta | |
---|---|
MondrianInput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of TransMeta in org.pentaho.di.trans.steps.monetdbbulkloader |
---|
Methods in org.pentaho.di.trans.steps.monetdbbulkloader with parameters of type TransMeta | |
---|---|
void |
MonetDBBulkLoaderMeta.analyseImpact(List<DatabaseImpact> impact,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
MonetDBBulkLoaderMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
SQLStatement |
MonetDBBulkLoaderMeta.getSQLStatements(TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
boolean autoSchema,
MonetDBBulkLoaderData data)
|
StepInterface |
MonetDBBulkLoaderMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
SQLStatement |
MonetDBBulkLoaderMeta.getTableDdl(TransMeta transMeta,
String stepname,
boolean autoSchema,
MonetDBBulkLoaderData data)
|
Constructors in org.pentaho.di.trans.steps.monetdbbulkloader with parameters of type TransMeta | |
---|---|
MonetDBBulkLoader(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 TransMeta | |
---|---|
void |
MultiMergeJoinMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
MultiMergeJoinMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.multimerge with parameters of type TransMeta | |
---|---|
MultiMergeJoin(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of TransMeta in org.pentaho.di.trans.steps.mysqlbulkloader |
---|
Methods in org.pentaho.di.trans.steps.mysqlbulkloader with parameters of type TransMeta | |
---|---|
void |
MySQLBulkLoaderMeta.analyseImpact(List<DatabaseImpact> impact,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
MySQLBulkLoaderMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
SQLStatement |
MySQLBulkLoaderMeta.getSQLStatements(TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev)
|
StepInterface |
MySQLBulkLoaderMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.mysqlbulkloader with parameters of type TransMeta | |
---|---|
MySQLBulkLoader(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 TransMeta | |
---|---|
void |
NormaliserMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
NormaliserMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.normaliser with parameters of type TransMeta | |
---|---|
Normaliser(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 TransMeta | |
---|---|
void |
NullIfMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
NullIfMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.nullif with parameters of type TransMeta | |
---|---|
NullIf(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 TransMeta | |
---|---|
void |
NumberRangeMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
NumberRangeMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans disp)
|
Constructors in org.pentaho.di.trans.steps.numberrange with parameters of type TransMeta | |
---|---|
NumberRange(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 TransMeta | |
---|---|
void |
OlapInputMeta.analyseImpact(List<DatabaseImpact> impact,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
OlapInputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
OlapInputMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.olapinput with parameters of type TransMeta | |
---|---|
OlapInput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of TransMeta in org.pentaho.di.trans.steps.orabulkloader |
---|
Methods in org.pentaho.di.trans.steps.orabulkloader with parameters of type TransMeta | |
---|---|
void |
OraBulkLoaderMeta.analyseImpact(List<DatabaseImpact> impact,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
OraBulkLoaderMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
SQLStatement |
OraBulkLoaderMeta.getSQLStatements(TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev)
|
StepInterface |
OraBulkLoaderMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.orabulkloader with parameters of type TransMeta | |
---|---|
OraBulkLoader(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 TransMeta | |
---|---|
void |
ParGzipCsvInputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
List<ResourceReference> |
ParGzipCsvInputMeta.getResourceDependencies(TransMeta transMeta,
StepMeta stepInfo)
|
StepInterface |
ParGzipCsvInputMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.parallelgzipcsv with parameters of type TransMeta | |
---|---|
ParGzipCsvInput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of TransMeta in org.pentaho.di.trans.steps.pentahoreporting |
---|
Methods in org.pentaho.di.trans.steps.pentahoreporting with parameters of type TransMeta | |
---|---|
void |
PentahoReportingOutputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
PentahoReportingOutputMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.pentahoreporting with parameters of type TransMeta | |
---|---|
PentahoReportingOutput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of TransMeta in org.pentaho.di.trans.steps.pgbulkloader |
---|
Methods in org.pentaho.di.trans.steps.pgbulkloader with parameters of type TransMeta | |
---|---|
void |
PGBulkLoaderMeta.analyseImpact(List<DatabaseImpact> impact,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
PGBulkLoaderMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
SQLStatement |
PGBulkLoaderMeta.getSQLStatements(TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev)
|
StepInterface |
PGBulkLoaderMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.pgbulkloader with parameters of type TransMeta | |
---|---|
PGBulkLoader(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 TransMeta | |
---|---|
void |
PrioritizeStreamsMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
PrioritizeStreamsMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.prioritizestreams with parameters of type TransMeta | |
---|---|
PrioritizeStreams(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 TransMeta | |
---|---|
void |
ProcessFilesMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
ProcessFilesMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.processfiles with parameters of type TransMeta | |
---|---|
ProcessFiles(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 TransMeta | |
---|---|
void |
PropertyInputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
PropertyInputMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.propertyinput with parameters of type TransMeta | |
---|---|
PropertyInput(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 TransMeta | |
---|---|
void |
PropertyOutputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
PropertyOutputMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.propertyoutput with parameters of type TransMeta | |
---|---|
PropertyOutput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of TransMeta in org.pentaho.di.trans.steps.randomccnumber |
---|
Methods in org.pentaho.di.trans.steps.randomccnumber with parameters of type TransMeta | |
---|---|
void |
RandomCCNumberGeneratorMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
RandomCCNumberGeneratorMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.randomccnumber with parameters of type TransMeta | |
---|---|
RandomCCNumberGenerator(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 TransMeta | |
---|---|
void |
RandomValueMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
RandomValueMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.randomvalue with parameters of type TransMeta | |
---|---|
RandomValue(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 TransMeta | |
---|---|
void |
RegexEvalMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
RegexEvalMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.regexeval with parameters of type TransMeta | |
---|---|
RegexEval(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 TransMeta | |
---|---|
void |
ReplaceStringMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
ReplaceStringMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.replacestring with parameters of type TransMeta | |
---|---|
ReplaceString(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 TransMeta | |
---|---|
void |
ReservoirSamplingMeta.check(List<CheckResultInterface> remarks,
TransMeta transmeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
Check the settings of this step and put findings in a remarks list. |
StepInterface |
ReservoirSamplingMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans)
Get the executing step, needed by Trans to launch a step. |
Constructors in org.pentaho.di.trans.steps.reservoirsampling with parameters of type TransMeta | |
---|---|
ReservoirSampling(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
Creates a new ReservoirSampling instance. |
Uses of TransMeta in org.pentaho.di.trans.steps.rest |
---|
Methods in org.pentaho.di.trans.steps.rest with parameters of type TransMeta | |
---|---|
void |
RestMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
RestMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.rest with parameters of type TransMeta | |
---|---|
Rest(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of TransMeta in org.pentaho.di.trans.steps.rowgenerator |
---|
Methods in org.pentaho.di.trans.steps.rowgenerator with parameters of type TransMeta | |
---|---|
void |
RowGeneratorMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
RowGeneratorMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.rowgenerator with parameters of type TransMeta | |
---|---|
RowGenerator(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 TransMeta | |
---|---|
void |
RowsFromResultMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
RowsFromResultMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.rowsfromresult with parameters of type TransMeta | |
---|---|
RowsFromResult(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 TransMeta | |
---|---|
void |
RowsToResultMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
RowsToResultMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.rowstoresult with parameters of type TransMeta | |
---|---|
RowsToResult(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of TransMeta in org.pentaho.di.trans.steps.rssinput |
---|
Methods in org.pentaho.di.trans.steps.rssinput with parameters of type TransMeta | |
---|---|
void |
RssInputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
RssInputMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.rssinput with parameters of type TransMeta | |
---|---|
RssInput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of TransMeta in org.pentaho.di.trans.steps.rssoutput |
---|
Methods in org.pentaho.di.trans.steps.rssoutput with parameters of type TransMeta | |
---|---|
void |
RssOutputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
RssOutputMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.rssoutput with parameters of type TransMeta | |
---|---|
RssOutput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of TransMeta in org.pentaho.di.trans.steps.rules |
---|
Methods in org.pentaho.di.trans.steps.rules with parameters of type TransMeta | |
---|---|
void |
RulesMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
RulesMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.rules with parameters of type TransMeta | |
---|---|
Rules(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of TransMeta in org.pentaho.di.trans.steps.salesforcedelete |
---|
Methods in org.pentaho.di.trans.steps.salesforcedelete with parameters of type TransMeta | |
---|---|
void |
SalesforceDeleteMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
SalesforceDeleteMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.salesforcedelete with parameters of type TransMeta | |
---|---|
SalesforceDelete(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of TransMeta in org.pentaho.di.trans.steps.salesforceinput |
---|
Methods in org.pentaho.di.trans.steps.salesforceinput with parameters of type TransMeta | |
---|---|
void |
SalesforceInputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
SalesforceInputMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.salesforceinput with parameters of type TransMeta | |
---|---|
SalesforceInput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of TransMeta in org.pentaho.di.trans.steps.salesforceinsert |
---|
Methods in org.pentaho.di.trans.steps.salesforceinsert with parameters of type TransMeta | |
---|---|
void |
SalesforceInsertMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
SalesforceInsertMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.salesforceinsert with parameters of type TransMeta | |
---|---|
SalesforceInsert(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of TransMeta in org.pentaho.di.trans.steps.salesforceupdate |
---|
Methods in org.pentaho.di.trans.steps.salesforceupdate with parameters of type TransMeta | |
---|---|
void |
SalesforceUpdateMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
SalesforceUpdateMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.salesforceupdate with parameters of type TransMeta | |
---|---|
SalesforceUpdate(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of TransMeta in org.pentaho.di.trans.steps.salesforceupsert |
---|
Methods in org.pentaho.di.trans.steps.salesforceupsert with parameters of type TransMeta | |
---|---|
void |
SalesforceUpsertMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
SalesforceUpsertMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.salesforceupsert with parameters of type TransMeta | |
---|---|
SalesforceUpsert(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 TransMeta | |
---|---|
void |
SampleRowsMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
SampleRowsMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.samplerows with parameters of type TransMeta | |
---|---|
SampleRows(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of TransMeta in org.pentaho.di.trans.steps.sapinput |
---|
Methods in org.pentaho.di.trans.steps.sapinput with parameters of type TransMeta | |
---|---|
void |
SapInputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
SapInputMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.sapinput with parameters of type TransMeta | |
---|---|
SapInput(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 TransMeta | |
---|---|
void |
ScriptMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
ScriptMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.script with parameters of type TransMeta | |
---|---|
Script(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 TransMeta | |
---|---|
TransMeta |
ScriptValuesModDummy.getTransMeta()
|
Methods in org.pentaho.di.trans.steps.scriptvalues_mod with parameters of type TransMeta | |
---|---|
void |
ScriptValuesMetaMod.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
ScriptValuesMetaMod.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.scriptvalues_mod with parameters of type TransMeta | |
---|---|
ScriptValuesMod(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 TransMeta | |
---|---|
void |
SelectValuesMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
SelectValuesMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.selectvalues with parameters of type TransMeta | |
---|---|
SelectValues(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 TransMeta | |
---|---|
void |
SetValueConstantMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
SetValueConstantMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.setvalueconstant with parameters of type TransMeta | |
---|---|
SetValueConstant(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 TransMeta | |
---|---|
void |
SetValueFieldMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
SetValueFieldMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.setvaluefield with parameters of type TransMeta | |
---|---|
SetValueField(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 TransMeta | |
---|---|
void |
SetVariableMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
SetVariableMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.setvariable with parameters of type TransMeta | |
---|---|
SetVariable(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 TransMeta | |
---|---|
TransMeta |
SingleThreaderData.mappingTransMeta
|
Methods in org.pentaho.di.trans.steps.singlethreader that return TransMeta | |
---|---|
static TransMeta |
SingleThreaderMeta.loadSingleThreadedTransMeta(SingleThreaderMeta mappingMeta,
Repository rep,
VariableSpace space)
|
Methods in org.pentaho.di.trans.steps.singlethreader with parameters of type TransMeta | |
---|---|
void |
SingleThreaderMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
List<ResourceReference> |
SingleThreaderMeta.getResourceDependencies(TransMeta transMeta,
StepMeta stepInfo)
|
StepInterface |
SingleThreaderMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.singlethreader with parameters of type TransMeta | |
---|---|
SingleThreader(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 TransMeta | |
---|---|
void |
SocketReaderMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
SocketReaderMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.socketreader with parameters of type TransMeta | |
---|---|
SocketReader(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 TransMeta | |
---|---|
void |
SocketWriterMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
SocketWriterMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.socketwriter with parameters of type TransMeta | |
---|---|
SocketWriter(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 TransMeta | |
---|---|
void |
SortRowsMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
SortRowsMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.sort with parameters of type TransMeta | |
---|---|
SortRows(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 TransMeta | |
---|---|
void |
SortedMergeMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
SortedMergeMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.sortedmerge with parameters of type TransMeta | |
---|---|
SortedMerge(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 TransMeta | |
---|---|
void |
SplitFieldToRowsMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
SplitFieldToRowsMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.splitfieldtorows with parameters of type TransMeta | |
---|---|
SplitFieldToRows(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 TransMeta | |
---|---|
void |
ExecSQLMeta.analyseImpact(List<DatabaseImpact> impact,
TransMeta transMeta,
StepMeta stepMeta,
RowMeta prev,
String[] input,
String[] output,
RowMeta info)
|
void |
ExecSQLMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
ExecSQLMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.sql with parameters of type TransMeta | |
---|---|
ExecSQL(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 TransMeta | |
---|---|
void |
SQLFileOutputMeta.analyseImpact(List<DatabaseImpact> impact,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
SQLFileOutputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
SQLStatement |
SQLFileOutputMeta.getSQLStatements(TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev)
|
StepInterface |
SQLFileOutputMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.sqlfileoutput with parameters of type TransMeta | |
---|---|
SQLFileOutput(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 TransMeta | |
---|---|
void |
SSHMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
SSHMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.ssh with parameters of type TransMeta | |
---|---|
SSH(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 TransMeta | |
---|---|
void |
StepMetastructureMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
StepMetastructureMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.stepmeta with parameters of type TransMeta | |
---|---|
StepMetastructure(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 TransMeta | |
---|---|
void |
StepsMetricsMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
StepsMetricsMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.stepsmetrics with parameters of type TransMeta | |
---|---|
StepsMetrics(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 TransMeta | |
---|---|
void |
StreamLookupMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
StreamLookupMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.streamlookup with parameters of type TransMeta | |
---|---|
StreamLookup(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 TransMeta | |
---|---|
void |
StringCutMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
StringCutMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.stringcut with parameters of type TransMeta | |
---|---|
StringCut(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 TransMeta | |
---|---|
void |
StringOperationsMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
StringOperationsMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.stringoperations with parameters of type TransMeta | |
---|---|
StringOperations(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 TransMeta | |
---|---|
void |
SwitchCaseMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
SwitchCaseMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.switchcase with parameters of type TransMeta | |
---|---|
SwitchCase(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 TransMeta | |
---|---|
void |
SecretKeyGeneratorMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
SecretKeyGeneratorMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.symmetriccrypto.secretkeygenerator with parameters of type TransMeta | |
---|---|
SecretKeyGenerator(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 TransMeta | |
---|---|
void |
SymmetricCryptoTransMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
SymmetricCryptoTransMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.symmetriccrypto.symmetriccryptotrans with parameters of type TransMeta | |
---|---|
SymmetricCryptoTrans(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 TransMeta | |
---|---|
void |
SynchronizeAfterMergeMeta.analyseImpact(List<DatabaseImpact> impact,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
SynchronizeAfterMergeMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
SQLStatement |
SynchronizeAfterMergeMeta.getSQLStatements(TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev)
|
StepInterface |
SynchronizeAfterMergeMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.synchronizeaftermerge with parameters of type TransMeta | |
---|---|
SynchronizeAfterMerge(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 TransMeta | |
---|---|
void |
SyslogMessageMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
SyslogMessageMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.syslog with parameters of type TransMeta | |
---|---|
SyslogMessage(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 TransMeta | |
---|---|
void |
SystemDataMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
SystemDataMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.systemdata with parameters of type TransMeta | |
---|---|
SystemData(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 TransMeta | |
---|---|
void |
TableExistsMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
TableExistsMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.tableexists with parameters of type TransMeta | |
---|---|
TableExists(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 TransMeta | |
---|---|
void |
TableInputMeta.analyseImpact(List<DatabaseImpact> impact,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
TableInputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
TableInputMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.tableinput with parameters of type TransMeta | |
---|---|
TableInput(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 TransMeta | |
---|---|
void |
TableOutputMeta.analyseImpact(List<DatabaseImpact> impact,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
TableOutputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
SQLStatement |
TableOutputMeta.getSQLStatements(TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev)
|
SQLStatement |
TableOutputMeta.getSQLStatements(TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String tk,
boolean use_autoinc,
String pk)
|
StepInterface |
TableOutputMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.tableoutput with parameters of type TransMeta | |
---|---|
TableOutput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of TransMeta in org.pentaho.di.trans.steps.terafast |
---|
Methods in org.pentaho.di.trans.steps.terafast with parameters of type TransMeta | |
---|---|
void |
TeraFastMeta.check(List<CheckResultInterface> remarks,
TransMeta transmeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
Checks the settings of this step and puts the findings in a remarks List. |
StepInterface |
TeraFastMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans disp)
Get the executing step, needed by Trans to launch a step. |
Constructors in org.pentaho.di.trans.steps.terafast with parameters of type TransMeta | |
---|---|
TeraFast(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
Constructor. |
Uses of TransMeta in org.pentaho.di.trans.steps.textfileinput |
---|
Methods in org.pentaho.di.trans.steps.textfileinput with parameters of type TransMeta | |
---|---|
void |
TextFileInputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
List<ResourceReference> |
TextFileInputMeta.getResourceDependencies(TransMeta transMeta,
StepMeta stepInfo)
|
StepInterface |
TextFileInputMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.textfileinput with parameters of type TransMeta | |
---|---|
TextFileInput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of TransMeta in org.pentaho.di.trans.steps.textfileoutput |
---|
Methods in org.pentaho.di.trans.steps.textfileoutput with parameters of type TransMeta | |
---|---|
void |
TextFileOutputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
TextFileOutputMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.textfileoutput with parameters of type TransMeta | |
---|---|
TextFileOutput(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 TransMeta | |
---|---|
void |
UniqueRowsMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
UniqueRowsMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.uniquerows with parameters of type TransMeta | |
---|---|
UniqueRows(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 TransMeta | |
---|---|
void |
UniqueRowsByHashSetMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
UniqueRowsByHashSetMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.uniquerowsbyhashset with parameters of type TransMeta | |
---|---|
UniqueRowsByHashSet(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 TransMeta | |
---|---|
void |
UnivariateStatsMeta.check(List<CheckResultInterface> remarks,
TransMeta transmeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
Check the settings of this step and put findings in a remarks list. |
StepInterface |
UnivariateStatsMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans)
Get the executing step, needed by Trans to launch a step. |
Constructors in org.pentaho.di.trans.steps.univariatestats with parameters of type TransMeta | |
---|---|
UnivariateStats(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
Creates a new UnivariateStats instance. |
Uses of TransMeta in org.pentaho.di.trans.steps.update |
---|
Methods in org.pentaho.di.trans.steps.update with parameters of type TransMeta | |
---|---|
void |
UpdateMeta.analyseImpact(List<DatabaseImpact> impact,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
UpdateMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
SQLStatement |
UpdateMeta.getSQLStatements(TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev)
|
StepInterface |
UpdateMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.update with parameters of type TransMeta | |
---|---|
Update(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 TransMeta | |
---|---|
TransMeta |
UserDefinedJavaClass.getTransMeta()
|
TransMeta |
TransformClassBase.getTransMeta()
|
TransMeta |
UserDefinedJavaClass.getTransMetaImpl()
|
Methods in org.pentaho.di.trans.steps.userdefinedjavaclass with parameters of type TransMeta | |
---|---|
void |
UserDefinedJavaClassMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
UserDefinedJavaClassMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.userdefinedjavaclass with parameters of type TransMeta | |
---|---|
UserDefinedJavaClass(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 TransMeta | |
---|---|
void |
ValidatorMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
ValidatorMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.validator with parameters of type TransMeta | |
---|---|
Validator(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 TransMeta | |
---|---|
void |
ValueMapperMeta.check(List<CheckResultInterface> remarks,
TransMeta transmeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
ValueMapperMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.valuemapper with parameters of type TransMeta | |
---|---|
ValueMapper(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 TransMeta | |
---|---|
void |
WebServiceAvailableMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
WebServiceAvailableMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.webserviceavailable with parameters of type TransMeta | |
---|---|
WebServiceAvailable(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 TransMeta | |
---|---|
void |
WebServiceMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
WebServiceMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans disp)
|
Constructors in org.pentaho.di.trans.steps.webservices with parameters of type TransMeta | |
---|---|
WebService(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 TransMeta | |
---|---|
void |
WriteToLogMeta.check(List<CheckResultInterface> remarks,
TransMeta transmeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
WriteToLogMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.writetolog with parameters of type TransMeta | |
---|---|
WriteToLog(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 TransMeta | |
---|---|
void |
XBaseInputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
XBaseInputMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.xbaseinput with parameters of type TransMeta | |
---|---|
XBaseInput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of TransMeta in org.pentaho.di.trans.steps.xmlinput |
---|
Methods in org.pentaho.di.trans.steps.xmlinput with parameters of type TransMeta | |
---|---|
void |
XMLInputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
List<ResourceReference> |
XMLInputMeta.getResourceDependencies(TransMeta transMeta,
StepMeta stepInfo)
|
StepInterface |
XMLInputMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.xmlinput with parameters of type TransMeta | |
---|---|
XMLInput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of TransMeta in org.pentaho.di.trans.steps.xmlinputsax |
---|
Methods in org.pentaho.di.trans.steps.xmlinputsax with parameters of type TransMeta | |
---|---|
void |
XMLInputSaxMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
List<ResourceReference> |
XMLInputSaxMeta.getResourceDependencies(TransMeta transMeta,
StepMeta stepInfo)
|
StepInterface |
XMLInputSaxMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.xmlinputsax with parameters of type TransMeta | |
---|---|
XMLInputSax(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of TransMeta in org.pentaho.di.trans.steps.xmlinputstream |
---|
Methods in org.pentaho.di.trans.steps.xmlinputstream with parameters of type TransMeta | |
---|---|
void |
XMLInputStreamMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
XMLInputStreamMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.xmlinputstream with parameters of type TransMeta | |
---|---|
XMLInputStream(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of TransMeta in org.pentaho.di.trans.steps.xmljoin |
---|
Methods in org.pentaho.di.trans.steps.xmljoin with parameters of type TransMeta | |
---|---|
void |
XMLJoinMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
XMLJoinMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.xmljoin with parameters of type TransMeta | |
---|---|
XMLJoin(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of TransMeta in org.pentaho.di.trans.steps.xmloutput |
---|
Methods in org.pentaho.di.trans.steps.xmloutput with parameters of type TransMeta | |
---|---|
void |
XMLOutputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
XMLOutputMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.xmloutput with parameters of type TransMeta | |
---|---|
XMLOutput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of TransMeta in org.pentaho.di.trans.steps.xsdvalidator |
---|
Methods in org.pentaho.di.trans.steps.xsdvalidator with parameters of type TransMeta | |
---|---|
void |
XsdValidatorMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
XsdValidatorMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.xsdvalidator with parameters of type TransMeta | |
---|---|
XsdValidator(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of TransMeta in org.pentaho.di.trans.steps.xslt |
---|
Methods in org.pentaho.di.trans.steps.xslt with parameters of type TransMeta | |
---|---|
void |
XsltMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
XsltMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.xslt with parameters of type TransMeta | |
---|---|
Xslt(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of TransMeta in org.pentaho.di.trans.steps.yamlinput |
---|
Methods in org.pentaho.di.trans.steps.yamlinput with parameters of type TransMeta | |
---|---|
void |
YamlInputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
StepInterface |
YamlInputMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.yamlinput with parameters of type TransMeta | |
---|---|
YamlInput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of TransMeta in org.pentaho.di.ui.core.dialog |
---|
Constructors in org.pentaho.di.ui.core.dialog with parameters of type TransMeta | |
---|---|
CheckResultDialog(TransMeta transMeta,
Shell parent,
int style,
List<CheckResultInterface> rem)
|
|
EnterStringDialog(Shell parent,
String string,
String shellText,
String lineText,
boolean allowVariables,
TransMeta transMeta)
Constructs with the ability to use environmental variable substitution. |
Uses of TransMeta in org.pentaho.di.ui.repository.dialog |
---|
Methods in org.pentaho.di.ui.repository.dialog with parameters of type TransMeta | |
---|---|
boolean |
RepositoryImportProgressDialog.transOverwritePrompt(TransMeta transMeta)
|
Uses of TransMeta in org.pentaho.di.ui.spoon |
---|
Methods in org.pentaho.di.ui.spoon that return TransMeta | |
---|---|
TransMeta |
Spoon.findTransformation(String tabItemText)
|
TransMeta |
Spoon.getActiveTransformation()
|
TransMeta[] |
Spoon.getLoadedTransformations()
|
Methods in org.pentaho.di.ui.spoon with parameters of type TransMeta | |
---|---|
void |
Spoon.addTransGraph(TransMeta transMeta)
|
void |
Spoon.analyseImpact(TransMeta transMeta)
|
boolean |
Spoon.checkIfHopAlreadyExists(TransMeta transMeta,
TransHopMeta newHop)
|
void |
Spoon.checkTrans(TransMeta transMeta)
Checks *all* the steps in the transformation, puts the result in remarks list |
void |
Spoon.checkTrans(TransMeta transMeta,
boolean only_selected)
Check the steps in a transformation |
void |
Spoon.copySelected(TransMeta transMeta,
List<StepMeta> steps,
List<NotePadMeta> notes)
|
void |
Spoon.copyTransformation(TransMeta transMeta)
|
void |
Spoon.copyTransformationImage(TransMeta transMeta)
|
void |
Spoon.createKettleArchive(TransMeta transMeta)
|
void |
Spoon.delHop(TransMeta transMeta,
TransHopMeta transHopMeta)
|
void |
Spoon.delStep(TransMeta transMeta,
StepMeta stepMeta)
|
void |
Spoon.dupeStep(TransMeta transMeta,
StepMeta stepMeta)
|
void |
Spoon.editClustering(TransMeta transMeta,
List<StepMeta> stepMetas)
Select a clustering schema for this step. |
void |
Spoon.editClustering(TransMeta transMeta,
StepMeta stepMeta)
Select a clustering schema for this step. |
void |
Spoon.editHop(TransMeta transMeta,
TransHopMeta transHopMeta)
|
void |
Spoon.editPartitioning(TransMeta transMeta,
StepMeta stepMeta)
|
String |
Spoon.editStep(TransMeta transMeta,
StepMeta stepMeta)
|
void |
Spoon.editStepErrorHandling(TransMeta transMeta,
StepMeta stepMeta)
|
void |
Spoon.executeTransformation(TransMeta transMeta,
boolean local,
boolean remote,
boolean cluster,
boolean preview,
boolean debug,
Date replayDate,
boolean safe)
|
void |
Spoon.generateFieldMapping(TransMeta transMeta,
StepMeta stepMeta)
Create a new SelectValues step in between this step and the previous. |
StepDialogInterface |
Spoon.getStepEntryDialog(StepMetaInterface stepMeta,
TransMeta transMeta,
String stepName)
|
void |
Spoon.init(TransMeta ti)
|
void |
Spoon.loadRepositoryObjects(TransMeta transMeta)
|
void |
Spoon.newClusteringSchema(TransMeta transMeta)
This creates a new clustering schema, edits it and adds it to the transformation metadata |
void |
Spoon.newHop(TransMeta transMeta)
|
void |
Spoon.newHop(TransMeta transMeta,
StepMeta fr,
StepMeta to)
|
void |
Spoon.newHop(TransMeta transMeta,
TransHopMeta transHopMeta)
|
void |
Spoon.newPartitioningSchema(TransMeta transMeta)
This creates a new partitioning schema, edits it and adds it to the transformation metadata |
StepMeta |
Spoon.newStep(TransMeta transMeta)
|
StepMeta |
Spoon.newStep(TransMeta transMeta,
boolean openit,
boolean rename)
|
StepMeta |
Spoon.newStep(TransMeta transMeta,
String name,
String description,
boolean openit,
boolean rename)
Allocate new step, optionally open and rename it. |
void |
Spoon.pasteXML(TransMeta transMeta,
String clipcontent,
Point loc)
|
boolean |
Spoon.performNewTransHopChecks(TransMeta transMeta,
TransHopMeta newHop)
|
void |
Spoon.sendTransformationXMLToSlaveServer(TransMeta transMeta,
TransExecutionConfiguration executionConfiguration)
Sends transformation to slave server |
void |
Spoon.setTransMetaVariables(TransMeta transMeta)
Set previously defined variables (set variables dialog) on the specified transformation |
void |
Spoon.showLastImpactAnalyses(TransMeta transMeta)
|
void |
Spoon.verifyCopyDistribute(TransMeta transMeta,
StepMeta fr)
|
Uses of TransMeta in org.pentaho.di.ui.spoon.delegates |
---|
Methods in org.pentaho.di.ui.spoon.delegates that return TransMeta | |
---|---|
TransMeta[] |
SpoonTransformationDelegate.getLoadedTransformations()
|
TransMeta |
SpoonTransformationDelegate.getTransformation(String name)
|
Methods in org.pentaho.di.ui.spoon.delegates that return types with arguments of type TransMeta | |
---|---|
List<TransMeta> |
SpoonTransformationDelegate.getTransformationList()
|
Methods in org.pentaho.di.ui.spoon.delegates with parameters of type TransMeta | |
---|---|
boolean |
SpoonTransformationDelegate.addTransformation(TransMeta transMeta)
Add a transformation to the |
void |
SpoonTransformationDelegate.addTransGraph(TransMeta transMeta)
|
void |
SpoonTransformationDelegate.closeTransformation(TransMeta transMeta)
|
void |
SpoonStepsDelegate.delStep(TransMeta transMeta,
StepMeta stepMeta)
|
void |
SpoonStepsDelegate.dupeStep(TransMeta transMeta,
StepMeta stepMeta)
|
String |
SpoonStepsDelegate.editStep(TransMeta transMeta,
StepMeta stepMeta)
|
void |
SpoonStepsDelegate.editStepErrorHandling(TransMeta transMeta,
StepMeta stepMeta)
|
void |
SpoonTransformationDelegate.executeTransformation(TransMeta transMeta,
boolean local,
boolean remote,
boolean cluster,
boolean preview,
boolean debug,
Date replayDate,
boolean safe)
|
TabMapEntry |
SpoonTabsDelegate.findTabForTransformation(TransMeta trans)
Finds the tab for the transformation that matches the metadata provided (either the file must be the same or the repository id). |
TransGraph |
SpoonTransformationDelegate.findTransGraphOfTransformation(TransMeta transMeta)
|
StepDialogInterface |
SpoonStepsDelegate.getPartitionerDialog(StepMeta stepMeta,
StepPartitioningMeta partitioningMeta,
TransMeta transMeta)
|
StepDialogInterface |
SpoonJobDelegate.getStepEntryDialog(StepMetaInterface stepMeta,
TransMeta transMeta,
String stepName)
|
StepDialogInterface |
SpoonStepsDelegate.getStepEntryDialog(StepMetaInterface stepMeta,
TransMeta transMeta,
String stepName)
|
void |
SpoonDBDelegate.getTransSQL(TransMeta transMeta)
Get & show the SQL required to run the loaded transformation... |
void |
SpoonTransformationDelegate.redoTransformationAction(TransMeta transMeta,
TransAction transAction)
|
void |
SpoonTransformationDelegate.removeTransformation(TransMeta transMeta)
|
void |
SpoonTransformationDelegate.undoTransformationAction(TransMeta transMeta,
TransAction transAction)
|
Uses of TransMeta in org.pentaho.di.ui.spoon.dialog |
---|
Methods in org.pentaho.di.ui.spoon.dialog that return TransMeta | |
---|---|
TransMeta |
SearchFieldsProgressDialog.getTransMeta()
|
Methods in org.pentaho.di.ui.spoon.dialog with parameters of type TransMeta | |
---|---|
void |
SearchFieldsProgressDialog.setTransMeta(TransMeta transMeta)
|
Constructors in org.pentaho.di.ui.spoon.dialog with parameters of type TransMeta | |
---|---|
AnalyseImpactProgressDialog(Shell shell,
TransMeta transMeta,
List<DatabaseImpact> impact)
Creates a new dialog that will handle the wait while determining the impact of the transformation on the databases used... |
|
CheckTransProgressDialog(Shell shell,
TransMeta transMeta,
List<CheckResultInterface> remarks,
boolean onlySelected)
Creates a new dialog that will handle the wait while checking a transformation... |
|
GetSQLProgressDialog(LogWriter log,
Props props,
Shell shell,
TransMeta transMeta)
Deprecated. please use the constructor version without log or props |
|
GetSQLProgressDialog(Shell shell,
TransMeta transMeta)
Creates a new dialog that will handle the wait while getting the SQL for a transformation... |
|
PreviewSelectDialog(Shell parent,
int style,
LogWriter l,
PropsUI props,
TransMeta tr)
|
|
SearchFieldsProgressDialog(TransMeta transMeta,
StepMeta stepMeta,
boolean before)
|
Uses of TransMeta in org.pentaho.di.ui.spoon.job |
---|
Methods in org.pentaho.di.ui.spoon.job with parameters of type TransMeta | |
---|---|
static void |
JobGraph.copyInternalJobVariables(JobMeta sourceJobMeta,
TransMeta targetTransMeta)
|
Uses of TransMeta in org.pentaho.di.ui.spoon.trans |
---|
Methods in org.pentaho.di.ui.spoon.trans that return TransMeta | |
---|---|
TransMeta |
TransGraph.getManagedObject()
|
Methods in org.pentaho.di.ui.spoon.trans with parameters of type TransMeta | |
---|---|
static boolean |
TransGraph.editProperties(TransMeta transMeta,
Spoon spoon,
Repository rep,
boolean allowDirectoryChange)
|
static boolean |
TransGraph.editProperties(TransMeta transMeta,
Spoon spoon,
Repository rep,
boolean allowDirectoryChange,
TransDialog.Tabs currentTab)
|
void |
TransGraph.handleTransMetaChanges(TransMeta transMeta)
|
void |
TransGraph.selectInRect(TransMeta transMeta,
Rectangle rect)
Select all the steps in a certain (screen) rectangle |
void |
TransGraph.setTransMeta(TransMeta transMeta)
|
Constructors in org.pentaho.di.ui.spoon.trans with parameters of type TransMeta | |
---|---|
TransGraph(Composite parent,
Spoon spoon,
TransMeta transMeta)
|
Uses of TransMeta in org.pentaho.di.ui.trans.dialog |
---|
Methods in org.pentaho.di.ui.trans.dialog that return TransMeta | |
---|---|
TransMeta |
TransPreviewProgressDialog.open()
|
TransMeta |
TransDialog.open()
|
TransMeta |
TransLoadProgressDialog.open()
|
Constructors in org.pentaho.di.ui.trans.dialog with parameters of type TransMeta | |
---|---|
ModPartitionerDialog(Shell parent,
StepMeta stepMeta,
StepPartitioningMeta partitioningMeta,
TransMeta transMeta)
|
|
TransDialog(Shell parent,
int style,
TransMeta transMeta,
Repository rep)
|
|
TransDialog(Shell parent,
int style,
TransMeta transMeta,
Repository rep,
TransDialog.Tabs currentTab)
|
|
TransExecutionConfigurationDialog(Shell parent,
TransExecutionConfiguration configuration,
TransMeta transMeta)
|
|
TransHopDialog(Shell parent,
int style,
TransHopMeta transHopMeta,
TransMeta tr)
|
|
TransPreviewProgressDialog(Shell shell,
TransMeta transMeta,
String[] previewStepNames,
int[] previewSize)
Creates a new dialog that will handle the wait while previewing a transformation... |
Uses of TransMeta in org.pentaho.di.ui.trans.step |
---|
Methods in org.pentaho.di.ui.trans.step with parameters of type TransMeta | |
---|---|
static void |
BaseStepDialog.getFieldsFromPrevious(ComboVar comboVar,
TransMeta transMeta,
StepMeta stepMeta)
Gets fields from previous steps and populate a ComboVar. |
static void |
BaseStepXulDialog.getFieldsFromPrevious(ComboVar comboVar,
TransMeta transMeta,
StepMeta stepMeta)
Gets fields from previous steps and populate a ComboVar. |
static void |
BaseStepDialog.getFieldsFromPrevious(TransMeta transMeta,
StepMeta stepMeta,
TableView tableView,
int keyColumn,
int[] nameColumn,
int[] dataTypeColumn,
int lengthColumn,
int precisionColumn,
TableItemInsertListener listener)
Gets unused fields from previous steps and inserts them as rows into a table view. |
Constructors in org.pentaho.di.ui.trans.step with parameters of type TransMeta | |
---|---|
BaseStepDialog(Shell parent,
BaseStepMeta baseStepMeta,
TransMeta transMeta,
String stepname)
|
|
BaseStepDialog(Shell parent,
int nr,
BaseStepMeta in,
TransMeta tr)
|
|
BaseStepXulDialog(String xulFile,
Shell parent,
BaseStepMeta baseStepMeta,
TransMeta transMeta,
String stepname)
|
|
BaseStepXulDialog(String xulFile,
Shell parent,
int nr,
BaseStepMeta in,
TransMeta tr)
|
|
StepErrorMetaDialog(Shell par,
StepErrorMeta stepErrorMeta,
TransMeta transMeta,
List<StepMeta> targetSteps)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.abort |
---|
Constructors in org.pentaho.di.ui.trans.steps.abort with parameters of type TransMeta | |
---|---|
AbortDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.accessinput |
---|
Constructors in org.pentaho.di.ui.trans.steps.accessinput with parameters of type TransMeta | |
---|---|
AccessInputDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.accessoutput |
---|
Constructors in org.pentaho.di.ui.trans.steps.accessoutput with parameters of type TransMeta | |
---|---|
AccessOutputDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.addsequence |
---|
Constructors in org.pentaho.di.ui.trans.steps.addsequence with parameters of type TransMeta | |
---|---|
AddSequenceDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.addxml |
---|
Constructors in org.pentaho.di.ui.trans.steps.addxml with parameters of type TransMeta | |
---|---|
AddXMLDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.aggregaterows |
---|
Constructors in org.pentaho.di.ui.trans.steps.aggregaterows with parameters of type TransMeta | |
---|---|
AggregateRowsDialog(Shell parent,
Object in,
TransMeta tr,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.analyticquery |
---|
Constructors in org.pentaho.di.ui.trans.steps.analyticquery with parameters of type TransMeta | |
---|---|
AnalyticQueryDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.append |
---|
Constructors in org.pentaho.di.ui.trans.steps.append with parameters of type TransMeta | |
---|---|
AppendDialog(Shell parent,
Object in,
TransMeta tr,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.autodoc |
---|
Constructors in org.pentaho.di.ui.trans.steps.autodoc with parameters of type TransMeta | |
---|---|
AutoDocDialog(Shell parent,
Object in,
TransMeta tr,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.blockingstep |
---|
Constructors in org.pentaho.di.ui.trans.steps.blockingstep with parameters of type TransMeta | |
---|---|
BlockingStepDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.blockuntilstepsfinish |
---|
Constructors in org.pentaho.di.ui.trans.steps.blockuntilstepsfinish with parameters of type TransMeta | |
---|---|
BlockUntilStepsFinishDialog(Shell parent,
Object in,
TransMeta tr,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.calculator |
---|
Constructors in org.pentaho.di.ui.trans.steps.calculator with parameters of type TransMeta | |
---|---|
CalculatorDialog(Shell parent,
Object in,
TransMeta tr,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.changefileencoding |
---|
Constructors in org.pentaho.di.ui.trans.steps.changefileencoding with parameters of type TransMeta | |
---|---|
ChangeFileEncodingDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.checksum |
---|
Constructors in org.pentaho.di.ui.trans.steps.checksum with parameters of type TransMeta | |
---|---|
CheckSumDialog(Shell parent,
Object in,
TransMeta tr,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.clonerow |
---|
Constructors in org.pentaho.di.ui.trans.steps.clonerow with parameters of type TransMeta | |
---|---|
CloneRowDialog(Shell parent,
Object in,
TransMeta tr,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.closure |
---|
Constructors in org.pentaho.di.ui.trans.steps.closure with parameters of type TransMeta | |
---|---|
ClosureGeneratorDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.columnexists |
---|
Constructors in org.pentaho.di.ui.trans.steps.columnexists with parameters of type TransMeta | |
---|---|
ColumnExistsDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.combinationlookup |
---|
Constructors in org.pentaho.di.ui.trans.steps.combinationlookup with parameters of type TransMeta | |
---|---|
CombinationLookupDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.constant |
---|
Constructors in org.pentaho.di.ui.trans.steps.constant with parameters of type TransMeta | |
---|---|
ConstantDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.creditcardvalidator |
---|
Constructors in org.pentaho.di.ui.trans.steps.creditcardvalidator with parameters of type TransMeta | |
---|---|
CreditCardValidatorDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.csvinput |
---|
Constructors in org.pentaho.di.ui.trans.steps.csvinput with parameters of type TransMeta | |
---|---|
CsvInputDialog(Shell parent,
Object in,
TransMeta tr,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.cubeinput |
---|
Constructors in org.pentaho.di.ui.trans.steps.cubeinput with parameters of type TransMeta | |
---|---|
CubeInputDialog(Shell parent,
Object in,
TransMeta tr,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.cubeoutput |
---|
Constructors in org.pentaho.di.ui.trans.steps.cubeoutput with parameters of type TransMeta | |
---|---|
CubeOutputDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.databasejoin |
---|
Constructors in org.pentaho.di.ui.trans.steps.databasejoin with parameters of type TransMeta | |
---|---|
DatabaseJoinDialog(Shell parent,
Object in,
TransMeta tr,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.databaselookup |
---|
Constructors in org.pentaho.di.ui.trans.steps.databaselookup with parameters of type TransMeta | |
---|---|
DatabaseLookupDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.datagrid |
---|
Constructors in org.pentaho.di.ui.trans.steps.datagrid with parameters of type TransMeta | |
---|---|
DataGridDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.dbproc |
---|
Constructors in org.pentaho.di.ui.trans.steps.dbproc with parameters of type TransMeta | |
---|---|
DBProcDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.delay |
---|
Constructors in org.pentaho.di.ui.trans.steps.delay with parameters of type TransMeta | |
---|---|
DelayDialog(Shell parent,
Object in,
TransMeta tr,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.delete |
---|
Constructors in org.pentaho.di.ui.trans.steps.delete with parameters of type TransMeta | |
---|---|
DeleteDialog(Shell parent,
Object in,
TransMeta tr,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.denormaliser |
---|
Constructors in org.pentaho.di.ui.trans.steps.denormaliser with parameters of type TransMeta | |
---|---|
DenormaliserDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.detectemptystream |
---|
Constructors in org.pentaho.di.ui.trans.steps.detectemptystream with parameters of type TransMeta | |
---|---|
DetectEmptyStreamDialog(Shell parent,
Object in,
TransMeta tr,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.detectlastrow |
---|
Constructors in org.pentaho.di.ui.trans.steps.detectlastrow with parameters of type TransMeta | |
---|---|
DetectLastRowDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.dimensionlookup |
---|
Constructors in org.pentaho.di.ui.trans.steps.dimensionlookup with parameters of type TransMeta | |
---|---|
DimensionLookupDialog(Shell parent,
Object in,
TransMeta tr,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.dummytrans |
---|
Constructors in org.pentaho.di.ui.trans.steps.dummytrans with parameters of type TransMeta | |
---|---|
DummyTransDialog(Shell parent,
Object in,
TransMeta tr,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.dynamicsqlrow |
---|
Constructors in org.pentaho.di.ui.trans.steps.dynamicsqlrow with parameters of type TransMeta | |
---|---|
DynamicSQLRowDialog(Shell parent,
Object in,
TransMeta tr,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.elasticsearchbulk |
---|
Constructors in org.pentaho.di.ui.trans.steps.elasticsearchbulk with parameters of type TransMeta | |
---|---|
ElasticSearchBulkDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.excelinput |
---|
Constructors in org.pentaho.di.ui.trans.steps.excelinput with parameters of type TransMeta | |
---|---|
ExcelInputDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.exceloutput |
---|
Constructors in org.pentaho.di.ui.trans.steps.exceloutput with parameters of type TransMeta | |
---|---|
ExcelOutputDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.excelwriter |
---|
Constructors in org.pentaho.di.ui.trans.steps.excelwriter with parameters of type TransMeta | |
---|---|
ExcelWriterStepDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.execprocess |
---|
Constructors in org.pentaho.di.ui.trans.steps.execprocess with parameters of type TransMeta | |
---|---|
ExecProcessDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.execsqlrow |
---|
Constructors in org.pentaho.di.ui.trans.steps.execsqlrow with parameters of type TransMeta | |
---|---|
ExecSQLRowDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.fieldschangesequence |
---|
Constructors in org.pentaho.di.ui.trans.steps.fieldschangesequence with parameters of type TransMeta | |
---|---|
FieldsChangeSequenceDialog(Shell parent,
Object in,
TransMeta tr,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.fieldsplitter |
---|
Constructors in org.pentaho.di.ui.trans.steps.fieldsplitter with parameters of type TransMeta | |
---|---|
FieldSplitterDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.fileexists |
---|
Constructors in org.pentaho.di.ui.trans.steps.fileexists with parameters of type TransMeta | |
---|---|
FileExistsDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.filelocked |
---|
Constructors in org.pentaho.di.ui.trans.steps.filelocked with parameters of type TransMeta | |
---|---|
FileLockedDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.filesfromresult |
---|
Constructors in org.pentaho.di.ui.trans.steps.filesfromresult with parameters of type TransMeta | |
---|---|
FilesFromResultDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.filestoresult |
---|
Constructors in org.pentaho.di.ui.trans.steps.filestoresult with parameters of type TransMeta | |
---|---|
FilesToResultDialog(Shell parent,
Object in,
TransMeta tr,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.filterrows |
---|
Constructors in org.pentaho.di.ui.trans.steps.filterrows with parameters of type TransMeta | |
---|---|
FilterRowsDialog(Shell parent,
Object in,
TransMeta tr,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.fixedinput |
---|
Constructors in org.pentaho.di.ui.trans.steps.fixedinput with parameters of type TransMeta | |
---|---|
FixedInputDialog(Shell parent,
Object in,
TransMeta tr,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.flattener |
---|
Constructors in org.pentaho.di.ui.trans.steps.flattener with parameters of type TransMeta | |
---|---|
FlattenerDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.formula |
---|
Constructors in org.pentaho.di.ui.trans.steps.formula with parameters of type TransMeta | |
---|---|
FormulaDialog(Shell parent,
Object in,
TransMeta tr,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.fuzzymatch |
---|
Constructors in org.pentaho.di.ui.trans.steps.fuzzymatch with parameters of type TransMeta | |
---|---|
FuzzyMatchDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.getfilenames |
---|
Constructors in org.pentaho.di.ui.trans.steps.getfilenames with parameters of type TransMeta | |
---|---|
GetFileNamesDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.getfilesrowscount |
---|
Constructors in org.pentaho.di.ui.trans.steps.getfilesrowscount with parameters of type TransMeta | |
---|---|
GetFilesRowsCountDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.getpreviousrowfield |
---|
Constructors in org.pentaho.di.ui.trans.steps.getpreviousrowfield with parameters of type TransMeta | |
---|---|
GetPreviousRowFieldDialog(Shell parent,
Object in,
TransMeta tr,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.getrepositorynames |
---|
Constructors in org.pentaho.di.ui.trans.steps.getrepositorynames with parameters of type TransMeta | |
---|---|
GetRepositoryNamesDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.getslavesequence |
---|
Constructors in org.pentaho.di.ui.trans.steps.getslavesequence with parameters of type TransMeta | |
---|---|
GetSlaveSequenceDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.getsubfolders |
---|
Constructors in org.pentaho.di.ui.trans.steps.getsubfolders with parameters of type TransMeta | |
---|---|
GetSubFoldersDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.gettablenames |
---|
Constructors in org.pentaho.di.ui.trans.steps.gettablenames with parameters of type TransMeta | |
---|---|
GetTableNamesDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.getvariable |
---|
Constructors in org.pentaho.di.ui.trans.steps.getvariable with parameters of type TransMeta | |
---|---|
GetVariableDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.getxmldata |
---|
Constructors in org.pentaho.di.ui.trans.steps.getxmldata with parameters of type TransMeta | |
---|---|
GetXMLDataDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.googleanalytics |
---|
Constructors in org.pentaho.di.ui.trans.steps.googleanalytics with parameters of type TransMeta | |
---|---|
GaInputStepDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.gpbulkloader |
---|
Constructors in org.pentaho.di.ui.trans.steps.gpbulkloader with parameters of type TransMeta | |
---|---|
GPBulkLoaderDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.groupby |
---|
Constructors in org.pentaho.di.ui.trans.steps.groupby with parameters of type TransMeta | |
---|---|
GroupByDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.http |
---|
Constructors in org.pentaho.di.ui.trans.steps.http with parameters of type TransMeta | |
---|---|
HTTPDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.httppost |
---|
Constructors in org.pentaho.di.ui.trans.steps.httppost with parameters of type TransMeta | |
---|---|
HTTPPOSTDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.ifnull |
---|
Constructors in org.pentaho.di.ui.trans.steps.ifnull with parameters of type TransMeta | |
---|---|
IfNullDialog(Shell parent,
Object in,
TransMeta tr,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.infobrightoutput |
---|
Constructors in org.pentaho.di.ui.trans.steps.infobrightoutput with parameters of type TransMeta | |
---|---|
InfobrightLoaderDialog(Shell parent,
Object in,
TransMeta tr,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.injector |
---|
Constructors in org.pentaho.di.ui.trans.steps.injector with parameters of type TransMeta | |
---|---|
InjectorDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.insertupdate |
---|
Constructors in org.pentaho.di.ui.trans.steps.insertupdate with parameters of type TransMeta | |
---|---|
InsertUpdateDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.ivwloader |
---|
Constructors in org.pentaho.di.ui.trans.steps.ivwloader with parameters of type TransMeta | |
---|---|
IngresVectorwiseLoaderDialog(Shell parent,
Object in,
TransMeta tr,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.janino |
---|
Constructors in org.pentaho.di.ui.trans.steps.janino with parameters of type TransMeta | |
---|---|
JaninoDialog(Shell parent,
Object in,
TransMeta tr,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.javafilter |
---|
Constructors in org.pentaho.di.ui.trans.steps.javafilter with parameters of type TransMeta | |
---|---|
JavaFilterDialog(Shell parent,
Object in,
TransMeta tr,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.joinrows |
---|
Constructors in org.pentaho.di.ui.trans.steps.joinrows with parameters of type TransMeta | |
---|---|
JoinRowsDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.jsoninput |
---|
Constructors in org.pentaho.di.ui.trans.steps.jsoninput with parameters of type TransMeta | |
---|---|
JsonInputDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.jsonoutput |
---|
Constructors in org.pentaho.di.ui.trans.steps.jsonoutput with parameters of type TransMeta | |
---|---|
JsonOutputDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.ldapinput |
---|
Constructors in org.pentaho.di.ui.trans.steps.ldapinput with parameters of type TransMeta | |
---|---|
LDAPInputDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.ldapoutput |
---|
Constructors in org.pentaho.di.ui.trans.steps.ldapoutput with parameters of type TransMeta | |
---|---|
LDAPOutputDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.ldifinput |
---|
Constructors in org.pentaho.di.ui.trans.steps.ldifinput with parameters of type TransMeta | |
---|---|
LDIFInputDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.loadfileinput |
---|
Constructors in org.pentaho.di.ui.trans.steps.loadfileinput with parameters of type TransMeta | |
---|---|
LoadFileInputDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.luciddbbulkloader |
---|
Constructors in org.pentaho.di.ui.trans.steps.luciddbbulkloader with parameters of type TransMeta | |
---|---|
LucidDBBulkLoaderDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.luciddbstreamingloader |
---|
Constructors in org.pentaho.di.ui.trans.steps.luciddbstreamingloader with parameters of type TransMeta | |
---|---|
LucidDBStreamingLoaderDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.mail |
---|
Constructors in org.pentaho.di.ui.trans.steps.mail with parameters of type TransMeta | |
---|---|
MailDialog(Shell parent,
Object in,
TransMeta tr,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.mailinput |
---|
Constructors in org.pentaho.di.ui.trans.steps.mailinput with parameters of type TransMeta | |
---|---|
MailInputDialog(Shell parent,
Object in,
TransMeta tr,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.mailvalidator |
---|
Constructors in org.pentaho.di.ui.trans.steps.mailvalidator with parameters of type TransMeta | |
---|---|
MailValidatorDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.mapping |
---|
Methods in org.pentaho.di.ui.trans.steps.mapping with parameters of type TransMeta | |
---|---|
static String[] |
MappingDialog.getMappingSteps(TransMeta mappingTransMeta,
boolean mappingInput)
|
Constructors in org.pentaho.di.ui.trans.steps.mapping with parameters of type TransMeta | |
---|---|
MappingDialog(Shell parent,
Object in,
TransMeta tr,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.mappinginput |
---|
Constructors in org.pentaho.di.ui.trans.steps.mappinginput with parameters of type TransMeta | |
---|---|
MappingInputDialog(Shell parent,
Object in,
TransMeta tr,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.mappingoutput |
---|
Constructors in org.pentaho.di.ui.trans.steps.mappingoutput with parameters of type TransMeta | |
---|---|
MappingOutputDialog(Shell parent,
Object in,
TransMeta tr,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.memgroupby |
---|
Constructors in org.pentaho.di.ui.trans.steps.memgroupby with parameters of type TransMeta | |
---|---|
MemoryGroupByDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.mergejoin |
---|
Constructors in org.pentaho.di.ui.trans.steps.mergejoin with parameters of type TransMeta | |
---|---|
MergeJoinDialog(Shell parent,
Object in,
TransMeta tr,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.mergerows |
---|
Constructors in org.pentaho.di.ui.trans.steps.mergerows with parameters of type TransMeta | |
---|---|
MergeRowsDialog(Shell parent,
Object in,
TransMeta tr,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.metainject |
---|
Constructors in org.pentaho.di.ui.trans.steps.metainject with parameters of type TransMeta | |
---|---|
MetaInjectDialog(Shell parent,
Object in,
TransMeta tr,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.mondrianinput |
---|
Constructors in org.pentaho.di.ui.trans.steps.mondrianinput with parameters of type TransMeta | |
---|---|
MondrianInputDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.monetdbbulkloader |
---|
Constructors in org.pentaho.di.ui.trans.steps.monetdbbulkloader with parameters of type TransMeta | |
---|---|
MonetDBBulkLoaderDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.multimerge |
---|
Constructors in org.pentaho.di.ui.trans.steps.multimerge with parameters of type TransMeta | |
---|---|
MultiMergeJoinDialog(Shell parent,
Object in,
TransMeta tr,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.mysqlbulkloader |
---|
Constructors in org.pentaho.di.ui.trans.steps.mysqlbulkloader with parameters of type TransMeta | |
---|---|
MySQLBulkLoaderDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.normaliser |
---|
Constructors in org.pentaho.di.ui.trans.steps.normaliser with parameters of type TransMeta | |
---|---|
NormaliserDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.nullif |
---|
Constructors in org.pentaho.di.ui.trans.steps.nullif with parameters of type TransMeta | |
---|---|
NullIfDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.numberrange |
---|
Constructors in org.pentaho.di.ui.trans.steps.numberrange with parameters of type TransMeta | |
---|---|
NumberRangeDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.olapinput |
---|
Constructors in org.pentaho.di.ui.trans.steps.olapinput with parameters of type TransMeta | |
---|---|
OlapInputDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.orabulkloader |
---|
Constructors in org.pentaho.di.ui.trans.steps.orabulkloader with parameters of type TransMeta | |
---|---|
OraBulkLoaderDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.parallelgzipcsv |
---|
Constructors in org.pentaho.di.ui.trans.steps.parallelgzipcsv with parameters of type TransMeta | |
---|---|
ParGzipCsvInputDialog(Shell parent,
Object in,
TransMeta tr,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.pentahoreporting |
---|
Constructors in org.pentaho.di.ui.trans.steps.pentahoreporting with parameters of type TransMeta | |
---|---|
PentahoReportingOutputDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.pgbulkloader |
---|
Constructors in org.pentaho.di.ui.trans.steps.pgbulkloader with parameters of type TransMeta | |
---|---|
PGBulkLoaderDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.prioritizestreams |
---|
Constructors in org.pentaho.di.ui.trans.steps.prioritizestreams with parameters of type TransMeta | |
---|---|
PrioritizeStreamsDialog(Shell parent,
Object in,
TransMeta tr,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.processfiles |
---|
Constructors in org.pentaho.di.ui.trans.steps.processfiles with parameters of type TransMeta | |
---|---|
ProcessFilesDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.propertyinput |
---|
Constructors in org.pentaho.di.ui.trans.steps.propertyinput with parameters of type TransMeta | |
---|---|
PropertyInputDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.propertyoutput |
---|
Constructors in org.pentaho.di.ui.trans.steps.propertyoutput with parameters of type TransMeta | |
---|---|
PropertyOutputDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.randomccnumber |
---|
Constructors in org.pentaho.di.ui.trans.steps.randomccnumber with parameters of type TransMeta | |
---|---|
RandomCCNumberGeneratorDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.randomvalue |
---|
Constructors in org.pentaho.di.ui.trans.steps.randomvalue with parameters of type TransMeta | |
---|---|
RandomValueDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.regexeval |
---|
Constructors in org.pentaho.di.ui.trans.steps.regexeval with parameters of type TransMeta | |
---|---|
RegexEvalDialog(Shell parent,
Object in,
TransMeta tr,
String sname)
|
|
RegexEvalHelperDialog(Shell parent,
TransMeta transmeta,
String RegexScript,
String RegexOptions,
boolean canonicalEqualityFlagSet)
Dialog to allow someone to test regular expression |
Uses of TransMeta in org.pentaho.di.ui.trans.steps.replacestring |
---|
Constructors in org.pentaho.di.ui.trans.steps.replacestring with parameters of type TransMeta | |
---|---|
ReplaceStringDialog(Shell parent,
Object in,
TransMeta tr,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.reservoirsampling |
---|
Constructors in org.pentaho.di.ui.trans.steps.reservoirsampling with parameters of type TransMeta | |
---|---|
ReservoirSamplingDialog(Shell parent,
Object in,
TransMeta tr,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.rest |
---|
Constructors in org.pentaho.di.ui.trans.steps.rest with parameters of type TransMeta | |
---|---|
RestDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.rowgenerator |
---|
Constructors in org.pentaho.di.ui.trans.steps.rowgenerator with parameters of type TransMeta | |
---|---|
RowGeneratorDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.rowsfromresult |
---|
Constructors in org.pentaho.di.ui.trans.steps.rowsfromresult with parameters of type TransMeta | |
---|---|
RowsFromResultDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.rowstoresult |
---|
Constructors in org.pentaho.di.ui.trans.steps.rowstoresult with parameters of type TransMeta | |
---|---|
RowsToResultDialog(Shell parent,
Object in,
TransMeta tr,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.rssinput |
---|
Constructors in org.pentaho.di.ui.trans.steps.rssinput with parameters of type TransMeta | |
---|---|
RssInputDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.rssoutput |
---|
Constructors in org.pentaho.di.ui.trans.steps.rssoutput with parameters of type TransMeta | |
---|---|
RssOutputDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.rules |
---|
Constructors in org.pentaho.di.ui.trans.steps.rules with parameters of type TransMeta | |
---|---|
RulesDialog(Shell parent,
Object in,
TransMeta tr,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.salesforcedelete |
---|
Constructors in org.pentaho.di.ui.trans.steps.salesforcedelete with parameters of type TransMeta | |
---|---|
SalesforceDeleteDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.salesforceinput |
---|
Constructors in org.pentaho.di.ui.trans.steps.salesforceinput with parameters of type TransMeta | |
---|---|
SalesforceInputDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.salesforceinsert |
---|
Constructors in org.pentaho.di.ui.trans.steps.salesforceinsert with parameters of type TransMeta | |
---|---|
SalesforceInsertDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.salesforceupdate |
---|
Constructors in org.pentaho.di.ui.trans.steps.salesforceupdate with parameters of type TransMeta | |
---|---|
SalesforceUpdateDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.salesforceupsert |
---|
Constructors in org.pentaho.di.ui.trans.steps.salesforceupsert with parameters of type TransMeta | |
---|---|
SalesforceUpsertDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.samplerows |
---|
Constructors in org.pentaho.di.ui.trans.steps.samplerows with parameters of type TransMeta | |
---|---|
SampleRowsDialog(Shell parent,
Object in,
TransMeta tr,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.sapinput |
---|
Constructors in org.pentaho.di.ui.trans.steps.sapinput with parameters of type TransMeta | |
---|---|
SapInputDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.script |
---|
Constructors in org.pentaho.di.ui.trans.steps.script with parameters of type TransMeta | |
---|---|
ScriptDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.scriptvalues_mod |
---|
Constructors in org.pentaho.di.ui.trans.steps.scriptvalues_mod with parameters of type TransMeta | |
---|---|
ScriptValuesModDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.selectvalues |
---|
Constructors in org.pentaho.di.ui.trans.steps.selectvalues with parameters of type TransMeta | |
---|---|
SelectValuesDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.setvalueconstant |
---|
Constructors in org.pentaho.di.ui.trans.steps.setvalueconstant with parameters of type TransMeta | |
---|---|
SetValueConstantDialog(Shell parent,
Object in,
TransMeta tr,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.setvaluefield |
---|
Constructors in org.pentaho.di.ui.trans.steps.setvaluefield with parameters of type TransMeta | |
---|---|
SetValueFieldDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.setvariable |
---|
Constructors in org.pentaho.di.ui.trans.steps.setvariable with parameters of type TransMeta | |
---|---|
SetVariableDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.singlethreader |
---|
Methods in org.pentaho.di.ui.trans.steps.singlethreader with parameters of type TransMeta | |
---|---|
static String |
SingleThreaderDialog.getInjectorStep(TransMeta mappingTransMeta)
|
Constructors in org.pentaho.di.ui.trans.steps.singlethreader with parameters of type TransMeta | |
---|---|
SingleThreaderDialog(Shell parent,
Object in,
TransMeta tr,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.socketreader |
---|
Constructors in org.pentaho.di.ui.trans.steps.socketreader with parameters of type TransMeta | |
---|---|
SocketReaderDialog(Shell parent,
Object in,
TransMeta tr,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.socketwriter |
---|
Constructors in org.pentaho.di.ui.trans.steps.socketwriter with parameters of type TransMeta | |
---|---|
SocketWriterDialog(Shell parent,
Object in,
TransMeta tr,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.sort |
---|
Constructors in org.pentaho.di.ui.trans.steps.sort with parameters of type TransMeta | |
---|---|
SortRowsDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.sortedmerge |
---|
Constructors in org.pentaho.di.ui.trans.steps.sortedmerge with parameters of type TransMeta | |
---|---|
SortedMergeDialog(Shell parent,
Object in,
TransMeta tr,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.splitfieldtorows |
---|
Constructors in org.pentaho.di.ui.trans.steps.splitfieldtorows with parameters of type TransMeta | |
---|---|
SplitFieldToRowsDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.sql |
---|
Constructors in org.pentaho.di.ui.trans.steps.sql with parameters of type TransMeta | |
---|---|
ExecSQLDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.sqlfileoutput |
---|
Constructors in org.pentaho.di.ui.trans.steps.sqlfileoutput with parameters of type TransMeta | |
---|---|
SQLFileOutputDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.ssh |
---|
Constructors in org.pentaho.di.ui.trans.steps.ssh with parameters of type TransMeta | |
---|---|
SSHDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.stepmeta |
---|
Constructors in org.pentaho.di.ui.trans.steps.stepmeta with parameters of type TransMeta | |
---|---|
StepMetastructureDialog(Shell parent,
Object in,
TransMeta tr,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.stepsmetrics |
---|
Constructors in org.pentaho.di.ui.trans.steps.stepsmetrics with parameters of type TransMeta | |
---|---|
StepsMetricsDialog(Shell parent,
Object in,
TransMeta tr,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.streamlookup |
---|
Constructors in org.pentaho.di.ui.trans.steps.streamlookup with parameters of type TransMeta | |
---|---|
StreamLookupDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.stringcut |
---|
Constructors in org.pentaho.di.ui.trans.steps.stringcut with parameters of type TransMeta | |
---|---|
StringCutDialog(Shell parent,
Object in,
TransMeta tr,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.stringoperations |
---|
Constructors in org.pentaho.di.ui.trans.steps.stringoperations with parameters of type TransMeta | |
---|---|
StringOperationsDialog(Shell parent,
Object in,
TransMeta tr,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.switchcase |
---|
Constructors in org.pentaho.di.ui.trans.steps.switchcase with parameters of type TransMeta | |
---|---|
SwitchCaseDialog(Shell parent,
Object in,
TransMeta tr,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.symmetriccrypto.secretkeygenerator |
---|
Constructors in org.pentaho.di.ui.trans.steps.symmetriccrypto.secretkeygenerator with parameters of type TransMeta | |
---|---|
SecretKeyGeneratorDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.symmetriccrypto.symmetriccryptotrans |
---|
Constructors in org.pentaho.di.ui.trans.steps.symmetriccrypto.symmetriccryptotrans with parameters of type TransMeta | |
---|---|
SymmetricCryptoTransDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.synchronizeaftermerge |
---|
Constructors in org.pentaho.di.ui.trans.steps.synchronizeaftermerge with parameters of type TransMeta | |
---|---|
SynchronizeAfterMergeDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.syslog |
---|
Constructors in org.pentaho.di.ui.trans.steps.syslog with parameters of type TransMeta | |
---|---|
SyslogMessageDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.systemdata |
---|
Constructors in org.pentaho.di.ui.trans.steps.systemdata with parameters of type TransMeta | |
---|---|
SystemDataDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.tableexists |
---|
Constructors in org.pentaho.di.ui.trans.steps.tableexists with parameters of type TransMeta | |
---|---|
TableExistsDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.tableinput |
---|
Constructors in org.pentaho.di.ui.trans.steps.tableinput with parameters of type TransMeta | |
---|---|
TableInputDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.tableoutput |
---|
Constructors in org.pentaho.di.ui.trans.steps.tableoutput with parameters of type TransMeta | |
---|---|
TableOutputDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
Constructor. |
Uses of TransMeta in org.pentaho.di.ui.trans.steps.terafast |
---|
Constructors in org.pentaho.di.ui.trans.steps.terafast with parameters of type TransMeta | |
---|---|
TeraFastDialog(Shell parent,
Object baseStepMeta,
TransMeta transMeta,
String stepname)
Constructor. |
Uses of TransMeta in org.pentaho.di.ui.trans.steps.textfileinput |
---|
Constructors in org.pentaho.di.ui.trans.steps.textfileinput with parameters of type TransMeta | |
---|---|
TextFileCSVImportProgressDialog(Shell shell,
InputFileMetaInterface meta,
TransMeta transMeta,
InputStreamReader reader,
int samples,
boolean replaceMeta)
Creates a new dialog that will handle the wait while we're finding out what tables, views etc we can reach in the database. |
|
TextFileInputDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.textfileoutput |
---|
Constructors in org.pentaho.di.ui.trans.steps.textfileoutput with parameters of type TransMeta | |
---|---|
TextFileOutputDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.uniquerows |
---|
Constructors in org.pentaho.di.ui.trans.steps.uniquerows with parameters of type TransMeta | |
---|---|
UniqueRowsDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.uniquerowsbyhashset |
---|
Constructors in org.pentaho.di.ui.trans.steps.uniquerowsbyhashset with parameters of type TransMeta | |
---|---|
UniqueRowsByHashSetDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.univariatestats |
---|
Constructors in org.pentaho.di.ui.trans.steps.univariatestats with parameters of type TransMeta | |
---|---|
UnivariateStatsDialog(Shell parent,
Object in,
TransMeta tr,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.update |
---|
Constructors in org.pentaho.di.ui.trans.steps.update with parameters of type TransMeta | |
---|---|
UpdateDialog(Shell parent,
Object in,
TransMeta tr,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.userdefinedjavaclass |
---|
Constructors in org.pentaho.di.ui.trans.steps.userdefinedjavaclass with parameters of type TransMeta | |
---|---|
UserDefinedJavaClassDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.validator |
---|
Constructors in org.pentaho.di.ui.trans.steps.validator with parameters of type TransMeta | |
---|---|
ValidatorDialog(Shell parent,
Object in,
TransMeta tr,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.valuemapper |
---|
Constructors in org.pentaho.di.ui.trans.steps.valuemapper with parameters of type TransMeta | |
---|---|
ValueMapperDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.webserviceavailable |
---|
Constructors in org.pentaho.di.ui.trans.steps.webserviceavailable with parameters of type TransMeta | |
---|---|
WebServiceAvailableDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.webservices |
---|
Constructors in org.pentaho.di.ui.trans.steps.webservices with parameters of type TransMeta | |
---|---|
WebServiceDialog(Shell aShell,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.writetolog |
---|
Constructors in org.pentaho.di.ui.trans.steps.writetolog with parameters of type TransMeta | |
---|---|
WriteToLogDialog(Shell parent,
Object in,
TransMeta tr,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.xbaseinput |
---|
Constructors in org.pentaho.di.ui.trans.steps.xbaseinput with parameters of type TransMeta | |
---|---|
XBaseInputDialog(Shell parent,
Object in,
TransMeta tr,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.xmlinput |
---|
Constructors in org.pentaho.di.ui.trans.steps.xmlinput with parameters of type TransMeta | |
---|---|
XMLInputDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.xmlinputsax |
---|
Constructors in org.pentaho.di.ui.trans.steps.xmlinputsax with parameters of type TransMeta | |
---|---|
XMLInputSaxDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.xmlinputstream |
---|
Constructors in org.pentaho.di.ui.trans.steps.xmlinputstream with parameters of type TransMeta | |
---|---|
XMLInputStreamDialog(Shell parent,
Object in,
TransMeta tr,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.xmljoin |
---|
Constructors in org.pentaho.di.ui.trans.steps.xmljoin with parameters of type TransMeta | |
---|---|
XMLJoinDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.xmloutput |
---|
Constructors in org.pentaho.di.ui.trans.steps.xmloutput with parameters of type TransMeta | |
---|---|
XMLOutputDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.xsdvalidator |
---|
Constructors in org.pentaho.di.ui.trans.steps.xsdvalidator with parameters of type TransMeta | |
---|---|
XsdValidatorDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.xslt |
---|
Constructors in org.pentaho.di.ui.trans.steps.xslt with parameters of type TransMeta | |
---|---|
XsltDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.ui.trans.steps.yamlinput |
---|
Constructors in org.pentaho.di.ui.trans.steps.yamlinput with parameters of type TransMeta | |
---|---|
YamlInputDialog(Shell parent,
Object in,
TransMeta transMeta,
String sname)
|
Uses of TransMeta in org.pentaho.di.www |
---|
Methods in org.pentaho.di.www with parameters of type TransMeta | |
---|---|
Result |
SlaveServerTransStatus.getResult(TransMeta transMeta)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |