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 TransConfiguration
TransConfiguration. 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 TransConfiguration
TransformationMap. getConfiguration(String transformationName)
TransConfiguration
TransformationMap. getConfiguration(CarteObjectEntry entry)
Methods in org.pentaho.di.www with parameters of type TransConfiguration Modifier and Type Method Description void
TransformationMap. addTransformation(String transformationName, String containerObjectId, Trans trans, TransConfiguration transConfiguration)
Add a transformation to the mapprotected Trans
BaseJobServlet. createTrans(TransConfiguration transConfiguration)
void
TransformationMap. registerTransformation(Trans trans, TransConfiguration transConfiguration)
-