|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of StepMeta in org.pentaho.di |
---|
Methods in org.pentaho.di that return StepMeta | |
---|---|
static StepMeta |
TestUtilities.createDummyStep(String name,
PluginRegistry pluginRegistry)
Creates a dummy |
static StepMeta |
TestUtilities.createInjectorStep(String name,
PluginRegistry pluginRegistry)
Create an injector step. |
static StepMeta |
TestUtilities.createSortRowsStep(String name,
String[] sortFields,
boolean[] ascending,
boolean[] caseSensitive,
String directory,
int sortSize,
PluginRegistry pluginRegistry)
Create and return a SortRows step. |
Uses of StepMeta in org.pentaho.di.core.gui |
---|
Methods in org.pentaho.di.core.gui with parameters of type StepMeta | |
---|---|
void |
GCInterface.drawStepIcon(int x,
int y,
StepMeta stepMeta)
|
void |
SwingGC.drawStepIcon(int x,
int y,
StepMeta stepMeta)
|
Uses of StepMeta in org.pentaho.di.core.logging |
---|
Methods in org.pentaho.di.core.logging with parameters of type StepMeta | |
---|---|
void |
TransLogTable.setStepInput(StepMeta input)
|
void |
TransLogTable.setStepOutput(StepMeta output)
|
void |
TransLogTable.setStepRead(StepMeta read)
|
void |
TransLogTable.setStepRejected(StepMeta rejected)
|
void |
TransLogTable.setStepUpdate(StepMeta update)
|
void |
TransLogTable.setStepWritten(StepMeta written)
|
Method parameters in org.pentaho.di.core.logging with type arguments of type StepMeta | |
---|---|
static TransLogTable |
TransLogTable.getDefault(VariableSpace space,
HasDatabasesInterface databasesInterface,
List<StepMeta> steps)
|
void |
TransLogTable.loadXML(Node node,
List<DatabaseMeta> databases,
List<StepMeta> steps)
|
Constructor parameters in org.pentaho.di.core.logging with type arguments of type StepMeta | |
---|---|
TransLogTable(VariableSpace space,
HasDatabasesInterface databasesInterface,
List<StepMeta> steps)
|
Uses of StepMeta in org.pentaho.di.core.util |
---|
Constructors in org.pentaho.di.core.util with parameters of type StepMeta | |
---|---|
AbstractStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
Constructor. |
Uses of StepMeta in org.pentaho.di.lineage |
---|
Methods in org.pentaho.di.lineage that return types with arguments of type StepMeta | |
---|---|
List<StepMeta> |
ValueLineage.getSourceSteps()
|
Method parameters in org.pentaho.di.lineage with type arguments of type StepMeta | |
---|---|
void |
ValueLineage.setSourceSteps(List<StepMeta> sourceSteps)
|
Uses of StepMeta in org.pentaho.di.repository.kdr.delegates |
---|
Methods in org.pentaho.di.repository.kdr.delegates that return StepMeta | |
---|---|
StepMeta |
KettleDatabaseRepositoryStepDelegate.loadStepMeta(ObjectId id_step,
List<DatabaseMeta> databases,
Map<String,Counter> counters,
List<PartitionSchema> partitionSchemas)
Create a new step by loading the metadata from the specified repository. |
Methods in org.pentaho.di.repository.kdr.delegates with parameters of type StepMeta | |
---|---|
StepErrorMeta |
KettleDatabaseRepositoryStepDelegate.loadStepErrorMeta(VariableSpace variables,
StepMeta stepMeta,
List<StepMeta> steps)
|
void |
KettleDatabaseRepositoryStepDelegate.saveStepMeta(StepMeta stepMeta,
ObjectId id_transformation)
|
Method parameters in org.pentaho.di.repository.kdr.delegates with type arguments of type StepMeta | |
---|---|
StepErrorMeta |
KettleDatabaseRepositoryStepDelegate.loadStepErrorMeta(VariableSpace variables,
StepMeta stepMeta,
List<StepMeta> steps)
|
TransHopMeta |
KettleDatabaseRepositoryTransDelegate.loadTransHopMeta(ObjectId id_trans_hop,
List<StepMeta> steps)
|
Uses of StepMeta in org.pentaho.di.trans |
---|
Methods in org.pentaho.di.trans that return StepMeta | |
---|---|
StepMeta |
TransMeta.findMappingInputStep(String stepname)
Finds the mapping input step with the specified name. |
StepMeta |
TransMeta.findMappingOutputStep(String stepname)
Finds the mapping output step with the specified name. |
StepMeta |
TransMeta.findNextStep(StepMeta stepMeta,
int nr)
Deprecated. just get the next steps as an array |
StepMeta |
TransMeta.findPrevStep(StepMeta stepMeta,
int nr)
Find the previous step on a certain location (i.e. |
StepMeta |
TransMeta.findPrevStep(StepMeta stepMeta,
int nr,
boolean info)
Deprecated. please use method findPreviousSteps |
StepMeta |
TransMeta.findPrevStep(String stepname,
int nr)
Deprecated. |
StepMeta |
TransMeta.findPrevStep(String stepname,
int nr,
boolean info)
Deprecated. |
StepMeta |
TransMeta.findStep(String name)
Searches the list of steps for a step with a certain name. |
StepMeta |
TransMeta.findStep(String name,
StepMeta exclude)
Searches the list of steps for a step with a certain name while excluding one step. |
StepMeta |
TransHopMeta.getFromStep()
|
StepMeta[] |
TransMeta.getInfoStep(StepMeta stepMeta)
Get the informational steps for a certain step. |
StepMeta[] |
TransMeta.getNextSteps(StepMeta stepMeta)
Deprecated. use findNextSteps instead |
StepMeta[] |
TransMeta.getPrevSteps(StepMeta stepMeta)
Retrieve an array of preceding steps for a certain destination step. |
StepMeta |
TransPainter.getShowTargetStreamsStep()
|
StepMeta |
TransMeta.getStep(int i)
Retrieves a step on a certain location (i.e. |
StepMeta |
TransMeta.getStep(int x,
int y,
int iconsize)
Find the step that is located on a certain point on the canvas, taking into account the icon size. |
StepMeta[] |
TransMeta.getStepsArray()
Gets all the steps as an array. |
StepMeta |
TransHopMeta.getToStep()
|
Methods in org.pentaho.di.trans that return types with arguments of type StepMeta | |
---|---|
List<StepMeta> |
TransMeta.findNextSteps(StepMeta stepMeta)
Retrieve a list of succeeding steps for a certain originating step. |
List<StepMeta> |
TransMeta.findPreviousSteps(StepMeta stepMeta)
Get the list of previous steps for a certain reference step. |
List<StepMeta> |
TransMeta.findPreviousSteps(StepMeta stepMeta,
boolean info)
Get the previous steps on a certain location taking into account the steps being informational or not. |
List<StepMeta> |
TransMeta.getSelectedSteps()
Gets a list of the selected steps. |
Map<StepMeta,String> |
TransPainter.getStepLogMap()
|
List<StepMeta> |
TransMeta.getSteps()
Get a list of defined steps in this transformation. |
List<StepMeta> |
TransMeta.getTransHopSteps(boolean all)
Gets a List of all the steps that are used in at least one active hop. |
List<StepMeta> |
TransMeta.getUsedSteps()
Gets the list of used steps, which are the steps that are connected by hops. |
Map<StepMeta,Map<StepMeta,Boolean>> |
TransMeta.sortStepsNatural()
Puts the steps in a more natural order: from start to finish. |
Map<StepMeta,Map<StepMeta,Boolean>> |
TransMeta.sortStepsNatural()
Puts the steps in a more natural order: from start to finish. |
Methods in org.pentaho.di.trans with parameters of type StepMeta | |
---|---|
void |
TransMeta.addOrReplaceStep(StepMeta stepMeta)
Add a new step to the transformation if that step didn't exist yet. |
void |
TransMeta.addStep(int p,
StepMeta stepMeta)
Add a new step to the transformation at the specified index. |
void |
TransMeta.addStep(StepMeta stepMeta)
Add a new step to the transformation. |
void |
TransMeta.checkRowMixingStatically(StepMeta stepMeta,
ProgressMonitorListener monitor)
Check a step to see if there are no multiple steps to read from. |
StepMeta |
TransMeta.findNextStep(StepMeta stepMeta,
int nr)
Deprecated. just get the next steps as an array |
List<StepMeta> |
TransMeta.findNextSteps(StepMeta stepMeta)
Retrieve a list of succeeding steps for a certain originating step. |
int |
TransMeta.findNrInfoSteps(StepMeta stepMeta)
Find the the number of informational steps for a certain step. |
int |
TransMeta.findNrNextSteps(StepMeta stepMeta)
Deprecated. just get the next steps as an array |
int |
TransMeta.findNrPrevSteps(StepMeta stepMeta)
Find the number of steps that precede the indicated step. |
int |
TransMeta.findNrPrevSteps(StepMeta stepMeta,
boolean info)
Deprecated. please use method findPreviousSteps |
boolean |
TransMeta.findPrevious(StepMeta startStep,
StepMeta stepToFind)
Looks in the transformation to find a step in a previous location starting somewhere. |
List<StepMeta> |
TransMeta.findPreviousSteps(StepMeta stepMeta)
Get the list of previous steps for a certain reference step. |
List<StepMeta> |
TransMeta.findPreviousSteps(StepMeta stepMeta,
boolean info)
Get the previous steps on a certain location taking into account the steps being informational or not. |
StepMeta |
TransMeta.findPrevStep(StepMeta stepMeta,
int nr)
Find the previous step on a certain location (i.e. |
StepMeta |
TransMeta.findPrevStep(StepMeta stepMeta,
int nr,
boolean info)
Deprecated. please use method findPreviousSteps |
StepMeta |
TransMeta.findStep(String name,
StepMeta exclude)
Searches the list of steps for a step with a certain name while excluding one step. |
TransHopMeta |
TransMeta.findTransHop(StepMeta from,
StepMeta to)
Search all hops for a hop where a certain step is at the start and another is at the end. |
TransHopMeta |
TransMeta.findTransHop(StepMeta from,
StepMeta to,
boolean disabledToo)
Search all hops for a hop where a certain step is at the start and another is at the end. |
TransHopMeta |
TransMeta.findTransHopFrom(StepMeta fromstep)
Search all hops for a hop where a certain step is at the start. |
TransHopMeta |
TransMeta.findTransHopTo(StepMeta tostep)
Search all hops for a hop where a certain step is at the end. |
StepMeta[] |
TransMeta.getInfoStep(StepMeta stepMeta)
Get the informational steps for a certain step. |
String[] |
TransMeta.getNextStepNames(StepMeta stepMeta)
Retrieve an array of succeeding step names for a certain originating step. |
StepMeta[] |
TransMeta.getNextSteps(StepMeta stepMeta)
Deprecated. use findNextSteps instead |
RowMetaInterface |
TransMeta.getPrevInfoFields(StepMeta stepMeta)
Find the informational fields coming from an informational step into the step specified. |
RowMetaInterface |
TransMeta.getPrevStepFields(StepMeta stepMeta)
Find the fields that are entering a certain step. |
RowMetaInterface |
TransMeta.getPrevStepFields(StepMeta stepMeta,
ProgressMonitorListener monitor)
Find the fields that are entering a certain step. |
String[] |
TransMeta.getPrevStepNames(StepMeta stepMeta)
Retrieve an array of preceding steps for a certain destination step. |
StepMeta[] |
TransMeta.getPrevSteps(StepMeta stepMeta)
Retrieve an array of preceding steps for a certain destination step. |
RowMetaInterface |
TransMeta.getStepFields(StepMeta stepMeta)
Returns the fields that are emitted by a certain step. |
RowMetaInterface |
TransMeta.getStepFields(StepMeta[] stepMeta)
Gets the fields for each of the specified steps and merges them into a single set |
RowMetaInterface |
TransMeta.getStepFields(StepMeta stepMeta,
ProgressMonitorListener monitor)
Returns the fields that are emitted by a certain step. |
RowMetaInterface |
TransMeta.getStepFields(StepMeta stepMeta,
StepMeta targetStep,
ProgressMonitorListener monitor)
Returns the fields that are emitted by a certain step. |
RowMetaInterface |
TransMeta.getThisStepFields(StepMeta stepMeta,
StepMeta nextStep,
RowMetaInterface row)
Returns the fields that are emitted by a step. |
RowMetaInterface |
TransMeta.getThisStepFields(StepMeta stepMeta,
StepMeta nextStep,
RowMetaInterface row,
ProgressMonitorListener monitor)
Returns the fields that are emitted by a step. |
boolean |
TransMeta.hasLoop(StepMeta stepMeta)
See if there are any loops in the transformation, starting at the indicated step. |
int |
TransMeta.indexOfStep(StepMeta stepMeta)
Finds the location (index) of the specified step. |
boolean |
TransMeta.isStepInformative(StepMeta this_step,
StepMeta prev_step)
Determines whether or not a certain step is informative. |
boolean |
TransMeta.isStepUsedInTransHops(StepMeta stepMeta)
Checks if a step has been used in a hop or not. |
boolean |
TransMeta.partOfTransHop(StepMeta stepMeta)
Determines whether or not a certain step is part of a hop. |
void |
TransPainter.setEndHopStep(StepMeta endHopStep)
|
void |
TransHopMeta.setFromStep(StepMeta from)
|
void |
TransPainter.setNoInputStep(StepMeta noInputStep)
|
void |
TransPainter.setShowTargetStreamsStep(StepMeta showTargetStreamsStep)
|
void |
TransPainter.setStartHopStep(StepMeta startHopStep)
|
void |
TransMeta.setStep(int i,
StepMeta stepMeta)
Changes the content of a step on a certain position. |
void |
TransHopMeta.setToStep(StepMeta to)
|
Method parameters in org.pentaho.di.trans with type arguments of type StepMeta | |
---|---|
int[] |
TransMeta.getStepIndexes(List<StepMeta> steps)
Gets an array of the locations of an array of steps. |
void |
TransPainter.setStepLogMap(Map<StepMeta,String> stepLogMap)
|
Constructors in org.pentaho.di.trans with parameters of type StepMeta | |
---|---|
TransHopMeta(StepMeta from,
StepMeta to)
|
|
TransHopMeta(StepMeta from,
StepMeta to,
boolean en)
|
Constructor parameters in org.pentaho.di.trans with type arguments of type StepMeta | |
---|---|
TransHopMeta(Node hopnode,
List<StepMeta> steps)
|
|
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 StepMeta in org.pentaho.di.trans.debug |
---|
Methods in org.pentaho.di.trans.debug that return StepMeta | |
---|---|
StepMeta |
StepDebugMeta.getStepMeta()
|
Methods in org.pentaho.di.trans.debug that return types with arguments of type StepMeta | |
---|---|
Map<StepMeta,StepDebugMeta> |
TransDebugMeta.getStepDebugMetaMap()
|
Methods in org.pentaho.di.trans.debug with parameters of type StepMeta | |
---|---|
void |
StepDebugMeta.setStepMeta(StepMeta stepMeta)
|
Method parameters in org.pentaho.di.trans.debug with type arguments of type StepMeta | |
---|---|
void |
TransDebugMeta.setStepDebugMetaMap(Map<StepMeta,StepDebugMeta> stepDebugMeta)
|
Constructors in org.pentaho.di.trans.debug with parameters of type StepMeta | |
---|---|
StepDebugMeta(StepMeta stepMeta)
|
Uses of StepMeta in org.pentaho.di.trans.step |
---|
Fields in org.pentaho.di.trans.step declared as StepMeta | |
---|---|
StepMeta |
StepMetaDataCombi.stepMeta
|
Methods in org.pentaho.di.trans.step that return StepMeta | |
---|---|
static StepMeta |
StepMeta.findStep(List<StepMeta> steps,
ObjectId id)
Find a step with the ID in a given ArrayList of steps |
static StepMeta |
StepMeta.findStep(List<StepMeta> steps,
String stepname)
Find a step with its name in a given ArrayList of steps |
StepMeta |
StepMetaInterface.getParentStepMeta()
|
StepMeta |
BaseStepMeta.getParentStepMeta()
Gets the parent step meta. |
StepMeta |
StepErrorMeta.getSourceStep()
|
StepMeta |
StepInterface.getStepMeta()
|
StepMeta |
BaseStep.getStepMeta()
|
StepMeta |
StepErrorMeta.getTargetStep()
|
Methods in org.pentaho.di.trans.step with parameters of type StepMeta | |
---|---|
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 |
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. |
int |
StepMeta.compareTo(StepMeta o)
|
StreamInterface |
StepIOMeta.findInfoStream(StepMeta infoStep)
|
StreamInterface |
StepIOMetaInterface.findInfoStream(StepMeta infoStep)
|
StreamInterface |
StepIOMeta.findTargetStream(StepMeta targetStep)
|
StreamInterface |
StepIOMetaInterface.findTargetStream(StepMeta targetStep)
|
void |
StepMetaInterface.getFields(RowMetaInterface inputRowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
Get the fields that are emitted by this step |
void |
BaseStepMeta.getFields(RowMetaInterface inputRowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
Gets the fields. |
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. |
boolean |
StepMeta.isSendingErrorRowsToStep(StepMeta targetStep)
|
void |
StepMeta.replaceMeta(StepMeta stepMeta)
|
void |
StepIOMeta.setInfoSteps(StepMeta[] infoSteps)
Replace the info steps with the supplied source steps. |
void |
StepIOMetaInterface.setInfoSteps(StepMeta[] infoSteps)
Replace the info steps with the supplied source steps. |
void |
StepMetaInterface.setParentStepMeta(StepMeta parentStepMeta)
Provide original lineage for this metadata object |
void |
BaseStepMeta.setParentStepMeta(StepMeta parentStepMeta)
Sets the parent step meta. |
void |
StepErrorMeta.setSourceStep(StepMeta sourceStep)
|
void |
BaseStep.setStepMeta(StepMeta stepMeta)
|
void |
StepErrorMeta.setTargetStep(StepMeta targetStep)
|
void |
StepListener.stepActive(Trans trans,
StepMeta stepMeta,
StepInterface step)
This method is called when a step goes from being idle to being active. |
void |
StepListener.stepFinished(Trans trans,
StepMeta stepMeta,
StepInterface step)
This method is called when a step completes all work and is finished. |
void |
StepListener.stepIdle(Trans trans,
StepMeta stepMeta,
StepInterface step)
This method is called when a step goes from being active to being idle. |
Method parameters in org.pentaho.di.trans.step with type arguments of type StepMeta | |
---|---|
static StepMeta |
StepMeta.findStep(List<StepMeta> steps,
ObjectId id)
Find a step with the ID in a given ArrayList of steps |
static StepMeta |
StepMeta.findStep(List<StepMeta> steps,
String stepname)
Find a step with its name in a given ArrayList of steps |
void |
StepMetaInterface.searchInfoAndTargetSteps(List<StepMeta> steps)
Change step names into step objects to allow them to be name-changed etc. |
void |
BaseStepMeta.searchInfoAndTargetSteps(List<StepMeta> steps)
Change step names into step objects to allow them to be name-changed etc. |
Constructors in org.pentaho.di.trans.step with parameters of type StepMeta | |
---|---|
BaseStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
This is the base step that forms that basis for all steps. |
|
StepErrorMeta(VariableSpace space,
StepMeta sourceStep)
Create a new step error handling metadata object |
|
StepErrorMeta(VariableSpace space,
StepMeta sourceStep,
StepMeta targetStep)
Create a new step error handling metadata object |
|
StepErrorMeta(VariableSpace space,
StepMeta sourceStep,
StepMeta targetStep,
String nrErrorsValuename,
String errorDescriptionsValuename,
String errorFieldsValuename,
String errorCodesValuename)
Create a new step error handling metadata object |
Constructor parameters in org.pentaho.di.trans.step with type arguments of type StepMeta | |
---|---|
StepErrorMeta(VariableSpace variables,
Node node,
List<StepMeta> steps)
|
Uses of StepMeta in org.pentaho.di.trans.step.errorhandling |
---|
Methods in org.pentaho.di.trans.step.errorhandling that return StepMeta | |
---|---|
StepMeta |
Stream.getStepMeta()
|
StepMeta |
StreamInterface.getStepMeta()
|
Methods in org.pentaho.di.trans.step.errorhandling with parameters of type StepMeta | |
---|---|
void |
Stream.setStepMeta(StepMeta stepMeta)
|
void |
StreamInterface.setStepMeta(StepMeta stepMeta)
|
Constructors in org.pentaho.di.trans.step.errorhandling with parameters of type StepMeta | |
---|---|
Stream(StreamInterface.StreamType streamType,
StepMeta stepMeta,
String description,
StreamIcon streamIcon,
Object subject)
|
Uses of StepMeta in org.pentaho.di.trans.steps.abort |
---|
Methods in org.pentaho.di.trans.steps.abort with parameters of type StepMeta | |
---|---|
void |
AbortMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
AbortMeta.getFields(RowMetaInterface inputRowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
Abort(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.accessinput |
---|
Methods in org.pentaho.di.trans.steps.accessinput with parameters of type StepMeta | |
---|---|
void |
AccessInputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
AccessInputMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
AccessInput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.accessoutput |
---|
Methods in org.pentaho.di.trans.steps.accessoutput with parameters of type StepMeta | |
---|---|
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 StepMeta | |
---|---|
AccessOutput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.addsequence |
---|
Methods in org.pentaho.di.trans.steps.addsequence with parameters of type StepMeta | |
---|---|
void |
AddSequenceMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
AddSequenceMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
AddSequence(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.addxml |
---|
Methods in org.pentaho.di.trans.steps.addxml with parameters of type StepMeta | |
---|---|
void |
AddXMLMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
AddXMLMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
AddXML(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.aggregaterows |
---|
Methods in org.pentaho.di.trans.steps.aggregaterows with parameters of type StepMeta | |
---|---|
void |
AggregateRowsMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
AggregateRowsMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
AggregateRows(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.analyticquery |
---|
Methods in org.pentaho.di.trans.steps.analyticquery with parameters of type StepMeta | |
---|---|
void |
AnalyticQueryMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
AnalyticQueryMeta.getFields(RowMetaInterface r,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
AnalyticQuery(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.append |
---|
Methods in org.pentaho.di.trans.steps.append with parameters of type StepMeta | |
---|---|
void |
AppendMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
AppendMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
StepInterface |
AppendMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans)
|
Method parameters in org.pentaho.di.trans.steps.append with type arguments of type StepMeta | |
---|---|
void |
AppendMeta.searchInfoAndTargetSteps(List<StepMeta> steps)
|
Constructors in org.pentaho.di.trans.steps.append with parameters of type StepMeta | |
---|---|
Append(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.autodoc |
---|
Methods in org.pentaho.di.trans.steps.autodoc with parameters of type StepMeta | |
---|---|
void |
AutoDocMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
AutoDocMeta.getFields(RowMetaInterface rowMeta,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
AutoDoc(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.blockingstep |
---|
Methods in org.pentaho.di.trans.steps.blockingstep with parameters of type StepMeta | |
---|---|
void |
BlockingStepMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
BlockingStepMeta.getFields(RowMetaInterface inputRowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
BlockingStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.blockuntilstepsfinish |
---|
Methods in org.pentaho.di.trans.steps.blockuntilstepsfinish with parameters of type StepMeta | |
---|---|
void |
BlockUntilStepsFinishMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
BlockUntilStepsFinishMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
BlockUntilStepsFinish(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.calculator |
---|
Methods in org.pentaho.di.trans.steps.calculator with parameters of type StepMeta | |
---|---|
void |
CalculatorMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
CalculatorMeta.getFields(RowMetaInterface row,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
Calculator(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.changefileencoding |
---|
Methods in org.pentaho.di.trans.steps.changefileencoding with parameters of type StepMeta | |
---|---|
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 StepMeta | |
---|---|
ChangeFileEncoding(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.checksum |
---|
Methods in org.pentaho.di.trans.steps.checksum with parameters of type StepMeta | |
---|---|
void |
CheckSumMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
CheckSumMeta.getFields(RowMetaInterface inputRowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
CheckSum(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.clonerow |
---|
Methods in org.pentaho.di.trans.steps.clonerow with parameters of type StepMeta | |
---|---|
void |
CloneRowMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
CloneRowMeta.getFields(RowMetaInterface rowMeta,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
CloneRow(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.closure |
---|
Methods in org.pentaho.di.trans.steps.closure with parameters of type StepMeta | |
---|---|
void |
ClosureGeneratorMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface row,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
ClosureGeneratorMeta.getFields(RowMetaInterface row,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
ClosureGenerator(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.columnexists |
---|
Methods in org.pentaho.di.trans.steps.columnexists with parameters of type StepMeta | |
---|---|
void |
ColumnExistsMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
ColumnExistsMeta.getFields(RowMetaInterface inputRowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
ColumnExists(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.combinationlookup |
---|
Methods in org.pentaho.di.trans.steps.combinationlookup with parameters of type StepMeta | |
---|---|
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)
|
void |
CombinationLookupMeta.getFields(RowMetaInterface row,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
CombinationLookup(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.concatfields |
---|
Methods in org.pentaho.di.trans.steps.concatfields with parameters of type StepMeta | |
---|---|
void |
ConcatFieldsMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
ConcatFieldsMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
void |
ConcatFieldsMeta.getFieldsModifyInput(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
StepInterface |
ConcatFieldsMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.concatfields with parameters of type StepMeta | |
---|---|
ConcatFields(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.constant |
---|
Methods in org.pentaho.di.trans.steps.constant with parameters of type StepMeta | |
---|---|
void |
ConstantMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
ConstantMeta.getFields(RowMetaInterface rowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
Constant(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.creditcardvalidator |
---|
Methods in org.pentaho.di.trans.steps.creditcardvalidator with parameters of type StepMeta | |
---|---|
void |
CreditCardValidatorMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
CreditCardValidatorMeta.getFields(RowMetaInterface inputRowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
CreditCardValidator(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.csvinput |
---|
Methods in org.pentaho.di.trans.steps.csvinput with parameters of type StepMeta | |
---|---|
void |
CsvInputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
CsvInputMeta.getFields(RowMetaInterface rowMeta,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
CsvInput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.cubeinput |
---|
Methods in org.pentaho.di.trans.steps.cubeinput with parameters of type StepMeta | |
---|---|
void |
CubeInputMeta.check(List<CheckResultInterface> remarks,
TransMeta transmeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
CubeInputMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
CubeInput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.cubeoutput |
---|
Methods in org.pentaho.di.trans.steps.cubeoutput with parameters of type StepMeta | |
---|---|
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 StepMeta | |
---|---|
CubeOutput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.databasejoin |
---|
Methods in org.pentaho.di.trans.steps.databasejoin with parameters of type StepMeta | |
---|---|
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)
|
void |
DatabaseJoinMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
DatabaseJoin(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.databaselookup |
---|
Methods in org.pentaho.di.trans.steps.databaselookup with parameters of type StepMeta | |
---|---|
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)
|
void |
DatabaseLookupMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
DatabaseLookup(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.datagrid |
---|
Methods in org.pentaho.di.trans.steps.datagrid with parameters of type StepMeta | |
---|---|
void |
DataGridMeta.check(List<CheckResultInterface> results,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface rowMeta,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
DataGridMeta.getFields(RowMetaInterface rowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
DataGrid(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.dbproc |
---|
Methods in org.pentaho.di.trans.steps.dbproc with parameters of type StepMeta | |
---|---|
void |
DBProcMeta.check(List<CheckResultInterface> remarks,
TransMeta transmeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
DBProcMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
DBProc(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.delay |
---|
Methods in org.pentaho.di.trans.steps.delay with parameters of type StepMeta | |
---|---|
void |
DelayMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
DelayMeta.getFields(RowMetaInterface rowMeta,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
Delay(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.delete |
---|
Methods in org.pentaho.di.trans.steps.delete with parameters of type StepMeta | |
---|---|
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)
|
void |
DeleteMeta.getFields(RowMetaInterface rowMeta,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
Delete(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.denormaliser |
---|
Methods in org.pentaho.di.trans.steps.denormaliser with parameters of type StepMeta | |
---|---|
void |
DenormaliserMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
DenormaliserMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
Denormaliser(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.detectemptystream |
---|
Methods in org.pentaho.di.trans.steps.detectemptystream with parameters of type StepMeta | |
---|---|
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 StepMeta | |
---|---|
DetectEmptyStream(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.detectlastrow |
---|
Methods in org.pentaho.di.trans.steps.detectlastrow with parameters of type StepMeta | |
---|---|
void |
DetectLastRowMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
DetectLastRowMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
DetectLastRow(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.dimensionlookup |
---|
Methods in org.pentaho.di.trans.steps.dimensionlookup with parameters of type StepMeta | |
---|---|
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)
|
void |
DimensionLookupMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
DimensionLookup(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.dummytrans |
---|
Methods in org.pentaho.di.trans.steps.dummytrans with parameters of type StepMeta | |
---|---|
void |
DummyTransMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
DummyTransMeta.getFields(RowMetaInterface rowMeta,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
DummyTrans(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.dynamicsqlrow |
---|
Methods in org.pentaho.di.trans.steps.dynamicsqlrow with parameters of type StepMeta | |
---|---|
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)
|
void |
DynamicSQLRowMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
DynamicSQLRow(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.edi2xml |
---|
Methods in org.pentaho.di.trans.steps.edi2xml with parameters of type StepMeta | |
---|---|
void |
Edi2XmlMeta.check(List<CheckResultInterface> remarks,
TransMeta transmeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
Edi2XmlMeta.getFields(RowMetaInterface r,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
StepInterface |
Edi2XmlMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans disp)
|
Constructors in org.pentaho.di.trans.steps.edi2xml with parameters of type StepMeta | |
---|---|
Edi2Xml(StepMeta s,
StepDataInterface stepDataInterface,
int c,
TransMeta t,
Trans dis)
|
Uses of StepMeta in org.pentaho.di.trans.steps.elasticsearchbulk |
---|
Methods in org.pentaho.di.trans.steps.elasticsearchbulk with parameters of type StepMeta | |
---|---|
void |
ElasticSearchBulkMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
ElasticSearchBulkMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
ElasticSearchBulk(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.excelinput |
---|
Methods in org.pentaho.di.trans.steps.excelinput that return StepMeta | |
---|---|
StepMeta |
ExcelInputMeta.getAcceptingStep()
|
Methods in org.pentaho.di.trans.steps.excelinput with parameters of type StepMeta | |
---|---|
void |
ExcelInputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
ExcelInputMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
StepInterface |
ExcelInputMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
void |
ExcelInputMeta.setAcceptingStep(StepMeta acceptingStep)
|
Method parameters in org.pentaho.di.trans.steps.excelinput with type arguments of type StepMeta | |
---|---|
void |
ExcelInputMeta.searchInfoAndTargetSteps(List<StepMeta> steps)
|
Constructors in org.pentaho.di.trans.steps.excelinput with parameters of type StepMeta | |
---|---|
ExcelInput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.exceloutput |
---|
Methods in org.pentaho.di.trans.steps.exceloutput with parameters of type StepMeta | |
---|---|
void |
ExcelOutputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
ExcelOutputMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
ExcelOutput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.excelwriter |
---|
Methods in org.pentaho.di.trans.steps.excelwriter with parameters of type StepMeta | |
---|---|
void |
ExcelWriterStepMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
ExcelWriterStepMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
ExcelWriterStep(StepMeta s,
StepDataInterface stepDataInterface,
int c,
TransMeta t,
Trans dis)
|
Uses of StepMeta in org.pentaho.di.trans.steps.execprocess |
---|
Methods in org.pentaho.di.trans.steps.execprocess with parameters of type StepMeta | |
---|---|
void |
ExecProcessMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
ExecProcessMeta.getFields(RowMetaInterface inputRowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
ExecProcess(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.execsqlrow |
---|
Methods in org.pentaho.di.trans.steps.execsqlrow with parameters of type StepMeta | |
---|---|
void |
ExecSQLRowMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
ExecSQLRowMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
ExecSQLRow(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.fieldschangesequence |
---|
Methods in org.pentaho.di.trans.steps.fieldschangesequence with parameters of type StepMeta | |
---|---|
void |
FieldsChangeSequenceMeta.check(List<CheckResultInterface> remarks,
TransMeta transmeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
FieldsChangeSequenceMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
FieldsChangeSequence(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.fieldsplitter |
---|
Methods in org.pentaho.di.trans.steps.fieldsplitter with parameters of type StepMeta | |
---|---|
void |
FieldSplitterMeta.check(List<CheckResultInterface> remarks,
TransMeta transmeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
FieldSplitterMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
FieldSplitter(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.fileexists |
---|
Methods in org.pentaho.di.trans.steps.fileexists with parameters of type StepMeta | |
---|---|
void |
FileExistsMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
FileExistsMeta.getFields(RowMetaInterface inputRowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
FileExists(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.filelocked |
---|
Methods in org.pentaho.di.trans.steps.filelocked with parameters of type StepMeta | |
---|---|
void |
FileLockedMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
FileLockedMeta.getFields(RowMetaInterface inputRowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
FileLocked(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.filesfromresult |
---|
Methods in org.pentaho.di.trans.steps.filesfromresult with parameters of type StepMeta | |
---|---|
void |
FilesFromResultMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
FilesFromResultMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
FilesFromResult(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.filestoresult |
---|
Methods in org.pentaho.di.trans.steps.filestoresult with parameters of type StepMeta | |
---|---|
void |
FilesToResultMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
FilesToResultMeta.getFields(RowMetaInterface rowMeta,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
FilesToResult(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.filterrows |
---|
Methods in org.pentaho.di.trans.steps.filterrows with parameters of type StepMeta | |
---|---|
void |
FilterRowsMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
FilterRowsMeta.getFields(RowMetaInterface rowMeta,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
StepInterface |
FilterRowsMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans)
|
Method parameters in org.pentaho.di.trans.steps.filterrows with type arguments of type StepMeta | |
---|---|
void |
FilterRowsMeta.searchInfoAndTargetSteps(List<StepMeta> steps)
|
Constructors in org.pentaho.di.trans.steps.filterrows with parameters of type StepMeta | |
---|---|
FilterRows(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.fixedinput |
---|
Methods in org.pentaho.di.trans.steps.fixedinput with parameters of type StepMeta | |
---|---|
void |
FixedInputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
FixedInputMeta.getFields(RowMetaInterface rowMeta,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
FixedInput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.flattener |
---|
Methods in org.pentaho.di.trans.steps.flattener with parameters of type StepMeta | |
---|---|
void |
FlattenerMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
FlattenerMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
Flattener(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.formula |
---|
Methods in org.pentaho.di.trans.steps.formula with parameters of type StepMeta | |
---|---|
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. |
void |
FormulaMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
Formula(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.fuzzymatch |
---|
Methods in org.pentaho.di.trans.steps.fuzzymatch with parameters of type StepMeta | |
---|---|
void |
FuzzyMatchMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
FuzzyMatchMeta.getFields(RowMetaInterface inputRowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
StepInterface |
FuzzyMatchMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Method parameters in org.pentaho.di.trans.steps.fuzzymatch with type arguments of type StepMeta | |
---|---|
void |
FuzzyMatchMeta.searchInfoAndTargetSteps(List<StepMeta> steps)
|
Constructors in org.pentaho.di.trans.steps.fuzzymatch with parameters of type StepMeta | |
---|---|
FuzzyMatch(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.getfilenames |
---|
Methods in org.pentaho.di.trans.steps.getfilenames with parameters of type StepMeta | |
---|---|
void |
GetFileNamesMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
GetFileNamesMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
GetFileNames(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.getfilesrowscount |
---|
Methods in org.pentaho.di.trans.steps.getfilesrowscount with parameters of type StepMeta | |
---|---|
void |
GetFilesRowsCountMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
GetFilesRowsCountMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
GetFilesRowsCount(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.getpreviousrowfield |
---|
Methods in org.pentaho.di.trans.steps.getpreviousrowfield with parameters of type StepMeta | |
---|---|
void |
GetPreviousRowFieldMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
GetPreviousRowFieldMeta.getFields(RowMetaInterface inputRowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
GetPreviousRowField(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.getrepositorynames |
---|
Methods in org.pentaho.di.trans.steps.getrepositorynames with parameters of type StepMeta | |
---|---|
void |
GetRepositoryNamesMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
GetRepositoryNamesMeta.getFields(RowMetaInterface row,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
GetRepositoryNames(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.getslavesequence |
---|
Methods in org.pentaho.di.trans.steps.getslavesequence with parameters of type StepMeta | |
---|---|
void |
GetSlaveSequenceMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
GetSlaveSequenceMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
GetSlaveSequence(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.getsubfolders |
---|
Methods in org.pentaho.di.trans.steps.getsubfolders with parameters of type StepMeta | |
---|---|
void |
GetSubFoldersMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
GetSubFoldersMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
GetSubFolders(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.gettablenames |
---|
Methods in org.pentaho.di.trans.steps.gettablenames with parameters of type StepMeta | |
---|---|
void |
GetTableNamesMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
GetTableNamesMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
GetTableNames(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.getvariable |
---|
Methods in org.pentaho.di.trans.steps.getvariable with parameters of type StepMeta | |
---|---|
void |
GetVariableMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
GetVariableMeta.getFields(RowMetaInterface inputRowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
GetVariable(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.getxmldata |
---|
Methods in org.pentaho.di.trans.steps.getxmldata with parameters of type StepMeta | |
---|---|
void |
GetXMLDataMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
GetXMLDataMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
GetXMLData(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.googleanalytics |
---|
Methods in org.pentaho.di.trans.steps.googleanalytics with parameters of type StepMeta | |
---|---|
void |
GaInputStepMeta.check(List<CheckResultInterface> remarks,
TransMeta transmeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
GaInputStepMeta.getFields(RowMetaInterface r,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
GaInputStep(StepMeta s,
StepDataInterface stepDataInterface,
int c,
TransMeta t,
Trans dis)
|
Uses of StepMeta in org.pentaho.di.trans.steps.gpbulkloader |
---|
Methods in org.pentaho.di.trans.steps.gpbulkloader with parameters of type StepMeta | |
---|---|
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)
|
void |
GPBulkLoaderMeta.getFields(RowMetaInterface rowMeta,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
GPBulkLoader(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.groupby |
---|
Methods in org.pentaho.di.trans.steps.groupby with parameters of type StepMeta | |
---|---|
void |
GroupByMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
GroupByMeta.getFields(RowMetaInterface r,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
GroupBy(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.http |
---|
Methods in org.pentaho.di.trans.steps.http with parameters of type StepMeta | |
---|---|
void |
HTTPMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
HTTPMeta.getFields(RowMetaInterface inputRowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
HTTP(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.httppost |
---|
Methods in org.pentaho.di.trans.steps.httppost with parameters of type StepMeta | |
---|---|
void |
HTTPPOSTMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
HTTPPOSTMeta.getFields(RowMetaInterface inputRowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
HTTPPOST(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.ifnull |
---|
Methods in org.pentaho.di.trans.steps.ifnull with parameters of type StepMeta | |
---|---|
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 StepMeta | |
---|---|
IfNull(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.infobrightoutput |
---|
Methods in org.pentaho.di.trans.steps.infobrightoutput with parameters of type StepMeta | |
---|---|
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 StepMeta | |
---|---|
InfobrightLoader(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
Standard constructor. |
Uses of StepMeta in org.pentaho.di.trans.steps.injector |
---|
Methods in org.pentaho.di.trans.steps.injector with parameters of type StepMeta | |
---|---|
void |
InjectorMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
InjectorMeta.getFields(RowMetaInterface inputRowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
Injector(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.insertupdate |
---|
Methods in org.pentaho.di.trans.steps.insertupdate with parameters of type StepMeta | |
---|---|
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)
|
void |
InsertUpdateMeta.getFields(RowMetaInterface rowMeta,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
InsertUpdate(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.ivwloader |
---|
Methods in org.pentaho.di.trans.steps.ivwloader with parameters of type StepMeta | |
---|---|
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 StepMeta | |
---|---|
IngresVectorwiseLoader(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.janino |
---|
Methods in org.pentaho.di.trans.steps.janino with parameters of type StepMeta | |
---|---|
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. |
void |
JaninoMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
Janino(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.javafilter |
---|
Methods in org.pentaho.di.trans.steps.javafilter with parameters of type StepMeta | |
---|---|
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)
|
Method parameters in org.pentaho.di.trans.steps.javafilter with type arguments of type StepMeta | |
---|---|
void |
JavaFilterMeta.searchInfoAndTargetSteps(List<StepMeta> steps)
|
Constructors in org.pentaho.di.trans.steps.javafilter with parameters of type StepMeta | |
---|---|
JavaFilter(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.joinrows |
---|
Methods in org.pentaho.di.trans.steps.joinrows that return StepMeta | |
---|---|
StepMeta |
JoinRowsMeta.getMainStep()
|
Methods in org.pentaho.di.trans.steps.joinrows with parameters of type StepMeta | |
---|---|
void |
JoinRowsMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
JoinRowsMeta.getFields(RowMetaInterface rowMeta,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
StepInterface |
JoinRowsMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
void |
JoinRowsMeta.setMainStep(StepMeta lookupFromStep)
|
Method parameters in org.pentaho.di.trans.steps.joinrows with type arguments of type StepMeta | |
---|---|
void |
JoinRowsMeta.searchInfoAndTargetSteps(List<StepMeta> steps)
|
Constructors in org.pentaho.di.trans.steps.joinrows with parameters of type StepMeta | |
---|---|
JoinRows(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.jsoninput |
---|
Methods in org.pentaho.di.trans.steps.jsoninput with parameters of type StepMeta | |
---|---|
void |
JsonInputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
JsonInputMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
JsonInput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.jsonoutput |
---|
Methods in org.pentaho.di.trans.steps.jsonoutput with parameters of type StepMeta | |
---|---|
void |
JsonOutputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
JsonOutputMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
JsonOutput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.ldapinput |
---|
Methods in org.pentaho.di.trans.steps.ldapinput with parameters of type StepMeta | |
---|---|
void |
LDAPInputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
LDAPInputMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
LDAPInput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.ldapoutput |
---|
Methods in org.pentaho.di.trans.steps.ldapoutput with parameters of type StepMeta | |
---|---|
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 StepMeta | |
---|---|
LDAPOutput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.ldifinput |
---|
Methods in org.pentaho.di.trans.steps.ldifinput with parameters of type StepMeta | |
---|---|
void |
LDIFInputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
LDIFInputMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
LDIFInput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.loadfileinput |
---|
Methods in org.pentaho.di.trans.steps.loadfileinput with parameters of type StepMeta | |
---|---|
void |
LoadFileInputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
LoadFileInputMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
LoadFileInput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.luciddbbulkloader |
---|
Methods in org.pentaho.di.trans.steps.luciddbbulkloader with parameters of type StepMeta | |
---|---|
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)
|
void |
LucidDBBulkLoaderMeta.getFields(RowMetaInterface rowMeta,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
LucidDBBulkLoader(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.luciddbstreamingloader |
---|
Methods in org.pentaho.di.trans.steps.luciddbstreamingloader with parameters of type StepMeta | |
---|---|
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)
|
void |
LucidDBStreamingLoaderMeta.getFields(RowMetaInterface rowMeta,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
LucidDBStreamingLoader(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.mail |
---|
Methods in org.pentaho.di.trans.steps.mail with parameters of type StepMeta | |
---|---|
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 StepMeta | |
---|---|
Mail(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.mailinput |
---|
Methods in org.pentaho.di.trans.steps.mailinput with parameters of type StepMeta | |
---|---|
void |
MailInputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
MailInputMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
MailInput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.mailvalidator |
---|
Methods in org.pentaho.di.trans.steps.mailvalidator with parameters of type StepMeta | |
---|---|
void |
MailValidatorMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
MailValidatorMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
MailValidator(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.mapping |
---|
Methods in org.pentaho.di.trans.steps.mapping that return StepMeta | |
---|---|
StepMeta |
MappingIODefinition.getInputStep()
|
Methods in org.pentaho.di.trans.steps.mapping with parameters of type StepMeta | |
---|---|
void |
MappingMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
MappingMeta.getFields(RowMetaInterface row,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
List<ResourceReference> |
MappingMeta.getResourceDependencies(TransMeta transMeta,
StepMeta stepInfo)
|
StepInterface |
MappingMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans)
|
void |
MappingIODefinition.setInputStep(StepMeta inputStep)
|
Method parameters in org.pentaho.di.trans.steps.mapping with type arguments of type StepMeta | |
---|---|
void |
MappingMeta.searchInfoAndTargetSteps(List<StepMeta> steps)
|
Constructors in org.pentaho.di.trans.steps.mapping with parameters of type StepMeta | |
---|---|
Mapping(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.mappinginput |
---|
Methods in org.pentaho.di.trans.steps.mappinginput with parameters of type StepMeta | |
---|---|
void |
MappingInputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
MappingInputMeta.getFields(RowMetaInterface row,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
MappingInput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.mappingoutput |
---|
Methods in org.pentaho.di.trans.steps.mappingoutput with parameters of type StepMeta | |
---|---|
void |
MappingOutputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
MappingOutputMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
MappingOutput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.memgroupby |
---|
Methods in org.pentaho.di.trans.steps.memgroupby with parameters of type StepMeta | |
---|---|
void |
MemoryGroupByMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
MemoryGroupByMeta.getFields(RowMetaInterface r,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
MemoryGroupBy(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.mergejoin |
---|
Methods in org.pentaho.di.trans.steps.mergejoin with parameters of type StepMeta | |
---|---|
void |
MergeJoinMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
MergeJoinMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
StepInterface |
MergeJoinMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans)
|
Method parameters in org.pentaho.di.trans.steps.mergejoin with type arguments of type StepMeta | |
---|---|
void |
MergeJoinMeta.searchInfoAndTargetSteps(List<StepMeta> steps)
|
Constructors in org.pentaho.di.trans.steps.mergejoin with parameters of type StepMeta | |
---|---|
MergeJoin(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.mergerows |
---|
Methods in org.pentaho.di.trans.steps.mergerows with parameters of type StepMeta | |
---|---|
void |
MergeRowsMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
MergeRowsMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
StepInterface |
MergeRowsMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans)
|
Method parameters in org.pentaho.di.trans.steps.mergerows with type arguments of type StepMeta | |
---|---|
void |
MergeRowsMeta.searchInfoAndTargetSteps(List<StepMeta> steps)
|
Constructors in org.pentaho.di.trans.steps.mergerows with parameters of type StepMeta | |
---|---|
MergeRows(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.metainject |
---|
Methods in org.pentaho.di.trans.steps.metainject with parameters of type StepMeta | |
---|---|
void |
MetaInjectMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
MetaInjectMeta.getFields(RowMetaInterface rowMeta,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
MetaInject(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.mondrianinput |
---|
Methods in org.pentaho.di.trans.steps.mondrianinput with parameters of type StepMeta | |
---|---|
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)
|
void |
MondrianInputMeta.getFields(RowMetaInterface row,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
MondrianInput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.monetdbagilemart |
---|
Methods in org.pentaho.di.trans.steps.monetdbagilemart with parameters of type StepMeta | |
---|---|
StepInterface |
MonetDBAgileMartMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.monetdbagilemart with parameters of type StepMeta | |
---|---|
MonetDBAgileMart(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.monetdbbulkloader |
---|
Methods in org.pentaho.di.trans.steps.monetdbbulkloader with parameters of type StepMeta | |
---|---|
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)
|
void |
MonetDBBulkLoaderMeta.getFields(RowMetaInterface rowMeta,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
SQLStatement |
MonetDBBulkLoaderMeta.getSQLStatements(TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
boolean autoSchema,
MonetDBBulkLoaderData data,
boolean safeMode)
|
StepInterface |
MonetDBBulkLoaderMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.monetdbbulkloader with parameters of type StepMeta | |
---|---|
MonetDBBulkLoader(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.multimerge |
---|
Methods in org.pentaho.di.trans.steps.multimerge with parameters of type StepMeta | |
---|---|
void |
MultiMergeJoinMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
MultiMergeJoinMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
StepInterface |
MultiMergeJoinMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans)
|
Method parameters in org.pentaho.di.trans.steps.multimerge with type arguments of type StepMeta | |
---|---|
void |
MultiMergeJoinMeta.searchInfoAndTargetSteps(List<StepMeta> steps)
|
Constructors in org.pentaho.di.trans.steps.multimerge with parameters of type StepMeta | |
---|---|
MultiMergeJoin(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.mysqlbulkloader |
---|
Methods in org.pentaho.di.trans.steps.mysqlbulkloader with parameters of type StepMeta | |
---|---|
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)
|
void |
MySQLBulkLoaderMeta.getFields(RowMetaInterface rowMeta,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
MySQLBulkLoader(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.normaliser |
---|
Methods in org.pentaho.di.trans.steps.normaliser with parameters of type StepMeta | |
---|---|
void |
NormaliserMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
NormaliserMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
Normaliser(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.nullif |
---|
Methods in org.pentaho.di.trans.steps.nullif with parameters of type StepMeta | |
---|---|
void |
NullIfMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
NullIfMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
NullIf(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.numberrange |
---|
Methods in org.pentaho.di.trans.steps.numberrange with parameters of type StepMeta | |
---|---|
void |
NumberRangeMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
NumberRangeMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
NumberRange(StepMeta s,
StepDataInterface stepDataInterface,
int c,
TransMeta t,
Trans dis)
|
Uses of StepMeta in org.pentaho.di.trans.steps.olapinput |
---|
Methods in org.pentaho.di.trans.steps.olapinput with parameters of type StepMeta | |
---|---|
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)
|
void |
OlapInputMeta.getFields(RowMetaInterface row,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
OlapInput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.orabulkloader |
---|
Methods in org.pentaho.di.trans.steps.orabulkloader with parameters of type StepMeta | |
---|---|
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)
|
void |
OraBulkLoaderMeta.getFields(RowMetaInterface rowMeta,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
OraBulkLoader(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.parallelgzipcsv |
---|
Methods in org.pentaho.di.trans.steps.parallelgzipcsv with parameters of type StepMeta | |
---|---|
void |
ParGzipCsvInputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
ParGzipCsvInputMeta.getFields(RowMetaInterface rowMeta,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
ParGzipCsvInput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.pentahoreporting |
---|
Methods in org.pentaho.di.trans.steps.pentahoreporting with parameters of type StepMeta | |
---|---|
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 StepMeta | |
---|---|
PentahoReportingOutput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.pgbulkloader |
---|
Methods in org.pentaho.di.trans.steps.pgbulkloader with parameters of type StepMeta | |
---|---|
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)
|
void |
PGBulkLoaderMeta.getFields(RowMetaInterface rowMeta,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
PGBulkLoader(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.prioritizestreams |
---|
Methods in org.pentaho.di.trans.steps.prioritizestreams with parameters of type StepMeta | |
---|---|
void |
PrioritizeStreamsMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
PrioritizeStreamsMeta.getFields(RowMetaInterface rowMeta,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
PrioritizeStreams(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.processfiles |
---|
Methods in org.pentaho.di.trans.steps.processfiles with parameters of type StepMeta | |
---|---|
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 StepMeta | |
---|---|
ProcessFiles(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.propertyinput |
---|
Methods in org.pentaho.di.trans.steps.propertyinput with parameters of type StepMeta | |
---|---|
void |
PropertyInputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
PropertyInputMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
PropertyInput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.propertyoutput |
---|
Methods in org.pentaho.di.trans.steps.propertyoutput with parameters of type StepMeta | |
---|---|
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 StepMeta | |
---|---|
PropertyOutput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.randomccnumber |
---|
Methods in org.pentaho.di.trans.steps.randomccnumber with parameters of type StepMeta | |
---|---|
void |
RandomCCNumberGeneratorMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
RandomCCNumberGeneratorMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
RandomCCNumberGenerator(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.randomvalue |
---|
Methods in org.pentaho.di.trans.steps.randomvalue with parameters of type StepMeta | |
---|---|
void |
RandomValueMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
RandomValueMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
RandomValue(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.regexeval |
---|
Methods in org.pentaho.di.trans.steps.regexeval with parameters of type StepMeta | |
---|---|
void |
RegexEvalMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
RegexEvalMeta.getFields(RowMetaInterface inputRowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
RegexEval(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.replacestring |
---|
Methods in org.pentaho.di.trans.steps.replacestring with parameters of type StepMeta | |
---|---|
void |
ReplaceStringMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
ReplaceStringMeta.getFields(RowMetaInterface inputRowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
ReplaceString(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.reservoirsampling |
---|
Methods in org.pentaho.di.trans.steps.reservoirsampling with parameters of type StepMeta | |
---|---|
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. |
void |
ReservoirSamplingMeta.getFields(RowMetaInterface row,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
Generates row meta data to represent the fields output by this step |
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 StepMeta | |
---|---|
ReservoirSampling(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
Creates a new ReservoirSampling instance. |
Uses of StepMeta in org.pentaho.di.trans.steps.rest |
---|
Methods in org.pentaho.di.trans.steps.rest with parameters of type StepMeta | |
---|---|
void |
RestMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
RestMeta.getFields(RowMetaInterface inputRowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
Rest(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.rowgenerator |
---|
Methods in org.pentaho.di.trans.steps.rowgenerator with parameters of type StepMeta | |
---|---|
void |
RowGeneratorMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
RowGeneratorMeta.getFields(RowMetaInterface row,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
RowGenerator(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.rowsfromresult |
---|
Methods in org.pentaho.di.trans.steps.rowsfromresult with parameters of type StepMeta | |
---|---|
void |
RowsFromResultMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
RowsFromResultMeta.getFields(RowMetaInterface r,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
RowsFromResult(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.rowstoresult |
---|
Methods in org.pentaho.di.trans.steps.rowstoresult with parameters of type StepMeta | |
---|---|
void |
RowsToResultMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
RowsToResultMeta.getFields(RowMetaInterface rowMeta,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
RowsToResult(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.rssinput |
---|
Methods in org.pentaho.di.trans.steps.rssinput with parameters of type StepMeta | |
---|---|
void |
RssInputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
RssInputMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
RssInput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.rssoutput |
---|
Methods in org.pentaho.di.trans.steps.rssoutput with parameters of type StepMeta | |
---|---|
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 StepMeta | |
---|---|
RssOutput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.rules |
---|
Methods in org.pentaho.di.trans.steps.rules with parameters of type StepMeta | |
---|---|
void |
RulesMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
RulesMeta.getFields(RowMetaInterface row,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
Rules(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.salesforcedelete |
---|
Methods in org.pentaho.di.trans.steps.salesforcedelete with parameters of type StepMeta | |
---|---|
void |
SalesforceDeleteMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
SalesforceDeleteMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
SalesforceDelete(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.salesforceinput |
---|
Methods in org.pentaho.di.trans.steps.salesforceinput with parameters of type StepMeta | |
---|---|
void |
SalesforceInputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
SalesforceInputMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
SalesforceInput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.salesforceinsert |
---|
Methods in org.pentaho.di.trans.steps.salesforceinsert with parameters of type StepMeta | |
---|---|
void |
SalesforceInsertMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
SalesforceInsertMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
SalesforceInsert(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.salesforceupdate |
---|
Methods in org.pentaho.di.trans.steps.salesforceupdate with parameters of type StepMeta | |
---|---|
void |
SalesforceUpdateMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
SalesforceUpdateMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
SalesforceUpdate(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.salesforceupsert |
---|
Methods in org.pentaho.di.trans.steps.salesforceupsert with parameters of type StepMeta | |
---|---|
void |
SalesforceUpsertMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
SalesforceUpsertMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
SalesforceUpsert(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.samplerows |
---|
Methods in org.pentaho.di.trans.steps.samplerows with parameters of type StepMeta | |
---|---|
void |
SampleRowsMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
SampleRowsMeta.getFields(RowMetaInterface inputRowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
SampleRows(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.sapinput |
---|
Methods in org.pentaho.di.trans.steps.sapinput with parameters of type StepMeta | |
---|---|
void |
SapInputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
SapInputMeta.getFields(RowMetaInterface row,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
SapInput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.sasinput |
---|
Methods in org.pentaho.di.trans.steps.sasinput with parameters of type StepMeta | |
---|---|
void |
SasInputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
SasInputMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
StepInterface |
SasInputMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.sasinput with parameters of type StepMeta | |
---|---|
SasInput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.script |
---|
Methods in org.pentaho.di.trans.steps.script that return StepMeta | |
---|---|
StepMeta |
ScriptDummy.getStepMeta()
|
Methods in org.pentaho.di.trans.steps.script with parameters of type StepMeta | |
---|---|
void |
ScriptMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
ScriptMeta.getFields(RowMetaInterface row,
String originStepname,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
Script(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.scriptvalues_mod |
---|
Methods in org.pentaho.di.trans.steps.scriptvalues_mod that return StepMeta | |
---|---|
StepMeta |
ScriptValuesModDummy.getStepMeta()
|
Methods in org.pentaho.di.trans.steps.scriptvalues_mod with parameters of type StepMeta | |
---|---|
void |
ScriptValuesMetaMod.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
ScriptValuesMetaMod.getFields(RowMetaInterface row,
String originStepname,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
ScriptValuesMod(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.selectvalues |
---|
Methods in org.pentaho.di.trans.steps.selectvalues with parameters of type StepMeta | |
---|---|
void |
SelectValuesMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
SelectValuesMeta.getFields(RowMetaInterface inputRowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
SelectValues(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.setvalueconstant |
---|
Methods in org.pentaho.di.trans.steps.setvalueconstant with parameters of type StepMeta | |
---|---|
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 StepMeta | |
---|---|
SetValueConstant(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.setvaluefield |
---|
Methods in org.pentaho.di.trans.steps.setvaluefield with parameters of type StepMeta | |
---|---|
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 StepMeta | |
---|---|
SetValueField(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.setvariable |
---|
Methods in org.pentaho.di.trans.steps.setvariable with parameters of type StepMeta | |
---|---|
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 StepMeta | |
---|---|
SetVariable(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.singlethreader |
---|
Fields in org.pentaho.di.trans.steps.singlethreader declared as StepMeta | |
---|---|
StepMeta |
SingleThreaderData.injectStepMeta
|
StepMeta |
SingleThreaderData.retrieveStepMeta
|
Methods in org.pentaho.di.trans.steps.singlethreader with parameters of type StepMeta | |
---|---|
void |
SingleThreaderMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
SingleThreaderMeta.getFields(RowMetaInterface row,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
SingleThreader(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.socketreader |
---|
Methods in org.pentaho.di.trans.steps.socketreader with parameters of type StepMeta | |
---|---|
void |
SocketReaderMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
SocketReaderMeta.getFields(RowMetaInterface rowMeta,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
SocketReader(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.socketwriter |
---|
Methods in org.pentaho.di.trans.steps.socketwriter with parameters of type StepMeta | |
---|---|
void |
SocketWriterMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
SocketWriterMeta.getFields(RowMetaInterface rowMeta,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
SocketWriter(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.sort |
---|
Methods in org.pentaho.di.trans.steps.sort with parameters of type StepMeta | |
---|---|
void |
SortRowsMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
SortRowsMeta.getFields(RowMetaInterface inputRowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
SortRows(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.sortedmerge |
---|
Methods in org.pentaho.di.trans.steps.sortedmerge with parameters of type StepMeta | |
---|---|
void |
SortedMergeMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
SortedMergeMeta.getFields(RowMetaInterface inputRowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
SortedMerge(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.splitfieldtorows |
---|
Methods in org.pentaho.di.trans.steps.splitfieldtorows with parameters of type StepMeta | |
---|---|
void |
SplitFieldToRowsMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
SplitFieldToRowsMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
SplitFieldToRows(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.sql |
---|
Methods in org.pentaho.di.trans.steps.sql with parameters of type StepMeta | |
---|---|
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)
|
void |
ExecSQLMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
ExecSQL(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.sqlfileoutput |
---|
Methods in org.pentaho.di.trans.steps.sqlfileoutput with parameters of type StepMeta | |
---|---|
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 StepMeta | |
---|---|
SQLFileOutput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.ssh |
---|
Methods in org.pentaho.di.trans.steps.ssh with parameters of type StepMeta | |
---|---|
void |
SSHMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
SSHMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
SSH(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.stepmeta |
---|
Methods in org.pentaho.di.trans.steps.stepmeta with parameters of type StepMeta | |
---|---|
void |
StepMetastructureMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
StepMetastructureMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
StepMetastructure(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.stepsmetrics |
---|
Methods in org.pentaho.di.trans.steps.stepsmetrics with parameters of type StepMeta | |
---|---|
void |
StepsMetricsMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
StepsMetricsMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
StepsMetrics(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.streamlookup |
---|
Methods in org.pentaho.di.trans.steps.streamlookup with parameters of type StepMeta | |
---|---|
void |
StreamLookupMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
StreamLookupMeta.getFields(RowMetaInterface row,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
StepInterface |
StreamLookupMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Method parameters in org.pentaho.di.trans.steps.streamlookup with type arguments of type StepMeta | |
---|---|
void |
StreamLookupMeta.searchInfoAndTargetSteps(List<StepMeta> steps)
|
Constructors in org.pentaho.di.trans.steps.streamlookup with parameters of type StepMeta | |
---|---|
StreamLookup(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.stringcut |
---|
Methods in org.pentaho.di.trans.steps.stringcut with parameters of type StepMeta | |
---|---|
void |
StringCutMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
StringCutMeta.getFields(RowMetaInterface inputRowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
StringCut(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.stringoperations |
---|
Methods in org.pentaho.di.trans.steps.stringoperations with parameters of type StepMeta | |
---|---|
void |
StringOperationsMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
StringOperationsMeta.getFields(RowMetaInterface inputRowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
StringOperations(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.switchcase |
---|
Fields in org.pentaho.di.trans.steps.switchcase declared as StepMeta | |
---|---|
StepMeta |
SwitchCaseTarget.caseTargetStep
The case target step |
Methods in org.pentaho.di.trans.steps.switchcase that return StepMeta | |
---|---|
StepMeta |
SwitchCaseMeta.getDefaultTargetStep()
|
Methods in org.pentaho.di.trans.steps.switchcase with parameters of type StepMeta | |
---|---|
void |
SwitchCaseMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
SwitchCaseMeta.getFields(RowMetaInterface rowMeta,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
StepInterface |
SwitchCaseMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans)
|
void |
SwitchCaseMeta.setDefaultTargetStep(StepMeta defaultTargetStep)
|
Method parameters in org.pentaho.di.trans.steps.switchcase with type arguments of type StepMeta | |
---|---|
void |
SwitchCaseMeta.searchInfoAndTargetSteps(List<StepMeta> steps)
|
Constructors in org.pentaho.di.trans.steps.switchcase with parameters of type StepMeta | |
---|---|
SwitchCase(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.symmetriccrypto.secretkeygenerator |
---|
Methods in org.pentaho.di.trans.steps.symmetriccrypto.secretkeygenerator with parameters of type StepMeta | |
---|---|
void |
SecretKeyGeneratorMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
SecretKeyGeneratorMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
SecretKeyGenerator(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.symmetriccrypto.symmetriccryptotrans |
---|
Methods in org.pentaho.di.trans.steps.symmetriccrypto.symmetriccryptotrans with parameters of type StepMeta | |
---|---|
void |
SymmetricCryptoTransMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
SymmetricCryptoTransMeta.getFields(RowMetaInterface rowMeta,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
SymmetricCryptoTrans(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.synchronizeaftermerge |
---|
Methods in org.pentaho.di.trans.steps.synchronizeaftermerge with parameters of type StepMeta | |
---|---|
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 StepMeta | |
---|---|
SynchronizeAfterMerge(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.syslog |
---|
Methods in org.pentaho.di.trans.steps.syslog with parameters of type StepMeta | |
---|---|
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 StepMeta | |
---|---|
SyslogMessage(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.systemdata |
---|
Methods in org.pentaho.di.trans.steps.systemdata with parameters of type StepMeta | |
---|---|
void |
SystemDataMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
SystemDataMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
SystemData(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.tableagilemart |
---|
Methods in org.pentaho.di.trans.steps.tableagilemart with parameters of type StepMeta | |
---|---|
StepInterface |
TableAgileMartMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Constructors in org.pentaho.di.trans.steps.tableagilemart with parameters of type StepMeta | |
---|---|
TableAgileMart(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.tableexists |
---|
Methods in org.pentaho.di.trans.steps.tableexists with parameters of type StepMeta | |
---|---|
void |
TableExistsMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
TableExistsMeta.getFields(RowMetaInterface inputRowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
TableExists(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.tableinput |
---|
Methods in org.pentaho.di.trans.steps.tableinput that return StepMeta | |
---|---|
StepMeta |
TableInputMeta.getLookupFromStep()
For compatibility, wraps around the standard step IO metadata |
Methods in org.pentaho.di.trans.steps.tableinput with parameters of type StepMeta | |
---|---|
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)
|
void |
TableInputMeta.getFields(RowMetaInterface row,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
StepInterface |
TableInputMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
void |
TableInputMeta.setLookupFromStep(StepMeta stepMeta)
For compatibility, wraps around the standard step IO metadata |
Method parameters in org.pentaho.di.trans.steps.tableinput with type arguments of type StepMeta | |
---|---|
void |
TableInputMeta.searchInfoAndTargetSteps(List<StepMeta> steps)
|
Constructors in org.pentaho.di.trans.steps.tableinput with parameters of type StepMeta | |
---|---|
TableInput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.tableoutput |
---|
Methods in org.pentaho.di.trans.steps.tableoutput with parameters of type StepMeta | |
---|---|
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)
|
void |
TableOutputMeta.getFields(RowMetaInterface row,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
TableOutput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.terafast |
---|
Methods in org.pentaho.di.trans.steps.terafast with parameters of type StepMeta | |
---|---|
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. |
void |
TeraFastMeta.getFields(RowMetaInterface inputRowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
Gets the fields. |
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 StepMeta | |
---|---|
TeraFast(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
Constructor. |
Uses of StepMeta in org.pentaho.di.trans.steps.textfileinput |
---|
Methods in org.pentaho.di.trans.steps.textfileinput that return StepMeta | |
---|---|
StepMeta |
TextFileInputMeta.getAcceptingStep()
|
Methods in org.pentaho.di.trans.steps.textfileinput with parameters of type StepMeta | |
---|---|
void |
TextFileInputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
TextFileInputMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
List<ResourceReference> |
TextFileInputMeta.getResourceDependencies(TransMeta transMeta,
StepMeta stepInfo)
|
StepInterface |
TextFileInputMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
void |
TextFileInputMeta.setAcceptingStep(StepMeta acceptingStep)
|
Method parameters in org.pentaho.di.trans.steps.textfileinput with type arguments of type StepMeta | |
---|---|
void |
TextFileInputMeta.searchInfoAndTargetSteps(List<StepMeta> steps)
|
Constructors in org.pentaho.di.trans.steps.textfileinput with parameters of type StepMeta | |
---|---|
TextFileInput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.textfileoutput |
---|
Methods in org.pentaho.di.trans.steps.textfileoutput with parameters of type StepMeta | |
---|---|
void |
TextFileOutputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
TextFileOutputMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
TextFileOutput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.uniquerows |
---|
Methods in org.pentaho.di.trans.steps.uniquerows with parameters of type StepMeta | |
---|---|
void |
UniqueRowsMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
UniqueRowsMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
UniqueRows(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.uniquerowsbyhashset |
---|
Methods in org.pentaho.di.trans.steps.uniquerowsbyhashset with parameters of type StepMeta | |
---|---|
void |
UniqueRowsByHashSetMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
UniqueRowsByHashSetMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
UniqueRowsByHashSet(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.univariatestats |
---|
Methods in org.pentaho.di.trans.steps.univariatestats with parameters of type StepMeta | |
---|---|
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. |
void |
UnivariateStatsMeta.getFields(RowMetaInterface row,
String origin,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
Generates row meta data to represent the fields output by this step |
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 StepMeta | |
---|---|
UnivariateStats(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
Creates a new UnivariateStats instance. |
Uses of StepMeta in org.pentaho.di.trans.steps.update |
---|
Methods in org.pentaho.di.trans.steps.update with parameters of type StepMeta | |
---|---|
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)
|
void |
UpdateMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
Update(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.userdefinedjavaclass |
---|
Fields in org.pentaho.di.trans.steps.userdefinedjavaclass declared as StepMeta | |
---|---|
StepMeta |
StepDefinition.stepMeta
|
Methods in org.pentaho.di.trans.steps.userdefinedjavaclass that return StepMeta | |
---|---|
StepMeta |
UserDefinedJavaClass.getStepMeta()
|
StepMeta |
TransformClassBase.getStepMeta()
|
StepMeta |
UserDefinedJavaClass.getStepMetaImpl()
|
Methods in org.pentaho.di.trans.steps.userdefinedjavaclass with parameters of type StepMeta | |
---|---|
void |
UserDefinedJavaClassMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
static void |
TransformClassBase.getFields(boolean clearResultFields,
RowMetaInterface row,
String originStepname,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space,
List<?> fields)
|
void |
UserDefinedJavaClassMeta.getFields(RowMetaInterface row,
String originStepname,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
StepInterface |
UserDefinedJavaClassMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta transMeta,
Trans trans)
|
Method parameters in org.pentaho.di.trans.steps.userdefinedjavaclass with type arguments of type StepMeta | |
---|---|
void |
UserDefinedJavaClassMeta.searchInfoAndTargetSteps(List<StepMeta> steps)
|
Constructors in org.pentaho.di.trans.steps.userdefinedjavaclass with parameters of type StepMeta | |
---|---|
UserDefinedJavaClass(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.validator |
---|
Methods in org.pentaho.di.trans.steps.validator that return StepMeta | |
---|---|
StepMeta |
Validation.getSourcingStep()
|
Methods in org.pentaho.di.trans.steps.validator with parameters of type StepMeta | |
---|---|
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)
|
void |
Validation.setSourcingStep(StepMeta sourcingStep)
|
Method parameters in org.pentaho.di.trans.steps.validator with type arguments of type StepMeta | |
---|---|
void |
ValidatorMeta.searchInfoAndTargetSteps(List<StepMeta> steps)
|
Constructors in org.pentaho.di.trans.steps.validator with parameters of type StepMeta | |
---|---|
Validator(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.valuemapper |
---|
Methods in org.pentaho.di.trans.steps.valuemapper with parameters of type StepMeta | |
---|---|
void |
ValueMapperMeta.check(List<CheckResultInterface> remarks,
TransMeta transmeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
ValueMapperMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
ValueMapper(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.webserviceavailable |
---|
Methods in org.pentaho.di.trans.steps.webserviceavailable with parameters of type StepMeta | |
---|---|
void |
WebServiceAvailableMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
WebServiceAvailableMeta.getFields(RowMetaInterface inputRowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
WebServiceAvailable(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.webservices |
---|
Methods in org.pentaho.di.trans.steps.webservices with parameters of type StepMeta | |
---|---|
void |
WebServiceMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
WebServiceMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
WebService(StepMeta aStepMeta,
StepDataInterface aStepData,
int value,
TransMeta aTransMeta,
Trans aTrans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.writetolog |
---|
Methods in org.pentaho.di.trans.steps.writetolog with parameters of type StepMeta | |
---|---|
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 StepMeta | |
---|---|
WriteToLog(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.xbaseinput |
---|
Methods in org.pentaho.di.trans.steps.xbaseinput that return StepMeta | |
---|---|
StepMeta |
XBaseInputMeta.getAcceptingStep()
|
Methods in org.pentaho.di.trans.steps.xbaseinput with parameters of type StepMeta | |
---|---|
void |
XBaseInputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
XBaseInputMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
StepInterface |
XBaseInputMeta.getStep(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int cnr,
TransMeta tr,
Trans trans)
|
void |
XBaseInputMeta.setAcceptingStep(StepMeta acceptingStep)
|
Method parameters in org.pentaho.di.trans.steps.xbaseinput with type arguments of type StepMeta | |
---|---|
void |
XBaseInputMeta.searchInfoAndTargetSteps(List<StepMeta> steps)
|
Constructors in org.pentaho.di.trans.steps.xbaseinput with parameters of type StepMeta | |
---|---|
XBaseInput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.xmlinput |
---|
Methods in org.pentaho.di.trans.steps.xmlinput with parameters of type StepMeta | |
---|---|
void |
XMLInputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
XMLInputMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
XMLInput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.xmlinputsax |
---|
Methods in org.pentaho.di.trans.steps.xmlinputsax with parameters of type StepMeta | |
---|---|
void |
XMLInputSaxMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
XMLInputSaxMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
XMLInputSax(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.xmlinputstream |
---|
Methods in org.pentaho.di.trans.steps.xmlinputstream with parameters of type StepMeta | |
---|---|
void |
XMLInputStreamMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
XMLInputStreamMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
XMLInputStream(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.xmljoin |
---|
Methods in org.pentaho.di.trans.steps.xmljoin with parameters of type StepMeta | |
---|---|
void |
XMLJoinMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
XMLJoinMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
XMLJoin(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.xmloutput |
---|
Methods in org.pentaho.di.trans.steps.xmloutput with parameters of type StepMeta | |
---|---|
void |
XMLOutputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
XMLOutputMeta.getFields(RowMetaInterface row,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
XMLOutput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.xsdvalidator |
---|
Methods in org.pentaho.di.trans.steps.xsdvalidator with parameters of type StepMeta | |
---|---|
void |
XsdValidatorMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepinfo,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
XsdValidatorMeta.getFields(RowMetaInterface inputRowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
XsdValidator(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.xslt |
---|
Methods in org.pentaho.di.trans.steps.xslt with parameters of type StepMeta | |
---|---|
void |
XsltMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
XsltMeta.getFields(RowMetaInterface inputRowMeta,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
Xslt(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.trans.steps.yamlinput |
---|
Methods in org.pentaho.di.trans.steps.yamlinput with parameters of type StepMeta | |
---|---|
void |
YamlInputMeta.check(List<CheckResultInterface> remarks,
TransMeta transMeta,
StepMeta stepMeta,
RowMetaInterface prev,
String[] input,
String[] output,
RowMetaInterface info)
|
void |
YamlInputMeta.getFields(RowMetaInterface r,
String name,
RowMetaInterface[] info,
StepMeta nextStep,
VariableSpace space)
|
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 StepMeta | |
---|---|
YamlInput(StepMeta stepMeta,
StepDataInterface stepDataInterface,
int copyNr,
TransMeta transMeta,
Trans trans)
|
Uses of StepMeta in org.pentaho.di.ui.spoon |
---|
Methods in org.pentaho.di.ui.spoon that return StepMeta | |
---|---|
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. |
Methods in org.pentaho.di.ui.spoon with parameters of type StepMeta | |
---|---|
void |
Spoon.delStep(TransMeta transMeta,
StepMeta stepMeta)
|
void |
SWTGC.drawStepIcon(int x,
int y,
StepMeta stepMeta)
|
void |
Spoon.dupeStep(TransMeta transMeta,
StepMeta stepMeta)
|
void |
Spoon.editClustering(TransMeta transMeta,
StepMeta stepMeta)
Select a clustering schema for this step. |
void |
Spoon.editPartitioning(TransMeta transMeta,
StepMeta stepMeta)
|
String |
Spoon.editStep(TransMeta transMeta,
StepMeta stepMeta)
|
void |
Spoon.editStepErrorHandling(TransMeta transMeta,
StepMeta stepMeta)
|
void |
Spoon.generateFieldMapping(TransMeta transMeta,
StepMeta stepMeta)
Create a new SelectValues step in between this step and the previous. |
void |
Spoon.newHop(TransMeta transMeta,
StepMeta fr,
StepMeta to)
|
void |
Spoon.verifyCopyDistribute(TransMeta transMeta,
StepMeta fr)
|
Method parameters in org.pentaho.di.ui.spoon with type arguments of type StepMeta | |
---|---|
void |
Spoon.copySelected(TransMeta transMeta,
List<StepMeta> steps,
List<NotePadMeta> notes)
|
void |
Spoon.editClustering(TransMeta transMeta,
List<StepMeta> stepMetas)
Select a clustering schema for this step. |
Uses of StepMeta in org.pentaho.di.ui.spoon.delegates |
---|
Methods in org.pentaho.di.ui.spoon.delegates with parameters of type StepMeta | |
---|---|
void |
SpoonStepsDelegate.clipStep(StepMeta stepMeta)
|
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)
|
StepDialogInterface |
SpoonStepsDelegate.getPartitionerDialog(StepMeta stepMeta,
StepPartitioningMeta partitioningMeta,
TransMeta transMeta)
|
Uses of StepMeta in org.pentaho.di.ui.spoon.dialog |
---|
Methods in org.pentaho.di.ui.spoon.dialog that return StepMeta | |
---|---|
StepMeta |
SearchFieldsProgressDialog.getStepInfo()
|
Methods in org.pentaho.di.ui.spoon.dialog with parameters of type StepMeta | |
---|---|
void |
SearchFieldsProgressDialog.setStepInfo(StepMeta stepInfo)
|
Constructors in org.pentaho.di.ui.spoon.dialog with parameters of type StepMeta | |
---|---|
SearchFieldsProgressDialog(TransMeta transMeta,
StepMeta stepMeta,
boolean before)
|
Uses of StepMeta in org.pentaho.di.ui.spoon.trans |
---|
Methods in org.pentaho.di.ui.spoon.trans that return StepMeta | |
---|---|
StepMeta |
TransGraph.getCurrentStep()
|
Methods in org.pentaho.di.ui.spoon.trans that return types with arguments of type StepMeta | |
---|---|
Map<StepMeta,String> |
TransGraph.getStepLogMap()
|
Methods in org.pentaho.di.ui.spoon.trans with parameters of type StepMeta | |
---|---|
void |
TransGraph.delSelected(StepMeta stMeta)
|
void |
TransGraph.editDescription(StepMeta stepMeta)
|
void |
TransGraph.renameStep(StepMeta stepMeta,
String stepname)
|
void |
TransGraph.setCurrentStep(StepMeta currentStep)
|
Method parameters in org.pentaho.di.ui.spoon.trans with type arguments of type StepMeta | |
---|---|
void |
TransGraph.setStepLogMap(Map<StepMeta,String> stepLogMap)
|
Uses of StepMeta in org.pentaho.di.ui.trans.dialog |
---|
Constructors in org.pentaho.di.ui.trans.dialog with parameters of type StepMeta | |
---|---|
ModPartitionerDialog(Shell parent,
StepMeta stepMeta,
StepPartitioningMeta partitioningMeta,
TransMeta transMeta)
|
Uses of StepMeta in org.pentaho.di.ui.trans.step |
---|
Methods in org.pentaho.di.ui.trans.step with parameters of type StepMeta | |
---|---|
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. |
Constructor parameters in org.pentaho.di.ui.trans.step with type arguments of type StepMeta | |
---|---|
StepErrorMetaDialog(Shell par,
StepErrorMeta stepErrorMeta,
TransMeta transMeta,
List<StepMeta> targetSteps)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |