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

Packages that use HasDatabasesInterface
org.pentaho.di.core.logging This package contains the Log4j Kettle appenders and Kettle layout as well as the Kettle Log Message. 
org.pentaho.di.job This package contains the different elements that make up a Job. 
org.pentaho.di.repository.filerep   
org.pentaho.di.trans This package contains the classes needed to define and execute transformations. 
org.pentaho.di.ui.core.dialog   
org.pentaho.di.ui.spoon This package contains the classes needed by Spoon. 
org.pentaho.di.ui.spoon.delegates   
 

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

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

Constructors in org.pentaho.di.core.logging with parameters of type HasDatabasesInterface
TransLogTable(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
          The definition of a PDI job is represented by a JobMeta object.
 

Uses of HasDatabasesInterface in org.pentaho.di.repository.filerep
 

Methods in org.pentaho.di.repository.filerep with parameters of type HasDatabasesInterface
 void KettleFileRepository.readDatabases(HasDatabasesInterface transMeta, boolean overWriteShared)
          Read all the databases from the repository, insert into the has databases object, overwriting optionally
 

Uses of HasDatabasesInterface in org.pentaho.di.trans
 

Classes in org.pentaho.di.trans that implement HasDatabasesInterface
 class TransMeta
          This class defines information about a transformation and offers methods to save and load it from XML or a PDI database repository, as well as methods to alter a transformation by adding/removing databases, steps, hops, etc.
 

Uses of HasDatabasesInterface in org.pentaho.di.ui.core.dialog
 

Constructors in org.pentaho.di.ui.core.dialog with parameters of type HasDatabasesInterface
EnterSelectionDialog(Shell parent, String[] choices, String shellText, String message, HasDatabasesInterface databasesInterface)
           
 

Uses of HasDatabasesInterface in org.pentaho.di.ui.spoon
 

Methods in org.pentaho.di.ui.spoon that return HasDatabasesInterface
 HasDatabasesInterface Spoon.getActiveHasDatabasesInterface()
           
 

Uses of HasDatabasesInterface in org.pentaho.di.ui.spoon.delegates
 

Methods in org.pentaho.di.ui.spoon.delegates with parameters of type HasDatabasesInterface
 void SpoonDBDelegate.delConnection(HasDatabasesInterface hasDatabasesInterface, DatabaseMeta db)
          Delete a database connection
 void SpoonDBDelegate.dupeConnection(HasDatabasesInterface hasDatabasesInterface, DatabaseMeta databaseMeta)
           
 void SpoonDBDelegate.newConnection(HasDatabasesInterface hasDatabasesInterface)