Uses of Interface
org.pentaho.di.resource.ResourceExportInterface
Packages that use ResourceExportInterface
Package
Description
-
Uses of ResourceExportInterface in org.pentaho.di.job
Classes in org.pentaho.di.job that implement ResourceExportInterfaceModifier and TypeClassDescriptionclassThe 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 ResourceExportInterfaceModifier and TypeMethodDescriptionstatic StringResourceUtil.getExplanation(String zipFilename, String launchFile, ResourceExportInterface resourceExportInterface) static final TopLevelResourceResourceUtil.serializeResourceExportInterface(org.pentaho.di.core.bowl.Bowl executionBowl, org.pentaho.di.core.bowl.Bowl globalManagementBowl, 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 TopLevelResourceResourceUtil.serializeResourceExportInterface(org.pentaho.di.core.bowl.Bowl executionBowl, org.pentaho.di.core.bowl.Bowl globalManagementBowl, 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 ResourceExportInterfaceModifier and TypeClassDescriptionclassThis 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 ResourceExportInterfaceModifier and TypeClassDescriptionclassThis class contains everything that is needed to define a step.