Uses of Interface
org.pentaho.di.resource.ResourceExportInterface

Packages that use ResourceExportInterface
org.pentaho.di.job This package contains the different elements that make up a Job. 
org.pentaho.di.resource   
org.pentaho.di.trans This package contains the classes needed to define and execute transformations. 
org.pentaho.di.trans.step   
 

Uses of ResourceExportInterface in org.pentaho.di.job
 

Classes in org.pentaho.di.job that implement ResourceExportInterface
 class JobMeta
          Defines a Job and provides methods to load, save, verify, etc.
 

Uses of ResourceExportInterface in org.pentaho.di.resource
 

Methods in org.pentaho.di.resource with parameters of type ResourceExportInterface
static String ResourceUtil.getExplanation(String zipFilename, String launchFile, ResourceExportInterface resourceExportInterface)
           
static TopLevelResource ResourceUtil.serializeResourceExportInterface(String zipFilename, ResourceExportInterface resourceExportInterface, VariableSpace space, Repository repository)
          Serializes the referenced resource export interface (Job, Transformation, Mapping, Step, Job Entry, etc) to a ZIP file.
static TopLevelResource ResourceUtil.serializeResourceExportInterface(String zipFilename, ResourceExportInterface resourceExportInterface, VariableSpace space, Repository repository, String injectXML, String injectFilename)
          Serializes the referenced resource export interface (Job, Transformation, Mapping, Step, Job Entry, etc) to a ZIP file.
 

Uses of ResourceExportInterface in org.pentaho.di.trans
 

Classes in org.pentaho.di.trans that implement ResourceExportInterface
 class TransMeta
          This class defines a transformation and offers methods to save and load it from XML or a PDI database repository.
 

Uses of ResourceExportInterface in org.pentaho.di.trans.step
 

Classes in org.pentaho.di.trans.step that implement ResourceExportInterface
 class StepMeta
          This class contains everything that is needed to define a step.