Package org.pentaho.di.core.logging
Interface LogTablePluginInterface
-
- All Superinterfaces:
org.pentaho.di.core.logging.LogTableCoreInterface
,LogTableInterface
public interface LogTablePluginInterface extends LogTableInterface
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
LogTablePluginInterface.TableType
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getLogTablePluginUIClassname()
LogTablePluginInterface.TableType
getType()
void
setContext(org.pentaho.di.core.variables.VariableSpace space, HasDatabasesInterface jobMeta)
-
Methods inherited from interface org.pentaho.di.core.logging.LogTableCoreInterface
clone, getActualSchemaName, getActualTableName, getConnectionName, getConnectionNameVariable, getDatabaseMeta, getErrorsField, getFields, getKeyField, getLogDateField, getLogField, getLogRecord, getLogTableType, getNameField, getQuotedSchemaTableCombination, getRecommendedIndexes, getSchemaName, getSchemaNameVariable, getStatusField, getTableName, getTableNameVariable, getTimeoutInDays, isDefined, loadFromRepository, replaceMeta, saveToRepository, setConnectionName
-
Methods inherited from interface org.pentaho.di.core.logging.LogTableInterface
generateTableSQL, getXML, loadXML
-
-
-
-
Method Detail
-
getType
LogTablePluginInterface.TableType getType()
-
getLogTablePluginUIClassname
String getLogTablePluginUIClassname()
-
setContext
void setContext(org.pentaho.di.core.variables.VariableSpace space, HasDatabasesInterface jobMeta)
-
-