Uses of Class
org.pentaho.di.core.ResultFile

Packages that use ResultFile
org.pentaho.di.core   
org.pentaho.di.trans This package contains the classes needed to define and execute transformations. 
org.pentaho.di.trans.step   
org.pentaho.di.trans.steps.filesfromresult   
org.pentaho.di.trans.steps.filestoresult   
org.pentaho.di.trans.steps.script   
org.pentaho.di.trans.steps.scriptvalues_mod   
org.pentaho.di.trans.steps.userdefinedjavaclass   
 

Uses of ResultFile in org.pentaho.di.core
 

Methods in org.pentaho.di.core that return types with arguments of type ResultFile
 Map<String,ResultFile> Result.getResultFiles()
           
 List<ResultFile> Result.getResultFilesList()
           
 

Method parameters in org.pentaho.di.core with type arguments of type ResultFile
 void Result.setResultFiles(Map<String,ResultFile> usedFiles)
           
 

Uses of ResultFile in org.pentaho.di.trans
 

Methods in org.pentaho.di.trans that return types with arguments of type ResultFile
 List<ResultFile> TransMeta.getResultFiles()
           
 

Method parameters in org.pentaho.di.trans with type arguments of type ResultFile
 void TransMeta.setResultFiles(List<ResultFile> resultFiles)
           
 

Uses of ResultFile in org.pentaho.di.trans.step
 

Methods in org.pentaho.di.trans.step that return types with arguments of type ResultFile
 Map<String,ResultFile> StepInterface.getResultFiles()
           
 Map<String,ResultFile> BaseStep.getResultFiles()
           
 

Methods in org.pentaho.di.trans.step with parameters of type ResultFile
 void BaseStep.addResultFile(ResultFile resultFile)
           
 

Uses of ResultFile in org.pentaho.di.trans.steps.filesfromresult
 

Fields in org.pentaho.di.trans.steps.filesfromresult with type parameters of type ResultFile
 List<ResultFile> FilesFromResultData.resultFilesList
           
 

Uses of ResultFile in org.pentaho.di.trans.steps.filestoresult
 

Fields in org.pentaho.di.trans.steps.filestoresult with type parameters of type ResultFile
 List<ResultFile> FilesToResultData.filenames
           
 

Uses of ResultFile in org.pentaho.di.trans.steps.script
 

Methods in org.pentaho.di.trans.steps.script that return types with arguments of type ResultFile
 Map<String,ResultFile> ScriptDummy.getResultFiles()
           
 

Uses of ResultFile in org.pentaho.di.trans.steps.scriptvalues_mod
 

Methods in org.pentaho.di.trans.steps.scriptvalues_mod that return types with arguments of type ResultFile
 Map<String,ResultFile> ScriptValuesModDummy.getResultFiles()
           
 

Uses of ResultFile in org.pentaho.di.trans.steps.userdefinedjavaclass
 

Methods in org.pentaho.di.trans.steps.userdefinedjavaclass that return types with arguments of type ResultFile
 Map<String,ResultFile> UserDefinedJavaClass.getResultFiles()
           
 Map<String,ResultFile> TransformClassBase.getResultFiles()
           
 Map<String,ResultFile> UserDefinedJavaClass.getResultFilesImpl()
           
 

Methods in org.pentaho.di.trans.steps.userdefinedjavaclass with parameters of type ResultFile
 void UserDefinedJavaClass.addResultFile(ResultFile resultFile)
           
 void TransformClassBase.addResultFile(ResultFile resultFile)
           
 void UserDefinedJavaClass.addResultFileImpl(ResultFile resultFile)