|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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()
Returns the result files as a Map with the filename as key and the ResultFile object as value |
List<ResultFile> |
Result.getResultFilesList()
Returns the result files as a List of type ResultFile |
Method parameters in org.pentaho.di.core with type arguments of type ResultFile | |
---|---|
void |
Result.setResultFiles(Map<String,ResultFile> usedFiles)
Sets the result files for this Result to the specified Map of ResultFile objects |
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()
Gets a list of the files in the result. |
Method parameters in org.pentaho.di.trans with type arguments of type ResultFile | |
---|---|
void |
TransMeta.setResultFiles(List<ResultFile> resultFiles)
Sets the list of the files in the result. |
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)
Adds the result file. |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |