Uses of Interface
org.pentaho.di.resource.ResourceNamingInterface
-
-
Uses of ResourceNamingInterface in org.pentaho.di.job
Methods in org.pentaho.di.job with parameters of type ResourceNamingInterface Modifier and Type Method Description StringJobMeta. 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 ResourceNamingInterface Modifier and Type Method Description StringJobEntryFileExists. 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 ResourceNamingInterface Modifier and Type Method Description StringJobEntryJob. 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 ResourceNamingInterface Modifier and Type Method Description StringJobEntryPGPVerify. 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 ResourceNamingInterface Modifier and Type Method Description StringJobEntryTalendJobExec. 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 ResourceNamingInterface Modifier and Type Method Description StringJobEntryTrans. 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 ResourceNamingInterface Modifier and Type Method Description StringJobEntryBase. exportResources(org.pentaho.di.core.variables.VariableSpace space, Map<String,ResourceDefinition> definitions, ResourceNamingInterface namingInterface, Repository repository)StringJobEntryBase. 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.StringJobEntryInterface. exportResources(org.pentaho.di.core.variables.VariableSpace space, Map<String,ResourceDefinition> definitions, ResourceNamingInterface namingInterface, Repository repository)StringJobEntryInterface. 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 ResourceNamingInterface Modifier and Type Class Description classSequenceResourceNamingWith this resource naming scheme we try to keep the original filename.classSimpleResourceNamingclassUUIDResourceNamingMethods in org.pentaho.di.resource with parameters of type ResourceNamingInterface Modifier and Type Method Description StringResourceExportInterface. 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 ResourceNamingInterface Modifier and Type Method Description StringStepWithMappingMeta. exportResources(org.pentaho.di.core.variables.VariableSpace space, Map<String,ResourceDefinition> definitions, ResourceNamingInterface resourceNamingInterface, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)StringTransMeta. 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 ResourceNamingInterface Modifier and Type Method Description StringBaseStepMeta. exportResources(org.pentaho.di.core.variables.VariableSpace space, Map<String,ResourceDefinition> definitions, ResourceNamingInterface resourceNamingInterface, Repository repository)StringBaseStepMeta. exportResources(org.pentaho.di.core.variables.VariableSpace space, Map<String,ResourceDefinition> definitions, ResourceNamingInterface resourceNamingInterface, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)StringStepMeta. exportResources(org.pentaho.di.core.variables.VariableSpace space, Map<String,ResourceDefinition> definitions, ResourceNamingInterface resourceNamingInterface, Repository repository)StringStepMeta. exportResources(org.pentaho.di.core.variables.VariableSpace space, Map<String,ResourceDefinition> definitions, ResourceNamingInterface resourceNamingInterface, Repository repository, org.pentaho.metastore.api.IMetaStore metaStore)StringStepMetaInterface. exportResources(org.pentaho.di.core.variables.VariableSpace space, Map<String,ResourceDefinition> definitions, ResourceNamingInterface resourceNamingInterface, Repository repository)StringStepMetaInterface. 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 ResourceNamingInterface Modifier and Type Method Description StringCsvInputMeta. 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.excelinput
Methods in org.pentaho.di.trans.steps.excelinput with parameters of type ResourceNamingInterface Modifier and Type Method Description StringExcelInputMeta. 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.exceloutput
Methods in org.pentaho.di.trans.steps.exceloutput with parameters of type ResourceNamingInterface Modifier and Type Method Description StringExcelOutputMeta. 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.excelwriter
Methods in org.pentaho.di.trans.steps.excelwriter with parameters of type ResourceNamingInterface Modifier and Type Method Description StringExcelWriterStepMeta. 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 ResourceNamingInterface Modifier and Type Method Description StringTextFileInputMeta. 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 ResourceNamingInterface Modifier and Type Method Description StringFixedInputMeta. 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 ResourceNamingInterface Modifier and Type Method Description StringGetFileNamesMeta. 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 ResourceNamingInterface Modifier and Type Method Description StringGetFilesRowsCountMeta. 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 ResourceNamingInterface Modifier and Type Method Description StringGetSubFoldersMeta. 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 ResourceNamingInterface Modifier and Type Method Description StringJobExecutorMeta. 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 ResourceNamingInterface Modifier and Type Method Description StringLDIFInputMeta. 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 ResourceNamingInterface Modifier and Type Method Description StringLoadFileInputMeta. 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.mondrianinput
Methods in org.pentaho.di.trans.steps.mondrianinput with parameters of type ResourceNamingInterface Modifier and Type Method Description StringMondrianInputMeta. 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.parallelgzipcsv
Methods in org.pentaho.di.trans.steps.parallelgzipcsv with parameters of type ResourceNamingInterface Modifier and Type Method Description StringParGzipCsvInputMeta. 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 ResourceNamingInterface Modifier and Type Method Description StringPropertyInputMeta. 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 ResourceNamingInterface Modifier and Type Method Description StringPropertyOutputMeta. 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 ResourceNamingInterface Modifier and Type Method Description StringSQLFileOutputMeta. 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 ResourceNamingInterface Modifier and Type Method Description StringTextFileInputMeta. 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 ResourceNamingInterface Modifier and Type Method Description StringTextFileOutputMeta. 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 ResourceNamingInterface Modifier and Type Method Description StringXBaseInputMeta. 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.yamlinput
Methods in org.pentaho.di.trans.steps.yamlinput with parameters of type ResourceNamingInterface Modifier and Type Method Description StringYamlInputMeta. 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.
-