Uses of Class
org.pentaho.di.trans.step.StepMetaDataCombi
-
Packages that use StepMetaDataCombi Package Description org.pentaho.di.trans org.pentaho.di.trans.step -
-
Uses of StepMetaDataCombi in org.pentaho.di.trans
Methods in org.pentaho.di.trans that return types with arguments of type StepMetaDataCombi Modifier and Type Method Description List<StepMetaDataCombi>
Trans. getSteps()
Gets a list of steps in the transformation.Methods in org.pentaho.di.trans with parameters of type StepMetaDataCombi Modifier and Type Method Description void
Trans. stopStep(StepMetaDataCombi combi, boolean safeStop)
Method parameters in org.pentaho.di.trans with type arguments of type StepMetaDataCombi Modifier and Type Method Description protected void
Trans. setSteps(List<StepMetaDataCombi> steps)
-
Uses of StepMetaDataCombi in org.pentaho.di.trans.step
Methods in org.pentaho.di.trans.step that return StepMetaDataCombi Modifier and Type Method Description StepMetaDataCombi
StepInitThread. getCombi()
Methods in org.pentaho.di.trans.step with parameters of type StepMetaDataCombi Modifier and Type Method Description void
StepInitThread. setCombi(StepMetaDataCombi combi)
Constructors in org.pentaho.di.trans.step with parameters of type StepMetaDataCombi Constructor Description RunThread(StepMetaDataCombi combi)
StepInitThread(StepMetaDataCombi combi, org.pentaho.di.core.logging.LogChannelInterface log)
-