Uses of Interface
org.pentaho.di.resource.ResourceExportInterface
Package
Description
-
Uses of ResourceExportInterface in org.pentaho.di.job
Modifier and TypeClassDescriptionclass
The definition of a PDI job is represented by a JobMeta object. -
Uses of ResourceExportInterface in org.pentaho.di.resource
Modifier and TypeMethodDescriptionstatic String
ResourceUtil.getExplanation
(String zipFilename, String launchFile, ResourceExportInterface resourceExportInterface) static final TopLevelResource
ResourceUtil.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 final TopLevelResource
ResourceUtil.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
Modifier and TypeClassDescriptionclass
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 ResourceExportInterface in org.pentaho.di.trans.step
Modifier and TypeClassDescriptionclass
This class contains everything that is needed to define a step.