Uses of Interface
org.pentaho.di.core.EngineMetaInterface

Packages that use EngineMetaInterface
org.pentaho.di.job This package contains the different elements that make up a Job. 
org.pentaho.di.trans This package contains the classes needed to define and execute transformations. 
org.pentaho.di.ui.spoon This package contains the classes needed by Spoon. 
org.pentaho.di.ui.spoon.delegates   
org.pentaho.di.ui.spoon.dialog   
org.pentaho.di.ui.spoon.job   
org.pentaho.di.ui.spoon.trans   
 

Uses of EngineMetaInterface in org.pentaho.di.job
 

Classes in org.pentaho.di.job that implement EngineMetaInterface
 class JobMeta
          The 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
 class TransMeta
          This 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.
 

Uses of EngineMetaInterface in org.pentaho.di.ui.spoon
 

Methods in org.pentaho.di.ui.spoon that return EngineMetaInterface
 EngineMetaInterface Spoon.getActiveMeta()
           
 EngineMetaInterface SpoonPerspective.getActiveMeta()
          Return the active EngineMeta in the case of perspectives with save-able content.
 EngineMetaInterface MainSpoonPerspective.getActiveMeta()
           
 EngineMetaInterface SpoonSlave.getMeta()
           
 EngineMetaInterface TabItemInterface.getMeta()
           
 EngineMetaInterface SpoonBrowser.getMeta()
           
 

Methods in org.pentaho.di.ui.spoon with parameters of type EngineMetaInterface
 String Spoon.makeTabName(EngineMetaInterface transMeta, boolean showingLocation)
           
 boolean Spoon.save(EngineMetaInterface meta, String fname, boolean export)
           
 boolean JobFileListener.save(EngineMetaInterface meta, String fname, boolean export)
           
 boolean FileListener.save(EngineMetaInterface meta, String fname, boolean isExport)
           
 boolean TransFileListener.save(EngineMetaInterface meta, String fname, boolean export)
           
 boolean Spoon.saveFileAs(EngineMetaInterface meta)
           
 boolean Spoon.saveMeta(EngineMetaInterface meta, String fname)
           
 boolean Spoon.saveToFile(EngineMetaInterface meta)
           
 boolean Spoon.saveToRepository(EngineMetaInterface meta)
           
 boolean Spoon.saveToRepository(EngineMetaInterface meta, boolean ask_name)
           
 boolean Spoon.saveXMLFile(EngineMetaInterface meta, boolean export)
           
 boolean Spoon.saveXMLFileToVfs(EngineMetaInterface meta)
           
 void JobFileListener.syncMetaName(EngineMetaInterface meta, String name)
           
 void FileListener.syncMetaName(EngineMetaInterface meta, String name)
           
 void TransFileListener.syncMetaName(EngineMetaInterface meta, String name)
           
 

Uses of EngineMetaInterface in org.pentaho.di.ui.spoon.delegates
 

Methods in org.pentaho.di.ui.spoon.delegates that return EngineMetaInterface
 EngineMetaInterface SpoonTabsDelegate.getActiveMeta()
           
 

Methods in org.pentaho.di.ui.spoon.delegates with parameters of type EngineMetaInterface
 String SpoonTabsDelegate.makeTabName(EngineMetaInterface transMeta, boolean showLocation)
           
 

Uses of EngineMetaInterface in org.pentaho.di.ui.spoon.dialog
 

Constructors in org.pentaho.di.ui.spoon.dialog with parameters of type EngineMetaInterface
SaveProgressDialog(Shell shell, Repository rep, EngineMetaInterface meta, String versionComment)
          Creates a new dialog that will handle the wait while saving a transformation...
 

Uses of EngineMetaInterface in org.pentaho.di.ui.spoon.job
 

Methods in org.pentaho.di.ui.spoon.job that return EngineMetaInterface
 EngineMetaInterface JobGraph.getMeta()
           
 

Uses of EngineMetaInterface in org.pentaho.di.ui.spoon.trans
 

Methods in org.pentaho.di.ui.spoon.trans that return EngineMetaInterface
 EngineMetaInterface TransGraph.getMeta()