Uses of Interface
org.pentaho.di.trans.HasDatabasesInterface

Packages that use HasDatabasesInterface
org.pentaho.di.core.logging   
org.pentaho.di.job This package contains the different elements that make up a Job. 
org.pentaho.di.trans This package contains the classes needed to define and execute transformations. 
 

Uses of HasDatabasesInterface in org.pentaho.di.core.logging
 

Methods in org.pentaho.di.core.logging with parameters of type HasDatabasesInterface
static StepLogTable StepLogTable.getDefault(org.pentaho.di.core.variables.VariableSpace space, HasDatabasesInterface databasesInterface)
           
static ChannelLogTable ChannelLogTable.getDefault(org.pentaho.di.core.variables.VariableSpace space, HasDatabasesInterface databasesInterface)
           
static JobLogTable JobLogTable.getDefault(org.pentaho.di.core.variables.VariableSpace space, HasDatabasesInterface databasesInterface)
           
static PerformanceLogTable PerformanceLogTable.getDefault(org.pentaho.di.core.variables.VariableSpace space, HasDatabasesInterface databasesInterface)
           
static JobEntryLogTable JobEntryLogTable.getDefault(org.pentaho.di.core.variables.VariableSpace space, HasDatabasesInterface databasesInterface)
           
static TransLogTable TransLogTable.getDefault(org.pentaho.di.core.variables.VariableSpace space, HasDatabasesInterface databasesInterface, List<StepMeta> steps)
           
 

Constructors in org.pentaho.di.core.logging with parameters of type HasDatabasesInterface
TransLogTable(org.pentaho.di.core.variables.VariableSpace space, HasDatabasesInterface databasesInterface, List<StepMeta> steps)
           
 

Uses of HasDatabasesInterface in org.pentaho.di.job
 

Classes in org.pentaho.di.job that implement HasDatabasesInterface
 class JobMeta
          Defines a Job and provides methods to load, save, verify, etc.
 

Uses of HasDatabasesInterface in org.pentaho.di.trans
 

Classes in org.pentaho.di.trans that implement HasDatabasesInterface
 class TransMeta
          This class defines a transformation and offers methods to save and load it from XML or a PDI database repository.