| Package | Description | 
|---|---|
| org.pentaho.di.trans | 
 This package contains the classes needed to define and execute transformations. 
 | 
| org.pentaho.di.trans.step | 
| Modifier and Type | Method and Description | 
|---|---|
List<StepMetaDataCombi> | 
Trans.getSteps()
Gets a list of steps in the transformation. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StepMetaDataCombi | 
StepInitThread.getCombi()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
StepInitThread.setCombi(StepMetaDataCombi combi)  | 
| Constructor and Description | 
|---|
RunThread(StepMetaDataCombi combi)  | 
StepInitThread(StepMetaDataCombi combi,
              org.pentaho.di.core.logging.LogChannelInterface log)  |