| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ResourceDefinition in org.pentaho.di.job | 
|---|
| Method parameters in org.pentaho.di.job with type arguments of type ResourceDefinition | |
|---|---|
 String | 
JobMeta.exportResources(org.pentaho.di.core.variables.VariableSpace space,
                Map<String,ResourceDefinition> definitions,
                ResourceNamingInterface namingInterface,
                Repository repository)
 | 
| Uses of ResourceDefinition in org.pentaho.di.job.entries.fileexists | 
|---|
| Method parameters in org.pentaho.di.job.entries.fileexists with type arguments of type ResourceDefinition | |
|---|---|
 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 ResourceDefinition in org.pentaho.di.job.entries.job | 
|---|
| Method parameters in org.pentaho.di.job.entries.job with type arguments of type ResourceDefinition | |
|---|---|
 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 ResourceDefinition in org.pentaho.di.job.entries.pgpverify | 
|---|
| Method parameters in org.pentaho.di.job.entries.pgpverify with type arguments of type ResourceDefinition | |
|---|---|
 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 ResourceDefinition in org.pentaho.di.job.entries.talendjobexec | 
|---|
| Method parameters in org.pentaho.di.job.entries.talendjobexec with type arguments of type ResourceDefinition | |
|---|---|
 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 ResourceDefinition in org.pentaho.di.job.entries.trans | 
|---|
| Method parameters in org.pentaho.di.job.entries.trans with type arguments of type ResourceDefinition | |
|---|---|
 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 ResourceDefinition in org.pentaho.di.job.entry | 
|---|
| Method parameters in org.pentaho.di.job.entry with type arguments of type ResourceDefinition | |
|---|---|
 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 ResourceDefinition in org.pentaho.di.resource | 
|---|
| Method parameters in org.pentaho.di.resource with type arguments of type ResourceDefinition | |
|---|---|
 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 ResourceDefinition in org.pentaho.di.trans | 
|---|
| Method parameters in org.pentaho.di.trans with type arguments of type ResourceDefinition | |
|---|---|
 String | 
TransMeta.exportResources(org.pentaho.di.core.variables.VariableSpace space,
                Map<String,ResourceDefinition> definitions,
                ResourceNamingInterface resourceNamingInterface,
                Repository repository)
 | 
| Uses of ResourceDefinition in org.pentaho.di.trans.step | 
|---|
| Method parameters in org.pentaho.di.trans.step with type arguments of type ResourceDefinition | |
|---|---|
 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 ResourceDefinition in org.pentaho.di.trans.steps.accessinput | 
|---|
| Method parameters in org.pentaho.di.trans.steps.accessinput with type arguments of type ResourceDefinition | |
|---|---|
 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 ResourceDefinition in org.pentaho.di.trans.steps.accessoutput | 
|---|
| Method parameters in org.pentaho.di.trans.steps.accessoutput with type arguments of type ResourceDefinition | |
|---|---|
 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 ResourceDefinition in org.pentaho.di.trans.steps.csvinput | 
|---|
| Method parameters in org.pentaho.di.trans.steps.csvinput with type arguments of type ResourceDefinition | |
|---|---|
 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 ResourceDefinition in org.pentaho.di.trans.steps.cubeinput | 
|---|
| Method parameters in org.pentaho.di.trans.steps.cubeinput with type arguments of type ResourceDefinition | |
|---|---|
 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 ResourceDefinition in org.pentaho.di.trans.steps.cubeoutput | 
|---|
| Method parameters in org.pentaho.di.trans.steps.cubeoutput with type arguments of type ResourceDefinition | |
|---|---|
 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 ResourceDefinition in org.pentaho.di.trans.steps.excelinput | 
|---|
| Method parameters in org.pentaho.di.trans.steps.excelinput with type arguments of type ResourceDefinition | |
|---|---|
 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 ResourceDefinition in org.pentaho.di.trans.steps.exceloutput | 
|---|
| Method parameters in org.pentaho.di.trans.steps.exceloutput with type arguments of type ResourceDefinition | |
|---|---|
 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 ResourceDefinition in org.pentaho.di.trans.steps.excelwriter | 
|---|
| Method parameters in org.pentaho.di.trans.steps.excelwriter with type arguments of type ResourceDefinition | |
|---|---|
 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 ResourceDefinition in org.pentaho.di.trans.steps.fixedinput | 
|---|
| Method parameters in org.pentaho.di.trans.steps.fixedinput with type arguments of type ResourceDefinition | |
|---|---|
 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 ResourceDefinition in org.pentaho.di.trans.steps.getfilenames | 
|---|
| Method parameters in org.pentaho.di.trans.steps.getfilenames with type arguments of type ResourceDefinition | |
|---|---|
 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 ResourceDefinition in org.pentaho.di.trans.steps.getfilesrowscount | 
|---|
| Method parameters in org.pentaho.di.trans.steps.getfilesrowscount with type arguments of type ResourceDefinition | |
|---|---|
 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 ResourceDefinition in org.pentaho.di.trans.steps.getsubfolders | 
|---|
| Method parameters in org.pentaho.di.trans.steps.getsubfolders with type arguments of type ResourceDefinition | |
|---|---|
 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 ResourceDefinition in org.pentaho.di.trans.steps.getxmldata | 
|---|
| Method parameters in org.pentaho.di.trans.steps.getxmldata with type arguments of type ResourceDefinition | |
|---|---|
 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 ResourceDefinition in org.pentaho.di.trans.steps.jsoninput | 
|---|
| Method parameters in org.pentaho.di.trans.steps.jsoninput with type arguments of type ResourceDefinition | |
|---|---|
 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 ResourceDefinition in org.pentaho.di.trans.steps.ldifinput | 
|---|
| Method parameters in org.pentaho.di.trans.steps.ldifinput with type arguments of type ResourceDefinition | |
|---|---|
 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 ResourceDefinition in org.pentaho.di.trans.steps.loadfileinput | 
|---|
| Method parameters in org.pentaho.di.trans.steps.loadfileinput with type arguments of type ResourceDefinition | |
|---|---|
 String | 
LoadFileInputMeta.exportResources(org.pentaho.di.core.variables.VariableSpace space,
                Map<String,ResourceDefinition> definitions,
                ResourceNamingInterface resourceNamingInterface,
                Repository repository)
 | 
| Uses of ResourceDefinition in org.pentaho.di.trans.steps.mapping | 
|---|
| Method parameters in org.pentaho.di.trans.steps.mapping with type arguments of type ResourceDefinition | |
|---|---|
 String | 
MappingMeta.exportResources(org.pentaho.di.core.variables.VariableSpace space,
                Map<String,ResourceDefinition> definitions,
                ResourceNamingInterface resourceNamingInterface,
                Repository repository)
 | 
| Uses of ResourceDefinition in org.pentaho.di.trans.steps.mondrianinput | 
|---|
| Method parameters in org.pentaho.di.trans.steps.mondrianinput with type arguments of type ResourceDefinition | |
|---|---|
 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 ResourceDefinition in org.pentaho.di.trans.steps.parallelgzipcsv | 
|---|
| Method parameters in org.pentaho.di.trans.steps.parallelgzipcsv with type arguments of type ResourceDefinition | |
|---|---|
 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 ResourceDefinition in org.pentaho.di.trans.steps.propertyinput | 
|---|
| Method parameters in org.pentaho.di.trans.steps.propertyinput with type arguments of type ResourceDefinition | |
|---|---|
 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 ResourceDefinition in org.pentaho.di.trans.steps.propertyoutput | 
|---|
| Method parameters in org.pentaho.di.trans.steps.propertyoutput with type arguments of type ResourceDefinition | |
|---|---|
 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 ResourceDefinition in org.pentaho.di.trans.steps.singlethreader | 
|---|
| Method parameters in org.pentaho.di.trans.steps.singlethreader with type arguments of type ResourceDefinition | |
|---|---|
 String | 
SingleThreaderMeta.exportResources(org.pentaho.di.core.variables.VariableSpace space,
                Map<String,ResourceDefinition> definitions,
                ResourceNamingInterface resourceNamingInterface,
                Repository repository)
 | 
| Uses of ResourceDefinition in org.pentaho.di.trans.steps.sqlfileoutput | 
|---|
| Method parameters in org.pentaho.di.trans.steps.sqlfileoutput with type arguments of type ResourceDefinition | |
|---|---|
 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 ResourceDefinition in org.pentaho.di.trans.steps.textfileinput | 
|---|
| Method parameters in org.pentaho.di.trans.steps.textfileinput with type arguments of type ResourceDefinition | |
|---|---|
 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 ResourceDefinition in org.pentaho.di.trans.steps.textfileoutput | 
|---|
| Method parameters in org.pentaho.di.trans.steps.textfileoutput with type arguments of type ResourceDefinition | |
|---|---|
 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 ResourceDefinition in org.pentaho.di.trans.steps.xbaseinput | 
|---|
| Method parameters in org.pentaho.di.trans.steps.xbaseinput with type arguments of type ResourceDefinition | |
|---|---|
 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 ResourceDefinition in org.pentaho.di.trans.steps.xmlinput | 
|---|
| Method parameters in org.pentaho.di.trans.steps.xmlinput with type arguments of type ResourceDefinition | |
|---|---|
 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 ResourceDefinition in org.pentaho.di.trans.steps.xmlinputsax | 
|---|
| Method parameters in org.pentaho.di.trans.steps.xmlinputsax with type arguments of type ResourceDefinition | |
|---|---|
 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 ResourceDefinition in org.pentaho.di.trans.steps.xmloutput | 
|---|
| Method parameters in org.pentaho.di.trans.steps.xmloutput with type arguments of type ResourceDefinition | |
|---|---|
 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 ResourceDefinition in org.pentaho.di.trans.steps.xsdvalidator | 
|---|
| Method parameters in org.pentaho.di.trans.steps.xsdvalidator with type arguments of type ResourceDefinition | |
|---|---|
 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 ResourceDefinition in org.pentaho.di.trans.steps.yamlinput | 
|---|
| Method parameters in org.pentaho.di.trans.steps.yamlinput with type arguments of type ResourceDefinition | |
|---|---|
 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 | |||||||||