Uses of Class
org.pentaho.di.resource.TopLevelResource
-
Packages that use TopLevelResource Package Description org.pentaho.di.resource -
-
Uses of TopLevelResource in org.pentaho.di.resource
Methods in org.pentaho.di.resource that return TopLevelResource Modifier and Type Method Description static 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 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.
-