| Package | Description |
|---|---|
| org.pentaho.di.trans |
This package contains the classes needed to define and execute transformations.
|
| org.pentaho.di.www |
| Modifier and Type | Method and Description |
|---|---|
static TransConfiguration |
TransConfiguration.fromXML(String xml) |
| Modifier and Type | Method and Description |
|---|---|
TransConfiguration |
TransformationMap.getConfiguration(CarteObjectEntry entry) |
TransConfiguration |
TransformationMap.getConfiguration(String transformationName) |
| Modifier and Type | Method and Description |
|---|---|
Map<CarteObjectEntry,TransConfiguration> |
TransformationMap.getConfigurationMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
TransformationMap.addTransformation(String transformationName,
String containerObjectId,
Trans trans,
TransConfiguration transConfiguration)
Add a transformation to the map
|
void |
TransformationMap.registerTransformation(Trans trans,
TransConfiguration transConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
void |
TransformationMap.setConfigurationMap(Map<CarteObjectEntry,TransConfiguration> configurationMap) |