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 ChannelLogTableChannelLogTable.getDefault(org.pentaho.di.core.variables.VariableSpace space, HasDatabasesInterface databasesInterface) static JobEntryLogTableJobEntryLogTable.getDefault(org.pentaho.di.core.variables.VariableSpace space, HasDatabasesInterface databasesInterface) static JobLogTableJobLogTable.getDefault(org.pentaho.di.core.variables.VariableSpace space, HasDatabasesInterface databasesInterface) static MetricsLogTableMetricsLogTable.getDefault(org.pentaho.di.core.variables.VariableSpace space, HasDatabasesInterface databasesInterface) static PerformanceLogTablePerformanceLogTable.getDefault(org.pentaho.di.core.variables.VariableSpace space, HasDatabasesInterface databasesInterface) static StepLogTableStepLogTable.getDefault(org.pentaho.di.core.variables.VariableSpace space, HasDatabasesInterface databasesInterface) static TransLogTableTransLogTable.getDefault(org.pentaho.di.core.variables.VariableSpace space, HasDatabasesInterface databasesInterface, List<StepMeta> steps) voidLogTablePluginInterface.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 TypeClassDescriptionclassThe 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 TypeMethodDescriptionvoidKettleFileRepository.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 TypeClassDescriptionclassThis 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.