| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ResourceNamingInterface in org.pentaho.di.job | 
|---|
| Methods in org.pentaho.di.job with parameters of type ResourceNamingInterface | |
|---|---|
 String | 
JobMeta.exportResources(org.pentaho.di.core.variables.VariableSpace space,
                Map<String,ResourceDefinition> definitions,
                ResourceNamingInterface namingInterface,
                Repository repository)
 | 
| Uses of ResourceNamingInterface in org.pentaho.di.job.entries.fileexists | 
|---|
| Methods in org.pentaho.di.job.entries.fileexists with parameters of type ResourceNamingInterface | |
|---|---|
 String | 
JobEntryFileExists.exportResources(org.pentaho.di.core.variables.VariableSpace space,
                Map<String,ResourceDefinition> definitions,
                ResourceNamingInterface resourceNamingInterface,
                Repository repository)
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.job | 
|---|
| Methods in org.pentaho.di.job.entries.job with parameters of type ResourceNamingInterface | |
|---|---|
 String | 
JobEntryJob.exportResources(org.pentaho.di.core.variables.VariableSpace space,
                Map<String,ResourceDefinition> definitions,
                ResourceNamingInterface namingInterface,
                Repository repository)
We're going to load the transformation meta data referenced here.  | 
| Uses of ResourceNamingInterface in org.pentaho.di.job.entries.pgpverify | 
|---|
| Methods in org.pentaho.di.job.entries.pgpverify with parameters of type ResourceNamingInterface | |
|---|---|
 String | 
JobEntryPGPVerify.exportResources(org.pentaho.di.core.variables.VariableSpace space,
                Map<String,ResourceDefinition> definitions,
                ResourceNamingInterface resourceNamingInterface,
                Repository repository)
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.talendjobexec | 
|---|
| Methods in org.pentaho.di.job.entries.talendjobexec with parameters of type ResourceNamingInterface | |
|---|---|
 String | 
JobEntryTalendJobExec.exportResources(org.pentaho.di.core.variables.VariableSpace space,
                Map<String,ResourceDefinition> definitions,
                ResourceNamingInterface resourceNamingInterface,
                Repository repository)
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 | |
|---|---|
 String | 
JobEntryTrans.exportResources(org.pentaho.di.core.variables.VariableSpace space,
                Map<String,ResourceDefinition> definitions,
                ResourceNamingInterface namingInterface,
                Repository repository)
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 | |
|---|---|
 String | 
JobEntryBase.exportResources(org.pentaho.di.core.variables.VariableSpace space,
                Map<String,ResourceDefinition> definitions,
                ResourceNamingInterface namingInterface,
                Repository repository)
 | 
 String | 
JobEntryInterface.exportResources(org.pentaho.di.core.variables.VariableSpace space,
                Map<String,ResourceDefinition> definitions,
                ResourceNamingInterface namingInterface,
                Repository repository)
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 | |
|---|---|
 class | 
SequenceResourceNaming
With this resource naming scheme we try to keep the original filename.  | 
 class | 
SimpleResourceNaming
 | 
 class | 
UUIDResourceNaming
 | 
| Methods in org.pentaho.di.resource with parameters of type ResourceNamingInterface | |
|---|---|
 String | 
ResourceExportInterface.exportResources(org.pentaho.di.core.variables.VariableSpace space,
                Map<String,ResourceDefinition> definitions,
                ResourceNamingInterface namingInterface,
                Repository repository)
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 | |
|---|---|
 String | 
TransMeta.exportResources(org.pentaho.di.core.variables.VariableSpace space,
                Map<String,ResourceDefinition> definitions,
                ResourceNamingInterface resourceNamingInterface,
                Repository repository)
 | 
| Uses of ResourceNamingInterface in org.pentaho.di.trans.step | 
|---|
| Methods in org.pentaho.di.trans.step with parameters of type ResourceNamingInterface | |
|---|---|
 String | 
BaseStepMeta.exportResources(org.pentaho.di.core.variables.VariableSpace space,
                Map<String,ResourceDefinition> definitions,
                ResourceNamingInterface resourceNamingInterface,
                Repository repository)
 | 
 String | 
StepMeta.exportResources(org.pentaho.di.core.variables.VariableSpace space,
                Map<String,ResourceDefinition> definitions,
                ResourceNamingInterface resourceNamingInterface,
                Repository repository)
 | 
 String | 
StepMetaInterface.exportResources(org.pentaho.di.core.variables.VariableSpace space,
                Map<String,ResourceDefinition> definitions,
                ResourceNamingInterface resourceNamingInterface,
                Repository repository)
 | 
| Uses of ResourceNamingInterface in org.pentaho.di.trans.steps.accessinput | 
|---|
| Methods in org.pentaho.di.trans.steps.accessinput with parameters of type ResourceNamingInterface | |
|---|---|
 String | 
AccessInputMeta.exportResources(org.pentaho.di.core.variables.VariableSpace space,
                Map<String,ResourceDefinition> definitions,
                ResourceNamingInterface resourceNamingInterface,
                Repository repository)
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.accessoutput | 
|---|
| Methods in org.pentaho.di.trans.steps.accessoutput with parameters of type ResourceNamingInterface | |
|---|---|
 String | 
AccessOutputMeta.exportResources(org.pentaho.di.core.variables.VariableSpace space,
                Map<String,ResourceDefinition> definitions,
                ResourceNamingInterface resourceNamingInterface,
                Repository repository)
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.csvinput | 
|---|
| Methods in org.pentaho.di.trans.steps.csvinput with parameters of type ResourceNamingInterface | |
|---|---|
 String | 
CsvInputMeta.exportResources(org.pentaho.di.core.variables.VariableSpace space,
                Map<String,ResourceDefinition> definitions,
                ResourceNamingInterface resourceNamingInterface,
                Repository repository)
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.cubeinput | 
|---|
| Methods in org.pentaho.di.trans.steps.cubeinput with parameters of type ResourceNamingInterface | |
|---|---|
 String | 
CubeInputMeta.exportResources(org.pentaho.di.core.variables.VariableSpace space,
                Map<String,ResourceDefinition> definitions,
                ResourceNamingInterface resourceNamingInterface,
                Repository repository)
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.cubeoutput | 
|---|
| Methods in org.pentaho.di.trans.steps.cubeoutput with parameters of type ResourceNamingInterface | |
|---|---|
 String | 
CubeOutputMeta.exportResources(org.pentaho.di.core.variables.VariableSpace space,
                Map<String,ResourceDefinition> definitions,
                ResourceNamingInterface resourceNamingInterface,
                Repository repository)
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.excelinput | 
|---|
| Methods in org.pentaho.di.trans.steps.excelinput with parameters of type ResourceNamingInterface | |
|---|---|
 String | 
ExcelInputMeta.exportResources(org.pentaho.di.core.variables.VariableSpace space,
                Map<String,ResourceDefinition> definitions,
                ResourceNamingInterface resourceNamingInterface,
                Repository repository)
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.exceloutput | 
|---|
| Methods in org.pentaho.di.trans.steps.exceloutput with parameters of type ResourceNamingInterface | |
|---|---|
 String | 
ExcelOutputMeta.exportResources(org.pentaho.di.core.variables.VariableSpace space,
                Map<String,ResourceDefinition> definitions,
                ResourceNamingInterface resourceNamingInterface,
                Repository repository)
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.excelwriter | 
|---|
| Methods in org.pentaho.di.trans.steps.excelwriter with parameters of type ResourceNamingInterface | |
|---|---|
 String | 
ExcelWriterStepMeta.exportResources(org.pentaho.di.core.variables.VariableSpace space,
                Map<String,ResourceDefinition> definitions,
                ResourceNamingInterface resourceNamingInterface,
                Repository repository)
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 | |
|---|---|
 String | 
FixedInputMeta.exportResources(org.pentaho.di.core.variables.VariableSpace space,
                Map<String,ResourceDefinition> definitions,
                ResourceNamingInterface resourceNamingInterface,
                Repository repository)
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.getfilenames | 
|---|
| Methods in org.pentaho.di.trans.steps.getfilenames with parameters of type ResourceNamingInterface | |
|---|---|
 String | 
GetFileNamesMeta.exportResources(org.pentaho.di.core.variables.VariableSpace space,
                Map<String,ResourceDefinition> definitions,
                ResourceNamingInterface resourceNamingInterface,
                Repository repository)
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.getfilesrowscount | 
|---|
| Methods in org.pentaho.di.trans.steps.getfilesrowscount with parameters of type ResourceNamingInterface | |
|---|---|
 String | 
GetFilesRowsCountMeta.exportResources(org.pentaho.di.core.variables.VariableSpace space,
                Map<String,ResourceDefinition> definitions,
                ResourceNamingInterface resourceNamingInterface,
                Repository repository)
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 | |
|---|---|
 String | 
GetSubFoldersMeta.exportResources(org.pentaho.di.core.variables.VariableSpace space,
                Map<String,ResourceDefinition> definitions,
                ResourceNamingInterface resourceNamingInterface,
                Repository repository)
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.getxmldata | 
|---|
| Methods in org.pentaho.di.trans.steps.getxmldata with parameters of type ResourceNamingInterface | |
|---|---|
 String | 
GetXMLDataMeta.exportResources(org.pentaho.di.core.variables.VariableSpace space,
                Map<String,ResourceDefinition> definitions,
                ResourceNamingInterface resourceNamingInterface,
                Repository repository)
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.jsoninput | 
|---|
| Methods in org.pentaho.di.trans.steps.jsoninput with parameters of type ResourceNamingInterface | |
|---|---|
 String | 
JsonInputMeta.exportResources(org.pentaho.di.core.variables.VariableSpace space,
                Map<String,ResourceDefinition> definitions,
                ResourceNamingInterface resourceNamingInterface,
                Repository repository)
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.ldifinput | 
|---|
| Methods in org.pentaho.di.trans.steps.ldifinput with parameters of type ResourceNamingInterface | |
|---|---|
 String | 
LDIFInputMeta.exportResources(org.pentaho.di.core.variables.VariableSpace space,
                Map<String,ResourceDefinition> definitions,
                ResourceNamingInterface resourceNamingInterface,
                Repository repository)
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 | |
|---|---|
 String | 
LoadFileInputMeta.exportResources(org.pentaho.di.core.variables.VariableSpace space,
                Map<String,ResourceDefinition> definitions,
                ResourceNamingInterface resourceNamingInterface,
                Repository repository)
 | 
| Uses of ResourceNamingInterface in org.pentaho.di.trans.steps.mapping | 
|---|
| Methods in org.pentaho.di.trans.steps.mapping with parameters of type ResourceNamingInterface | |
|---|---|
 String | 
MappingMeta.exportResources(org.pentaho.di.core.variables.VariableSpace space,
                Map<String,ResourceDefinition> definitions,
                ResourceNamingInterface resourceNamingInterface,
                Repository repository)
 | 
| Uses of ResourceNamingInterface in org.pentaho.di.trans.steps.mondrianinput | 
|---|
| Methods in org.pentaho.di.trans.steps.mondrianinput with parameters of type ResourceNamingInterface | |
|---|---|
 String | 
MondrianInputMeta.exportResources(org.pentaho.di.core.variables.VariableSpace space,
                Map<String,ResourceDefinition> definitions,
                ResourceNamingInterface resourceNamingInterface,
                Repository repository)
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 | |
|---|---|
 String | 
ParGzipCsvInputMeta.exportResources(org.pentaho.di.core.variables.VariableSpace space,
                Map<String,ResourceDefinition> definitions,
                ResourceNamingInterface resourceNamingInterface,
                Repository repository)
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 | |
|---|---|
 String | 
PropertyInputMeta.exportResources(org.pentaho.di.core.variables.VariableSpace space,
                Map<String,ResourceDefinition> definitions,
                ResourceNamingInterface resourceNamingInterface,
                Repository repository)
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 | |
|---|---|
 String | 
PropertyOutputMeta.exportResources(org.pentaho.di.core.variables.VariableSpace space,
                Map<String,ResourceDefinition> definitions,
                ResourceNamingInterface resourceNamingInterface,
                Repository repository)
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.singlethreader | 
|---|
| Methods in org.pentaho.di.trans.steps.singlethreader with parameters of type ResourceNamingInterface | |
|---|---|
 String | 
SingleThreaderMeta.exportResources(org.pentaho.di.core.variables.VariableSpace space,
                Map<String,ResourceDefinition> definitions,
                ResourceNamingInterface resourceNamingInterface,
                Repository repository)
 | 
| Uses of ResourceNamingInterface in org.pentaho.di.trans.steps.sqlfileoutput | 
|---|
| Methods in org.pentaho.di.trans.steps.sqlfileoutput with parameters of type ResourceNamingInterface | |
|---|---|
 String | 
SQLFileOutputMeta.exportResources(org.pentaho.di.core.variables.VariableSpace space,
                Map<String,ResourceDefinition> definitions,
                ResourceNamingInterface resourceNamingInterface,
                Repository repository)
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 | |
|---|---|
 String | 
TextFileInputMeta.exportResources(org.pentaho.di.core.variables.VariableSpace space,
                Map<String,ResourceDefinition> definitions,
                ResourceNamingInterface resourceNamingInterface,
                Repository repository)
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 | |
|---|---|
 String | 
TextFileOutputMeta.exportResources(org.pentaho.di.core.variables.VariableSpace space,
                Map<String,ResourceDefinition> definitions,
                ResourceNamingInterface resourceNamingInterface,
                Repository repository)
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 | |
|---|---|
 String | 
XBaseInputMeta.exportResources(org.pentaho.di.core.variables.VariableSpace space,
                Map<String,ResourceDefinition> definitions,
                ResourceNamingInterface resourceNamingInterface,
                Repository repository)
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.xmlinput | 
|---|
| Methods in org.pentaho.di.trans.steps.xmlinput with parameters of type ResourceNamingInterface | |
|---|---|
 String | 
XMLInputMeta.exportResources(org.pentaho.di.core.variables.VariableSpace space,
                Map<String,ResourceDefinition> definitions,
                ResourceNamingInterface resourceNamingInterface,
                Repository repository)
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.xmlinputsax | 
|---|
| Methods in org.pentaho.di.trans.steps.xmlinputsax with parameters of type ResourceNamingInterface | |
|---|---|
 String | 
XMLInputSaxMeta.exportResources(org.pentaho.di.core.variables.VariableSpace space,
                Map<String,ResourceDefinition> definitions,
                ResourceNamingInterface resourceNamingInterface,
                Repository repository)
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.xmloutput | 
|---|
| Methods in org.pentaho.di.trans.steps.xmloutput with parameters of type ResourceNamingInterface | |
|---|---|
 String | 
XMLOutputMeta.exportResources(org.pentaho.di.core.variables.VariableSpace space,
                Map<String,ResourceDefinition> definitions,
                ResourceNamingInterface resourceNamingInterface,
                Repository repository)
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.xsdvalidator | 
|---|
| Methods in org.pentaho.di.trans.steps.xsdvalidator with parameters of type ResourceNamingInterface | |
|---|---|
 String | 
XsdValidatorMeta.exportResources(org.pentaho.di.core.variables.VariableSpace space,
                Map<String,ResourceDefinition> definitions,
                ResourceNamingInterface resourceNamingInterface,
                Repository repository)
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 | |
|---|---|
 String | 
YamlInputMeta.exportResources(org.pentaho.di.core.variables.VariableSpace space,
                Map<String,ResourceDefinition> definitions,
                ResourceNamingInterface resourceNamingInterface,
                Repository repository)
Since the exported transformation that runs this will reside in a ZIP file, we can't reference files relatively.  | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||