Uses of Interface
org.pentaho.di.trans.HasDatabasesInterface
Packages that use HasDatabasesInterface
Package
Description
-
Uses of HasDatabasesInterface in org.pentaho.di.base
Classes in org.pentaho.di.base that implement HasDatabasesInterface -
Uses of HasDatabasesInterface in org.pentaho.di.core.logging
Fields in org.pentaho.di.core.logging declared as HasDatabasesInterfaceMethods in org.pentaho.di.core.logging with parameters of type HasDatabasesInterfaceModifier and TypeMethodDescriptionstatic ChannelLogTable
ChannelLogTable.getDefault
(org.pentaho.di.core.variables.VariableSpace space, HasDatabasesInterface databasesInterface) static JobEntryLogTable
JobEntryLogTable.getDefault
(org.pentaho.di.core.variables.VariableSpace space, HasDatabasesInterface databasesInterface) static JobLogTable
JobLogTable.getDefault
(org.pentaho.di.core.variables.VariableSpace space, HasDatabasesInterface databasesInterface) static MetricsLogTable
MetricsLogTable.getDefault
(org.pentaho.di.core.variables.VariableSpace space, HasDatabasesInterface databasesInterface) static PerformanceLogTable
PerformanceLogTable.getDefault
(org.pentaho.di.core.variables.VariableSpace space, HasDatabasesInterface databasesInterface) static StepLogTable
StepLogTable.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) void
LogTablePluginInterface.setContext
(org.pentaho.di.core.variables.VariableSpace space, HasDatabasesInterface jobMeta) Constructors in org.pentaho.di.core.logging with parameters of type HasDatabasesInterfaceModifierConstructorDescriptionBaseLogTable
(org.pentaho.di.core.variables.VariableSpace space, HasDatabasesInterface databasesInterface, String connectionName, String schemaName, String tableName) 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 HasDatabasesInterfaceModifier and TypeClassDescriptionclass
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 HasDatabasesInterfaceModifier and TypeMethodDescriptionvoid
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 HasDatabasesInterfaceModifier and TypeClassDescriptionclass
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.