Uses of Interface
org.pentaho.di.resource.ResourceExportInterface
-
Packages that use ResourceExportInterface Package Description org.pentaho.di.job org.pentaho.di.resource org.pentaho.di.trans org.pentaho.di.trans.step -
-
Uses of ResourceExportInterface in org.pentaho.di.job
Classes in org.pentaho.di.job that implement ResourceExportInterface Modifier and Type Class Description classJobMetaThe definition of a PDI job is represented by a JobMeta object. -
Uses of ResourceExportInterface in org.pentaho.di.resource
Methods in org.pentaho.di.resource with parameters of type ResourceExportInterface Modifier and Type Method Description static StringResourceUtil. getExplanation(String zipFilename, String launchFile, ResourceExportInterface resourceExportInterface)static TopLevelResourceResourceUtil. serializeResourceExportInterface(String zipFilename, ResourceExportInterface resourceExportInterface, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)Serializes the referenced resource export interface (Job, Transformation, Mapping, Step, Job Entry, etc) to a ZIP file.static TopLevelResourceResourceUtil. serializeResourceExportInterface(String zipFilename, ResourceExportInterface resourceExportInterface, org.pentaho.di.core.variables.VariableSpace space, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore, 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 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. -
Uses of ResourceExportInterface in org.pentaho.di.trans.step
Classes in org.pentaho.di.trans.step that implement ResourceExportInterface Modifier and Type Class Description classStepMetaThis class contains everything that is needed to define a step.
-