Uses of Interface
org.pentaho.di.resource.ResourceNamingInterface
Packages that use ResourceNamingInterface
Package
Description
-
Uses of ResourceNamingInterface in org.pentaho.di.job
Methods in org.pentaho.di.job with parameters of type ResourceNamingInterfaceModifier 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 ResourceNamingInterface in org.pentaho.di.job.entries.fileexists
Methods in org.pentaho.di.job.entries.fileexists with parameters of type ResourceNamingInterfaceModifier 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 ResourceNamingInterface in org.pentaho.di.job.entries.job
Methods in org.pentaho.di.job.entries.job with parameters of type ResourceNamingInterfaceModifier 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 ResourceNamingInterface in org.pentaho.di.job.entries.pgpverify
Methods in org.pentaho.di.job.entries.pgpverify with parameters of type ResourceNamingInterfaceModifier 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 ResourceNamingInterface in org.pentaho.di.job.entries.talendjobexec
Methods in org.pentaho.di.job.entries.talendjobexec with parameters of type ResourceNamingInterfaceModifier 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 ResourceNamingInterface in org.pentaho.di.job.entries.trans
Methods in org.pentaho.di.job.entries.trans with parameters of type ResourceNamingInterfaceModifier 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 ResourceNamingInterface in org.pentaho.di.job.entry
Methods in org.pentaho.di.job.entry with parameters of type ResourceNamingInterfaceModifier 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 ResourceNamingInterface in org.pentaho.di.resource
Classes in org.pentaho.di.resource that implement ResourceNamingInterfaceModifier and TypeClassDescriptionclass
With this resource naming scheme we try to keep the original filename.class
class
Methods in org.pentaho.di.resource with parameters of type ResourceNamingInterfaceModifier 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 ResourceNamingInterface in org.pentaho.di.trans
Methods in org.pentaho.di.trans with parameters of type ResourceNamingInterfaceModifier 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 ResourceNamingInterface in org.pentaho.di.trans.step
Methods in org.pentaho.di.trans.step with parameters of type ResourceNamingInterfaceModifier 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 ResourceNamingInterface in org.pentaho.di.trans.steps.csvinput
Methods in org.pentaho.di.trans.steps.csvinput with parameters of type ResourceNamingInterfaceModifier 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 ResourceNamingInterface in org.pentaho.di.trans.steps.fileinput.text
Methods in org.pentaho.di.trans.steps.fileinput.text with parameters of type ResourceNamingInterfaceModifier 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 ResourceNamingInterface in org.pentaho.di.trans.steps.fixedinput
Methods in org.pentaho.di.trans.steps.fixedinput with parameters of type ResourceNamingInterfaceModifier 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 ResourceNamingInterface in org.pentaho.di.trans.steps.getfilenames
Methods in org.pentaho.di.trans.steps.getfilenames with parameters of type ResourceNamingInterfaceModifier 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 ResourceNamingInterface in org.pentaho.di.trans.steps.getfilesrowscount
Methods in org.pentaho.di.trans.steps.getfilesrowscount with parameters of type ResourceNamingInterfaceModifier 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 ResourceNamingInterface in org.pentaho.di.trans.steps.getsubfolders
Methods in org.pentaho.di.trans.steps.getsubfolders with parameters of type ResourceNamingInterfaceModifier 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 ResourceNamingInterface in org.pentaho.di.trans.steps.jobexecutor
Methods in org.pentaho.di.trans.steps.jobexecutor with parameters of type ResourceNamingInterfaceModifier 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 ResourceNamingInterface in org.pentaho.di.trans.steps.ldifinput
Methods in org.pentaho.di.trans.steps.ldifinput with parameters of type ResourceNamingInterfaceModifier 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 ResourceNamingInterface in org.pentaho.di.trans.steps.loadfileinput
Methods in org.pentaho.di.trans.steps.loadfileinput with parameters of type ResourceNamingInterfaceModifier 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 ResourceNamingInterface in org.pentaho.di.trans.steps.parallelgzipcsv
Methods in org.pentaho.di.trans.steps.parallelgzipcsv with parameters of type ResourceNamingInterfaceModifier 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 ResourceNamingInterface in org.pentaho.di.trans.steps.propertyinput
Methods in org.pentaho.di.trans.steps.propertyinput with parameters of type ResourceNamingInterfaceModifier 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 ResourceNamingInterface in org.pentaho.di.trans.steps.propertyoutput
Methods in org.pentaho.di.trans.steps.propertyoutput with parameters of type ResourceNamingInterfaceModifier 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 ResourceNamingInterface in org.pentaho.di.trans.steps.sqlfileoutput
Methods in org.pentaho.di.trans.steps.sqlfileoutput with parameters of type ResourceNamingInterfaceModifier 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 ResourceNamingInterface in org.pentaho.di.trans.steps.textfileinput
Methods in org.pentaho.di.trans.steps.textfileinput with parameters of type ResourceNamingInterfaceModifier 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 ResourceNamingInterface in org.pentaho.di.trans.steps.textfileoutput
Methods in org.pentaho.di.trans.steps.textfileoutput with parameters of type ResourceNamingInterfaceModifier 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 ResourceNamingInterface in org.pentaho.di.trans.steps.xbaseinput
Methods in org.pentaho.di.trans.steps.xbaseinput with parameters of type ResourceNamingInterfaceModifier 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)