Uses of Class
org.pentaho.di.trans.step.StepMeta
-
-
Uses of StepMeta in org.pentaho.di.core.gui
Methods in org.pentaho.di.core.gui with parameters of type StepMeta Modifier and Type Method Description void
GCInterface. drawStepIcon(int x, int y, StepMeta stepMeta)
void
GCInterface. drawStepIcon(int x, int y, StepMeta stepMeta, float magnification)
void
SwingDirectGC. drawStepIcon(int x, int y, StepMeta stepMeta)
void
SwingDirectGC. drawStepIcon(int x, int y, StepMeta stepMeta, float magnification)
void
SwingGC. drawStepIcon(int x, int y, StepMeta stepMeta)
void
SwingGC. drawStepIcon(int x, int y, StepMeta stepMeta, float magnification)
-
Uses of StepMeta in org.pentaho.di.core.logging
Methods in org.pentaho.di.core.logging with parameters of type StepMeta Modifier and Type Method Description 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 Modifier and Type Method Description static TransLogTable
TransLogTable. getDefault(org.pentaho.di.core.variables.VariableSpace space, HasDatabasesInterface databasesInterface, List<StepMeta> steps)
Constructor parameters in org.pentaho.di.core.logging with type arguments of type StepMeta Constructor Description TransLogTable(org.pentaho.di.core.variables.VariableSpace space, HasDatabasesInterface databasesInterface, List<StepMeta> steps)
-
Uses of StepMeta in org.pentaho.di.core.util
Methods in org.pentaho.di.core.util with parameters of type StepMeta Modifier and Type Method Description org.pentaho.di.core.variables.VariableSpace
CurrentDirectoryResolver. resolveCurrentDirectory(org.pentaho.di.core.ObjectLocationSpecificationMethod specificationMethod, org.pentaho.di.core.variables.VariableSpace parentVariables, Repository repository, StepMeta stepMeta, String filename)
Constructors in org.pentaho.di.core.util with parameters of type StepMeta Constructor Description 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 Modifier and Type Method Description List<StepMeta>
ValueLineage. getSourceSteps()
Method parameters in org.pentaho.di.lineage with type arguments of type StepMeta Modifier and Type Method Description 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 Modifier and Type Method Description StepMeta
KettleDatabaseRepositoryStepDelegate. loadStepMeta(org.pentaho.di.repository.ObjectId stepId, List<org.pentaho.di.core.database.DatabaseMeta> databases, 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 Modifier and Type Method Description StepErrorMeta
KettleDatabaseRepositoryStepDelegate. loadStepErrorMeta(org.pentaho.di.core.variables.VariableSpace variables, StepMeta stepMeta, List<StepMeta> steps)
void
KettleDatabaseRepositoryStepDelegate. saveStepMeta(StepMeta stepMeta, org.pentaho.di.repository.ObjectId transformationId)
Method parameters in org.pentaho.di.repository.kdr.delegates with type arguments of type StepMeta Modifier and Type Method Description StepErrorMeta
KettleDatabaseRepositoryStepDelegate. loadStepErrorMeta(org.pentaho.di.core.variables.VariableSpace variables, StepMeta stepMeta, List<StepMeta> steps)
TransHopMeta
KettleDatabaseRepositoryTransDelegate. loadTransHopMeta(org.pentaho.di.repository.ObjectId id_trans_hop, List<StepMeta> steps)
-
Uses of StepMeta in org.pentaho.di.trans
Fields in org.pentaho.di.trans declared as StepMeta Modifier and Type Field Description StepMeta
TransPainterExtension. stepMeta
StepMeta
TransPainterFlyoutExtension. stepMeta
Fields in org.pentaho.di.trans with type parameters of type StepMeta Modifier and Type Field Description protected Map<String,List<StepMeta>>
TransMeta. previousStepCache
The previous step cacheprotected List<StepMeta>
TransMeta. steps
The list of steps associated with the transformation.Methods in org.pentaho.di.trans that return StepMeta Modifier and Type Method Description 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.StepMeta
TransMeta. findPrevStep(String stepname, int nr)
Deprecated.StepMeta
TransMeta. findPrevStep(String stepname, int nr, boolean info)
Deprecated.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 findPreviousStepsStepMeta
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
TransPainter. getEndHopStep()
StepMeta
TransHopMeta. getFromStep()
StepMeta[]
TransMeta. getInfoStep(StepMeta stepMeta)
Get the informational steps for a certain step.StepMeta[]
TransMeta. getNextSteps(StepMeta stepMeta)
Deprecated.use findNextSteps insteadStepMeta
TransPainter. getNoInputStep()
StepMeta
ISubTransAwareMeta. getParentStepMeta()
StepMeta[]
TransMeta. getPrevSteps(StepMeta stepMeta)
Retrieve an array of preceding steps for a certain destination step.StepMeta
TransPainter. getShowTargetStreamsStep()
StepMeta
TransPainter. getStartHopStep()
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[]
CheckStepsExtension. getStepMetas()
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 Modifier and Type Method Description 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>
TransPainter. getMouseOverSteps()
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 Modifier and Type Method Description 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, org.pentaho.di.core.ProgressMonitorListener monitor)
Check a step to see if there are no multiple steps to read from.boolean
TransMeta. containsStepMeta(StepMeta stepMeta)
List<TransHopMeta>
TransMeta. findAllTransHopFrom(StepMeta fromstep)
StepMeta
TransMeta. findNextStep(StepMeta stepMeta, int nr)
Deprecated.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.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 findPreviousStepsboolean
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 findPreviousStepsStepMeta
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 insteadorg.pentaho.di.core.row.RowMetaInterface
TransMeta. getPrevInfoFields(StepMeta stepMeta)
Find the informational fields coming from an informational step into the step specified.org.pentaho.di.core.row.RowMetaInterface
TransMeta. getPrevStepFields(StepMeta stepMeta)
Find the fields that are entering a certain step.org.pentaho.di.core.row.RowMetaInterface
TransMeta. getPrevStepFields(StepMeta stepMeta, String stepName, org.pentaho.di.core.ProgressMonitorListener monitor)
org.pentaho.di.core.row.RowMetaInterface
TransMeta. getPrevStepFields(StepMeta stepMeta, org.pentaho.di.core.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.org.pentaho.di.core.row.RowMetaInterface
TransMeta. getStepFields(StepMeta stepMeta)
Returns the fields that are emitted by a certain step.org.pentaho.di.core.row.RowMetaInterface
TransMeta. getStepFields(StepMeta[] stepMeta)
Gets the fields for each of the specified steps and merges them into a single setorg.pentaho.di.core.row.RowMetaInterface
TransMeta. getStepFields(StepMeta stepMeta, org.pentaho.di.core.ProgressMonitorListener monitor)
Returns the fields that are emitted by a certain step.org.pentaho.di.core.row.RowMetaInterface
TransMeta. getStepFields(StepMeta stepMeta, StepMeta targetStep, org.pentaho.di.core.ProgressMonitorListener monitor)
Returns the fields that are emitted by a certain step.org.pentaho.di.core.row.RowMetaInterface
TransMeta. getThisStepFields(StepMeta stepMeta, StepMeta nextStep, org.pentaho.di.core.row.RowMetaInterface row)
Returns the fields that are emitted by a step.org.pentaho.di.core.row.RowMetaInterface
TransMeta. getThisStepFields(StepMeta stepMeta, StepMeta nextStep, org.pentaho.di.core.row.RowMetaInterface row, org.pentaho.di.core.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.boolean
TransMeta. hasLoop(StepMeta stepMeta, StepMeta lookup)
Checks for loop.boolean
TransMeta. hasLoop(StepMeta stepMeta, StepMeta lookup, boolean info)
Deprecated.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.void
TransMeta. notifyAllListeners(StepMeta oldMeta, StepMeta newMeta)
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 Modifier and Type Method Description int[]
TransMeta. getStepIndexes(List<StepMeta> steps)
Gets an array of the locations of an array of steps.void
TransPainter. setMouseOverSteps(List<StepMeta> mouseOverSteps)
void
TransPainter. setStepLogMap(Map<StepMeta,String> stepLogMap)
Constructors in org.pentaho.di.trans with parameters of type StepMeta Constructor Description CheckStepsExtension(List<org.pentaho.di.core.CheckResultInterface> remarks, org.pentaho.di.core.variables.VariableSpace space, TransMeta transMeta, StepMeta[] stepMetas, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
TransHopMeta(StepMeta from, StepMeta to)
TransHopMeta(StepMeta from, StepMeta to, boolean en)
TransPainterExtension(GCInterface gc, boolean shadow, List<AreaOwner> areaOwners, TransMeta transMeta, StepMeta stepMeta, TransHopMeta transHop, int x1, int y1, int x2, int y2, int mx, int my, org.pentaho.di.core.gui.Point offset, int iconsize)
TransPainterFlyoutExtension(GCInterface gc, List<AreaOwner> areaOwners, TransMeta transMeta, StepMeta stepMeta, float translationX, float translationY, float magnification, org.pentaho.di.core.gui.Point area, org.pentaho.di.core.gui.Point offset)
Constructor parameters in org.pentaho.di.trans with type arguments of type StepMeta Constructor Description TransHopMeta(Node hopnode, List<StepMeta> steps)
-
Uses of StepMeta in org.pentaho.di.trans.debug
Methods in org.pentaho.di.trans.debug that return StepMeta Modifier and Type Method Description StepMeta
StepDebugMeta. getStepMeta()
Methods in org.pentaho.di.trans.debug that return types with arguments of type StepMeta Modifier and Type Method Description Map<StepMeta,StepDebugMeta>
TransDebugMeta. getStepDebugMetaMap()
Methods in org.pentaho.di.trans.debug with parameters of type StepMeta Modifier and Type Method Description void
StepDebugMeta. setStepMeta(StepMeta stepMeta)
Method parameters in org.pentaho.di.trans.debug with type arguments of type StepMeta Modifier and Type Method Description void
TransDebugMeta. setStepDebugMetaMap(Map<StepMeta,StepDebugMeta> stepDebugMeta)
Constructors in org.pentaho.di.trans.debug with parameters of type StepMeta Constructor Description StepDebugMeta(StepMeta stepMeta)
-
Uses of StepMeta in org.pentaho.di.trans.step
Fields in org.pentaho.di.trans.step declared as StepMeta Modifier and Type Field Description protected StepMeta
BaseStepMeta. parentStepMeta
StepMeta
StepMetaDataCombi. stepMeta
Methods in org.pentaho.di.trans.step that return StepMeta Modifier and Type Method Description static StepMeta
StepMeta. findStep(List<StepMeta> steps, String stepname)
Find a step with its name in a given ArrayList of stepsstatic StepMeta
StepMeta. findStep(List<StepMeta> steps, org.pentaho.di.repository.ObjectId id)
Find a step with the ID in a given ArrayList of stepsstatic StepMeta
StepMeta. fromXml(String metaXml)
StepMeta
BaseStepMeta. getParentStepMeta()
Gets the parent step meta.StepMeta
StepMetaInterface. getParentStepMeta()
StepMeta
StepErrorMeta. getSourceStep()
StepMeta
BaseStep. getStepMeta()
StepMeta
StepInterface. getStepMeta()
StepMeta
StepErrorMeta. getTargetStep()
Methods in org.pentaho.di.trans.step with parameters of type StepMeta Modifier and Type Method Description void
BaseStepMeta. analyseImpact(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info)
void
BaseStepMeta. analyseImpact(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
Each step must be able to report on the impact it has on a database, table field, etc.void
StepMetaInterface. analyseImpact(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info)
void
StepMetaInterface. analyseImpact(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
Each step must be able to report on the impact it has on a database, table field, etc.void
BaseStepMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info)
void
BaseStepMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
BaseStepMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
StepMetaInterface. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info)
void
StepMetaInterface. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
Checks the settings of this step and puts the findings in a remarks List.static void
StepOption. checkBoolean(List<org.pentaho.di.core.CheckResultInterface> remarks, StepMeta stepMeta, org.pentaho.di.core.variables.VariableSpace space, String identifier, String value)
static void
StepOption. checkInteger(List<org.pentaho.di.core.CheckResultInterface> remarks, StepMeta stepMeta, org.pentaho.di.core.variables.VariableSpace space, String identifier, String value)
static void
StepOption. checkLong(List<org.pentaho.di.core.CheckResultInterface> remarks, StepMeta stepMeta, org.pentaho.di.core.variables.VariableSpace space, String identifier, String value)
default boolean
StepMetaInterface. cleanAfterHopFromRemove(StepMeta toStep)
Action remove hop exiting this stepdefault boolean
StepMetaInterface. cleanAfterHopToRemove(StepMeta fromStep)
Action remove hop entering this step.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
BaseStepMeta. getFields(org.pentaho.di.core.row.RowMetaInterface inputRowMeta, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space)
void
BaseStepMeta. getFields(org.pentaho.di.core.row.RowMetaInterface inputRowMeta, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
Gets the fields.void
StepMetaInterface. getFields(org.pentaho.di.core.row.RowMetaInterface inputRowMeta, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space)
void
StepMetaInterface. getFields(org.pentaho.di.core.row.RowMetaInterface inputRowMeta, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
Gets the fields.List<ResourceReference>
BaseStepMeta. getResourceDependencies(TransMeta transMeta, StepMeta stepInfo)
Get a list of all the resource dependencies that the step is depending on.List<ResourceReference>
StepMetaInterface. getResourceDependencies(TransMeta transMeta, StepMeta stepMeta)
Get a list of all the resource dependencies that the step is depending on.org.pentaho.di.core.SQLStatement
BaseStepMeta. getSQLStatements(TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev)
org.pentaho.di.core.SQLStatement
BaseStepMeta. getSQLStatements(TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
Standard method to return an SQLStatement object with SQL statements that the step needs in order to work correctly.org.pentaho.di.core.SQLStatement
StepMetaInterface. getSQLStatements(TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev)
org.pentaho.di.core.SQLStatement
StepMetaInterface. getSQLStatements(TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
Standard method to return an SQLStatement object with SQL statements that the step needs in order to work correctly.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
StepMetaChangeListenerInterface. onStepChange(TransMeta transMeta, StepMeta oldMeta, StepMeta newMeta)
This method is called when a step was changedvoid
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
BaseStepMeta. setParentStepMeta(StepMeta parentStepMeta)
Sets the parent step meta.void
StepMetaInterface. setParentStepMeta(StepMeta parentStepMeta)
Provide original lineage for this metadata objectvoid
StepErrorMeta. setSourceStep(StepMeta sourceStep)
void
BaseStep. setStepMeta(StepMeta stepMeta)
void
StepErrorMeta. setTargetStep(StepMeta targetStep)
void
StepAdapter. stepActive(Trans trans, StepMeta stepMeta, StepInterface step)
void
StepListener. stepActive(Trans trans, StepMeta stepMeta, StepInterface step)
This method is called when a step goes from being idle to being active.void
StepAdapter. stepFinished(Trans trans, StepMeta stepMeta, StepInterface step)
void
StepListener. stepFinished(Trans trans, StepMeta stepMeta, StepInterface step)
This method is called when a step completes all work and is finished.Method parameters in org.pentaho.di.trans.step with type arguments of type StepMeta Modifier and Type Method Description static StepMeta
StepMeta. findStep(List<StepMeta> steps, String stepname)
Find a step with its name in a given ArrayList of stepsstatic StepMeta
StepMeta. findStep(List<StepMeta> steps, org.pentaho.di.repository.ObjectId id)
Find a step with the ID in a given ArrayList of stepsvoid
BaseStepMeta. searchInfoAndTargetSteps(List<StepMeta> steps)
Change step names into step objects to allow them to be name-changed etc.void
StepMetaInterface. 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 Constructor Description BaseDatabaseStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
BaseDatabaseStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans, boolean connectToDatabaseOnInit)
BaseStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
This is the base step that forms that basis for all steps.StepErrorMeta(org.pentaho.di.core.variables.VariableSpace space, StepMeta sourceStep)
Create a new step error handling metadata objectStepErrorMeta(org.pentaho.di.core.variables.VariableSpace space, StepMeta sourceStep, StepMeta targetStep)
Create a new step error handling metadata objectStepErrorMeta(org.pentaho.di.core.variables.VariableSpace space, StepMeta sourceStep, StepMeta targetStep, String nrErrorsValuename, String errorDescriptionsValuename, String errorFieldsValuename, String errorCodesValuename)
Create a new step error handling metadata objectConstructor parameters in org.pentaho.di.trans.step with type arguments of type StepMeta Constructor Description StepErrorMeta(org.pentaho.di.core.variables.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 Modifier and Type Method Description StepMeta
Stream. getStepMeta()
StepMeta
StreamInterface. getStepMeta()
Methods in org.pentaho.di.trans.step.errorhandling with parameters of type StepMeta Modifier and Type Method Description void
Stream. setStepMeta(StepMeta stepMeta)
void
StreamInterface. setStepMeta(StepMeta stepMeta)
Constructors in org.pentaho.di.trans.step.errorhandling with parameters of type StepMeta Constructor Description Stream(StreamInterface.StreamType streamType, StepMeta stepMeta, String description, StreamIcon streamIcon, Object subject)
-
Uses of StepMeta in org.pentaho.di.trans.steps.calculator
Methods in org.pentaho.di.trans.steps.calculator with parameters of type StepMeta Modifier and Type Method Description void
CalculatorMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
CalculatorMeta. getFields(org.pentaho.di.core.row.RowMetaInterface row, String origin, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description Calculator(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 Modifier and Type Method Description void
ConstantMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
ConstantMeta. getFields(org.pentaho.di.core.row.RowMetaInterface rowMeta, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description 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 Modifier and Type Method Description void
CreditCardValidatorMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
CreditCardValidatorMeta. getFields(org.pentaho.di.core.row.RowMetaInterface inputRowMeta, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description 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 Modifier and Type Method Description void
CsvInputMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
CsvInputMeta. getFields(org.pentaho.di.core.row.RowMetaInterface rowMeta, String origin, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description CsvInput(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 Modifier and Type Method Description void
DatabaseJoinMeta. analyseImpact(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
DatabaseJoinMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
DatabaseJoinMeta. getFields(org.pentaho.di.core.row.RowMetaInterface row, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description 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 Modifier and Type Method Description void
DatabaseLookupMeta. analyseImpact(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepinfo, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
DatabaseLookupMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
DatabaseLookupMeta. getFields(org.pentaho.di.core.row.RowMetaInterface row, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description 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 Modifier and Type Method Description void
DataGridMeta. getFields(org.pentaho.di.core.row.RowMetaInterface rowMeta, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description 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 Modifier and Type Method Description void
DBProcMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
DBProcMeta. getFields(org.pentaho.di.core.row.RowMetaInterface r, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description DBProc(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 Modifier and Type Method Description void
DeleteMeta. analyseImpact(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
DeleteMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
DeleteMeta. getFields(org.pentaho.di.core.row.RowMetaInterface rowMeta, String origin, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
org.pentaho.di.core.SQLStatement
DeleteMeta. getSQLStatements(TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description 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 Modifier and Type Method Description void
DenormaliserMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
DenormaliserMeta. getFields(org.pentaho.di.core.row.RowMetaInterface row, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description 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 Modifier and Type Method Description void
DetectEmptyStreamMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description 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 Modifier and Type Method Description void
DetectLastRowMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
DetectLastRowMeta. getFields(org.pentaho.di.core.row.RowMetaInterface row, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description 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 Modifier and Type Method Description void
DimensionLookupMeta. analyseImpact(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
DimensionLookupMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
DimensionLookupMeta. getFields(org.pentaho.di.core.row.RowMetaInterface row, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
org.pentaho.di.core.SQLStatement
DimensionLookupMeta. getSQLStatements(TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description 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 Modifier and Type Method Description void
DummyTransMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
DummyTransMeta. getFields(org.pentaho.di.core.row.RowMetaInterface rowMeta, String origin, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description 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 Modifier and Type Method Description void
DynamicSQLRowMeta. analyseImpact(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
DynamicSQLRowMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
DynamicSQLRowMeta. getFields(org.pentaho.di.core.row.RowMetaInterface row, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description DynamicSQLRow(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
-
Uses of StepMeta in org.pentaho.di.trans.steps.execprocess
Methods in org.pentaho.di.trans.steps.execprocess with parameters of type StepMeta Modifier and Type Method Description void
ExecProcessMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
ExecProcessMeta. getFields(org.pentaho.di.core.row.RowMetaInterface inputRowMeta, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description 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 Modifier and Type Method Description void
ExecSQLRowMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
ExecSQLRowMeta. getFields(org.pentaho.di.core.row.RowMetaInterface r, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description 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 Modifier and Type Method Description void
FieldsChangeSequenceMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
FieldsChangeSequenceMeta. getFields(org.pentaho.di.core.row.RowMetaInterface r, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description 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 Modifier and Type Method Description void
FieldSplitterMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
FieldSplitterMeta. getFields(org.pentaho.di.core.row.RowMetaInterface r, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description FieldSplitter(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
-
Uses of StepMeta in org.pentaho.di.trans.steps.file
Methods in org.pentaho.di.trans.steps.file with parameters of type StepMeta Modifier and Type Method Description List<ResourceReference>
BaseFileInputFiles. getResourceDependencies(TransMeta transMeta, StepMeta stepInfo)
List<ResourceReference>
BaseFileInputMeta. getResourceDependencies(TransMeta transMeta, StepMeta stepInfo)
Constructors in org.pentaho.di.trans.steps.file with parameters of type StepMeta Constructor Description BaseFileInputStep(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 Modifier and Type Method Description void
FileExistsMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
FileExistsMeta. getFields(org.pentaho.di.core.row.RowMetaInterface inputRowMeta, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description FileExists(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
-
Uses of StepMeta in org.pentaho.di.trans.steps.fileinput.text
Methods in org.pentaho.di.trans.steps.fileinput.text that return StepMeta Modifier and Type Method Description StepMeta
TextFileInputMeta. getAcceptingStep()
Required for the Data Lineage.Methods in org.pentaho.di.trans.steps.fileinput.text with parameters of type StepMeta Modifier and Type Method Description void
TextFileInputMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
TextFileInputMeta. getFields(org.pentaho.di.core.row.RowMetaInterface inputRowMeta, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space)
Deprecated.void
TextFileInputMeta. getFields(org.pentaho.di.core.row.RowMetaInterface row, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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.fileinput.text with type arguments of type StepMeta Modifier and Type Method Description void
TextFileInputMeta. searchInfoAndTargetSteps(List<StepMeta> steps)
Constructors in org.pentaho.di.trans.steps.fileinput.text with parameters of type StepMeta Constructor Description TextFileInput(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 Modifier and Type Method Description void
FileLockedMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
FileLockedMeta. getFields(org.pentaho.di.core.row.RowMetaInterface inputRowMeta, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description 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 Modifier and Type Method Description void
FilesFromResultMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
FilesFromResultMeta. getFields(org.pentaho.di.core.row.RowMetaInterface r, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description 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 Modifier and Type Method Description void
FilesToResultMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
FilesToResultMeta. getFields(org.pentaho.di.core.row.RowMetaInterface rowMeta, String origin, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description 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 Modifier and Type Method Description void
FilterRowsMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
FilterRowsMeta. getFields(org.pentaho.di.core.row.RowMetaInterface rowMeta, String origin, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Modifier and Type Method Description void
FilterRowsMeta. searchInfoAndTargetSteps(List<StepMeta> steps)
Constructors in org.pentaho.di.trans.steps.filterrows with parameters of type StepMeta Constructor Description 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 Modifier and Type Method Description void
FixedInputMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
FixedInputMeta. getFields(org.pentaho.di.core.row.RowMetaInterface rowMeta, String origin, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description 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 Modifier and Type Method Description void
FlattenerMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
FlattenerMeta. getFields(org.pentaho.di.core.row.RowMetaInterface row, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description 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 Modifier and Type Method Description void
FormulaMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
Checks the settings of this step and puts the findings in a remarks List.void
FormulaMeta. getFields(org.pentaho.di.core.row.RowMetaInterface row, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description 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 Modifier and Type Method Description void
FuzzyMatchMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
FuzzyMatchMeta. getFields(org.pentaho.di.core.row.RowMetaInterface inputRowMeta, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Modifier and Type Method Description void
FuzzyMatchMeta. searchInfoAndTargetSteps(List<StepMeta> steps)
Constructors in org.pentaho.di.trans.steps.fuzzymatch with parameters of type StepMeta Constructor Description 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 Modifier and Type Method Description void
GetFileNamesMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
GetFileNamesMeta. getFields(org.pentaho.di.core.row.RowMetaInterface row, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description 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 Modifier and Type Method Description void
GetFilesRowsCountMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
GetFilesRowsCountMeta. getFields(org.pentaho.di.core.row.RowMetaInterface r, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description GetFilesRowsCount(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 Modifier and Type Method Description void
GetRepositoryNamesMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
GetRepositoryNamesMeta. getFields(org.pentaho.di.core.row.RowMetaInterface row, String origin, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description 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 Modifier and Type Method Description void
GetSlaveSequenceMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
GetSlaveSequenceMeta. getFields(org.pentaho.di.core.row.RowMetaInterface row, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description 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 Modifier and Type Method Description void
GetSubFoldersMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
GetSubFoldersMeta. getFields(org.pentaho.di.core.row.RowMetaInterface row, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description 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 Modifier and Type Method Description void
GetTableNamesMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
GetTableNamesMeta. getFields(org.pentaho.di.core.row.RowMetaInterface r, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description 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 Modifier and Type Method Description void
GetVariableMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
GetVariableMeta. getFields(org.pentaho.di.core.row.RowMetaInterface inputRowMeta, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description GetVariable(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 Modifier and Type Method Description void
GroupByMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
GroupByMeta. getFields(org.pentaho.di.core.row.RowMetaInterface rowMeta, String origin, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description 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 Modifier and Type Method Description void
HTTPMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
HTTPMeta. getFields(org.pentaho.di.core.row.RowMetaInterface inputRowMeta, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description 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 Modifier and Type Method Description void
HTTPPOSTMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
HTTPPOSTMeta. getFields(org.pentaho.di.core.row.RowMetaInterface inputRowMeta, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description 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 Modifier and Type Method Description void
IfNullMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description IfNull(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
-
Uses of StepMeta in org.pentaho.di.trans.steps.injector
Methods in org.pentaho.di.trans.steps.injector with parameters of type StepMeta Modifier and Type Method Description void
InjectorMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info)
Deprecated.void
InjectorMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
InjectorMeta. getFields(org.pentaho.di.core.row.RowMetaInterface inputRowMeta, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space)
Deprecated.void
InjectorMeta. getFields(org.pentaho.di.core.row.RowMetaInterface inputRowMeta, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description 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 Modifier and Type Method Description void
InsertUpdateMeta. analyseImpact(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
InsertUpdateMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
InsertUpdateMeta. getFields(org.pentaho.di.core.row.RowMetaInterface rowMeta, String origin, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
org.pentaho.di.core.SQLStatement
InsertUpdateMeta. getSQLStatements(TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description InsertUpdate(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 Modifier and Type Method Description void
JaninoMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
Checks the settings of this step and puts the findings in a remarks List.void
JaninoMeta. getFields(org.pentaho.di.core.row.RowMetaInterface row, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description 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 Modifier and Type Method Description void
JavaFilterMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Modifier and Type Method Description void
JavaFilterMeta. searchInfoAndTargetSteps(List<StepMeta> steps)
Constructors in org.pentaho.di.trans.steps.javafilter with parameters of type StepMeta Constructor Description JavaFilter(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
-
Uses of StepMeta in org.pentaho.di.trans.steps.jobexecutor
Methods in org.pentaho.di.trans.steps.jobexecutor that return StepMeta Modifier and Type Method Description StepMeta
JobExecutorMeta. getExecutionResultTargetStepMeta()
StepMeta
JobExecutorMeta. getResultFilesTargetStepMeta()
StepMeta
JobExecutorMeta. getResultRowsTargetStepMeta()
Methods in org.pentaho.di.trans.steps.jobexecutor with parameters of type StepMeta Modifier and Type Method Description void
JobExecutorMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
boolean
JobExecutorMeta. cleanAfterHopFromRemove(StepMeta toStep)
void
JobExecutorMeta. getFields(org.pentaho.di.core.row.RowMetaInterface row, String origin, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
List<ResourceReference>
JobExecutorMeta. getResourceDependencies(TransMeta transMeta, StepMeta stepInfo)
StepInterface
JobExecutorMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)
void
JobExecutorMeta. setExecutionResultTargetStepMeta(StepMeta executionResultTargetStepMeta)
void
JobExecutorMeta. setResultFilesTargetStepMeta(StepMeta resultFilesTargetStepMeta)
void
JobExecutorMeta. setResultRowsTargetStepMeta(StepMeta resultRowsTargetStepMeta)
Method parameters in org.pentaho.di.trans.steps.jobexecutor with type arguments of type StepMeta Modifier and Type Method Description void
JobExecutorMeta. searchInfoAndTargetSteps(List<StepMeta> steps)
Constructors in org.pentaho.di.trans.steps.jobexecutor with parameters of type StepMeta Constructor Description JobExecutor(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 Modifier and Type Method Description StepMeta
JoinRowsMeta. getMainStep()
Methods in org.pentaho.di.trans.steps.joinrows with parameters of type StepMeta Modifier and Type Method Description void
JoinRowsMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
boolean
JoinRowsMeta. cleanAfterHopToRemove(StepMeta fromStep)
void
JoinRowsMeta. getFields(org.pentaho.di.core.row.RowMetaInterface rowMeta, String origin, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Modifier and Type Method Description void
JoinRowsMeta. searchInfoAndTargetSteps(List<StepMeta> steps)
Constructors in org.pentaho.di.trans.steps.joinrows with parameters of type StepMeta Constructor Description JoinRows(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 Modifier and Type Method Description void
LDIFInputMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
LDIFInputMeta. getFields(org.pentaho.di.core.row.RowMetaInterface r, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description 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 Modifier and Type Method Description void
LoadFileInputMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
LoadFileInputMeta. getFields(org.pentaho.di.core.row.RowMetaInterface r, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description LoadFileInput(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 Modifier and Type Method Description void
MailMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description 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 Modifier and Type Method Description void
MailInputMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
MailInputMeta. getFields(org.pentaho.di.core.row.RowMetaInterface r, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description 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 Modifier and Type Method Description void
MailValidatorMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
MailValidatorMeta. getFields(org.pentaho.di.core.row.RowMetaInterface r, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description 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 Modifier and Type Method Description StepMeta
MappingIODefinition. getInputStep()
Methods in org.pentaho.di.trans.steps.mapping with parameters of type StepMeta Modifier and Type Method Description void
MappingMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
MappingMeta. getFields(org.pentaho.di.core.row.RowMetaInterface row, String origin, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Modifier and Type Method Description void
MappingMeta. searchInfoAndTargetSteps(List<StepMeta> steps)
Constructors in org.pentaho.di.trans.steps.mapping with parameters of type StepMeta Constructor Description 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 Modifier and Type Method Description void
MappingInputMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
MappingInputMeta. getFields(org.pentaho.di.core.row.RowMetaInterface row, String origin, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description 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 Modifier and Type Method Description void
MappingOutputMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
MappingOutputMeta. getFields(org.pentaho.di.core.row.RowMetaInterface r, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description 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 Modifier and Type Method Description void
MemoryGroupByMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
MemoryGroupByMeta. getFields(org.pentaho.di.core.row.RowMetaInterface r, String origin, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description 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 Modifier and Type Method Description void
MergeJoinMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
MergeJoinMeta. getFields(org.pentaho.di.core.row.RowMetaInterface r, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Modifier and Type Method Description void
MergeJoinMeta. searchInfoAndTargetSteps(List<StepMeta> steps)
Constructors in org.pentaho.di.trans.steps.mergejoin with parameters of type StepMeta Constructor Description 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 Modifier and Type Method Description void
MergeRowsMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
MergeRowsMeta. getFields(org.pentaho.di.core.row.RowMetaInterface r, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Modifier and Type Method Description void
MergeRowsMeta. searchInfoAndTargetSteps(List<StepMeta> steps)
Constructors in org.pentaho.di.trans.steps.mergerows with parameters of type StepMeta Constructor Description MergeRows(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
-
Uses of StepMeta in org.pentaho.di.trans.steps.missing
Methods in org.pentaho.di.trans.steps.missing with parameters of type StepMeta Modifier and Type Method Description StepInterface
MissingTrans. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)
Constructors in org.pentaho.di.trans.steps.missing with parameters of type StepMeta Constructor Description MissingTransStep(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 Modifier and Type Method Description void
MultiMergeJoinMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
MultiMergeJoinMeta. getFields(org.pentaho.di.core.row.RowMetaInterface r, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Modifier and Type Method Description void
MultiMergeJoinMeta. searchInfoAndTargetSteps(List<StepMeta> steps)
Constructors in org.pentaho.di.trans.steps.multimerge with parameters of type StepMeta Constructor Description MultiMergeJoin(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 Modifier and Type Method Description void
NormaliserMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
NormaliserMeta. getFields(org.pentaho.di.core.row.RowMetaInterface row, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description 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 Modifier and Type Method Description void
NullIfMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
NullIfMeta. getFields(org.pentaho.di.core.row.RowMetaInterface r, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description 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 Modifier and Type Method Description void
NumberRangeMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepinfo, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
NumberRangeMeta. getFields(org.pentaho.di.core.row.RowMetaInterface row, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description 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 Modifier and Type Method Description void
OlapInputMeta. analyseImpact(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
OlapInputMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
OlapInputMeta. getFields(org.pentaho.di.core.row.RowMetaInterface row, String origin, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description OlapInput(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 Modifier and Type Method Description void
ParGzipCsvInputMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
ParGzipCsvInputMeta. getFields(org.pentaho.di.core.row.RowMetaInterface rowMeta, String origin, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description ParGzipCsvInput(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
-
Uses of StepMeta in org.pentaho.di.trans.steps.pgpdecryptstream
Methods in org.pentaho.di.trans.steps.pgpdecryptstream with parameters of type StepMeta Modifier and Type Method Description void
PGPDecryptStreamMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
PGPDecryptStreamMeta. getFields(org.pentaho.di.core.row.RowMetaInterface inputRowMeta, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
StepInterface
PGPDecryptStreamMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)
Constructors in org.pentaho.di.trans.steps.pgpdecryptstream with parameters of type StepMeta Constructor Description PGPDecryptStream(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
-
Uses of StepMeta in org.pentaho.di.trans.steps.pgpencryptstream
Methods in org.pentaho.di.trans.steps.pgpencryptstream with parameters of type StepMeta Modifier and Type Method Description void
PGPEncryptStreamMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
PGPEncryptStreamMeta. getFields(org.pentaho.di.core.row.RowMetaInterface inputRowMeta, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
StepInterface
PGPEncryptStreamMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)
Constructors in org.pentaho.di.trans.steps.pgpencryptstream with parameters of type StepMeta Constructor Description PGPEncryptStream(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 Modifier and Type Method Description void
PrioritizeStreamsMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
PrioritizeStreamsMeta. getFields(org.pentaho.di.core.row.RowMetaInterface rowMeta, String origin, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description 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 Modifier and Type Method Description void
ProcessFilesMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description 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 Modifier and Type Method Description void
PropertyInputMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
PropertyInputMeta. getFields(org.pentaho.di.core.row.RowMetaInterface r, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description 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 Modifier and Type Method Description void
PropertyOutputMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description 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 Modifier and Type Method Description void
RandomCCNumberGeneratorMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
RandomCCNumberGeneratorMeta. getFields(org.pentaho.di.core.row.RowMetaInterface row, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description 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 Modifier and Type Method Description void
RandomValueMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
RandomValueMeta. getFields(org.pentaho.di.core.row.RowMetaInterface row, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description RandomValue(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
-
Uses of StepMeta in org.pentaho.di.trans.steps.recordsfromstream
Constructors in org.pentaho.di.trans.steps.recordsfromstream with parameters of type StepMeta Constructor Description RecordsFromStream(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 Modifier and Type Method Description void
RegexEvalMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
RegexEvalMeta. getFields(org.pentaho.di.core.row.RowMetaInterface inputRowMeta, String name, org.pentaho.di.core.row.RowMetaInterface[] infos, StepMeta nextSteps, org.pentaho.di.core.variables.VariableSpace space, Repository repositorys, org.pentaho.metastore.api.IMetaStore metaStores)
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 Constructor Description 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 Modifier and Type Method Description void
ReplaceStringMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepinfo, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
ReplaceStringMeta. getFields(org.pentaho.di.core.row.RowMetaInterface inputRowMeta, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description 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 Modifier and Type Method Description void
ReservoirSamplingMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transmeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
ReservoirSamplingMeta. getFields(org.pentaho.di.core.row.RowMetaInterface row, String origin, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description ReservoirSampling(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
Creates a newReservoirSampling
instance. -
Uses of StepMeta in org.pentaho.di.trans.steps.rest
Methods in org.pentaho.di.trans.steps.rest with parameters of type StepMeta Modifier and Type Method Description void
RestMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
RestMeta. getFields(org.pentaho.di.core.row.RowMetaInterface inputRowMeta, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description 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 Modifier and Type Method Description void
RowGeneratorMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
RowGeneratorMeta. getFields(org.pentaho.di.core.row.RowMetaInterface row, String origin, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description 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 Modifier and Type Method Description void
RowsFromResultMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
RowsFromResultMeta. getFields(org.pentaho.di.core.row.RowMetaInterface r, String origin, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description 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 Modifier and Type Method Description void
RowsToResultMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
RowsToResultMeta. getFields(org.pentaho.di.core.row.RowMetaInterface rowMeta, String origin, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description RowsToResult(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 Modifier and Type Method Description void
SampleRowsMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
SampleRowsMeta. getFields(org.pentaho.di.core.row.RowMetaInterface inputRowMeta, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description SampleRows(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 Modifier and Type Method Description void
SasInputMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
SasInputMeta. getFields(org.pentaho.di.core.row.RowMetaInterface row, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description 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 Modifier and Type Method Description StepMeta
ScriptDummy. getStepMeta()
Methods in org.pentaho.di.trans.steps.script with parameters of type StepMeta Modifier and Type Method Description void
ScriptMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
ScriptMeta. getFields(org.pentaho.di.core.row.RowMetaInterface row, String originStepname, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description 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 Modifier and Type Method Description StepMeta
ScriptValuesModDummy. getStepMeta()
Methods in org.pentaho.di.trans.steps.scriptvalues_mod with parameters of type StepMeta Modifier and Type Method Description void
ScriptValuesMetaMod. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
ScriptValuesMetaMod. getFields(org.pentaho.di.core.row.RowMetaInterface row, String originStepname, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description 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 Modifier and Type Method Description void
SelectValuesMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
SelectValuesMeta. getFields(org.pentaho.di.core.row.RowMetaInterface inputRowMeta, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description 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 Modifier and Type Method Description void
SetValueConstantMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description 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 Modifier and Type Method Description void
SetValueFieldMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description 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 Modifier and Type Method Description void
SetVariableMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description SetVariable(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
-
Uses of StepMeta in org.pentaho.di.trans.steps.sftpput
Methods in org.pentaho.di.trans.steps.sftpput with parameters of type StepMeta Modifier and Type Method Description void
SFTPPutMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
SFTPPutMeta. getFields(org.pentaho.di.core.row.RowMetaInterface rowMeta, String origin, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
StepInterface
SFTPPutMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)
Constructors in org.pentaho.di.trans.steps.sftpput with parameters of type StepMeta Constructor Description SFTPPut(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
-
Uses of StepMeta in org.pentaho.di.trans.steps.simplemapping
Methods in org.pentaho.di.trans.steps.simplemapping with parameters of type StepMeta Modifier and Type Method Description void
SimpleMappingMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
SimpleMappingMeta. getFields(org.pentaho.di.core.row.RowMetaInterface row, String origin, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
List<ResourceReference>
SimpleMappingMeta. getResourceDependencies(TransMeta transMeta, StepMeta stepInfo)
StepInterface
SimpleMappingMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)
Method parameters in org.pentaho.di.trans.steps.simplemapping with type arguments of type StepMeta Modifier and Type Method Description void
SimpleMappingMeta. searchInfoAndTargetSteps(List<StepMeta> steps)
Constructors in org.pentaho.di.trans.steps.simplemapping with parameters of type StepMeta Constructor Description SimpleMapping(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 Modifier and Type Field Description StepMeta
SingleThreaderData. injectStepMeta
StepMeta
SingleThreaderData. retrieveStepMeta
Methods in org.pentaho.di.trans.steps.singlethreader with parameters of type StepMeta Modifier and Type Method Description void
SingleThreaderMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
SingleThreaderMeta. getFields(org.pentaho.di.core.row.RowMetaInterface row, String origin, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description 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 Modifier and Type Method Description void
SocketReaderMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
SocketReaderMeta. getFields(org.pentaho.di.core.row.RowMetaInterface rowMeta, String origin, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description 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 Modifier and Type Method Description void
SocketWriterMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
SocketWriterMeta. getFields(org.pentaho.di.core.row.RowMetaInterface rowMeta, String origin, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description 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 Modifier and Type Method Description void
SortRowsMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
SortRowsMeta. getFields(org.pentaho.di.core.row.RowMetaInterface inputRowMeta, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description 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 Modifier and Type Method Description void
SortedMergeMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
SortedMergeMeta. getFields(org.pentaho.di.core.row.RowMetaInterface inputRowMeta, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description 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 Modifier and Type Method Description void
SplitFieldToRowsMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
SplitFieldToRowsMeta. getFields(org.pentaho.di.core.row.RowMetaInterface row, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description 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 Modifier and Type Method Description void
ExecSQLMeta. analyseImpact(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMeta prev, String[] input, String[] output, org.pentaho.di.core.row.RowMeta info)
void
ExecSQLMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
ExecSQLMeta. getFields(org.pentaho.di.core.row.RowMetaInterface r, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description 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 Modifier and Type Method Description void
SQLFileOutputMeta. analyseImpact(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
SQLFileOutputMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
org.pentaho.di.core.SQLStatement
SQLFileOutputMeta. getSQLStatements(TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description 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 Modifier and Type Method Description void
SSHMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
SSHMeta. getFields(org.pentaho.di.core.row.RowMetaInterface row, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description 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 Modifier and Type Method Description void
StepMetastructureMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
StepMetastructureMeta. getFields(org.pentaho.di.core.row.RowMetaInterface r, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description 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 Modifier and Type Method Description void
StepsMetricsMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
StepsMetricsMeta. getFields(org.pentaho.di.core.row.RowMetaInterface r, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description 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 Modifier and Type Method Description void
StreamLookupMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
StreamLookupMeta. getFields(org.pentaho.di.core.row.RowMetaInterface row, String origin, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Modifier and Type Method Description void
StreamLookupMeta. searchInfoAndTargetSteps(List<StepMeta> steps)
Constructors in org.pentaho.di.trans.steps.streamlookup with parameters of type StepMeta Constructor Description 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 Modifier and Type Method Description void
StringCutMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepinfo, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
StringCutMeta. getFields(org.pentaho.di.core.row.RowMetaInterface inputRowMeta, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description 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 Modifier and Type Method Description void
StringOperationsMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepinfo, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
StringOperationsMeta. getFields(org.pentaho.di.core.row.RowMetaInterface inputRowMeta, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description 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 Modifier and Type Field Description StepMeta
SwitchCaseTarget. caseTargetStep
The case target stepMethods in org.pentaho.di.trans.steps.switchcase that return StepMeta Modifier and Type Method Description StepMeta
SwitchCaseMeta. getDefaultTargetStep()
Methods in org.pentaho.di.trans.steps.switchcase with parameters of type StepMeta Modifier and Type Method Description void
SwitchCaseMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
SwitchCaseMeta. getFields(org.pentaho.di.core.row.RowMetaInterface rowMeta, String origin, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Modifier and Type Method Description void
SwitchCaseMeta. searchInfoAndTargetSteps(List<StepMeta> steps)
Constructors in org.pentaho.di.trans.steps.switchcase with parameters of type StepMeta Constructor Description 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 Modifier and Type Method Description void
SecretKeyGeneratorMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
SecretKeyGeneratorMeta. getFields(org.pentaho.di.core.row.RowMetaInterface row, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description 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 Modifier and Type Method Description void
SymmetricCryptoTransMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepinfo, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
SymmetricCryptoTransMeta. getFields(org.pentaho.di.core.row.RowMetaInterface rowMeta, String origin, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description 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 Modifier and Type Method Description void
SynchronizeAfterMergeMeta. analyseImpact(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
SynchronizeAfterMergeMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
org.pentaho.di.core.SQLStatement
SynchronizeAfterMergeMeta. getSQLStatements(TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description 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 Modifier and Type Method Description void
SyslogMessageMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description 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 Modifier and Type Method Description void
SystemDataMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
SystemDataMeta. getFields(org.pentaho.di.core.row.RowMetaInterface row, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description SystemData(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
-
Uses of StepMeta in org.pentaho.di.trans.steps.tablecompare
Methods in org.pentaho.di.trans.steps.tablecompare with parameters of type StepMeta Modifier and Type Method Description void
TableCompareMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
TableCompareMeta. getFields(org.pentaho.di.core.row.RowMetaInterface inputRowMeta, String origin, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
StepInterface
TableCompareMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)
Constructors in org.pentaho.di.trans.steps.tablecompare with parameters of type StepMeta Constructor Description TableCompare(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 Modifier and Type Method Description void
TableExistsMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
TableExistsMeta. getFields(org.pentaho.di.core.row.RowMetaInterface inputRowMeta, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description 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 Modifier and Type Method Description StepMeta
TableInputMeta. getLookupFromStep()
For compatibility, wraps around the standard step IO metadataMethods in org.pentaho.di.trans.steps.tableinput with parameters of type StepMeta Modifier and Type Method Description void
TableInputMeta. analyseImpact(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
TableInputMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
TableInputMeta. getFields(org.pentaho.di.core.row.RowMetaInterface row, String origin, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 metadataMethod parameters in org.pentaho.di.trans.steps.tableinput with type arguments of type StepMeta Modifier and Type Method Description void
TableInputMeta. searchInfoAndTargetSteps(List<StepMeta> steps)
Constructors in org.pentaho.di.trans.steps.tableinput with parameters of type StepMeta Constructor Description 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 Modifier and Type Method Description void
TableOutputMeta. analyseImpact(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
TableOutputMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
TableOutputMeta. getFields(org.pentaho.di.core.row.RowMetaInterface row, String origin, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
org.pentaho.di.core.SQLStatement
TableOutputMeta. getSQLStatements(TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String tk, boolean use_autoinc, String pk)
org.pentaho.di.core.SQLStatement
TableOutputMeta. getSQLStatements(TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description TableOutput(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
-
Uses of StepMeta in org.pentaho.di.trans.steps.textfileinput
Methods in org.pentaho.di.trans.steps.textfileinput that return StepMeta Modifier and Type Method Description StepMeta
TextFileInputMeta. getAcceptingStep()
Deprecated.Methods in org.pentaho.di.trans.steps.textfileinput with parameters of type StepMeta Modifier and Type Method Description void
TextFileInputMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
Deprecated.void
TextFileInputMeta. getFields(org.pentaho.di.core.row.RowMetaInterface inputRowMeta, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space)
Deprecated.void
TextFileInputMeta. getFields(org.pentaho.di.core.row.RowMetaInterface row, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
Deprecated.List<ResourceReference>
TextFileInputMeta. getResourceDependencies(TransMeta transMeta, StepMeta stepInfo)
Deprecated.StepInterface
TextFileInputMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)
Deprecated.void
TextFileInputMeta. setAcceptingStep(StepMeta acceptingStep)
Deprecated.Method parameters in org.pentaho.di.trans.steps.textfileinput with type arguments of type StepMeta Modifier and Type Method Description void
TextFileInputMeta. searchInfoAndTargetSteps(List<StepMeta> steps)
Deprecated.Constructors in org.pentaho.di.trans.steps.textfileinput with parameters of type StepMeta Constructor Description TextFileInput(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
Deprecated. -
Uses of StepMeta in org.pentaho.di.trans.steps.textfileoutput
Methods in org.pentaho.di.trans.steps.textfileoutput with parameters of type StepMeta Modifier and Type Method Description void
TextFileOutputMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description TextFileOutput(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
-
Uses of StepMeta in org.pentaho.di.trans.steps.textfileoutputlegacy
Methods in org.pentaho.di.trans.steps.textfileoutputlegacy with parameters of type StepMeta Modifier and Type Method Description StepInterface
TextFileOutputLegacyMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)
Deprecated.Constructors in org.pentaho.di.trans.steps.textfileoutputlegacy with parameters of type StepMeta Constructor Description TextFileOutputLegacy(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
Deprecated. -
Uses of StepMeta in org.pentaho.di.trans.steps.transexecutor
Methods in org.pentaho.di.trans.steps.transexecutor that return StepMeta Modifier and Type Method Description StepMeta
TransExecutorMeta. getExecutionResultTargetStepMeta()
StepMeta
TransExecutorMeta. getExecutorsOutputStepMeta()
StepMeta
TransExecutorMeta. getOutputRowsSourceStepMeta()
StepMeta
TransExecutorMeta. getResultFilesTargetStepMeta()
Methods in org.pentaho.di.trans.steps.transexecutor with parameters of type StepMeta Modifier and Type Method Description void
TransExecutorMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepinfo, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
boolean
TransExecutorMeta. cleanAfterHopFromRemove(StepMeta toStep)
void
TransExecutorMeta. getFields(org.pentaho.di.core.row.RowMetaInterface inputRowMeta, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
List<ResourceReference>
TransExecutorMeta. getResourceDependencies(TransMeta transMeta, StepMeta stepInfo)
StepInterface
TransExecutorMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta tr, Trans trans)
void
TransExecutorMeta. setExecutionResultTargetStepMeta(StepMeta executionResultTargetStepMeta)
void
TransExecutorMeta. setExecutorsOutputStepMeta(StepMeta executorsOutputStepMeta)
void
TransExecutorMeta. setOutputRowsSourceStepMeta(StepMeta outputRowsSourceStepMeta)
void
TransExecutorMeta. setResultFilesTargetStepMeta(StepMeta resultFilesTargetStepMeta)
Method parameters in org.pentaho.di.trans.steps.transexecutor with type arguments of type StepMeta Modifier and Type Method Description void
TransExecutorMeta. searchInfoAndTargetSteps(List<StepMeta> steps)
Constructors in org.pentaho.di.trans.steps.transexecutor with parameters of type StepMeta Constructor Description TransExecutor(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 Modifier and Type Method Description void
UniqueRowsMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
UniqueRowsMeta. getFields(org.pentaho.di.core.row.RowMetaInterface row, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description 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 Modifier and Type Method Description void
UniqueRowsByHashSetMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
UniqueRowsByHashSetMeta. getFields(org.pentaho.di.core.row.RowMetaInterface row, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description 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 Modifier and Type Method Description void
UnivariateStatsMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transmeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
Check the settings of this step and put findings in a remarks list.void
UnivariateStatsMeta. getFields(org.pentaho.di.core.row.RowMetaInterface row, String origin, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description UnivariateStats(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
Creates a newUnivariateStats
instance. -
Uses of StepMeta in org.pentaho.di.trans.steps.update
Methods in org.pentaho.di.trans.steps.update with parameters of type StepMeta Modifier and Type Method Description void
UpdateMeta. analyseImpact(List<DatabaseImpact> impact, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
UpdateMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
UpdateMeta. getFields(org.pentaho.di.core.row.RowMetaInterface row, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
org.pentaho.di.core.SQLStatement
UpdateMeta. getSQLStatements(TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description 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 Modifier and Type Field Description StepMeta
InfoStepDefinition. stepMeta
StepMeta
StepDefinition. stepMeta
StepMeta
TargetStepDefinition. stepMeta
Methods in org.pentaho.di.trans.steps.userdefinedjavaclass that return StepMeta Modifier and Type Method Description StepMeta
TransformClassBase. getStepMeta()
StepMeta
UserDefinedJavaClass. getStepMeta()
StepMeta
UserDefinedJavaClass. getStepMetaImpl()
Methods in org.pentaho.di.trans.steps.userdefinedjavaclass with parameters of type StepMeta Modifier and Type Method Description void
UserDefinedJavaClassMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepinfo, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
static void
TransformClassBase. getFields(boolean clearResultFields, org.pentaho.di.core.row.RowMetaInterface row, String originStepname, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, List<?> fields)
void
UserDefinedJavaClassMeta. getFields(org.pentaho.di.core.row.RowMetaInterface row, String originStepname, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Modifier and Type Method Description void
UserDefinedJavaClassMeta. searchInfoAndTargetSteps(List<StepMeta> steps)
Constructors in org.pentaho.di.trans.steps.userdefinedjavaclass with parameters of type StepMeta Constructor Description InfoStepDefinition(String tag, String stepName, StepMeta stepMeta, String description)
StepDefinition(String tag, String stepName, StepMeta stepMeta, String description)
TargetStepDefinition(String tag, String stepName, StepMeta stepMeta, String description)
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 Modifier and Type Method Description StepMeta
Validation. getSourcingStep()
Methods in org.pentaho.di.trans.steps.validator with parameters of type StepMeta Modifier and Type Method Description void
ValidatorMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Modifier and Type Method Description void
ValidatorMeta. searchInfoAndTargetSteps(List<StepMeta> steps)
Constructors in org.pentaho.di.trans.steps.validator with parameters of type StepMeta Constructor Description 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 Modifier and Type Method Description void
ValueMapperMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
ValueMapperMeta. getFields(org.pentaho.di.core.row.RowMetaInterface r, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description 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 Modifier and Type Method Description void
WebServiceAvailableMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
WebServiceAvailableMeta. getFields(org.pentaho.di.core.row.RowMetaInterface inputRowMeta, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description 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 Modifier and Type Method Description void
WebServiceMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
WebServiceMeta. getFields(org.pentaho.di.core.row.RowMetaInterface r, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description 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 Modifier and Type Method Description void
WriteToLogMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Constructor Description 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 Modifier and Type Method Description StepMeta
XBaseInputMeta. getAcceptingStep()
Methods in org.pentaho.di.trans.steps.xbaseinput with parameters of type StepMeta Modifier and Type Method Description void
XBaseInputMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
XBaseInputMeta. getFields(org.pentaho.di.core.row.RowMetaInterface row, String name, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
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 Modifier and Type Method Description void
XBaseInputMeta. searchInfoAndTargetSteps(List<StepMeta> steps)
Constructors in org.pentaho.di.trans.steps.xbaseinput with parameters of type StepMeta Constructor Description XBaseInput(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
-
Uses of StepMeta in org.pentaho.di.trans.steps.zipfile
Methods in org.pentaho.di.trans.steps.zipfile with parameters of type StepMeta Modifier and Type Method Description void
ZipFileMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
StepInterface
ZipFileMeta. getStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int cnr, TransMeta transMeta, Trans trans)
Constructors in org.pentaho.di.trans.steps.zipfile with parameters of type StepMeta Constructor Description ZipFile(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
-
Uses of StepMeta in org.pentaho.di.trans.streaming.common
Methods in org.pentaho.di.trans.streaming.common with parameters of type StepMeta Modifier and Type Method Description void
BaseStreamStepMeta. check(List<org.pentaho.di.core.CheckResultInterface> remarks, TransMeta transMeta, StepMeta stepMeta, org.pentaho.di.core.row.RowMetaInterface prev, String[] input, String[] output, org.pentaho.di.core.row.RowMetaInterface info, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
void
BaseStreamStepMeta. getFields(org.pentaho.di.core.row.RowMetaInterface rowMeta, String origin, org.pentaho.di.core.row.RowMetaInterface[] info, StepMeta nextStep, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)
List<ResourceReference>
BaseStreamStepMeta. getResourceDependencies(TransMeta transMeta, StepMeta stepInfo)
Constructors in org.pentaho.di.trans.streaming.common with parameters of type StepMeta Constructor Description BaseStreamStep(StepMeta stepMeta, StepDataInterface stepDataInterface, int copyNr, TransMeta transMeta, Trans trans)
-