Uses of Class
org.pentaho.platform.dataaccess.datasource.wizard.models.FileTransformStats

Packages that use FileTransformStats
org.pentaho.platform.dataaccess.datasource.wizard   
org.pentaho.platform.dataaccess.datasource.wizard.models Contains UI-specific implementations of the MQL thin-model interfaces. 
org.pentaho.platform.dataaccess.datasource.wizard.service.agile   
org.pentaho.platform.dataaccess.datasource.wizard.service.gwt Gwt interfaces 
org.pentaho.platform.dataaccess.datasource.wizard.service.impl   
 

Uses of FileTransformStats in org.pentaho.platform.dataaccess.datasource.wizard
 

Methods in org.pentaho.platform.dataaccess.datasource.wizard that return FileTransformStats
 FileTransformStats EmbeddedWizardFinishHandler.getFileTransformStats()
           
 

Methods in org.pentaho.platform.dataaccess.datasource.wizard with parameters of type FileTransformStats
 void EmbeddedWizardFinishHandler.DataStagingCallback.onSuccess(FileTransformStats stats)
           
 

Uses of FileTransformStats in org.pentaho.platform.dataaccess.datasource.wizard.models
 

Methods in org.pentaho.platform.dataaccess.datasource.wizard.models that return FileTransformStats
 FileTransformStats ModelInfo.getTransformStats()
           
 

Uses of FileTransformStats in org.pentaho.platform.dataaccess.datasource.wizard.service.agile
 

Methods in org.pentaho.platform.dataaccess.datasource.wizard.service.agile that return FileTransformStats
 FileTransformStats StagingTransformGenerator.getTransformStats()
           
 

Methods in org.pentaho.platform.dataaccess.datasource.wizard.service.agile with parameters of type FileTransformStats
 void StagingTransformGenerator.setTransformStats(FileTransformStats transformStats)
           
 

Constructors in org.pentaho.platform.dataaccess.datasource.wizard.service.agile with parameters of type FileTransformStats
PdiTransListener(org.pentaho.di.trans.Trans trans, org.pentaho.di.trans.step.StepInterface step, FileTransformStats transformStats)
           
 

Uses of FileTransformStats in org.pentaho.platform.dataaccess.datasource.wizard.service.gwt
 

Methods in org.pentaho.platform.dataaccess.datasource.wizard.service.gwt that return FileTransformStats
 FileTransformStats CsvDatasourceServiceServlet.stageData(ModelInfo modelInfo, boolean truncateTable)
           
 FileTransformStats ICsvDatasourceService.stageData(ModelInfo modelInfo, boolean truncateTable)
           
 

Method parameters in org.pentaho.platform.dataaccess.datasource.wizard.service.gwt with type arguments of type FileTransformStats
 void ICsvDatasourceServiceAsync.stageData(ModelInfo modelInfo, boolean truncateTable, com.google.gwt.user.client.rpc.AsyncCallback<FileTransformStats> callback)
           
 

Uses of FileTransformStats in org.pentaho.platform.dataaccess.datasource.wizard.service.impl
 

Methods in org.pentaho.platform.dataaccess.datasource.wizard.service.impl that return FileTransformStats
 FileTransformStats CsvDatasourceServiceImpl.stageData(ModelInfo modelInfo, boolean truncateTable)