Uses of Class
org.pentaho.di.trans.TransConfiguration
-
Packages that use TransConfiguration Package Description org.pentaho.di.trans org.pentaho.di.www -
-
Uses of TransConfiguration in org.pentaho.di.trans
Methods in org.pentaho.di.trans that return TransConfiguration Modifier and Type Method Description static TransConfigurationTransConfiguration. fromXML(String xml) -
Uses of TransConfiguration in org.pentaho.di.www
Methods in org.pentaho.di.www that return TransConfiguration Modifier and Type Method Description TransConfigurationTransformationMap. getConfiguration(String transformationName)TransConfigurationTransformationMap. getConfiguration(CarteObjectEntry entry)Methods in org.pentaho.di.www with parameters of type TransConfiguration Modifier and Type Method Description voidTransformationMap. addTransformation(String transformationName, String containerObjectId, Trans trans, TransConfiguration transConfiguration)Add a transformation to the mapprotected TransBaseJobServlet. createTrans(TransConfiguration transConfiguration)voidTransformationMap. registerTransformation(Trans trans, TransConfiguration transConfiguration)
-