Uses of Interface
org.pentaho.di.trans.HasDatabasesInterface
-
Packages that use HasDatabasesInterface Package Description org.pentaho.di.base org.pentaho.di.core.logging org.pentaho.di.job org.pentaho.di.repository.filerep org.pentaho.di.trans -
-
Uses of HasDatabasesInterface in org.pentaho.di.base
Classes in org.pentaho.di.base that implement HasDatabasesInterface Modifier and Type Class Description classAbstractMeta -
Uses of HasDatabasesInterface in org.pentaho.di.core.logging
Fields in org.pentaho.di.core.logging declared as HasDatabasesInterface Modifier and Type Field Description protected HasDatabasesInterfaceBaseLogTable. databasesInterfaceMethods in org.pentaho.di.core.logging with parameters of type HasDatabasesInterface Modifier and Type Method Description static 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 HasDatabasesInterface Constructor Description BaseLogTable(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 HasDatabasesInterface Modifier and Type Class Description classJobMetaThe 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 Modifier and Type Method Description voidKettleFileRepository. 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 Modifier and Type Class Description classTransMetaThis 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.
-