Uses of Class
org.pentaho.di.resource.ResourceDefinition
Package
Description
-
Uses of ResourceDefinition in org.pentaho.di.job
Modifier and TypeMethodDescriptionJobMeta.exportResources
(org.pentaho.di.core.variables.VariableSpace space, Map<String, ResourceDefinition> definitions, ResourceNamingInterface namingInterface, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) -
Uses of ResourceDefinition in org.pentaho.di.job.entries.fileexists
Modifier and TypeMethodDescriptionJobEntryFileExists.exportResources
(org.pentaho.di.core.variables.VariableSpace space, Map<String, ResourceDefinition> definitions, ResourceNamingInterface namingInterface, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) Exports the object to a flat-file system, adding content with filename keys to a set of definitions. -
Uses of ResourceDefinition in org.pentaho.di.job.entries.job
Modifier and TypeMethodDescriptionJobEntryJob.exportResources
(org.pentaho.di.core.variables.VariableSpace space, Map<String, ResourceDefinition> definitions, ResourceNamingInterface namingInterface, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) Exports the object to a flat-file system, adding content with filename keys to a set of definitions. -
Uses of ResourceDefinition in org.pentaho.di.job.entries.pgpverify
Modifier and TypeMethodDescriptionJobEntryPGPVerify.exportResources
(org.pentaho.di.core.variables.VariableSpace space, Map<String, ResourceDefinition> definitions, ResourceNamingInterface namingInterface, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) Exports the object to a flat-file system, adding content with filename keys to a set of definitions. -
Uses of ResourceDefinition in org.pentaho.di.job.entries.talendjobexec
Modifier and TypeMethodDescriptionJobEntryTalendJobExec.exportResources
(org.pentaho.di.core.variables.VariableSpace space, Map<String, ResourceDefinition> definitions, ResourceNamingInterface namingInterface, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) Since the exported job that runs this will reside in a ZIP file, we can't reference files relatively. -
Uses of ResourceDefinition in org.pentaho.di.job.entries.trans
Modifier and TypeMethodDescriptionJobEntryTrans.exportResources
(org.pentaho.di.core.variables.VariableSpace space, Map<String, ResourceDefinition> definitions, ResourceNamingInterface namingInterface, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) We're going to load the transformation meta data referenced here. -
Uses of ResourceDefinition in org.pentaho.di.job.entry
Modifier and TypeMethodDescriptionJobEntryBase.exportResources
(org.pentaho.di.core.variables.VariableSpace space, Map<String, ResourceDefinition> definitions, ResourceNamingInterface namingInterface, Repository repository) Deprecated.JobEntryBase.exportResources
(org.pentaho.di.core.variables.VariableSpace space, Map<String, ResourceDefinition> definitions, ResourceNamingInterface namingInterface, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) Exports the object to a flat-file system, adding content with filename keys to a set of definitions.JobEntryInterface.exportResources
(org.pentaho.di.core.variables.VariableSpace space, Map<String, ResourceDefinition> definitions, ResourceNamingInterface namingInterface, Repository repository) JobEntryInterface.exportResources
(org.pentaho.di.core.variables.VariableSpace space, Map<String, ResourceDefinition> definitions, ResourceNamingInterface namingInterface, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) Exports the object to a flat-file system, adding content with filename keys to a set of definitions. -
Uses of ResourceDefinition in org.pentaho.di.resource
Modifier and TypeMethodDescriptionResourceExportInterface.exportResources
(org.pentaho.di.core.variables.VariableSpace space, Map<String, ResourceDefinition> definitions, ResourceNamingInterface namingInterface, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) Exports the object to a flat-file system, adding content with filename keys to a set of definitions. -
Uses of ResourceDefinition in org.pentaho.di.trans
Modifier and TypeMethodDescriptionStepWithMappingMeta.exportResources
(org.pentaho.di.core.variables.VariableSpace space, Map<String, ResourceDefinition> definitions, ResourceNamingInterface resourceNamingInterface, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) TransMeta.exportResources
(org.pentaho.di.core.variables.VariableSpace space, Map<String, ResourceDefinition> definitions, ResourceNamingInterface resourceNamingInterface, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) Exports the specified objects to a flat-file system, adding content with filename keys to a set of definitions. -
Uses of ResourceDefinition in org.pentaho.di.trans.step
Modifier and TypeMethodDescriptionBaseStepMeta.exportResources
(org.pentaho.di.core.variables.VariableSpace space, Map<String, ResourceDefinition> definitions, ResourceNamingInterface resourceNamingInterface, Repository repository) BaseStepMeta.exportResources
(org.pentaho.di.core.variables.VariableSpace space, Map<String, ResourceDefinition> definitions, ResourceNamingInterface resourceNamingInterface, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) StepMeta.exportResources
(org.pentaho.di.core.variables.VariableSpace space, Map<String, ResourceDefinition> definitions, ResourceNamingInterface resourceNamingInterface, Repository repository) StepMeta.exportResources
(org.pentaho.di.core.variables.VariableSpace space, Map<String, ResourceDefinition> definitions, ResourceNamingInterface resourceNamingInterface, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) StepMetaInterface.exportResources
(org.pentaho.di.core.variables.VariableSpace space, Map<String, ResourceDefinition> definitions, ResourceNamingInterface resourceNamingInterface, Repository repository) StepMetaInterface.exportResources
(org.pentaho.di.core.variables.VariableSpace space, Map<String, ResourceDefinition> definitions, ResourceNamingInterface resourceNamingInterface, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) -
Uses of ResourceDefinition in org.pentaho.di.trans.steps.csvinput
Modifier and TypeMethodDescriptionCsvInputMeta.exportResources
(org.pentaho.di.core.variables.VariableSpace space, Map<String, ResourceDefinition> definitions, ResourceNamingInterface resourceNamingInterface, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) -
Uses of ResourceDefinition in org.pentaho.di.trans.steps.fileinput.text
Modifier and TypeMethodDescriptionTextFileInputMeta.exportResources
(org.pentaho.di.core.variables.VariableSpace space, Map<String, ResourceDefinition> definitions, ResourceNamingInterface resourceNamingInterface, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) Since the exported transformation that runs this will reside in a ZIP file, we can't reference files relatively. -
Uses of ResourceDefinition in org.pentaho.di.trans.steps.fixedinput
Modifier and TypeMethodDescriptionFixedInputMeta.exportResources
(org.pentaho.di.core.variables.VariableSpace space, Map<String, ResourceDefinition> definitions, ResourceNamingInterface resourceNamingInterface, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) -
Uses of ResourceDefinition in org.pentaho.di.trans.steps.getfilenames
Modifier and TypeMethodDescriptionGetFileNamesMeta.exportResources
(org.pentaho.di.core.variables.VariableSpace space, Map<String, ResourceDefinition> definitions, ResourceNamingInterface resourceNamingInterface, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) -
Uses of ResourceDefinition in org.pentaho.di.trans.steps.getfilesrowscount
Modifier and TypeMethodDescriptionGetFilesRowsCountMeta.exportResources
(org.pentaho.di.core.variables.VariableSpace space, Map<String, ResourceDefinition> definitions, ResourceNamingInterface resourceNamingInterface, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) Since the exported transformation that runs this will reside in a ZIP file, we can't reference files relatively. -
Uses of ResourceDefinition in org.pentaho.di.trans.steps.getsubfolders
Modifier and TypeMethodDescriptionGetSubFoldersMeta.exportResources
(org.pentaho.di.core.variables.VariableSpace space, Map<String, ResourceDefinition> definitions, ResourceNamingInterface resourceNamingInterface, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) Since the exported transformation that runs this will reside in a ZIP file, we can't reference files relatively. -
Uses of ResourceDefinition in org.pentaho.di.trans.steps.jobexecutor
Modifier and TypeMethodDescriptionJobExecutorMeta.exportResources
(org.pentaho.di.core.variables.VariableSpace space, Map<String, ResourceDefinition> definitions, ResourceNamingInterface resourceNamingInterface, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) -
Uses of ResourceDefinition in org.pentaho.di.trans.steps.ldifinput
Modifier and TypeMethodDescriptionLDIFInputMeta.exportResources
(org.pentaho.di.core.variables.VariableSpace space, Map<String, ResourceDefinition> definitions, ResourceNamingInterface resourceNamingInterface, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) Since the exported transformation that runs this will reside in a ZIP file, we can't reference files relatively. -
Uses of ResourceDefinition in org.pentaho.di.trans.steps.loadfileinput
Modifier and TypeMethodDescriptionLoadFileInputMeta.exportResources
(org.pentaho.di.core.variables.VariableSpace space, Map<String, ResourceDefinition> definitions, ResourceNamingInterface resourceNamingInterface, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) -
Uses of ResourceDefinition in org.pentaho.di.trans.steps.parallelgzipcsv
Modifier and TypeMethodDescriptionParGzipCsvInputMeta.exportResources
(org.pentaho.di.core.variables.VariableSpace space, Map<String, ResourceDefinition> definitions, ResourceNamingInterface resourceNamingInterface, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) Since the exported transformation that runs this will reside in a ZIP file, we can't reference files relatively. -
Uses of ResourceDefinition in org.pentaho.di.trans.steps.propertyinput
Modifier and TypeMethodDescriptionPropertyInputMeta.exportResources
(org.pentaho.di.core.variables.VariableSpace space, Map<String, ResourceDefinition> definitions, ResourceNamingInterface resourceNamingInterface, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) Since the exported transformation that runs this will reside in a ZIP file, we can't reference files relatively. -
Uses of ResourceDefinition in org.pentaho.di.trans.steps.propertyoutput
Modifier and TypeMethodDescriptionPropertyOutputMeta.exportResources
(org.pentaho.di.core.variables.VariableSpace space, Map<String, ResourceDefinition> definitions, ResourceNamingInterface resourceNamingInterface, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) Since the exported transformation that runs this will reside in a ZIP file, we can't reference files relatively. -
Uses of ResourceDefinition in org.pentaho.di.trans.steps.sqlfileoutput
Modifier and TypeMethodDescriptionSQLFileOutputMeta.exportResources
(org.pentaho.di.core.variables.VariableSpace space, Map<String, ResourceDefinition> definitions, ResourceNamingInterface resourceNamingInterface, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) Since the exported transformation that runs this will reside in a ZIP file, we can't reference files relatively. -
Uses of ResourceDefinition in org.pentaho.di.trans.steps.textfileinput
Modifier and TypeMethodDescriptionTextFileInputMeta.exportResources
(org.pentaho.di.core.variables.VariableSpace space, Map<String, ResourceDefinition> definitions, ResourceNamingInterface resourceNamingInterface, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) Deprecated.Since the exported transformation that runs this will reside in a ZIP file, we can't reference files relatively. -
Uses of ResourceDefinition in org.pentaho.di.trans.steps.textfileoutput
Modifier and TypeMethodDescriptionTextFileOutputMeta.exportResources
(org.pentaho.di.core.variables.VariableSpace space, Map<String, ResourceDefinition> definitions, ResourceNamingInterface resourceNamingInterface, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) Since the exported transformation that runs this will reside in a ZIP file, we can't reference files relatively. -
Uses of ResourceDefinition in org.pentaho.di.trans.steps.xbaseinput
Modifier and TypeMethodDescriptionXBaseInputMeta.exportResources
(org.pentaho.di.core.variables.VariableSpace space, Map<String, ResourceDefinition> definitions, ResourceNamingInterface resourceNamingInterface, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore) Since the exported transformation that runs this will reside in a ZIP file, we can't reference files relatively.
JobEntryBase.exportResources(VariableSpace, Map, ResourceNamingInterface, Repository, IMetaStore)