Uses of Interface
org.pentaho.di.core.EngineMetaInterface
- 
Packages that use EngineMetaInterface Package Description org.pentaho.di.base org.pentaho.di.job org.pentaho.di.trans  - 
- 
Uses of EngineMetaInterface in org.pentaho.di.base
Classes in org.pentaho.di.base that implement EngineMetaInterface Modifier and Type Class Description classAbstractMeta - 
Uses of EngineMetaInterface in org.pentaho.di.job
Classes in org.pentaho.di.job that implement EngineMetaInterface Modifier and Type Class Description classJobMetaThe definition of a PDI job is represented by a JobMeta object. - 
Uses of EngineMetaInterface in org.pentaho.di.trans
Classes in org.pentaho.di.trans that implement EngineMetaInterface Modifier and Type Class Description classTransMetaThis class defines information about a transformation and offers methods to save and load it from XML or a PDI database repository, as well as methods to alter a transformation by adding/removing databases, steps, hops, etc. 
 -