Uses of Class
org.pentaho.di.trans.TransConfiguration

Packages that use TransConfiguration
org.pentaho.di.trans This package contains the classes needed to define and execute transformations. 
org.pentaho.di.www   
 

Uses of TransConfiguration in org.pentaho.di.trans
 

Methods in org.pentaho.di.trans that return TransConfiguration
static TransConfiguration TransConfiguration.fromXML(String xml)
           
 

Uses of TransConfiguration in org.pentaho.di.www
 

Methods in org.pentaho.di.www that return TransConfiguration
 TransConfiguration TransformationMap.getConfiguration(CarteObjectEntry entry)
           
 TransConfiguration TransformationMap.getConfiguration(String transformationName)
           
 

Methods in org.pentaho.di.www that return types with arguments of type TransConfiguration
 Map<CarteObjectEntry,TransConfiguration> TransformationMap.getConfigurationMap()
           
 

Methods in org.pentaho.di.www with parameters of type TransConfiguration
 void TransformationMap.addTransformation(String transformationName, String containerObjectId, Trans trans, TransConfiguration transConfiguration)
          Add a transformation to the map
 

Method parameters in org.pentaho.di.www with type arguments of type TransConfiguration
 void TransformationMap.setConfigurationMap(Map<CarteObjectEntry,TransConfiguration> configurationMap)